Branch: refs/heads/master
Home: https://github.com/jenkinsci/periodicbackup-plugin
Commit: ffe670737a0a090ce0c62ad0a37962954dafa36a
https://github.com/jenkinsci/periodicbackup-plugin/commit/ffe670737a0a090ce0c62ad0a37962954dafa36a
Author: Juan Marino <[email protected]>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M src/main/java/org/jenkinsci/plugins/periodicbackup/S3.java
Log Message:
-----------
Added prefix to backup paths (config missing)
Commit: f11b4f9e9ec60e0113655af63e26d1fa5fa7d227
https://github.com/jenkinsci/periodicbackup-plugin/commit/f11b4f9e9ec60e0113655af63e26d1fa5fa7d227
Author: Juan Marino <[email protected]>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M src/main/resources/org/jenkinsci/plugins/periodicbackup/S3/config.jelly
M
src/main/resources/org/jenkinsci/plugins/periodicbackup/S3/config.properties
Log Message:
-----------
Added frontend config for S3 prefix
Commit: 2e65cfe9d8d64a839d910dcdd11bd39997b5057d
https://github.com/jenkinsci/periodicbackup-plugin/commit/2e65cfe9d8d64a839d910dcdd11bd39997b5057d
Author: Juan Marino <[email protected]>
Date: 2022-03-01 (Tue, 01 Mar 2022)
Changed paths:
M src/main/java/org/jenkinsci/plugins/periodicbackup/S3.java
Log Message:
-----------
Fixed backup listing
Commit: ef7f4947d47d8028acd68b2436566c75da45bc67
https://github.com/jenkinsci/periodicbackup-plugin/commit/ef7f4947d47d8028acd68b2436566c75da45bc67
Author: Juan Marino <[email protected]>
Date: 2022-03-01 (Tue, 01 Mar 2022)
Changed paths:
M src/main/java/org/jenkinsci/plugins/periodicbackup/S3.java
Log Message:
-----------
Minor tweaks
Commit: 67323b6859a62b10da6b44103b2ad7e571de299f
https://github.com/jenkinsci/periodicbackup-plugin/commit/67323b6859a62b10da6b44103b2ad7e571de299f
Author: Juan Marino <[email protected]>
Date: 2022-03-01 (Tue, 01 Mar 2022)
Changed paths:
M src/main/java/org/jenkinsci/plugins/periodicbackup/S3.java
Log Message:
-----------
Added getter/setter for prefix
Commit: 88b1d6316d43f032a82e4a995d9eee61e8bf3147
https://github.com/jenkinsci/periodicbackup-plugin/commit/88b1d6316d43f032a82e4a995d9eee61e8bf3147
Author: Juan Marino <[email protected]>
Date: 2022-03-01 (Tue, 01 Mar 2022)
Changed paths:
M src/main/java/org/jenkinsci/plugins/periodicbackup/S3.java
Log Message:
-----------
Fixed NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE error on tests
Commit: 12cb145af632fe0466155d80eb038f295b010357
https://github.com/jenkinsci/periodicbackup-plugin/commit/12cb145af632fe0466155d80eb038f295b010357
Author: gongy <[email protected]>
Date: 2022-07-09 (Sat, 09 Jul 2022)
Changed paths:
M src/main/java/org/jenkinsci/plugins/periodicbackup/S3.java
M
src/main/resources/org/jenkinsci/plugins/periodicbackup/PeriodicBackupLink/index.jelly
A
src/main/resources/org/jenkinsci/plugins/periodicbackup/S3/help-prefix.html
Log Message:
-----------
Be compatible with previous code
1. Make prefix optional and use @DataBoundSetter
2. Use the ternary operator to make it compatible with previous code when
handle prefix
3. getDisplayName contains the prefix
4. Add prefix helper in the UI
5. Sort s3 backups by DateTime
6. Fix the restore screen that backup file names are broken in a new line
Commit: 556779f78d714d8d353111ca18fd17dae250f566
https://github.com/jenkinsci/periodicbackup-plugin/commit/556779f78d714d8d353111ca18fd17dae250f566
Author: gongy <[email protected]>
Date: 2022-07-09 (Sat, 09 Jul 2022)
Changed paths:
M src/main/java/org/jenkinsci/plugins/periodicbackup/BackupObject.java
M src/main/java/org/jenkinsci/plugins/periodicbackup/S3.java
Log Message:
-----------
simplify the getAvailableBackups code
Commit: 76cc32c14a570cd73449ee508d8e71f415d9fa33
https://github.com/jenkinsci/periodicbackup-plugin/commit/76cc32c14a570cd73449ee508d8e71f415d9fa33
Author: gongy <[email protected]>
Date: 2022-07-09 (Sat, 09 Jul 2022)
Changed paths:
M src/main/java/org/jenkinsci/plugins/periodicbackup/S3.java
Log Message:
-----------
Test prefix when restore from s3
1. Use none empty prefix when calculate S3 location hash code.
2. Test the S3 Object key to the location prefix when restoring
Commit: 8a2af681a9ab6eaa10c4d7aaf9af60dc4fa2fadc
https://github.com/jenkinsci/periodicbackup-plugin/commit/8a2af681a9ab6eaa10c4d7aaf9af60dc4fa2fadc
Author: gongy <[email protected]>
Date: 2022-07-10 (Sun, 10 Jul 2022)
Changed paths:
M src/main/java/org/jenkinsci/plugins/periodicbackup/S3.java
Log Message:
-----------
use startsWith to test prefix match
Commit: e5b083aca4728f05a723fe2bb7a49b11265741f0
https://github.com/jenkinsci/periodicbackup-plugin/commit/e5b083aca4728f05a723fe2bb7a49b11265741f0
Author: Johno Crawford <[email protected]>
Date: 2022-07-10 (Sun, 10 Jul 2022)
Changed paths:
M src/main/java/org/jenkinsci/plugins/periodicbackup/BackupObject.java
M src/main/java/org/jenkinsci/plugins/periodicbackup/S3.java
M
src/main/resources/org/jenkinsci/plugins/periodicbackup/PeriodicBackupLink/index.jelly
M src/main/resources/org/jenkinsci/plugins/periodicbackup/S3/config.jelly
M
src/main/resources/org/jenkinsci/plugins/periodicbackup/S3/config.properties
A
src/main/resources/org/jenkinsci/plugins/periodicbackup/S3/help-prefix.html
Log Message:
-----------
Merge pull request #17 from topikachu/feature/s3-prefix
Feat: Add s3 prefix
Compare:
https://github.com/jenkinsci/periodicbackup-plugin/compare/45c844327210...e5b083aca472
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/periodicbackup-plugin/push/refs/heads/master/45c844-e5b083%40github.com.