Commit Graph

36817 Commits

Author SHA1 Message Date
Kiss Miklos 6a8d6b9a0c add changesets
Signed-off-by: Kiss Miklos <miklos@roadie.io>
2023-01-13 10:43:40 +01:00
Kiss Miklos 78bd3b80e2 add filter to sentry table
Signed-off-by: Kiss Miklos <miklos@roadie.io>
2023-01-13 10:43:40 +01:00
blam 023f74e963 chore: only proxy auth plugin requests
Signed-off-by: blam <ben@blam.sh>
2023-01-13 10:20:54 +01:00
blam 2d831012fc chore: fixing auth proxy login
Signed-off-by: blam <ben@blam.sh>
2023-01-13 10:20:54 +01:00
blam fcecd81709 chore: initial test with demo.backstage.io authentication
Signed-off-by: blam <ben@blam.sh>
2023-01-13 10:20:54 +01:00
Brian Fletcher c95e278c9c Merge branch 'master' of github.com:backstage/backstage into entity-labels-card 2023-01-13 08:45:58 +00:00
Lucas De Souza 4203168219 different appreach without replace
Signed-off-by: Lucas De Souza <lucas.desouza@aa.com>
2023-01-12 15:07:05 -06:00
Lucas De Souza 27710cf922 fix test cases
Signed-off-by: Lucas De Souza <lucas.desouza@aa.com>
2023-01-12 15:00:49 -06:00
Lucas De Souza f9466ada44 fix typos
Signed-off-by: Lucas De Souza <lucas.desouza@aa.com>
2023-01-12 14:44:49 -06:00
Lucas De Souza 083bf1b9fa adding a changeset
Signed-off-by: Lucas De Souza <lucas.desouza@aa.com>
2023-01-12 14:41:21 -06:00
Lucas De Souza ad2fa51086 adding a test
Signed-off-by: Lucas De Souza <lucas.desouza@aa.com>
2023-01-12 14:37:22 -06:00
Lucas De Souza 91e32ae7e1 update fetcher to append resource to path instead of replace
Signed-off-by: Lucas De Souza <lucas.desouza@aa.com>
2023-01-12 14:20:46 -06:00
Ciprianna Engel 294fab9def Merge branch 'backstage:master' into cloudbuild_retry_post 2023-01-12 13:08:01 -06:00
Clare Liguori d701a7724f Merge remote-tracking branch 'upstream/master' 2023-01-12 11:02:16 -08:00
Damon Kaswell b7154302ea Fix typo
Signed-off-by: Damon Kaswell <damon.kaswell1@hp.com>
2023-01-12 10:37:16 -08:00
Damon Kaswell a319a59774 One more try on types
Signed-off-by: Damon Kaswell <damon.kaswell1@hp.com>
2023-01-12 09:54:40 -08:00
Damon Kaswell 66d70c7d3c Revert "Simplify type params where they aren't needed"
This reverts commit bcb0ff4f90.

Signed-off-by: Damon Kaswell <damon.kaswell1@hp.com>
2023-01-12 09:39:48 -08:00
Patrik Oldsberg 635287ead1 backend-plugin-api: remove factory function helper types
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-01-12 18:32:03 +01:00
Patrik Oldsberg d1e86013ef update API reports for backend system factory function refactor
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-01-12 18:32:03 +01:00
Patrik Oldsberg ecbec4ec4c changesets: added changeset for factory refactor
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-01-12 18:32:03 +01:00
Patrik Oldsberg ce660bfd3d backend-plugin-api: make factory funcs use params and switch service factories to new pattern
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-01-12 18:32:03 +01:00
Patrik Oldsberg 01a318f75d updates to use new option factory callback pattern
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>
2023-01-12 18:32:02 +01:00
Patrik Oldsberg 4ed8ac14e0 backend-plugin-api: refactor service factory to use new option callback pattern
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>
2023-01-12 18:32:02 +01:00
Patrik Oldsberg 53d8f4fb8c backend-plugin-api: refactor feature factories with new option callback pattern
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>
2023-01-12 18:32:02 +01:00
Patrik Oldsberg 9d456891f9 Merge pull request #15730 from backstage/blam/fix2
fix broken mainline after i was too eager to merge a fix for broken mainline
2023-01-12 18:28:06 +01:00
Evan Fenner 73f4d8764b Update Explore link for Backstage Search plugin
Fix the explore link for the Backstage Search plugin as identified in https://github.com/backstage/backstage/issues/15716

Signed-off-by: Evan Fenner <105249079+efenner-cambia@users.noreply.github.com>
2023-01-12 09:25:11 -08:00
Clare Liguori 89062b8ba0 Skip STS calls for AWS account credentials when not needed
Skipping STS calls enables using the credential provider utility for calls to Minio
Fixes #15669

Signed-off-by: Clare Liguori <liguori@amazon.com>
2023-01-12 08:59:41 -08:00
blam c869eab355 chore: woops
Signed-off-by: blam <ben@blam.sh>
2023-01-12 17:47:07 +01:00
Ciprianna Engel 1188407632 fix: sets the method to POST in reRunWorkflow fetch request.
This was not set and defaulted to a GET, causing the request to
fail.

Signed-off-by: Ciprianna Engel <ciprianna.engel@wpengine.com>
2023-01-12 10:43:39 -06:00
Ben Lambert 76110d7787 Merge pull request #15728 from backstage/rugvip/flakylog
azure-sites: logging for flaky test
2023-01-12 17:24:23 +01:00
Patrik Oldsberg 21b860d4a3 azure-sites: logging for flaky test
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-01-12 17:17:46 +01:00
Damon Kaswell d5415fedea Update API report
Signed-off-by: Damon Kaswell <damon.kaswell1@hp.com>
2023-01-12 08:06:32 -08:00
Damon Kaswell bcb0ff4f90 Simplify type params where they aren't needed
Signed-off-by: Damon Kaswell <damon.kaswell1@hp.com>
2023-01-12 08:02:29 -08:00
Fredrik Adelöw e4d8420996 Merge pull request #15698 from backstage/freben/clicketyclick
clickable links in `UserSettingsIdentityCard`
2023-01-12 16:40:11 +01:00
Brian Fletcher 81bddafc56 Merge branch 'master' of github.com:backstage/backstage into entity-labels-card 2023-01-12 14:25:41 +00:00
Brian Fletcher 7ab34830d8 remove comment
Signed-off-by: Brian Fletcher <brian@roadie.io>
2023-01-12 13:21:48 +00:00
Ben Lambert a4eb191168 Merge pull request #15530 from backstage/blam/add-mocks-test-backend
Add all `coreServices` to `startTestBackend`
2023-01-12 14:20:51 +01:00
Brian Fletcher fe81e32a4c remove unused export
Signed-off-by: Brian Fletcher <brian@roadie.io>
2023-01-12 13:14:55 +00:00
Johan Haals 69e1e5bb63 chore: trim slashes with lodash
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2023-01-12 13:38:00 +01:00
Brian Fletcher a2cf82088d remove changeset not needed
Signed-off-by: Brian Fletcher <brian@roadie.io>
2023-01-12 12:37:07 +00:00
Johan Haals 6791aef207 Merge pull request #15659 from RoadieHQ/make-tech-insights-db-configurable
Expose optional persistenceContext on TechInsights construction
2023-01-12 13:27:44 +01:00
Johan Haals 353d891cb9 Merge pull request #15718 from swissquote/master
Update ADOPTERS.md with Swissquote Bank
2023-01-12 11:40:19 +01:00
Brian Fletcher ef8e6b0386 customization of labels title & defualt to Labels
Signed-off-by: Brian Fletcher <brian@roadie.io>
2023-01-12 09:16:19 +00:00
Fredrik Adelöw e5493ad70f Merge pull request #15251 from luchillo17/feat/BCKSTG-93-paragraphs
Enable eslint-plugin-react forbid paragraph
2023-01-12 09:52:33 +01:00
Brian Fletcher 9ef778c4b5 fix missing message
Signed-off-by: Brian Fletcher <brian@roadie.io>
2023-01-12 08:13:06 +00:00
Drew Boswell 9fc99c82d2 Merge pull request #1 from swissquote/swissquote-patch-1
Update ADOPTERS.md
2023-01-12 09:05:43 +01:00
Brian Fletcher bd382f2bc2 api reports and changeset
Signed-off-by: Brian Fletcher <brian@roadie.io>
2023-01-12 07:59:25 +00:00
Brian Fletcher 9fc65bbc38 add entity switch case
Signed-off-by: Brian Fletcher <brian@roadie.io>
2023-01-12 07:45:25 +00:00
Leonardo Cardoso de Almeida b3ce75a3e5 chore: add xpinc to adopters list
Signed-off-by: Leonardo Cardoso de Almeida <leozzito@Leonardos-MacBook-Pro.local>
2023-01-11 20:45:09 -03:00
Trevor Grieger 35c6f2b741 Add tests to cover enableBranchProtectionOnDefaultRepoBranch parameters
Added new tests to cover requiredApprovingReviewCount, requiredCommitSigning, and restrictions.

Signed-off-by: Trevor Grieger <tgrieger@salesforce.com>
2023-01-11 14:57:39 -05:00