Commit Graph

6719 Commits

Author SHA1 Message Date
Patrik Oldsberg 9d93aa7c9b Merge pull request #8573 from backstage/dependabot/npm_and_yarn/azure/identity-2.0.1
build(deps): bump @azure/identity from 1.5.0 to 2.0.1
2021-12-28 14:10:47 +01:00
Patrik Oldsberg 1a62c3fec9 Merge pull request #8603 from backstage/dependabot/npm_and_yarn/typescript-json-schema-0.52.0
build(deps): bump typescript-json-schema from 0.51.0 to 0.52.0
2021-12-28 13:23:42 +01:00
Patrik Oldsberg 13ff7ecb5b Merge pull request #8645 from backstage/build-cli-minify-code
Add minify option to build command
2021-12-27 18:40:43 +01:00
Eric Peterson 181621172b Merge pull request #8621 from backstage/cache/share-memory 2021-12-27 16:32:22 +01:00
Vincenzo Scamporlino 6e4080d31b Add minify option to build command
Signed-off-by: Vincenzo Scamporlino <me@vinzscam.dev>
2021-12-27 16:25:20 +01:00
Patrik Oldsberg ae8f194508 Merge pull request #8566 from blaryjp/master
fix(cli): skip findPackages if not inside a monorepo
2021-12-27 16:12:28 +01:00
Fredrik Adelöw 8e5d716c0a Merge pull request #8567 from backstage/freben/tasks
Introduce TaskScheduler into backends
2021-12-27 14:31:48 +01:00
Fredrik Adelöw 0dcd1dd64f Introduce TaskScheduler into backends
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-12-25 15:14:55 +01:00
Patrik Oldsberg c36b7794f7 test-utils: freeze and serialize MockStorageApi values
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-24 11:44:08 +01:00
Eric Peterson 94cdf5d1bd Memory cache client should share memory.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-12-23 17:17:56 +01:00
Patrik Oldsberg 5284458e18 Merge pull request #8606 from mufaddal7/fix/remove-css
remove internal and inline css
2021-12-23 16:27:15 +01:00
Patrik Oldsberg f13228792e Merge pull request #8533 from RoadieHQ/gh-creds-interface
create an interface for gh creds provider
2021-12-23 14:29:17 +01:00
dependabot[bot] 52ba8760d8 build(deps): bump @azure/identity from 1.5.0 to 2.0.1
Bumps [@azure/identity](https://github.com/Azure/azure-sdk-for-js) from 1.5.0 to 2.0.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/identity_1.5.0...@azure/identity_2.0.1)

---
updated-dependencies:
- dependency-name: "@azure/identity"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-23 13:12:38 +00:00
Brian Fletcher 7d4b4e937c addressing review comments
Signed-off-by: Brian Fletcher <brian@roadie.io>
2021-12-23 12:31:09 +00:00
github-actions[bot] 3d68c45ef7 Version Packages 2021-12-23 12:23:34 +00:00
Camila Belo 49a696d720 [Search] Standardizes input search components (#8532)
* refactor(plugin-search): customize search bar components

Signed-off-by: Camila Belo <camilaibs@gmail.com>

* refactor(plugin-search): use search bar in search modal

Signed-off-by: Camila Belo <camilaibs@gmail.com>

* refactor(plugin-search): customize home page search bar

Signed-off-by: Camila Belo <camilaibs@gmail.com>

* chore(plugin-search): update api reports

Signed-off-by: Camila Belo <camilaibs@gmail.com>

* chore: add changeset file

Signed-off-by: Camila Belo <camilaibs@gmail.com>

* apply review suggestions

Signed-off-by: Camila Belo <camilaibs@gmail.com>

* increase default debounceTime and remove prop from SearchBar in SearchModal + SearchPage in app

Signed-off-by: Emma Indal <emmai@spotify.com>

* update test using default debounce time

Signed-off-by: Emma Indal <emmai@spotify.com>

* add changeset for create-app

Signed-off-by: Emma Indal <emmai@spotify.com>

* fix exports after rebase

Signed-off-by: Emma Indal <emmai@spotify.com>

Co-authored-by: Emma Indal <emmai@spotify.com>
2021-12-23 12:05:26 +01:00
mufaddal motiwala 808828e4fa remove inline css
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
2021-12-23 15:36:21 +05:30
mufaddal motiwala 8fbc988bfc remove internal and inline css
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
2021-12-23 15:34:02 +05:30
mufaddal motiwala 79b342bd36 remove inline and internal CSS
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
2021-12-23 15:27:21 +05:30
Brian Fletcher b5a69efaad Merge branch 'master' of github.com:backstage/backstage into gh-creds-blah 2021-12-23 08:54:58 +00:00
mufaddal motiwala 489d491b8c remove css from index.html
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
2021-12-23 13:01:11 +05:30
dependabot[bot] bc0c76e89d build(deps): bump typescript-json-schema from 0.51.0 to 0.52.0
Bumps [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) from 0.51.0 to 0.52.0.
- [Release notes](https://github.com/YousefED/typescript-json-schema/releases)
- [Commits](https://github.com/YousefED/typescript-json-schema/compare/v0.51.0...v0.52.0)

---
updated-dependencies:
- dependency-name: typescript-json-schema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-23 04:08:20 +00:00
Fredrik Adelöw e1ec6ce6f5 Merge pull request #8531 from backstage/dependabot/npm_and_yarn/roadiehq/backstage-plugin-github-insights-1.3.3
build(deps): bump @roadiehq/backstage-plugin-github-insights from 1.2.2 to 1.3.3
2021-12-22 22:12:18 +01:00
dependabot[bot] 457cfb9e23 build(deps): bump @roadiehq/backstage-plugin-github-insights
Bumps [@roadiehq/backstage-plugin-github-insights](https://github.com/RoadieHQ/roadie-backstage-plugins/tree/HEAD/plugins/frontend/backstage-plugin-github-insights) from 1.2.2 to 1.3.3.
- [Release notes](https://github.com/RoadieHQ/roadie-backstage-plugins/releases)
- [Changelog](https://github.com/RoadieHQ/roadie-backstage-plugins/blob/main/plugins/frontend/backstage-plugin-github-insights/CHANGELOG.md)
- [Commits](https://github.com/RoadieHQ/roadie-backstage-plugins/commits/HEAD/plugins/frontend/backstage-plugin-github-insights)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-22 20:47:40 +01:00
Patrik Oldsberg 2462b9e275 backend-common: make sure readTree temp dirs are cleaned up
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-22 19:25:43 +01:00
Fredrik Adelöw bb3c896836 Merge pull request #8593 from backstage/blam/fix-rc-progress 2021-12-22 18:39:15 +01:00
Patrik Oldsberg 614cc2b689 Merge pull request #8579 from backstage/rugvip/fixdepr
cli: fix index templating deprecation warning
2021-12-22 18:11:24 +01:00
blam 27af6d996b chore: lock rc-progress to a working version
Signed-off-by: blam <ben@blam.sh>
2021-12-22 17:47:58 +01:00
Patrik Oldsberg 24e5c96e0b Merge pull request #8578 from backstage/rugvip/tsloader
cli: removed unused ts-loader and dashify deps
2021-12-22 17:36:06 +01:00
Patrik Oldsberg beda508164 Merge pull request #8585 from backstage/rugvip/treeify
backend-common: clarify responsiblity of readTree directory deletion
2021-12-22 15:50:51 +01:00
MT Lewis 5f1333a60b Merge pull request #8357 from backstage/example-app-permission-integration
Example app permission integration
2021-12-22 14:32:25 +00:00
Patrik Oldsberg 2f6d8ec3b6 backend-common: clarify responsiblity of readTree directory deletion
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-22 15:06:49 +01:00
Patrik Oldsberg 700dfbe67e cli: fix index templating deprecation warning
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-22 10:29:11 +01:00
Patrik Oldsberg 58b0262dd9 cli: removed unused ts-loader and dashify deps
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-22 10:13:23 +01:00
lukzerom a719c54a0b merge master
Signed-off-by: lukzerom <lukzerom@gmail.com>
2021-12-21 17:18:45 +01:00
Łukasz Żeromski bf29e57324 Merge branch 'backstage:master' into core-components-docs-update 2021-12-21 17:18:15 +01:00
lukzerom e643a59dca PR fixes
Signed-off-by: lukzerom <lukzerom@gmail.com>
2021-12-21 17:16:05 +01:00
Johan Haals 56386f6b2d Merge pull request #8545 from backstage/rugvip/bundleconf
cli: make config available in index.html template
2021-12-21 16:27:01 +01:00
Fredrik Adelöw 90b1c72aaa Merge pull request #8201 from mufaddal7/plugin/new-relic-dashboard
Plugin/new relic dashboard
2021-12-21 15:08:16 +01:00
Fredrik Adelöw f5873e841e Merge pull request #8562 from backstage/freben/fetchnesss
Better API docs link for the fetch api
2021-12-21 13:46:30 +01:00
jean-philippe.blary 1d26017090 fix(cli): skip findPackages if not inside a monorepo
Signed-off-by: jean-philippe.blary <jean-philippe.blary@ovhcloud.com>
2021-12-21 13:42:20 +01:00
Fredrik Adelöw 048c2e9fd6 Merge pull request #8563 from backstage/freben/mount-state
Do not `setState` when unmounted in `OverflowTooltip`
2021-12-21 13:39:29 +01:00
Fredrik Adelöw 10e5f9d10c Do not setState when unmounted in OverflowTooltip
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-12-21 11:54:11 +01:00
Fredrik Adelöw 165b156c25 Better API docs link for the fetch api
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-12-21 11:29:10 +01:00
MT Lewis c1c7116f4b backend-common: improve error message in ServerTokenManager
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2021-12-21 10:08:19 +00:00
MT Lewis bc9a205b86 backend-common: remove isSecure property in favour of a property on the NoopServerTokenManager
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2021-12-21 10:04:04 +00:00
MT Lewis 20d10b57d6 permission-node: rename static create method to fromConfig
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2021-12-21 09:46:22 +00:00
Patrik Oldsberg a195284c7b api report updates and changests for StorageApi refactor
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-21 10:40:09 +01:00
Patrik Oldsberg 0b01baf309 test-utils: update MockStorageApi
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-21 10:36:48 +01:00
Patrik Oldsberg a283b7396f core-app-api: update WebStorage implementation and drop immidiate emit
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: blam <ben@blam.sh>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-21 10:36:48 +01:00