Commit Graph

19770 Commits

Author SHA1 Message Date
Jamie Klassen 1c3cb3b2e5 log warning on duplicate cluster names
Signed-off-by: Jamie Klassen <jamie.klassen@broadcom.com>
2024-01-29 14:55:46 -05:00
Jamie Klassen 666eff5cc0 forbid duplicate cluster names in config
Signed-off-by: Jamie Klassen <jamie.klassen@broadcom.com>
2024-01-29 10:51:09 -05:00
Rickard Dybeck 7411fd006d Merge pull request #22495 from hudsonb/queryEntities-perf-improvement
Minor perf improvement to queryEntities when limit=0
2024-01-29 09:25:30 -05:00
Rickard Dybeck 48b1e4c35d Merge pull request #21975 from backstage/catalog-backend/add-location-by-entity-api
[CatalogBackend] Add API to get location by entity
2024-01-29 09:22:11 -05:00
Ben Lambert ec059da23e Merge pull request #22524 from ManuInNZ/patch-2
Update template.examples.ts, typo fix on skeleton
2024-01-29 13:52:00 +01:00
Ben Lambert c73ce21018 Merge pull request #22566 from acierto/issue-20256
Fix for issue 20256: Bug Report: converting circular structure to JSON error
2024-01-29 11:52:50 +01:00
Ben Lambert 1666bad2f7 Merge pull request #22494 from Bonial-International-GmbH/pjungermann/scaffolder/output-icons
feat(scaffolder): Use more distinguishable icons for link and text output
2024-01-29 09:59:58 +01:00
Fredrik Adelöw 62c54c1781 Merge pull request #22545 from adamdmharvey/adamdmharvey/api-ref-doc-edits
chore(docs): Improve API reference wording
2024-01-28 17:36:14 +01:00
bnechyporenko 4131bd2724 Fix for issue 20256: Bug Report: converting circular structure to JSON error
Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
2024-01-27 22:59:17 +01:00
Patrick Jungermann b07ec70c90 feat(scaffolder): Use more distinguishable icons for link and text output
Use more distinguishable icons for link (`Link`) and text output (`Description`).

Currently, both use the same icon `Web` (until specified explicitly at the template).
For a user, it is not really clear which of these will open more output below it
vs open a URL/a new tab.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2024-01-27 17:21:25 +01:00
Ben Lambert 80f2413334 Merge pull request #22520 from arodski/force-fork-flag
add forcefork input to github pull request action
2024-01-26 17:32:21 +01:00
Ben Lambert 69cfc2f7ab Merge pull request #22488 from RoadieHQ/add-nunjucks-options
Add nunjucks configuration possibility
2024-01-26 17:31:52 +01:00
Adam Harvey 60ba48c591 chore(docs): Improve API reference wording
Signed-off-by: Adam Harvey <33203301+adamdmharvey@users.noreply.github.com>
2024-01-26 11:06:50 -05:00
Emmanuel Auffray 11e0767761 Update template.examples.ts, typo fix on skeleton
small typo fix

Signed-off-by: Emmanuel Auffray <emmanuel.auffray@gmail.com>
2024-01-26 10:42:22 +13:00
Jonathan Nagayoshi 94771339d8 fix(catalog-backend-module-github): decreases number of teams fetched in graphql at a time
Signed-off-by: Jonathan Nagayoshi <jonathan@nagayoshi.com.br>
2024-01-25 21:27:22 +00:00
Fredrik Adelöw 8cea347e80 Merge pull request #22223 from josecosta-shell/master
Fix :: Prevent Entity Providers from eliminating Users and Groups if synchronisation fails
2024-01-25 16:34:03 +01:00
Kiss Miklos 7052918391 do not export the SecureTemplateOptions
Signed-off-by: Kiss Miklos <miklos@roadie.io>
2024-01-25 16:04:35 +01:00
Ben Lambert 65a8564a2d Merge pull request #22459 from hudsonb/req-node-option
Require --no-node-snapshot in node 20+
2024-01-25 13:07:39 +01:00
Patrik Oldsberg f12578eedd Merge pull request #22103 from GuptaNavdeep1983/nav/aws-alb
auth-backend: migrated AWS ALB provider to new backend.
2024-01-25 12:56:17 +01:00
Patrik Oldsberg 9514fdc434 auth-backend-module-aws-alb-provider: update API report
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-01-25 12:45:25 +01:00
Patrik Oldsberg 42bf023248 auth-backend-module-aws-alb-provider: remove @types/passport dep
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-01-25 11:48:22 +01:00
Patrik Oldsberg 9379bff8d2 auth-backend-module-aws-alb-provider: update PassportProfile import
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-01-25 11:47:30 +01:00
blam efa816051a chore: rollback issue with wildcard paths
Signed-off-by: blam <ben@blam.sh>
2024-01-25 11:29:50 +01:00
Abel Rodriguez 838b74fe6a update api reports
Signed-off-by: Abel Rodriguez <abelr2613@gmail.com>
2024-01-24 14:41:43 -06:00
Abel Rodriguez 1ba7f03f49 add forceFork input to createPullRequest
Signed-off-by: Abel Rodriguez <abelr2613@gmail.com>
2024-01-24 14:14:06 -06:00
José Costa 4134450da3 removed unecessary import
Signed-off-by: José Costa <jose.j.costa@shell.com>
2024-01-24 15:27:42 +00:00
José Costa 1d5f379be5 Added TS definitions to tests
Signed-off-by: José Costa <jose.j.costa@shell.com>
2024-01-24 15:27:42 +00:00
José Costa 7866861572 Added tests to GithubMultiOrgEntityProvider, reduced redundancies in the mocks
Signed-off-by: José Costa <jose.j.costa@shell.com>
2024-01-24 15:27:42 +00:00
José Costa a16c772dd8 removed redundancies in the tests
Signed-off-by: José Costa <jose.j.costa@shell.com>
2024-01-24 15:27:42 +00:00
José Costa 1c39e619a7 added test to assure mutation is not applied when request fails
Signed-off-by: José Costa <jose.j.costa@shell.com>
2024-01-24 15:27:42 +00:00
José Costa eb896509a2 added breaking
Signed-off-by: José Costa <jose.j.costa@shell.com>
2024-01-24 15:27:42 +00:00
José Costa 7647d8d870 removed if statements checking length, removed try catch preventing error from breaking execution
Signed-off-by: José Costa <jose.j.costa@shell.com>
2024-01-24 15:27:42 +00:00
José Costa 1a37e86b9d added break line
Signed-off-by: José Costa <jose.j.costa@shell.com>
2024-01-24 15:27:42 +00:00
Brian Hudson 89b674c1e5 Minor perf improvement to queryEntities when limit=0
Updates queryEntities to not execute dbQuery at all when limit is 0

Signed-off-by: Brian Hudson <brian.r.hudson@gmail.com>
2024-01-24 10:25:03 -05:00
Ben Lambert 30e76f392e Merge pull request #22473 from wss-cadenwheeler/azure-devops-backend-update-file-format-logic
Update extractPartsFromAsset function in azure-devops-backend to handle paths beginning with ".".
2024-01-24 15:17:09 +01:00
blam 1bb3ff229c chore: fix prettier
Signed-off-by: blam <ben@blam.sh>
2024-01-24 08:55:33 -05:00
Brian Hudson e1c479dc31 Require --no-node-snapshot in node 20+
When started using node 20+ checks if the --no-node-snapshot option was provided and throws an error if not.

Signed-off-by: Brian Hudson <brian.r.hudson@gmail.com>
2024-01-24 08:55:32 -05:00
Jamie Klassen 1f4a2854c8 Merge pull request #22122 from andmagom/kubernetes/pinnipedTokenCredentialRequest
Adding PinnipedHelper class to ease Kubernetes authentication through Pinniped
2024-01-24 08:43:14 -05:00
blam 368fc2d5e3 chore: updating api reports
Signed-off-by: blam <ben@blam.sh>
2024-01-24 13:31:29 +01:00
Kiss Miklos 3800d4a8ad add api-reports
Signed-off-by: Kiss Miklos <miklos@roadie.io>
2024-01-24 11:42:10 +01:00
Deepankumar Loganathan 22f2094962 updated azure sites backend types
Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com>
2024-01-24 10:45:49 +01:00
Deepankumar Loganathan ab094515a6 token passed in getEntityByRef
Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com>
2024-01-24 10:45:49 +01:00
Deepankumar Loganathan 6c08802adb fixed: validateSite logic
Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com>
2024-01-24 10:45:49 +01:00
Deepankumar Loganathan c709fcb5e4 azure-sites-backend permission as optional
Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com>
2024-01-24 10:45:49 +01:00
Deepankumar Loganathan 9f9063c990 test cases fixed
Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com>
2024-01-24 10:45:49 +01:00
Deepankumar Loganathan bfa0c5ceaa passing entityRef instead of full entity
Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com>
2024-01-24 10:45:49 +01:00
Deepankumar Loganathan e9974e1b5f typo fixed
Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com>
2024-01-24 10:45:49 +01:00
Deepankumar Loganathan 5a409bb172 changeset and api-report added
Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com>
2024-01-24 10:45:49 +01:00
Deepankumar 94e17d98dc Azure Site Plugin Auth permission added
Signed-off-by: Deepankumar <deepan0433@gmail.com>
2024-01-24 10:45:49 +01:00
Navdeep Gupta 1a9f24cc0c fix: comments.
Signed-off-by: Navdeep Gupta <navdeep.gupta@philips.com>
2024-01-23 18:00:50 -05:00