-
Notifications
You must be signed in to change notification settings - Fork 8
SDX subsystems, services, runtime groups and connections #1313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ikethecoder
wants to merge
30
commits into
dev
Choose a base branch
from
feature/sdx-service
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 23 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
5e03d55
draft catalog service
ikethecoder e5e8729
upd data model for sdx entities
ikethecoder 90704ad
upds to sdx api
ikethecoder 2cd469e
fix spec loader
ikethecoder 0632486
fix spectral errors
ikethecoder ad53d0f
add spectral rules
ikethecoder b9e0672
spectral adjustments
ikethecoder 8be2afe
upd openapi tags to be alphabetical
ikethecoder f07eece
refactor subsystem
ikethecoder 875c036
comment out future work
ikethecoder 45e893d
upd system owner role
ikethecoder e8d9d00
make the apispec public
ikethecoder b4b0066
include all scopes in sdx v1
ikethecoder 7fc27a2
add cypress tests for new sdx apis
ikethecoder 2f8bc30
adj sdx v1 apis
ikethecoder b825e2c
remove all related to runtime groups
ikethecoder d57fc71
cleanup some runtime group refs
ikethecoder daa4ced
fix local db
ikethecoder 9e8dc0b
fix unit test
ikethecoder 647b75c
upd ks integrated test init
ikethecoder 6eb1190
upd test data for passing sonar
ikethecoder c6e0d0b
sonar fix
ikethecoder c60fb18
sonar trying to resolve
ikethecoder d8f5219
fixes for cypress tests
ikethecoder 59845be
sonar node fix
ikethecoder fc65b12
fix cypress tests
ikethecoder c47fce4
upd authz decision matrix
ikethecoder b78f202
Merge branch 'dev' into feature/sdx-service
ikethecoder f054068
APS-3966, APS-4050 - Runtime Groups (#1331)
ikethecoder a82e09c
cleanup a botched merge
ikethecoder File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| extends: | ||
| - https://raw.githubusercontent.com/bcgov/csit-api-governance-spectral-style-guide/refs/heads/main/spectral/basic-ruleset.yaml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -45,7 +45,7 @@ Cypress.Commands.add('buildOrgGatewayDatasetAndProduct', (): Cypress.Chainable<a | |
| member: { | ||
| email: '[email protected]', | ||
| }, | ||
| roles: ['organization-admin'], | ||
| roles: ['organization-admin', 'system-owner'], | ||
| }, | ||
| ], | ||
| } | ||
|
|
@@ -143,7 +143,7 @@ Cypress.Commands.add('buildOrgGatewayDatasetAndProduct', (): Cypress.Chainable<a | |
| expect(JSON.stringify(body)).to.be.equal(JSON.stringify(match)) | ||
|
|
||
| // New Gateway | ||
| cy.setRequestBody({}) | ||
| cy.setRequestBody({ displayName: `Gateway ${payload.name}` }) | ||
| return cy | ||
| .callAPI('ds/api/v3/gateways', 'POST') | ||
| .then(({ apiRes: { body, status } }: any) => { | ||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.