Commit Graph

19788 Commits

Author SHA1 Message Date
Ben Lambert 93792f86b5 Merge pull request #22597 from backstage/blam/move-messaging
Move `NODE_OPTIONS` messaging for scaffolder to `SecureTemplater`
2024-01-30 12:18:18 +01:00
Ben Lambert 26ca6a4342 Apply suggestions from code review
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Ben Lambert <ben@blam.sh>
Signed-off-by: blam <ben@blam.sh>
2024-01-30 11:35:43 +01:00
blam b3a0627042 chore: move the messaging and fix windows verify builds
Signed-off-by: blam <ben@blam.sh>
2024-01-30 11:10:51 +01:00
Ben Lambert 8746092635 Merge pull request #22521 from backstage/blam/support-tokens-fetch
Support `token` in `URLReaders` for `fetch:*` actions in Scaffolder
2024-01-30 11:00:11 +01:00
Ben Lambert 387f51cca0 Merge pull request #22404 from awanlin/topic/template-context-menu
Added context menu to scaffolder pages
2024-01-30 10:00:42 +01:00
Ben Lambert 4931e1e8b4 Merge pull request #22584 from backstage/blam/scaffolder-schema
Fix issue with `ui:schema` being replaced to empty object
2024-01-30 09:34:09 +01:00
John Philip 9747db38e3 Merge pull request #22155 from luis-k0/feat/markdown-table-code-keep-all
Avoid code word break in techdocs tables to improve visualization
2024-01-29 16:07:17 -05:00
Luis Komatsu 54353b124f feat: markdown code no word-break
Signed-off-by: Luis Komatsu <lkomatsu@questrade.com>
2024-01-29 17:23:23 -03:00
Jamie Klassen 3c17aa49f7 Merge pull request #22563 from jamieklassen/k8s-dialog-component
refactor: extract common dialog component in Kubernetes plugin
2024-01-29 15:15:39 -05:00
Fredrik Adelöw 4e8ac48d4a Merge pull request #22450 from axiac/less-api-requests-from-catalog-graph
catalog-graph: reduce the number of API requests
2024-01-29 16:47:25 +01: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
blam a8b0c802b0 chore: make sure to keep the existing uiSchema when parsing dependencies
Signed-off-by: blam <ben@blam.sh>
2024-01-29 14:12:36 +01: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
Valentin VĂLCIU f937aae0c2 catalog-graph: reduce the number of API requests
* use `CatalogClient.getEntitiesByRefs()` to reduce the number of requests
  to the backend;

Signed-off-by: Valentin VĂLCIU <axiac.ro@gmail.com>
2024-01-29 12:59:38 +02: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
blam 98753d9bf0 chore: update api-reports
Signed-off-by: blam <ben@blam.sh>
2024-01-29 11:47:00 +01:00
blam 78c100bc60 chore: add changeset
Signed-off-by: blam <ben@blam.sh>

Signed-off-by: blam <ben@blam.sh>
2024-01-29 11:44:08 +01:00
blam ed0f7336d8 feat: pass through the the token in scaffolder
Signed-off-by: blam <ben@blam.sh>
2024-01-29 11:44:07 +01:00
blam 75dd39d084 chore: support passing through token in fetchContents and fetchFile
Signed-off-by: blam <ben@blam.sh>

Signed-off-by: blam <ben@blam.sh>
2024-01-29 11:43:42 +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
Jamie Klassen 3c184afa91 refactor: extract common dialog component
Signed-off-by: Jamie Klassen <jamie.klassen@broadcom.com>
2024-01-26 19:09:50 -05:00
Andre Wanlin 30c212f11b Removed commented out code
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-01-26 13:09:50 -06:00
Andre Wanlin a9507252ad Fix task list
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-01-26 13:08:31 -06:00
Andre Wanlin 31f0a0a2da Added context menu to scaffolder pages
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-01-26 13:08:31 -06: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