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
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
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
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
Patrik Oldsberg
61fa5d0171
core-app-api: add tests for new StorageApi design
...
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
Patrik Oldsberg
78fa85cfa7
core-plugin-api: redesign StorageApi to add .snapshot() and new observe behavior
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: Johan Haals <johan.haals@gmail.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-12-21 10:36:44 +01:00
lukzerom
2140643512
conflict fixed
...
Signed-off-by: lukzerom <lukzerom@gmail.com >
2021-12-21 10:13:41 +01:00
Fredrik Adelöw
b975484fac
Merge pull request #8550 from backstage/freben/session-schema
...
Validate persisted session info on both save and load
2021-12-21 09:15:09 +01:00
Fredrik Adelöw
d0523cec56
Merge pull request #8156 from WarlenRodrigues/fixing_link_somponents_usage
...
Fixed Link components usage. Now, all links use the Backstage's Link c…
2021-12-21 08:10:15 +01:00
Fredrik Adelöw
d4aeaa8461
Merge pull request #8488 from cmpadden/remove-deprecations
...
Remove Deprecations (release-2021-01-28, 2021-06-01, 2021-10-28, 2021-11-18)
2021-12-21 08:08:02 +01:00
Fredrik Adelöw
2847cd8234
some final cleanup
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-12-20 19:23:47 +01:00
Colton Padden
2928eeda77
make id required in createRouteRef config
...
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-20 13:20:31 -05:00
WarlenRodrigues
22bf2da934
Fied Link components usage. Now, all links use the Backstage's Link component
...
Signed-off-by: WarlenRodrigues <warlen.cesarrodrigues@gmail.com >
2021-12-20 19:18:04 +01:00
Colton Padden
cb278fa3ad
make Provider required in AppTheme
...
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-20 13:16:52 -05:00
Ainhoa
0a1f09835d
Merge pull request #8467 from ainhoaL/install-recipe-plugin-deps
...
backstage-cli install: add plugin dependencies to experimentalInstallationRecipe
2021-12-20 16:30:46 +00:00
Ainhoa Larumbe
e2f35adc7a
clearer code in install command
...
Signed-off-by: Ainhoa Larumbe <ainhoaL@users.noreply.github.com >
2021-12-20 16:03:30 +01:00
Fredrik Adelöw
518ddc00bc
Validate persisted session info on both save and load
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-12-20 13:31:05 +01:00
mufaddal motiwala
61008c8136
fixed createComponentExtension , renamed EntityNewRelicDashboardsCard , EntityNewRelicDashboardsContent
...
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com >
2021-12-20 16:58:17 +05:30
Patrik Oldsberg
5fdc8df0e8
cli: make config available in index.html template
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-12-19 15:11:13 +01:00
Colton Padden
e654134d22
remove unused reference to OldIconComponent
...
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-17 15:14:16 -05:00
Colton Padden
80d4435e37
removed documentation links to the @backstage/core-app-api#createApp
...
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-17 15:04:36 -05:00
Colton Padden
ec3c47bee6
reintroduce check that provider is not null
...
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-17 15:04:36 -05:00
Colton Padden
df8ee36288
Implemented feedback to changesets, theme provider, and core-imports test
...
- Removed validation logic for `appTheme.Provider` as type checking should be enough
- Replaced `createApp` with `createSpecializedApp` in `core-imports.test.ts`
- Upped changeset level from patch to minor and made minor verbiage tweaks
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-17 15:04:36 -05:00