Commit Graph

7797 Commits

Author SHA1 Message Date
Patrik Oldsberg d505e43ffc core-components: fix highlighting of active sidebar items
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: blam <ben@blam.sh>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-12 12:14:28 +02:00
Johan Haals 4e74532566 Merge pull request #10752 from backstage/emmaindal/search-react
[Search] introduce a new search-react package.
2022-04-12 11:08:21 +02:00
Fredrik Adelöw f2964093d2 Merge pull request #10739 from backstage/dependabot/npm_and_yarn/microsoft/api-extractor-model-7.16.1
build(deps): bump @microsoft/api-extractor-model from 7.16.0 to 7.16.1
2022-04-12 09:45:55 +02:00
Johan Haals 887a7bb4dc Merge pull request #10768 from backstage/dependabot/npm_and_yarn/npm-packlist-5.0.0
build(deps): bump npm-packlist from 3.0.0 to 5.0.0
2022-04-12 09:34:21 +02:00
dependabot[bot] 3c26b2edb5 build(deps): bump npm-packlist from 3.0.0 to 5.0.0
Bumps [npm-packlist](https://github.com/npm/npm-packlist) from 3.0.0 to 5.0.0.
- [Release notes](https://github.com/npm/npm-packlist/releases)
- [Changelog](https://github.com/npm/npm-packlist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/npm-packlist/compare/v3.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: npm-packlist
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 05:50:15 +00:00
Johan Haals 47f0af3410 remove gitbeaker node, update changeset
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-11 16:11:44 +02:00
Johan Haals 43759dd789 create-app: Remove octokit/rest from dependencies section
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-11 15:43:43 +02:00
Fredrik Adelöw e80ecad93c bump all
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-04-11 14:31:00 +02:00
Emma Indal c64c33f74b dependency and docs fixups
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-04-11 13:52:04 +02:00
Emma Indal 6a4f081128 let template logos live in home plugin for now
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-04-11 12:08:29 +02:00
Emma Indal bc31ff1bbd move home default template story to the app
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-04-11 11:40:20 +02:00
Eric Peterson 89a2aba980 Merge pull request #10725 from backstage/search/task-scheduler-cleanups 2022-04-09 11:14:39 +02:00
Patrik Oldsberg d417eab702 Merge pull request #10700 from backstage/rugvip/ignore-errors
config-loader,backend-common: do not fail backend startup on config schema errors
2022-04-08 23:24:42 +02:00
Eric Peterson 1d8d3c408a Use human-readable durations throughout.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-04-08 18:13:05 +02:00
Patrik Oldsberg 19f6c6c32a config-loader,backend-common: do not fail backend startup on config schema errors
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-08 12:37:09 +02:00
Vincenzo Scamporlino 173aadff5b Avoid PermissionEvaluator breaking changes
Signed-off-by: Vincenzo Scamporlino <me@vinzscam.dev>
2022-04-08 12:29:00 +02:00
Vincenzo Scamporlino afb7535c2e Use PermissionEvaluator instead of ServerPermissionClient
Signed-off-by: Vincenzo Scamporlino <me@vinzscam.dev>
2022-04-08 12:28:59 +02:00
Vincenzo Scamporlino 06d32493e6 Fix integration tests
Signed-off-by: Vincenzo Scamporlino <me@vinzscam.dev>
2022-04-08 12:28:59 +02:00
Johan Haals 8b669400ea include react-dom types, update changeset
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-08 11:05:43 +02:00
Johan Haals e838a7060a Add package resolution for @types/react
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-08 10:58:08 +02:00
Eric Peterson 4af1d8b71d Merge pull request #9770 from kuangp/feat/searchCoordination
feat(search): handle search indexing coordination among nodes
2022-04-08 10:15:55 +02:00
Patrik Oldsberg df7862cfa6 cli: do not apply react-hot-loader transforms for backend development
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-07 12:37:57 +02:00
Phil Kuang 0a63e99a26 feat(search): handle search indexing coordination among nodes
Signed-off-by: Phil Kuang <pkuang@factset.com>
2022-04-06 14:03:04 -04:00
Patrik Oldsberg db21d78179 Merge pull request #10671 from backstage/rugvip/check
cli: stop warning about duplicate plugin libraries
2022-04-06 16:39:13 +02:00
Ben Lambert 38d6a4745c Merge pull request #10558 from backstage/blam/node16types
chore: @node/types -> 16.x
2022-04-06 15:47:21 +02:00
Patrik Oldsberg 0383cd0228 cli: stop warning about duplicate plugin libraries
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-06 15:46:44 +02:00
Ben Lambert 5b9559ca9e Merge pull request #10490 from OctopusDeploy/liam-mackie/export-IdentityProviders
Added IdentityProviders to exports from SignInPage
2022-04-06 15:00:44 +02:00
blam 4bfde894e0 chore: just force the type for now to see if it works
Signed-off-by: blam <ben@blam.sh>
2022-04-06 14:30:00 +02:00
Ben Lambert af364b9b72 Merge pull request #10588 from backstage/dependabot/npm_and_yarn/prettier-2.6.2
build(deps-dev): bump prettier from 2.5.1 to 2.6.2
2022-04-06 14:21:10 +02:00
blam 3766028309 chore: fixing prettier warnings
Signed-off-by: blam <ben@blam.sh>
2022-04-06 10:55:10 +02:00
Eric Peterson efe33862b4 Merge pull request #10403 from carlo-colombo/master
[TechDocs] Adds a flag to the cli to override the entrypoint of a custom docker image. It could be used to reuse existing images with different entrypoints.
2022-04-06 09:34:35 +02:00
Carlo Colombo eb470ea54c Adds a flag to the cli to override the entrypoint of a custom docker image. It could be used to reuse existing images with different eentrypoints.
Signed-off-by: Carlo Colombo <carlo.colombo@klarna.com>
2022-04-06 08:49:32 +02:00
Eric Peterson fec58ff178 Merge pull request #10377 from kuangp/fix/techdocs-readme
fix(README): do not copy docs/README.md as docs/index.md
2022-04-05 18:03:35 +02:00
Ben Lambert ad55e2f005 Merge pull request #10041 from yousifalraheem/feat/extra-user-settings
Enable adding extra setting tabs
2022-04-05 15:14:01 +02:00
Johan Haals d02c070f8f e2e: Skip version lookup for non @backstage packages
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-05 10:19:55 +02:00
Johan Haals ba6dccc7d7 user-event version to 14
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-05 10:19:55 +02:00
Johan Haals 4fd45b202b chore: await userEvent in tests
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-05 10:19:54 +02:00
Johan Haals b1190bf676 await userEvent
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-05 10:19:54 +02:00
dependabot[bot] 24254fd433 build(deps): bump @testing-library/user-event from 13.5.0 to 14.0.0
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.5.0 to 14.0.0.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v13.5.0...v14.0.0)

---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-05 10:19:52 +02:00
github-actions[bot] 39e446d0ff Version Packages (next) 2022-04-05 07:35:01 +00:00
Phil Kuang 9ab9ce617e fix(techdocs): do not copy docs/README.md as docs/index.md
Signed-off-by: Phil Kuang <pkuang@factset.com>
2022-04-04 12:57:38 -04:00
blam f4fd7f5400 chore: fixing the version numbers
Signed-off-by: blam <ben@blam.sh>
2022-04-04 16:01:28 +02:00
blam 2538bf72e3 chore: @node/types -> 16.x
Signed-off-by: blam <ben@blam.sh>
2022-04-04 16:01:06 +02:00
Liam Mackie 9028e25cb0 Added tsdoc tag for IdentityProviders type
Signed-off-by: Liam Mackie <liam.mackie@octopus.com>
2022-04-04 23:50:07 +10:00
Patrik Oldsberg d77cedd2ca e2e-test: pass through errors
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-04 14:50:07 +02:00
Ben Lambert 268f7faeea Merge pull request #10572 from saan800/BackstageTab_to_overridableComponent_styles
Add BackstageTab to overridableComponents
2022-04-01 16:25:10 +02:00
Ben Lambert 40e1fc66f7 Merge pull request #10563 from backstage/dependabot/npm_and_yarn/spotify/eslint-config-react-13.0.0
build(deps): bump @spotify/eslint-config-react from 12.0.0 to 13.0.0
2022-04-01 15:34:21 +02:00
sandra-greenhalgh 9e78aeb72f mark TabClassKey as public
Signed-off-by: sandra-greenhalgh <sandra.greenhalgh@justeattakeaway.com>
2022-04-01 14:26:01 +01:00
Liam Mackie 0078980992 Added api report
Signed-off-by: Liam Mackie <liam.mackie@octopus.com>
2022-04-01 23:03:10 +10:00
sandra-greenhalgh 6db6f26548 update core-components/api-reports.md
Signed-off-by: sandra-greenhalgh <sandra.greenhalgh@justeattakeaway.com>
2022-04-01 13:07:12 +01:00