Commit Graph

17247 Commits

Author SHA1 Message Date
Fredrik Adelöw 1db090c8d1 rename toAdd to toUpsert to clarify what it actually does
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-09-28 13:15:10 +02:00
Patrik Oldsberg 59b46a1419 Merge pull request #7075 from lmejbar/devTechRadar
Added SearchBar and ScrollBar on Techradar
2021-09-28 11:18:53 +02:00
Fredrik Adelöw 1b4f5c6e97 Merge pull request #7358 from backstage/dependabot/npm_and_yarn/react-syntax-highlighter-15.4.4
build(deps): bump react-syntax-highlighter from 15.4.3 to 15.4.4
2021-09-28 11:14:34 +02:00
Patrik Oldsberg 3977a6650a Merge pull request #7359 from backstage/dependabot/npm_and_yarn/roadiehq/backstage-plugin-github-pull-requests-1.0.15
build(deps): bump @roadiehq/backstage-plugin-github-pull-requests from 1.0.13 to 1.0.15
2021-09-28 11:14:25 +02:00
Fredrik Adelöw bb8222dc02 Merge pull request #7357 from backstage/dependabot/npm_and_yarn/types/core-js-2.5.5
build(deps-dev): bump @types/core-js from 2.5.4 to 2.5.5
2021-09-28 11:14:13 +02:00
Patrik Oldsberg 322b60d5f0 Merge pull request #7194 from ainhoaL/remove-checkboxtree
core-components: Remove CheckboxTree component (used in Table Filters)
2021-09-28 10:56:07 +02:00
Patrik Oldsberg 153cffd49b Merge pull request #6981 from RoadieHQ/late-registration
Modify ApiHolder to be updated on Provider children changes as well
2021-09-28 10:31:03 +02:00
Fredrik Adelöw eea41d7245 Merge pull request #7229 from backstage/freben/depcheck
just some playing around with depcheck
2021-09-28 10:26:35 +02:00
Fredrik Adelöw 8fdd2eab89 review comments
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-09-28 10:15:06 +02:00
Jussi Hallila 98ff0f4775 Modify wording in changeset.
Signed-off-by: Jussi Hallila <jussi@hallila.com>
2021-09-28 08:34:11 +02:00
dependabot[bot] b6befa47cc build(deps): bump @roadiehq/backstage-plugin-github-pull-requests
Bumps [@roadiehq/backstage-plugin-github-pull-requests](https://github.com/RoadieHQ/roadie-backstage-plugins) from 1.0.13 to 1.0.15.
- [Release notes](https://github.com/RoadieHQ/roadie-backstage-plugins/releases)
- [Commits](https://github.com/RoadieHQ/roadie-backstage-plugins/commits)

---
updated-dependencies:
- dependency-name: "@roadiehq/backstage-plugin-github-pull-requests"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-28 04:21:15 +00:00
dependabot[bot] 31bf4ec0b6 build(deps): bump react-syntax-highlighter from 15.4.3 to 15.4.4
Bumps [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) from 15.4.3 to 15.4.4.
- [Release notes](https://github.com/react-syntax-highlighter/react-syntax-highlighter/releases)
- [Changelog](https://github.com/react-syntax-highlighter/react-syntax-highlighter/blob/master/CHANGELOG.MD)
- [Commits](https://github.com/react-syntax-highlighter/react-syntax-highlighter/commits)

---
updated-dependencies:
- dependency-name: react-syntax-highlighter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-28 04:18:49 +00:00
dependabot[bot] 5f656ecb4c build(deps-dev): bump @types/core-js from 2.5.4 to 2.5.5
Bumps [@types/core-js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/core-js) from 2.5.4 to 2.5.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/core-js)

---
updated-dependencies:
- dependency-name: "@types/core-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-28 04:18:02 +00:00
Patrik Oldsberg c3c93e0909 Merge pull request #7349 from backstage/rugvip/diff
cli: improve package.json files diff
2021-09-27 23:10:08 +02:00
Patrik Oldsberg 732a09b9da Merge pull request #7326 from backstage/rugvip/root
cli,config-loader: allow config schema to be defined in root package.json
2021-09-27 22:50:50 +02:00
Fredrik Adelöw c8dc80bf49 review fixes
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-09-27 22:42:54 +02:00
Patrik Oldsberg 58f91943ab cli: improve package.json files diff
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-27 22:16:17 +02:00
lmejbar e56e728fc8 Signed-off-by Lmejbar : spell check for the word scrollbar
Signed-off-by: lmejbar <42239917+lmejbar@users.noreply.github.com>
2021-09-27 22:03:51 +02:00
lmejbar 6f82fef197 Signed-off-by Lmejbar : Added SearchBar and ScrollBar on Techradar
Signed-off-by: lmejbar <42239917+lmejbar@users.noreply.github.com>
2021-09-27 22:03:51 +02:00
lmejbar d6ebcba5b4 Signed-off-by Lmejbar : Added SearchBar and ScrollBar on Techradar
Signed-off-by: lmejbar <42239917+lmejbar@users.noreply.github.com>
2021-09-27 22:03:51 +02:00
lmejbar ded541cca8 Signed-off-by Lmejbar : Added SearchBar and ScrollBar on Techradar
Signed-off-by: lmejbar <42239917+lmejbar@users.noreply.github.com>
2021-09-27 22:03:51 +02:00
lmejbar 5e198da71b Signed-off-by Lmejbar : Added SearchBar and ScrollBar on Techradar
Signed-off-by: lmejbar <42239917+lmejbar@users.noreply.github.com>
2021-09-27 22:03:51 +02:00
lmejbar 48ac287ee0 Minor corrections
Signed-off-by: lmejbar <42239917+lmejbar@users.noreply.github.com>
2021-09-27 22:03:51 +02:00
lmejbar c1ef701395 Added SearchBar and ScrollBar on Techradar
Signed-off-by: lmejbar <42239917+lmejbar@users.noreply.github.com>
2021-09-27 22:03:51 +02:00
Patrik Oldsberg da407a0b1f Merge pull request #7346 from backstage/rugvip/static
cli: fix plugin serve file watching
2021-09-27 19:57:32 +02:00
Patrik Oldsberg 3a8704f16b cli: fix plugin serve file watching
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-27 18:43:16 +02:00
Eric Peterson 4eb90fa32e Merge pull request #7341 from backstage/emmaindal/update-techdocs-readme
[TechDocs] Add link to how-to guide
2021-09-27 18:04:08 +02:00
Bodil Björklund edda769360 Minor text edits
Piggy-backing on this branch to include minor text edits to README.

Signed-off-by: Bodil Björklund <bodilb@spotify.com>
2021-09-27 17:19:54 +02:00
Emma Indal 03d7911ad9 [TechDocs] Add link to how-to guide
Signed-off-by: Emma Indal emma.indahl@gmail.com
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-09-27 15:49:25 +02:00
Patrik Oldsberg 8117926014 Merge pull request #7306 from feedmypixel/fix-sed-single-quote-escaping-frontend-with-nginx-example
FIX: Stop sed escaping numbers 2 and 7 in Docker
2021-09-27 15:19:59 +02:00
Fredrik Adelöw 906de40f57 optional dependencies in plugin:diff
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-09-27 15:10:14 +02:00
Patrik Oldsberg 5dfa46ca08 Merge pull request #7328 from awanlin/topic/add-is-docs-available
Add is TechDocs available
2021-09-27 13:53:41 +02:00
Patrik Oldsberg 4b2f6d87c5 Merge pull request #7329 from awanlin/topic/add-is-kubernetes-available
Add check for Kubernetes annotation on entity
2021-09-27 11:21:45 +02:00
Patrik Oldsberg a343837854 Merge pull request #7332 from backstage/dependabot/npm_and_yarn/types/luxon-2.0.4
build(deps-dev): bump @types/luxon from 1.27.0 to 2.0.4
2021-09-27 11:16:32 +02:00
Patrik Oldsberg 419c2c54a3 Merge pull request #7315 from backstage/rugvip/catalog-bork
catalog-backend: refactor deferral of entites + fix dissapearing ref bug
2021-09-27 10:29:33 +02:00
Patrik Oldsberg 2f09cdb97f use preferred luxon duration units
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-27 10:22:31 +02:00
Patrik Oldsberg 1c76a3c574 Merge pull request #7333 from backstage/dependabot/npm_and_yarn/types/terser-webpack-plugin-5.2.0
build(deps-dev): bump @types/terser-webpack-plugin from 5.0.4 to 5.2.0
2021-09-27 10:03:25 +02:00
Patrik Oldsberg 047abce582 Merge pull request #7334 from backstage/dependabot/npm_and_yarn/react-hook-form-7.16.1
build(deps): bump react-hook-form from 7.15.3 to 7.16.1
2021-09-27 10:02:24 +02:00
Fredrik Adelöw 1e48d8cbde just some playing around with depcheck
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-09-27 09:18:56 +02:00
dependabot[bot] 38371e8693 build(deps): bump react-hook-form from 7.15.3 to 7.16.1
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.15.3 to 7.16.1.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.15.3...v7.16.1)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 04:20:29 +00:00
dependabot[bot] a853b282d8 build(deps-dev): bump @types/terser-webpack-plugin from 5.0.4 to 5.2.0
Bumps [@types/terser-webpack-plugin](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/terser-webpack-plugin) from 5.0.4 to 5.2.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/terser-webpack-plugin)

---
updated-dependencies:
- dependency-name: "@types/terser-webpack-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 04:17:25 +00:00
dependabot[bot] 2982d3856f build(deps-dev): bump @types/luxon from 1.27.0 to 2.0.4
Bumps [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon) from 1.27.0 to 2.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/luxon)

---
updated-dependencies:
- dependency-name: "@types/luxon"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 04:16:30 +00:00
Andre Wanlin 28d4e6f0fc Updated API Report
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-26 11:04:50 -05:00
Andre Wanlin 9424501792 Merge branch 'backstage:master' into topic/add-is-kubernetes-available 2021-09-26 11:02:09 -05:00
Andre Wanlin 4069e3546c Updated API Report
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-26 10:59:23 -05:00
Andre Wanlin a1c61fc5bf Merge branch 'backstage:master' into topic/add-is-docs-available 2021-09-26 10:50:46 -05:00
Patrik Oldsberg 78d6aebdad Merge pull request #7321 from ryan-hanchett/fix/update-oauth-refresh-token
Fix oauth refresh logic to set new refresh token
2021-09-26 15:02:32 +02:00
Patrik Oldsberg 40199b61d6 cli: include root package in schema search + update docs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-25 17:46:07 +02:00
Patrik Oldsberg ee7a1a4b64 config-loader: allow schemas to be collected by package path as well
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-25 17:46:04 +02:00
Andre Wanlin 8d397ef27a Add check for Kubernetes annotation on entity
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-25 10:27:57 -05:00