Skip to content
Merged
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
5fc0129
fully configurable
rajatagarwal-ibm Sep 18, 2025
1faac91
fully configurable
rajatagarwal-ibm Sep 18, 2025
a5b1369
fully configurable
rajatagarwal-ibm Sep 19, 2025
2f90234
fully configurable
rajatagarwal-ibm Sep 19, 2025
75c3097
fully configurable
rajatagarwal-ibm Sep 26, 2025
8b1a847
fully configurable
rajatagarwal-ibm Sep 26, 2025
ca54565
fully configurable
rajatagarwal-ibm Sep 26, 2025
88198d2
fully configurable
rajatagarwal-ibm Sep 26, 2025
50e2e80
fully configurable
rajatagarwal-ibm Sep 26, 2025
debc543
fully configurable
rajatagarwal-ibm Sep 29, 2025
f7e7ecc
fully configurable
rajatagarwal-ibm Oct 1, 2025
6cea097
fully configurable
rajatagarwal-ibm Oct 1, 2025
24b467e
fully configurable
rajatagarwal-ibm Oct 2, 2025
e00c47a
fully configurable
rajatagarwal-ibm Oct 2, 2025
3e078e7
fully configurable
rajatagarwal-ibm Oct 2, 2025
01625de
fully configurable
rajatagarwal-ibm Oct 2, 2025
ecc32a4
fully configurable
rajatagarwal-ibm Oct 3, 2025
33570d4
fully configurable
rajatagarwal-ibm Oct 3, 2025
916906a
fully configurable
rajatagarwal-ibm Oct 3, 2025
b97dc29
fully configurable
rajatagarwal-ibm Oct 3, 2025
d98dd4d
fully configurable
rajatagarwal-ibm Oct 6, 2025
49365e2
fully configurable
rajatagarwal-ibm Oct 6, 2025
4a91030
fully configurable
rajatagarwal-ibm Oct 6, 2025
2deced3
fully configurable
rajatagarwal-ibm Oct 6, 2025
c8f9365
fully configurable
rajatagarwal-ibm Oct 6, 2025
65bb774
fully configurable
rajatagarwal-ibm Oct 6, 2025
4920f49
fully configurable
rajatagarwal-ibm Oct 6, 2025
2cb734b
fully configurable
rajatagarwal-ibm Oct 6, 2025
b1deefd
full config
rajatagarwal-ibm Oct 6, 2025
fd4e0a5
full config
rajatagarwal-ibm Oct 6, 2025
ebb598f
cleanup
ocofaigh Oct 27, 2025
c68733c
clean
ocofaigh Oct 27, 2025
0fc714a
updates
ocofaigh Oct 27, 2025
b7ffd00
fix wx
ocofaigh Oct 27, 2025
96d5467
updates
ocofaigh Nov 4, 2025
53737ea
update wx saas
ocofaigh Nov 4, 2025
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
4 changes: 2 additions & 2 deletions .catalog-onboard-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ offerings:
catalog_id: 7df1e4ca-d54c-4fd0-82ce-3d13247308cd
offering_id: 5fdd0045-30fc-4013-a8bc-6db9d5447a52
variations:
- name: basic
- name: basic-fully-config
mark_ready: false
install_type: fullstack
format_kind: stack
validation_type: projects
scc:
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
region: us-south
- name: standard
- name: standard-fully-config
mark_ready: false
install_type: fullstack
format_kind: stack
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
.terraform
*.tfstate
*.lock.hcl
.DS_Store
.idea
2 changes: 1 addition & 1 deletion common-dev-assets
Submodule common-dev-assets updated 36 files
+1 −1 .github/workflows/ci.yml
+1 −0 .gitignore
+20 −2 .secrets.baseline
+30 −1 README.md
+18 −11 common-go-assets/common-permanent-resources.yaml
+20 −39 commonRenovateConfig.json
+67 −0 da-assets/da-dependency-updater/README.md
+5 −0 da-assets/da-dependency-updater/requirements.txt
+250 −0 da-assets/da-dependency-updater/update_da_dependencies.py
+3 −1 examples/Dockerfile
+14 −0 examples/mock_tf_code/main.tf
+5 −0 examples/mock_tf_code/variables.tf
+222 −187 module-assets/.pre-commit-config.yaml
+5 −0 module-assets/ci/.typos.toml
+167 −25 module-assets/ci/install-deps.sh
+1 −1 module-assets/ci/run-cra-scc-v2.sh
+1 −1 module-assets/ci/run-cra.sh
+1 −17 module-assets/ci/run-tests.sh
+1 −1 module-assets/ci/submoduleVersionCheck.sh
+2 −2 module-assets/ci/terraformConfigInspect.py
+3 −5 module-assets/ci/terraformDocGoMod.py
+9 −11 module-assets/ci/terraformDocOverview.py
+3 −3 module-assets/ci/terraformDocs.py
+4 −4 module-assets/ci/terraformDocsUtils.py
+53 −2 module-assets/ci/validateIbmCatalogJson.py
+2 −4 module-assets/ci/validateJsonTemplate.py
+8 −2 pipeline-assets/contanerize.sh
+27 −21 pipeline-assets/image_vuln_scan.sh
+1 −1 scripts/update-multiple-repos/updateRepos.sh
+2 −2 scripts/update-source/requirements.txt
+2 −2 scripts/update-source/run-update-src.py
+28 −0 shared-pipeline/report.sh
+27 −0 shared-pipeline/setup.sh
+4 −2 stack-assets/.pre-commit-config.yaml
+3 −3 stack-assets/stack-updater/requirements.txt
+4 −5 stack-assets/stack-updater/update_stack_definition.py
2,315 changes: 1,292 additions & 1,023 deletions ibm_catalog.json

Large diffs are not rendered by default.

Loading