Commit Graph

50777 Commits

Author SHA1 Message Date
github-actions[bot] f1831dd9b2 Version Packages 2024-02-20 11:04:26 +00:00
Patrik Oldsberg e944c0d361 Merge pull request #23019 from backstage/freben/auth
🧹 move away from deprecated types, import from auth-node
2024-02-20 11:59:00 +01:00
Fredrik Adelöw 2b3ee35991 Merge pull request #23090 from drodil/follow_query_limit
fix: authorized search engine to obey query page limit
2024-02-20 11:41:23 +01:00
Heikki Hellgren 3ed0eac5b4 fix: authorized search engine to obey query page limit
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-02-20 12:27:06 +02:00
Patrik Oldsberg b85a6f1b7f Merge pull request #23043 from backstage/rugvip/core-services-split
docs/backend-system: split core services into separate doc sections
2024-02-20 11:22:44 +01:00
Vincenzo Scamporlino 8d6622d5d0 Merge pull request #23089 from magnusp/patch-1
Update ADOPTERS.md
2024-02-20 10:53:55 +01:00
Magnus Persson f2237abe94 Update ADOPTERS.md
Signed-off-by: Magnus Persson <magnus.persson@fortnox.se>
2024-02-20 10:20:45 +01:00
Patrik Oldsberg 1f71b80210 Merge pull request #23087 from backstage/freben/less-attributes
remove gitattributes again
2024-02-20 10:11:07 +01:00
Fredrik Adelöw cf23f6aa19 remove gitattributes again
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-02-20 09:54:25 +01:00
Patrik Oldsberg b018060fe1 Merge pull request #22944 from jamieklassen/jamieklassen-emeritus
move Jamie Klassen to emeritus
2024-02-20 01:24:53 +01:00
Patrik Oldsberg 7184ce8c3d Merge pull request #22995 from armandocomellas1/add-useragent-gcs
[Google Cloud Platform Projects] Add X-Google-Api-Client as Header to identify Backstage use case for GCP telemetry
2024-02-20 01:18:42 +01:00
Patrik Oldsberg 6d8e3e320e Merge pull request #22374 from backstage/fe-plugins-migration-guide
docs: frontend plugin migration
2024-02-20 01:06:27 +01:00
Patrik Oldsberg 9c81b71365 Merge pull request #23082 from backstage/rugvip/escape
techdocs: escape <code> in changeset
2024-02-20 00:12:22 +01:00
Patrik Oldsberg 49cff6ae0f Merge pull request #23077 from afscrome/fixmsauthwithnoprofile
Fix Microsoft Auth Provider when Profile not requested
2024-02-19 20:27:14 +01:00
Alex Crome e1eaac41f2 Correct package name in changeset
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2024-02-19 19:09:32 +00:00
Patrik Oldsberg ae16679d60 techdocs: escape <code> in changeset
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-19 19:44:43 +01:00
Ben Lambert 707b25e753 Merge pull request #23051 from ch007m/issue-23049
Add the missing break within the while statement of the gitea action
2024-02-19 18:29:03 +01:00
Fredrik Adelöw d94ebb80e8 Merge pull request #22996 from RagnarHal/azure-make-branches-work
fix(catalog-backend-module-azure): Fixed issue where specifying a branch for discovery did not work
2024-02-19 17:41:19 +01:00
Ben Lambert 5d8eb6cd71 Merge pull request #22897 from mttwise/update-tests-for-s3-read-file-tree
update tests to include subdirectory validation
2024-02-19 16:43:00 +01:00
Charles Moulliard 6a670a4e16 Update .changeset/weak-flowers-repeat.md
Co-authored-by: Ben Lambert <ben@blam.sh>
Signed-off-by: Charles Moulliard <cmoulliard@redhat.com>
2024-02-19 16:40:36 +01:00
cmoulliard be0202bc8d Remove file pushed BUT non needed
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-02-19 16:39:48 +01:00
Alex Crome 52799c9a44 Remove unneeded import
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2024-02-19 15:22:02 +00:00
Alex Crome a0b01eda2c Moved defence against null tokens into defaultProfileTransform to apply more broadly than just Microsoft tokens.
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2024-02-19 15:07:47 +00:00
Alex Crome 8d77d00733 Capatalised 'Microsoft' in changeset
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2024-02-19 14:51:09 +00:00
Alex Crome 71c3b7f765 Fix Microsoft Auth Provider when Profile not requested
Ensure that the Microsoft provider passes an empty profile object down if it hasn't received/requested one from the provider.  Fixes #23032.

The legacy Microsoft provider did something similar to replace a null profile with an empty object. https://github.com/backstage/backstage/blob/96c4f54bf6070db12676e9af0bf75d0d479c3d72/plugins/auth-backend/src/providers/microsoft/provider.ts#L266

I guess the only question is whether we want to fix this specifically for the Microsoft provider, or should we handle a null profiles deeper in the stack (i.e. `PassportOAuthAuthenticatorHelper.defaultProfileTransform` or in `PassportHelpers.transformProfile`)

Reason this didn't affect the legacy backend is that it was only recently the legacy backend Microsoft module was swapped over to use the path from the newer backend - #22208

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2024-02-19 14:40:42 +00:00
Patrik Oldsberg 8e9dfe7002 Merge pull request #23052 from backstage/rugvip/error-filter
backend-app-api: filter internal errors
2024-02-19 14:26:17 +01:00
cmoulliard 72ab2dcd58 Reviewing the change wording. Add the root cause of the error of: checkGiteaOrg to allow to know if there is a certificate error
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-02-19 14:13:34 +01:00
Patrik Oldsberg 3fffd8a2cb backend-app-api: include logId in filtered error log
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-19 14:08:52 +01:00
Ben Lambert f6bddcd9d8 Merge pull request #23040 from JinoArch/fix/customFieldExtensionDoc
fix: update field props and field validation library
2024-02-19 13:42:29 +01:00
Patrik Oldsberg 7ae5704903 backend-app-api: filter internal errors
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-19 13:07:43 +01:00
cmoulliard 40de43d14d Changed the wording to warn the user to get a certificate when using gitea locally and clean the template example
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-02-19 12:50:14 +01:00
cmoulliard ef0f44e423 Add change set and code change
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-02-19 12:11:02 +01:00
cmoulliard 922b80d77c Add the missing break within the while statement to exit when the gitea repository exists. #23049
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-02-19 12:04:11 +01:00
Ragnar Halldórsson 49c759e1c1 chore(catalog-backend-module-azure): Apply suggestion from code review and improve some wording in README
Signed-off-by: Ragnar Halldórsson <halldorsson@copopt.com>
2024-02-19 11:20:19 +01:00
Ragnar Halldórsson 6d1c0b663b fix(catalog-backend-module-azure): Use slash in branch name for tests
Signed-off-by: Ragnar Halldórsson <halldorsson@copopt.com>
2024-02-19 10:56:11 +01:00
Patrik Oldsberg 3f15fa9387 docs/backend-system: split core services into separate doc sections
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-18 12:38:19 +01:00
JinoArch 1771120a72 fix: update field props and field validation library
Signed-off-by: JinoArch <39610834+JinoArch@users.noreply.github.com>
2024-02-17 17:59:25 -05:00
Armando Comellas 3b2db119b6 Delete plugins/gcp-projects/version.json
Just deleted this unesesary file.

Signed-off-by: Armando Comellas <businesswitharmando@gmail.com>
2024-02-17 12:13:12 -06:00
armandocomellas1 cd3e5f78d6 Rollingback de way to bring back the package version
Signed-off-by: armandocomellas1 <cgarmando@google.com>
2024-02-17 12:10:10 -06:00
Fredrik Adelöw 25adbdde2d Merge pull request #22568 from sennyeya/catalog-entity-policies
feat(catalog): add support for entity policies in the new backend.
2024-02-17 16:15:55 +01:00
aramissennyeydd 5182f5bfdd merge fixes and update changeset
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
2024-02-16 19:51:51 -05:00
Aramis 3d1954f80d fix api report
Signed-off-by: Aramis <sennyeyaramis@gmail.com>
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
2024-02-16 19:50:46 -05:00
Aramis 0eda4bc629 remove support for adding entity policies entirely
Signed-off-by: Aramis <sennyeyaramis@gmail.com>
2024-02-16 19:50:46 -05:00
Aramis 28a0882dbb rename to transformLegacyPolicyToProcessor
Signed-off-by: Aramis <sennyeyaramis@gmail.com>
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
2024-02-16 19:50:37 -05:00
Aramis 9281ab3bb6 fix api reports
Signed-off-by: Aramis <sennyeyaramis@gmail.com>
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
2024-02-16 19:50:37 -05:00
Aramis af751400d6 fix api report
Signed-off-by: Aramis <sennyeyaramis@gmail.com>
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
2024-02-16 19:50:37 -05:00
Aramis 447d8b6fcf add field validators
Signed-off-by: Aramis <sennyeyaramis@gmail.com>
2024-02-16 19:50:37 -05:00
Aramis 0aba8f018e add test cases for the new transformer
Signed-off-by: Aramis <sennyeyaramis@gmail.com>
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
2024-02-16 19:50:17 -05:00
Aramis 31392e59b8 update to a separate catalog extension and add support for replacing
Signed-off-by: Aramis <sennyeyaramis@gmail.com>
2024-02-16 19:50:17 -05:00
Aramis d8a54d0a83 feat(catalog): add support for entity policies in the new backend.
Signed-off-by: Aramis <sennyeyaramis@gmail.com>
2024-02-16 19:49:59 -05:00