Commit Graph

13265 Commits

Author SHA1 Message Date
Patrik Oldsberg 2142f91b35 techdocs-node: tweak mock-fs setup
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-12 11:48:45 +01:00
Fredrik Adelöw a593009d42 Merge pull request #14039 from Bonial-International-GmbH/pjungermann/github/schedule-in-config
feat(catalog/github): schedule via config + use at backend module
2022-10-12 10:01:19 +01:00
Patrick Jungermann 51046b58b0 feat(catalog/github): use schedule from config at backend module
Also, it removed `GithubEntityProviderCatalogModuleOptions`
in favor of config-only for the backend module setup
like at other similar modules.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-11 23:51:33 +02:00
github-actions[bot] 9282c018c7 Version Packages (next) 2022-10-11 14:30:05 +00:00
Johan Haals c93827d785 Merge pull request #14070 from Bonial-International-GmbH/pjungermann/deprecate-bitbucket
chore(catalog/bitbucket): Deprecate catalog-backend-module-bitbucket
2022-10-11 15:01:48 +01:00
Harrison Hogg 1c5e59af0a Merge pull request #13905 from backstage/permissions/schema
Permissions - Add a required parameter schema
2022-10-11 14:59:24 +01:00
Ben Lambert 8d392f8829 Merge pull request #14076 from backstage/freben/valeeeeeeeee
just some vale fixes
2022-10-11 14:36:52 +01:00
Fredrik Adelöw 91609e6df1 Merge pull request #13961 from acierto/useLongPollingLogs
Make it possible to enable useLongPollingLogs in scaffolder plugin
2022-10-11 14:11:45 +02:00
Fredrik Adelöw 2a6d762539 just some vale fixes
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-10-11 13:10:48 +01:00
Harry Hogg 04db0e8afb Updated API Reports
Signed-off-by: Harry Hogg <hhogg@spotify.com>
2022-10-11 12:57:41 +01:00
Harry Hogg bbbe968e10 Fixed allowing optional params outside of the toQuery and apply
Signed-off-by: Harry Hogg <hhogg@spotify.com>

Co-authored-by: Mike Lewis <mlewis@spotify.com>
2022-10-11 11:53:02 +01:00
blam deb5da85d5 chore: fixing code review comments
Signed-off-by: blam <ben@blam.sh>
2022-10-11 11:30:09 +01:00
blam 698e213f8c chore: fixing typescript issues and getting this PR ready to ship!
Signed-off-by: blam <ben@blam.sh>
2022-10-11 11:28:11 +01:00
blam bd42442fa5 chore: re-use the old task page for now as we want to ship something early
Signed-off-by: blam <ben@blam.sh>
2022-10-11 11:28:11 +01:00
blam 4497bd4e48 chore: starting to wire together a TaskPage for the router
Signed-off-by: blam <ben@blam.sh>
2022-10-11 11:28:11 +01:00
blam 6edbf33499 chore: code reviews
Signed-off-by: blam <ben@blam.sh>
2022-10-11 11:26:35 +01:00
blam 2d76e6f6c4 chore: fixing api-reports
Signed-off-by: blam <ben@blam.sh>
2022-10-11 11:22:19 +01:00
blam 42a8b0c3f3 chore: fix the typings
Signed-off-by: blam <ben@blam.sh>

Signed-off-by: blam <ben@blam.sh>
2022-10-11 11:22:19 +01:00
blam 8020d8e8e9 chore: export some more things out of the alpha exports
Signed-off-by: blam <ben@blam.sh>
2022-10-11 11:22:19 +01:00
blam 2b825ff357 chore: bump to latest beta
Signed-off-by: blam <ben@blam.sh>
2022-10-11 11:22:19 +01:00
blam bc6b470825 chore: finally make typescript full happy too
Signed-off-by: blam <ben@blam.sh>
2022-10-11 11:22:19 +01:00
blam 2d58be910d chore: resetting the fields
Signed-off-by: blam <ben@blam.sh>
2022-10-11 11:22:19 +01:00
blam 2548b5a590 chore: typescript is happy. ring the police.
Signed-off-by: blam <ben@blam.sh>

Signed-off-by: blam <ben@blam.sh>
2022-10-11 11:22:19 +01:00
blam d362737143 chore: reset some things so we can run it in paralell
Signed-off-by: blam <ben@blam.sh>
2022-10-11 11:22:19 +01:00
blam ffe1357499 chore: fix
Signed-off-by: blam <ben@blam.sh>
2022-10-11 11:22:19 +01:00
blam 7443c37ffc chore: fixing some typescripty things
Signed-off-by: blam <ben@blam.sh>
2022-10-11 11:22:18 +01:00
blam adfb075796 chore: one last error
Signed-off-by: blam <ben@blam.sh>
2022-10-11 11:22:18 +01:00
blam b9f71b15af chore: just the error validation left I think for the next scaffolder
Signed-off-by: blam <ben@blam.sh>
2022-10-11 11:22:18 +01:00
blam 6183125008 chore: fixing up typescript
Signed-off-by: blam <ben@blam.sh>
2022-10-11 11:22:18 +01:00
blam 018aaf8c32 chore: fixing dependencies for the form
Signed-off-by: blam <ben@blam.sh>
2022-10-11 11:22:18 +01:00
blam 6acaedb962 chore: things are working pretty nicely now with the later version and the next version of scaffolder
Signed-off-by: blam <ben@blam.sh>
2022-10-11 11:22:18 +01:00
Fredrik Adelöw e10411cebc tweak wording
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-10-11 11:16:51 +01:00
Patrick Jungermann 8749df3d02 feat(catalog/github): Add option to configure schedule via app-config.yaml
Relates-to: PR #13859
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-11 10:57:37 +02:00
Anders Näsman 09dc3083a6 Merge pull request #14061 from agentbellnorm/pass-catalog-client-to-techdocs-router
[TechDocs] Pass catalog client to techdocs router
2022-10-11 10:22:47 +02:00
Johan Haals 847caff9c8 Merge pull request #13800 from RoadieHQ/kissmikijr/use-configured-creds-catalog-wizard
[catalog-import] Move github code search to the backend
2022-10-11 09:21:35 +01:00
Morgan 847eb6fdce format and add backticks to changeset file
Signed-off-by: Morgan <mbentell@spotify.com>
2022-10-11 09:45:50 +02:00
Patrick Jungermann 23f9199a0f chore(catalog/bitbucket): Deprecate catalog-backend-module-bitbucket
Deprecate `@backstage/plugin-catalog-backend-module-bitbucket`.

Please migrate to `@backstage/plugin-catalog-backend-module-bitbucket-cloud`
or `@backstage/plugin-catalog-backend-module-bitbucket-server` instead.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-11 01:48:29 +02:00
Morgan 7ced1b4076 add changeset and api-report
Signed-off-by: Morgan <mbentell@spotify.com>
2022-10-10 15:39:43 +02:00
Morgan a64064f0d3 add optional argument to createRouter to allow injection of CatalogClient to techdocs backend
Signed-off-by: Morgan <mbentell@spotify.com>
2022-10-10 15:31:43 +02:00
Fredrik Adelöw 25b49d2538 Merge pull request #13874 from fridajac/bazaar-homepage
Bazaar Overview Card with random or latest projects
2022-10-10 12:23:09 +02:00
bnechyporenko 9bf1946668 Updated the documentation
Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
2022-10-10 09:11:15 +02:00
bnechyporenko ba5533893e Merge branch 'master' into useLongPollingLogs 2022-10-10 08:58:16 +02:00
Frida Jacobsson f7c2855d76 Create "BazaarOverviewCard" that can be added to Backstage homepage.
Change-Id: I6e2565360cb3f7af27f60a0336cd87a75b3018c3
Signed-off-by: Frida Jacobsson <fridaja@axis.com>
Signed-off-by: Frida Jacobsson <fridahelenajacobsson@gmail.com>
2022-10-10 08:35:57 +02:00
Harry Hogg f6aa16fb7a Updated API reports
Signed-off-by: Harry Hogg <hhogg@spotify.com>
2022-10-07 16:16:22 +01:00
Johan Haals b1c10102a3 Merge pull request #14022 from dagda1/filter-github-issues-by-label
Filter GitHub issues by label
2022-10-07 16:13:58 +02:00
Paul Cowan 29de9091cf rename IssuesByRepoOptions to GithubIssuesByRepoOptions
Signed-off-by: Paul Cowan <paul.cowan@cutting.scot>
2022-10-07 14:54:43 +01:00
Paul 5fc85ed461 Update plugins/github-issues/api-report.md
Co-authored-by: Johan Haals <johan@haals.se>
Signed-off-by: Paul <paul.cowan@cutting.scot>
Signed-off-by: Paul Cowan <paul.cowan@cutting.scot>
2022-10-07 14:54:43 +01:00
Paul Cowan 7a6ba9f4f3 add tests for filterByClause
Signed-off-by: Paul Cowan <paul.cowan@cutting.scot>
2022-10-07 14:54:43 +01:00
Paul Cowan eaafa1cb37 run api-reports
Signed-off-by: Paul Cowan <paul.cowan@cutting.scot>
2022-10-07 14:54:42 +01:00
Paul Cowan 663fd697f1 prefix IssuesFilters and IssuesOrdering with Github
Signed-off-by: Paul Cowan <paul.cowan@cutting.scot>
2022-10-07 14:54:41 +01:00