generated from cloudoperators/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(rn): add resource name to additional entities (#291)
* chore(refactor): update servicename to serviceccrn throughout repo * chore(refactor): update component to use ccrn throughout repo * chore(refactor): update supportgroup to use ccrn throughout repo * chore(refactor): added ccrn field to component version * chore(refactor): revert changes to component version with ccrn This reverts commit 0b4b386. * Update tests.yaml (#323) * Update codeql.yaml (#325) * chore: add sleeps to suppress potential racing conditions which make tests fail. (#327) * chore: increase license location threshold (#329) * fix: Resolve the double port expose for Prometheus metrics (#333) * chore(doc):uploaded images for Prod. design doc. (#311) Co-authored-by: David Rochow <[email protected]> * chore: create setup job in codeql.yaml (#335) * chore: remove generated code (#324) * chore: remove generated code * Automatic application of license header * chore: remove bot license header * Automatic application of license header --------- Co-authored-by: License Bot <[email protected]> * chore: update build_query in codeql.yaml (#336) * chore(deps): bump github.com/brianvoe/gofakeit/v7 from 7.0.4 to 7.1.1 (#330) Bumps [github.com/brianvoe/gofakeit/v7](https://github.com/brianvoe/gofakeit) from 7.0.4 to 7.1.1. - [Release notes](https://github.com/brianvoe/gofakeit/releases) - [Commits](brianvoe/gofakeit@v7.0.4...v7.1.1) --- updated-dependencies: - dependency-name: github.com/brianvoe/gofakeit/v7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Reimsbach <[email protected]> * fix(test): added additonal readiness checks for DB (#334) Co-authored-by: Michael Reimsbach <[email protected]> * merge * chore(refactor): update supportgroup to use ccrn throughout repo * chore(refactor): added ccrn field to component version * chore(refactor): revert changes to component version with ccrn This reverts commit 0b4b386. * fix wrong function name --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Michael Reimsbach <[email protected]> Co-authored-by: copyonwrite <[email protected]> Co-authored-by: Dimitrios Tassopoulos <[email protected]> Co-authored-by: Lola <[email protected]> Co-authored-by: David Rochow <[email protected]> Co-authored-by: License Bot <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
45390c4
commit da6debe
Showing
137 changed files
with
846 additions
and
816 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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 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 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 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 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 |
---|---|---|
|
@@ -11,7 +11,7 @@ mutation ($activityId: ID!, $serviceId: ID!) { | |
edges { | ||
node { | ||
id | ||
name | ||
ccrn | ||
} | ||
} | ||
} | ||
|
This file contains 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
Oops, something went wrong.