Commit Graph

57104 Commits

Author SHA1 Message Date
Rik Claessens 960b292c68 Replace renderWithEffects with renderInTestApp to fix all existing tests
Signed-off-by: Rik Claessens <rhmclaessens@gmail.com>
2024-07-13 11:31:09 +02:00
parmar-abhinav dae85dfd21 Add examples for fetch:cookiecutter scaffolder action & improve related tests
Signed-off-by: parmar-abhinav <abhinav.parmar@infosys.com>
2024-07-13 14:07:56 +05:30
Tim Hansen ba9abf4fba Allow manual trigger frequency in backend-tasks
Signed-off-by: Tim Hansen <timbonicush@spotify.com>
2024-07-12 15:29:52 -06:00
Rik Claessens 9d66d8cd90 Make use of the useApp hook to retrieve search icon
Signed-off-by: Rik Claessens <rhmclaessens@gmail.com>
2024-07-12 23:28:36 +02:00
Patrik Oldsberg 22cb1fcf2a Merge pull request #25606 from backstage/camilaibs/add-root-logger-docs
[NBS 1.0] Update root logger service docs
2024-07-12 17:04:02 +02:00
Camila Belo 842457d9ad docs: update root logger service docs
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-07-12 16:14:59 +02:00
Frank Kong 4d7e11f014 chore(scaffolder): allow task viewer to be resizable and disable rendering of empty output (#25495)
chore(scaffolder): allow task viewer to be resizable and disable rendering of empty output (#25495)
2024-07-12 16:06:01 +02:00
bond yan 73a6ece6e3 Merge pull request #25594 from backstage/techdocs-navigation-flicker
TechDocs - Navigation page flicker
2024-07-12 09:36:13 -04:00
Patrik Oldsberg ed10fd202c permission-node: update policy handler to work with new auth system
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-12 14:28:24 +02:00
Patrik Oldsberg 343f656eb1 search-backend: update to treat requests without credentials as unauthenticated
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-12 12:21:41 +02:00
Patrik Oldsberg 36f91e8956 backend-plugin-api,permission-node: remove deprecated token option from permissions service
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-12 12:17:39 +02:00
Patrik Oldsberg f4085b87f5 permission-common: removed the token option from the base evaluator options
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-12 12:14:17 +02:00
Patrik Oldsberg 972bcbb57a backend-test-utils: remove callback form features from startTestBackend
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-12 10:49:44 +02:00
Patrik Oldsberg 906c817fd3 backend-test-utils: update ServiceFactoryTester to not accept callback form
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-12 10:43:19 +02:00
Patrik Oldsberg 18b96b15ed backend-app-api: deprecate callback form of backend.add(...)
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-12 10:38:13 +02:00
Patrik Oldsberg f691c9bf75 backend-app-api: simplify defaultServiceFactories option
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-12 10:38:13 +02:00
renovate[bot] a3449e0767 chore(deps): update snyk/actions digest to 640e317
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-12 07:40:53 +00:00
Patrik Oldsberg 1a966daca7 Merge pull request #25572 from CasperJ/master
Scaffolder action `catalog:write` incorrectly outputs a log message of `Writing catalog-info.yaml`
2024-07-12 09:36:48 +02:00
MT Lewis 402d18e22c Merge pull request #24263 from backstage/release-yarn-plugin
yarn-plugin: update sync_release-manifest workflow to include yarn-plugin release directory
2024-07-11 20:06:48 +01:00
Patrik Oldsberg 66930ceeed Merge pull request #25577 from skyem/master
fix: Added owner and repo args to getEnvironmentPublicKey
2024-07-11 17:26:49 +02:00
Bond Yan 8fc26223c2 setting useNavigate in a ref
Signed-off-by: Bond Yan <bondy@spotify.com>
2024-07-11 11:20:17 -04:00
Chap Ambrose b652b6de1f add deploy buttuon to heroku.md
Signed-off-by: Chap Ambrose <cambrose@salesforce.com>
2024-07-11 08:16:21 -05:00
MT Lewis f5d247fd3c Merge pull request #24472 from backstage/yarn-plugin-check-version
yarn-plugin: validate version of yarn
2024-07-11 13:48:09 +01:00
Patrik Oldsberg 519370a8d2 Merge pull request #25554 from lorrrrrrrenzo/lorrrrrrrenzo/export-default-eks-transformer
Export `defaultEksClusterEntityTransformer` from `catalog-backend-module-aws`
2024-07-11 14:37:07 +02:00
Andre Wanlin 0d1958f2fb Merge pull request #25534 from awanlin/docs/add-auth-backend-install
Added backend install steps for various auth providers
2024-07-11 07:08:59 -05:00
Andre Wanlin 4a77a91da8 Added comment to resolvers
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-07-11 06:58:33 -05:00
Patrik Oldsberg 22e2a0ef67 Merge pull request #25552 from AvaliaSystems/fix-25551
Fixes issues with the Atlassian auth provider #25551
2024-07-11 13:42:08 +02:00
Patrik Oldsberg 0600286c95 Update .changeset/early-deers-beg.md
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-11 13:22:51 +02:00
MT Lewis 513175ae97 sync_release-manifest: remove top-level backstage directory
The top-level backstage/ directory included in
this repo means we can't use the yarn-install
backstage action (or we'd have to add a `path`
input option to it).

Looking at this workflow, I can't actually spot
why the top-level `backstage` dir is needed -
nothing is ever written outside it as far as I can
spot. With that in mind, proposing we remove it to
simplify the workflow and enable the use of the
`yarn-install` action without needing to extend it.

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-11 12:10:45 +01:00
MT Lewis 0bdf7ab1eb sync_release-manifest: add yarn-plugin to release directory
Since yarn plugins aren't installable via npm, we
need a place to make the version available for
each release. Since versions.backstage.io already
provides an API backed by a git repo organized by
release (and even includes release line links), it
seems like the perfect spot.

This commit adds the yarn plugin to the
appropriate directory when the
sync_release-management workflow runs,
reorganizing the existing functionality for
pushing the changes to the versions repo with a
little bit of refactoring.

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-11 12:10:45 +01:00
MT Lewis f9e4e22e5f sync_release-manifest: full yarn install
Since we now need to build the yarn-plugin before
pushing it to the versions repo for each release,
we need a full yarn install in this repo.

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-11 12:10:45 +01:00
MT Lewis a8bd40162c yarn-plugin: validate version of yarn in yarn plugin
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-11 12:10:10 +01:00
Patrik Oldsberg 617a7d29c2 backend-app-api: avoid using service factory options for plugin meta service
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-11 11:37:56 +02:00
Patrik Oldsberg 87d3f665f8 backend-plugin-api: update deprecation message for ServiceFactoryCompat
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-11 10:49:35 +02:00
Patrik Oldsberg 707eb3989d Apply suggestions from code review
Co-authored-by: Camila Belo <camilaibs@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-11 10:16:25 +02:00
Stephen Glass bebd569c56 Fix extra divider displayed on user list picker component
Signed-off-by: Stephen Glass <stephen@stephen.glass>
2024-07-10 20:44:25 -04:00
CasperJ e149572b1a Update .changeset/dirty-wasps-do.md
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
Signed-off-by: CasperJ <c@sper.name>
2024-07-10 21:03:43 +02:00
Mccaskey Skye a7d9216e50 Update early-deers-beg.md
Signed-off-by: Mccaskey Skye <smccaskey@me.com>
2024-07-10 13:38:35 -05:00
Mccaskey Skye ccfc9d12c1 fix: Added owner and repo args to getEnvironmentPublicKey
Signed-off-by: Mccaskey Skye <smccaskey@me.com>
2024-07-10 12:57:23 -05:00
dependabot[bot] db7a31b1d7 chore(deps): bump fast-loops from 1.1.3 to 1.1.4
Bumps [fast-loops](https://github.com/robinweser/fast-loops) from 1.1.3 to 1.1.4.
- [Commits](https://github.com/robinweser/fast-loops/commits)

---
updated-dependencies:
- dependency-name: fast-loops
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-10 16:18:20 +00:00
Camila Belo b82aff92aa refactor(test-utils): deprecate the isDockerDisabledForTests function
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-07-10 17:06:00 +02:00
Camila Belo 95a3a0b91c refactor(test-utils): rename setupRequestMockHandlers to setupMswHandler
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-07-10 15:45:49 +02:00
Patrik Oldsberg b05e1e1157 changesets: add changeset for packages with updated service factory exports
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-10 15:41:02 +02:00
Patrik Oldsberg c6c6e2d334 changesets: add node about TS improvement when removing service factory options
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-10 15:38:28 +02:00
CasperJ b9451dd573 Fixed log message to output the correct file name being written to
Signed-off-by: CasperJ <c@sper.name>
2024-07-10 15:22:56 +02:00
Patrik Oldsberg 6e4d937728 docs/backend-system: update service factory options section
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-10 15:19:03 +02:00
Seba 2414d86668 Kubernetes react -> Warning: validateDOMNesting(...): <ul> cannot appear as a descendant of <p> (#25559)
* fix html markup in FixDialog

Signed-off-by: sebalaini <sebastianolaini@gmail.com>

* Update .changeset/short-impalas-suffer.md

Co-authored-by: Camila Belo <camilaibs@gmail.com>
Signed-off-by: Seba <17096352+sebalaini@users.noreply.github.com>

---------

Signed-off-by: sebalaini <sebastianolaini@gmail.com>
Signed-off-by: Seba <17096352+sebalaini@users.noreply.github.com>
Co-authored-by: Camila Belo <camilaibs@gmail.com>
2024-07-10 08:28:50 -04:00
Camila Belo 0eb075b85c Merge pull request #25568 from backstage/nbs10/deprecate-is-docker-disabled-for-tests
[NBS 1.0] Deprecate the `isDockerDisabledForTests` in test-utils
2024-07-10 13:32:44 +02:00
Camila Belo edf5cc349e refactor(test-utils): deprecate the isDockerDisabledForTests function
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-07-10 12:57:04 +02:00
Camila Belo b45da0768b Merge pull request #25567 from backstage/nbs10/test-utils-renamings
[NBS 1.0] Rename `ServiceFactoryTester.get` to `ServiceFactoryTester.getSubject`
2024-07-10 12:33:40 +02:00