-
Notifications
You must be signed in to change notification settings - Fork 402
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #475 from AmericanAirlines/feat--add-create-and-de…
…lete-to-argocd feat: add create and delete to argocd
- Loading branch information
Showing
17 changed files
with
1,970 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
'@roadiehq/backstage-plugin-argo-cd-backend': minor | ||
'@roadiehq/scaffolder-backend-argocd': patch | ||
--- | ||
|
||
- Add create endpoints | ||
- Add delete endpoints | ||
- Add sync endpoints | ||
- Add scaffolder action for create |
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
export * from './service/router'; | ||
export { ArgoService } from './service/argocd.service' |
Oops, something went wrong.