tom.wolf
|
5f2e4bd180
|
Returning usage of 'jose" and removing the null token retry code
Signed-off-by: tom.wolf <tom.wolf@overwolf.com>
|
2021-12-31 00:13:25 +02:00 |
|
tom.wolf
|
afea3d9e36
|
Updating tutorial to work with latest backstage
Signed-off-by: tom.wolf <tom.wolf@overwolf.com>
|
2021-12-28 22:11:55 +02: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 |
|
Patrik Oldsberg
|
f30f67f59b
|
Merge pull request #8595 from backstage/rugvip/cleanfilter
backend-common: make sure readTree temp dirs are cleaned up
|
2021-12-22 22:06:16 +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 |
|
Fredrik Adelöw
|
3e788c522d
|
Merge pull request #8588 from moltenice-forks/simplybusiness-as-adopters
Add Simply Business as adopters
|
2021-12-22 17:00:01 +01:00 |
|
Fredrik Adelöw
|
3a98a2b87e
|
Merge pull request #8587 from niallmccullagh/helm-routing
fix api-docs routing clash with /api
|
2021-12-22 16:57:33 +01:00 |
|
Karan Shah
|
183cef5886
|
Merge remote-tracking branch 'origin/simplybusiness-as-adopters' into simplybusiness-as-adopters
# Conflicts:
# ADOPTERS.md
|
2021-12-22 15:32:29 +00:00 |
|
Karan Shah
|
12c66ba076
|
Add Simply Business as adopters
Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk>
|
2021-12-22 15:31:29 +00:00 |
|
Karan Shah
|
b29bf02ab6
|
Add Simply Business as adopters
Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk>
|
2021-12-22 15:25:22 +00:00 |
|
Fredrik Adelöw
|
85987c7459
|
Merge pull request #8586 from awanlin/topic/add-azure-pipelines-to-plugin-marketplace
Added Azure Pipelines to Plugin Marketplace
|
2021-12-22 16:11:46 +01:00 |
|
Fredrik Adelöw
|
03f9dc4bdc
|
Merge pull request #8583 from awanlin/topic/add-keyloop-as-adopter
Added Keyloop as adopter
|
2021-12-22 16:06:16 +01:00 |
|
Andre Wanlin
|
2cab14350b
|
Added missing newlines
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
|
2021-12-22 09:03:21 -06: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 |
|
Fredrik Adelöw
|
7a825e14ab
|
Merge pull request #8516 from wejendorp/jsonfc-fix
fix: allow partial evaluation of checks in jsonfc factchecker
|
2021-12-22 15:46:15 +01:00 |
|
Emma Indal
|
d30c811e33
|
update roadmap for homepage, search, techdocs (#8584)
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
|
2021-12-22 15:43:09 +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 |
|
Niall McCullagh
|
d3f10b6e1e
|
fix api docs routing clash with /api
/api-docs was getting routed to the backend /api route. The
documentation at https://kubernetes.io/docs/concepts/services-networking/ingress/
describes that the path should match on the full element so this was
unexpected. Adding a trailing slash is not supposed to have an impact
but in this case it solved the problem.
Signed-off-by: Niall McCullagh <niallmccullagh@users.noreply.github.com>
|
2021-12-22 14:27:05 +00:00 |
|
Andre Wanlin
|
c6cd92442f
|
Added Azure Pipelines to PLugin Marketplace
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
|
2021-12-22 08:19:54 -06: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 |
|
Andre Wanlin
|
1062468701
|
Added Keyloop as adopter
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
|
2021-12-22 07:49:58 -06:00 |
|
Fredrik Adelöw
|
c761ea55c7
|
Merge pull request #8582 from mufaddal7/microsite/new-video
add new what is backstage video
|
2021-12-22 14:17:17 +01:00 |
|
mufaddal motiwala
|
dcbad5882c
|
video moved to just above "out of the box" section
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
|
2021-12-22 18:32:22 +05:30 |
|
mufaddal motiwala
|
c273ea5c5a
|
add new what is backstage video
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
|
2021-12-22 18:16:31 +05:30 |
|
Fredrik Adelöw
|
407031f7ae
|
Merge pull request #8441 from GoFightNguyen/scaffolder/EntityPicker-arbitrary-values
EntityPicker: option for disabling arbitrary values
|
2021-12-22 11:57:20 +01:00 |
|
Fredrik Adelöw
|
498c1e22f7
|
Merge pull request #8534 from lukzerom/core-components-docs-update
Core-components descriptions docs update
|
2021-12-22 11:39:50 +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 |
|
Patrik Oldsberg
|
4be7999b3e
|
Merge pull request #8575 from backstage/dependabot/npm_and_yarn/supertest-6.1.6
build(deps-dev): bump supertest from 6.1.3 to 6.1.6
|
2021-12-22 10:12:07 +01:00 |
|
Suzanne Daniels
|
d4d541657b
|
Merge pull request #8317 from suuus/suuus/docs-2
|
2021-12-22 08:32:14 +01:00 |
|
dependabot[bot]
|
c6711d955e
|
build(deps-dev): bump supertest from 6.1.3 to 6.1.6
Bumps [supertest](https://github.com/visionmedia/supertest) from 6.1.3 to 6.1.6.
- [Release notes](https://github.com/visionmedia/supertest/releases)
- [Commits](https://github.com/visionmedia/supertest/compare/v6.1.3...v6.1.6)
---
updated-dependencies:
- dependency-name: supertest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-12-22 04:33:21 +00:00 |
|
Jason Nguyen
|
c86627aa52
|
Merge branch 'master' into scaffolder/EntityPicker-arbitrary-values
|
2021-12-21 17:50:16 -07:00 |
|
Suzanne Daniels
|
25f668d583
|
Link fixing
Signed-off-by: Suzanne Daniels <suzanned@spotify.com>
|
2021-12-21 21:03:11 +01:00 |
|
Fredrik Adelöw
|
60ecf7e035
|
Merge pull request #8570 from backstage/freben/warn-less-aight
Fix two small browser console warnings
|
2021-12-21 20:31:50 +01:00 |
|
Suzanne Daniels
|
20b96aa6db
|
Prettier ^^
Signed-off-by: Suzanne Daniels <suzanned@spotify.com>
|
2021-12-21 20:27:25 +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 |
|
Fredrik Adelöw
|
c5eb756760
|
Fix a small browser console warning
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2021-12-21 17:00:57 +01:00 |
|
Fredrik Adelöw
|
f129731481
|
Merge pull request #8538 from obabativavmware/export-k8s-backend-client
Includes an export for KubernetesBackendClient
|
2021-12-21 16:47:14 +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
|
a3982a0208
|
Merge pull request #8544 from kuangp/fix/welcomeTitle
fix(WelcomeTitle): use non-deprecated IdentityApi methods
|
2021-12-21 16:11:38 +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 |
|
mufaddal motiwala
|
a08be1cd8d
|
Merge branch 'plugin/new-relic-dashboard' of https://github.com/mufaddal7/backstage-1 into plugin/new-relic-dashboard
|
2021-12-21 18:52:44 +05:30 |
|
mufaddal motiwala
|
6d532419cc
|
removed deprecated description from the plugin
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
|
2021-12-21 18:52:31 +05:30 |
|