Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
54f08e0
[patch] add some ocp functions (#149)
sanjayprab Dec 10, 2025
f8dfc85
[patch] add exception in getCR
Dec 12, 2025
97a1d8e
[patch] fix apply_resource
Dec 12, 2025
abc77f0
Merge branch 'stable' into backuprestore-dev
Dec 17, 2025
76e17d0
Merge branch 'stable' into backuprestore-dev
Dec 22, 2025
446e8ac
Merge branch 'stable' into backuprestore-dev
Dec 29, 2025
7747670
Merge branch 'stable' into backuprestore-dev
Jan 5, 2026
c0b091b
Merge branch 'stable' into backuprestore-dev
Jan 6, 2026
e444c1d
Merge branch 'stable' into backuprestore-dev
Jan 8, 2026
9830319
[minor] Add backup.py
whitfiea Jan 12, 2026
6fa74be
update backup.p[y to add backup_resources
whitfiea Jan 13, 2026
79fb4a0
black formatting
whitfiea Jan 13, 2026
3a735c8
update backupResources to allow labels and optional namespace
whitfiea Jan 14, 2026
e6be8d7
pre-commit chnages
whitfiea Jan 14, 2026
4361296
[patch] added ownerReferences to the list to filter
Jan 14, 2026
78f4062
[patch] updated secret extraction function
Jan 14, 2026
c1a0532
Merge branch 'stable' into backuprestore-dev
Jan 19, 2026
d37558c
Add restore function
whitfiea Jan 19, 2026
1da6c99
formatting
whitfiea Jan 19, 2026
47e353a
[patch] add sls function
Jan 19, 2026
28a3a7d
[patch] add comments
Jan 19, 2026
29b1f00
Merge branch 'stable' into backuprestore-dev
Jan 21, 2026
f30019f
[patch] filter uid labels
Jan 21, 2026
971fe29
remove bob comments
whitfiea Jan 26, 2026
e031c6f
Merge branch 'stable' into backuprestore-dev
Jan 27, 2026
026bc1c
[patch] uploadToS3
Jan 27, 2026
d1e2674
[patch] fix lint
Jan 27, 2026
432a08d
[patch] lint again
Jan 27, 2026
86d7ebd
Update with new pipelinerun for mas-backup
whitfiea Jan 28, 2026
782e3bf
fix setting storage size
whitfiea Jan 29, 2026
7b0ad57
[patch] downloadFromS3
Jan 29, 2026
136e62e
Merge branch 'backuprestore-dev' of https://github.com/ibm-mas/python…
Jan 29, 2026
15937b0
fix generatename
whitfiea Jan 29, 2026
6cf4d61
turn off affinity assistent
whitfiea Jan 29, 2026
5df5b69
set feature-flags
whitfiea Jan 29, 2026
f2805a7
liniting
whitfiea Jan 29, 2026
8174e46
fix feature flag setting
whitfiea Jan 29, 2026
aa49c79
fix linting
whitfiea Jan 29, 2026
a95ce69
Fix pipelinetun id
whitfiea Jan 30, 2026
f2586fc
set skip_pre_check
whitfiea Jan 30, 2026
05fb5b2
new pipelinerun for mas restore (#181)
sanjayprab Feb 3, 2026
e864215
Update tekton.py with prepareRestoreSecrets
Feb 3, 2026
c729f65
autopep8 format
Feb 3, 2026
0be6bf5
added timestamp to backup & restore pipelinerun name
Feb 4, 2026
4b80d7c
Backup for Manage dev (#184)
whitfiea Feb 6, 2026
0615b93
Merge branch 'stable' into backuprestore-dev
Feb 6, 2026
5e7ea68
Merge branch 'stable' into backuprestore-dev
Feb 11, 2026
e8b1213
add Manage restore
Feb 11, 2026
d6bb9a3
Update pipelinerun-restore.yml.j2
Feb 12, 2026
1bbe6b3
Merge branch 'stable' into backuprestore-dev
Feb 13, 2026
dc8ea19
setting no timeouts for backup and restore pipeline
Feb 19, 2026
7198af6
Merge branch 'stable' into backuprestore-dev
Feb 19, 2026
0e766de
add s3_endpoint_url to backup and restore pipelinerun
Feb 23, 2026
69530d3
Update pipelinerun-restore.yml.j2
Feb 25, 2026
b03a56d
Merge branch 'stable' into backuprestore-dev
Feb 25, 2026
1c7646b
Merge branch 'stable' into backuprestore-dev
Feb 26, 2026
29341de
Merge branch 'stable' into backuprestore-dev
Mar 2, 2026
2bb682b
Merge branch 'stable' into backuprestore-dev
Mar 10, 2026
b65b758
remove configuring tekton feature flag and shared-configs pvc from ba…
sanjayprab Mar 11, 2026
9ae3a38
Merge branch 'stable' into backuprestore-dev
Mar 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,3 @@ jobs:
with:
branch: gh-pages
folder: site

# Made with Bob
12 changes: 11 additions & 1 deletion .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "^.secrets.baseline$",
"lines": null
},
"generated_at": "2025-12-25T19:13:06Z",
"generated_at": "2026-01-14T11:35:47Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -143,6 +143,16 @@
"verified_result": null
}
],
"test/src/test_backup.py": [
{
"hashed_secret": "4dfd3a58b4820476afe7efa2e2c52b267eec876a",
"is_secret": false,
"is_verified": false,
"line_number": 753,
"type": "Secret Keyword",
"verified_result": null
}
],
"test/src/test_db2.py": [
{
"hashed_secret": "a4b48a81cdab1e1a5dd37907d6c85ca1c61ddc7c",
Expand Down
2 changes: 0 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,3 @@ extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ibm-mas/python-devops

# Made with Bob
Loading
Loading