Patrik Oldsberg
c77def982f
cloudbuild: remove unnecessary lazylog dependency
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-12-08 13:39:33 +01:00
Patrik Oldsberg
56d04330c4
circleci: switch to use LogViewer
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-12-08 13:39:05 +01:00
Patrik Oldsberg
cbd20c46f1
github-actions: switch to using LogViewer
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-12-08 13:38:39 +01:00
Patrik Oldsberg
d90dad84b0
techdocs: switch to using LogViewer
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-12-08 13:38:16 +01:00
Patrik Oldsberg
b291c3176e
scaffolder: switch to using LogViewer
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-12-08 13:37:50 +01:00
Patrik Oldsberg
5632fa9eb3
scaffolder: fix dev setup
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-12-08 13:36:02 +01:00
Fredrik Adelöw
986a5d869e
Merge pull request #8405 from backstage/freben/nounpack
...
Do not unpack arguments directly on exported items 🧹
2021-12-08 13:15:13 +01:00
Johan Haals
60ad732470
Merge pull request #8397 from backstage/jhaals/oauth
...
auth-backend(fix): Add basicAuth option to OAuth provider
2021-12-08 11:34:32 +01:00
Patrik Oldsberg
50920efc35
Merge pull request #8361 from backstage/rugvip/r17
...
add support for React 17 in plugins
2021-12-08 10:06:27 +01:00
Johan Haals
3b94f977fc
Merge pull request #8385 from angeliski/change-rails-package-format
...
chore: update build to use cjs format
2021-12-08 08:52:26 +01:00
Fredrik Adelöw
dcd1a0c3f4
Do not unpack arguments directly on exported items
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-12-07 19:42:10 +01:00
Joon Park
2976a2b8e1
Fix directory typo in catalog-react
...
Signed-off-by: Joon Park <joonp@spotify.com >
2021-12-07 16:46:51 +00:00
Patrik Oldsberg
b191e1737a
packages,plugins: avoid usage of react-dom in tests
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-12-07 17:40:51 +01:00
Patrik Oldsberg
39c64f5035
packages,plugins: move @types/react to peer deps and sync query with react
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-12-07 17:38:44 +01:00
Patrik Oldsberg
be32bc3edb
package,plugins: move react to peer deps and include v17
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-12-07 17:38:14 +01:00
Mert Can Bilgiç
3421826ca8
[TechDocs] Set entity triplets to lowercase if config is set on docs tab at entity page ( #8394 )
...
* Fixes #8381 , set entity triplets to lowercase if config is set on docs tab at entity page
Co-authored-by: Mehmet Mallı <mehmet.malli@trendyol.com >
Signed-off-by: mertcbilgic <mert.bilgic@trendyol.com >
* Changeset added
Co-authored-by: Mehmet Mallı <mehmet.malli@trendyol.com >
Signed-off-by: mertcbilgic <mert.bilgic@trendyol.com >
* fixes due to review
Co-authored-by: Mehmet Mallı <mehmet.malli@trendyol.com >
Co-authored-by: Güven Altunsoy <guven.altunsoy@outlook.com >
Co-authored-by: Nilgün Canbaz <nilgun.canbaz@trendyol.com >
Co-authored-by: Burcu Karagöz <burcukaragoz1515@gmail.com >
Co-authored-by: Murat Sökücü <murat.sokucu@trendyol.com >
Signed-off-by: mertcbilgic <mert.bilgic@trendyol.com >
Co-authored-by: Mehmet Mallı <mehmet.malli@trendyol.com >
Co-authored-by: Güven Altunsoy <guven.altunsoy@outlook.com >
Co-authored-by: Nilgün Canbaz <nilgun.canbaz@trendyol.com >
Co-authored-by: Burcu Karagöz <burcukaragoz1515@gmail.com >
Co-authored-by: Murat Sökücü <murat.sokucu@trendyol.com >
2021-12-07 16:29:06 +01:00
Johan Haals
c4f1509370
Merge pull request #8395 from backstage/blam/fix-e2e
...
chore: bumping this `graphiql` plugin to latest
2021-12-07 15:26:24 +01:00
Johan Haals
c869f6dbbe
Merge pull request #8303 from backstage/eide/run-migrations
...
[backend-common]: Make it possible to skip database migrations
2021-12-07 15:09:32 +01:00
blam
7ce4ea4079
chore: release new version of api-docs and graphiql to solve issues with graphql versions
...
Signed-off-by: blam <ben@blam.sh >
2021-12-07 14:16:37 +01:00
blam
9360b7fac6
chore: bumping graphql and graphiql versions to latest to solve broken create-app
...
Signed-off-by: blam <ben@blam.sh >
2021-12-07 14:16:36 +01:00
Marcus Eide
dac55f3cc7
Make optional
...
Signed-off-by: Marcus Eide <eide@spotify.com >
2021-12-07 12:44:16 +01:00
Johan Haals
13ae212d21
Rename option from basicAuth to includeBasicAuth
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-12-07 11:55:04 +01:00
Rogerio Angeliski
64db0efffe
chore: update build to use cjs format
...
Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com >
2021-12-07 07:25:52 -03:00
Johan Haals
8f461e6043
auth-backend(fix): Add basicAuth option to OAuth provider
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-12-07 10:59:52 +01:00
Kai Szybiak
089a6157ff
Merge backstage/master
...
Signed-off-by: Kai Szybiak <kaiszybiak@gmail.com >
2021-12-06 12:08:54 +01:00
Otto Sichert
731e9293bd
Merge pull request #6335 from backstage/iameap/techdocs-cache
...
[TechDocs] Optional static resource caching
2021-12-06 10:38:30 +01:00
Eric Peterson
ef600b3c8c
Review feedback.
...
Signed-off-by: Eric Peterson <i.am@eric.pe >
2021-12-05 16:50:09 -06:00
Nataliya Issayeva
113a7442d8
Fix scaffolder repo owner bug
...
Signed-off-by: Nataliya Issayeva <nissayeva@users.noreply.github.com >
2021-12-03 16:34:27 -05:00
Fredrik Adelöw
7e726a10e9
Merge pull request #8362 from ngranander/xcmetrics/bugfix
...
[XCMetrics] Bugfix: Handle missing Xcode data
2021-12-03 19:39:39 +01:00
Niklas Granander
343ef34599
Handle missing Xcode data from old versions of XCMetrics
...
Signed-off-by: Niklas Granander <ngranander@spotify.com >
2021-12-03 16:30:07 +01:00
Ben Lambert
1b8d3dd5c5
Merge pull request #8207 from LucileDesfour/scaffolder-allowed-owner
...
add allowed owner to scaffolder plugin (fix #8205 )
2021-12-03 14:21:40 +01:00
Johan Haals
d8bdd56534
Merge pull request #8310 from kuangp/feat/gaAddress
...
feat(analytics-module-ga): support self hosted analytics.js
2021-12-03 10:32:29 +01:00
Fredrik Adelöw
65c2ddd858
Merge pull request #8337 from backstage/freben/bazaar-default
...
Fix Bazaar migration error
2021-12-03 10:15:02 +01:00
Matthew Clarke
c010632f88
kubernetes-plugin: integrate with top method from kubernetes client library ( #8248 )
...
* kubernetes-plugin: integrate with top method from kubernetes client library
Signed-off-by: mclarke <mclarke@spotify.com >
* fix existing tests
Signed-off-by: mclarke <mclarke@spotify.com >
* prettier
Signed-off-by: mclarke <mclarke@spotify.com >
* add fetcher test
Signed-off-by: mclarke <mclarke@spotify.com >
* update api report
Signed-off-by: mclarke <mclarke@spotify.com >
* fix fe tests
Signed-off-by: mclarke <mclarke@spotify.com >
* fe tests
Signed-off-by: mclarke <mclarke@spotify.com >
* changeset
Signed-off-by: mclarke <mclarke@spotify.com >
* add skip metrics lookup flag
Signed-off-by: mclarke <mclarke@spotify.com >
* add skip metrics lookup to gke locator and docs
Signed-off-by: mclarke <mclarke@spotify.com >
* fix tests
Signed-off-by: mclarke <mclarke@spotify.com >
* minor change
Signed-off-by: mclarke <mclarke@spotify.com >
* missed prettier
Signed-off-by: mclarke <mclarke@spotify.com >
* missed file
Signed-off-by: mclarke <mclarke@spotify.com >
* more details to changeset
Signed-off-by: mclarke <mclarke@spotify.com >
2021-12-02 23:10:48 +00:00
Patrik Oldsberg
a6639021a6
Merge pull request #8345 from backstage/rugvip/dups
...
catalog-backend: disallow duplicate entity search keys
2021-12-02 22:06:08 +01:00
Patrik Oldsberg
0e4daaa753
catalog-backend: disallow duplicate entity search keys
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-12-02 20:57:30 +01:00
Fredrik Adelöw
9603827bb5
Addressed some peer dependency warnings
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-12-02 19:32:42 +01:00
Fredrik Adelöw
210fcf63ee
Fix Bazaar migration error
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-12-02 15:44:40 +01:00
Johan Haals
581288f670
Merge pull request #8325 from backstage/vinzscam/bump-esbuild-and-rollup
...
Add cli option for minifying plugins and backend build
2021-12-02 15:34:08 +01:00
Phil Kuang
33a93b634e
refactor(analytics-module-ga): rename gaAddress option to scriptSrc
...
Signed-off-by: Phil Kuang <pkuang@factset.com >
2021-12-02 08:56:05 -05:00
Johan Haals
a05e7081b8
Merge pull request #8247 from backstage/changeset-release/master
...
Version Packages
2021-12-02 14:30:13 +01:00
Emma Indal
382e3a94b3
[Search] export search api interface ( #8334 )
...
* export api interface from plugin
Signed-off-by: Emma Indal <emmai@spotify.com >
* add changeset
Signed-off-by: Emma Indal <emmai@spotify.com >
* export as type
Signed-off-by: Emma Indal <emmai@spotify.com >
* update api reports
Signed-off-by: Emma Indal <emmai@spotify.com >
2021-12-02 14:26:32 +01:00
Marcus Eide
7b61f2c3b6
Make migrations object required
...
Signed-off-by: Marcus Eide <eide@spotify.com >
2021-12-02 14:19:02 +01:00
github-actions[bot]
29f2606ed9
Version Packages
2021-12-02 12:35:24 +00:00
Patrik Oldsberg
5722e731aa
Merge pull request #8292 from sonali-mishra-94/add-oauth2-header
...
Add custom authorization header for OAuth2.0 strategy
2021-12-02 13:29:42 +01:00
Ben Lambert
afa656ae6b
Merge pull request #8302 from backstage/feat/search-modal-context
...
[Search] Search Modal now relies on the Search Context
2021-12-02 13:08:51 +01:00
Ben Lambert
90317d4dea
Merge pull request #7521 from hiba-aldalaty/scalable-sidebar-new-implementation
...
New Scalable Side Nav design Implementation
2021-12-02 13:08:35 +01:00
Marcus Eide
70c46a708b
Add options with migrations category
...
Signed-off-by: Marcus Eide <eide@spotify.com >
2021-12-02 13:05:31 +01:00
Patrik Oldsberg
019997dd4e
Merge pull request #8331 from backstage/rugvip/auth-fin
...
auth-backend: migrate saml provider to sign-in resolver
2021-12-02 13:03:55 +01:00
Patrik Oldsberg
6276f4510d
Merge pull request #8318 from nodify-at/feature/auth_handler_and_sign-in_resolvers_oidc
...
Auth handler and sign in resolvers for oidc provider
2021-12-02 12:06:26 +01:00