Commit Graph

51062 Commits

Author SHA1 Message Date
Patrik Oldsberg b4fc6e3164 auth-node: deprecate getBearerTokenFromAuthorizationHeader
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Carl-Erik Bergström <cbergstrom@spotify.com>
Co-authored-by: blam <ben@blam.sh>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-23 10:58:21 +01:00
Patrik Oldsberg 492fe83977 auth-backend: migrate to support new auth services
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Carl-Erik Bergström <cbergstrom@spotify.com>
Co-authored-by: blam <ben@blam.sh>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-23 10:58:13 +01:00
Patrik Oldsberg a936a8f8c8 catalog-backend-module-github: migrated to support new auth services
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Carl-Erik Bergström <cbergstrom@spotify.com>
Co-authored-by: blam <ben@blam.sh>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-23 10:15:28 +01:00
Patrik Oldsberg 43a9ae1a25 catalog-backend-module-backstage-openapi: migrate to use new auth service
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Carl-Erik Bergström <cbergstrom@spotify.com>
Co-authored-by: blam <ben@blam.sh>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-23 10:15:27 +01:00
Patrik Oldsberg 29a1f91c95 badges-backend: migrate to support new auth services
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Carl-Erik Bergström <cbergstrom@spotify.com>
Co-authored-by: blam <ben@blam.sh>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-23 10:15:23 +01:00
Patrik Oldsberg 4f8ecd65f9 entity-feedback-backend: migrated to support new auth services
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Carl-Erik Bergström <cbergstrom@spotify.com>
Co-authored-by: blam <ben@blam.sh>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-23 10:15:22 +01:00
Patrik Oldsberg 84af361987 notifications-backend: migrated to use new auth services
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Carl-Erik Bergström <cbergstrom@spotify.com>
Co-authored-by: blam <ben@blam.sh>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-23 10:15:17 +01:00
Patrik Oldsberg 9f9ba708da lighthouse-backend: migrate to support new auth services
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Carl-Erik Bergström <cbergstrom@spotify.com>
Co-authored-by: blam <ben@blam.sh>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-23 10:15:16 +01:00
Patrik Oldsberg 61ff58f1ef linguist-backend: migrate to support new auth services
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Carl-Erik Bergström <cbergstrom@spotify.com>
Co-authored-by: blam <ben@blam.sh>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-23 10:15:06 +01:00
Patrik Oldsberg 0502d826a5 permissions: migrate to new auth system and accept credentials
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Carl-Erik Bergström <cbergstrom@spotify.com>
Co-authored-by: blam <ben@blam.sh>
Co-authored-by: Camila Belo <camilaibs@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-23 10:15:02 +01:00
Fredrik Adelöw 72572b2fe1 Merge pull request #23179 from backstage/freben/unused
remove unused dependency
2024-02-23 10:02:53 +01:00
Patrik Oldsberg e337684b89 Merge pull request #23054 from backstage/mob/auth-service-core
Initial implementation of BEP 0003 - auth architecture evolution
2024-02-23 09:56:28 +01:00
Ben Lambert d39560ce4c Merge pull request #23188 from backstage/blam/resolve-safe-child-pt-2 2024-02-23 07:54:56 +01:00
Patrik Oldsberg 7cbb7606c0 .changesets: added changeset for auth services addition to backend-defaults
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-23 01:07:53 +01:00
Patrik Oldsberg 74062bce28 backend-{app-api,test-utils}: minor cleanup
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-23 01:07:53 +01:00
Patrik Oldsberg db62da78d9 backend-next: use stringifyEntityRef in github provider module
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-23 01:07:53 +01:00
blam 1ad2b1b61e chore: return the original input path, and add a test
Signed-off-by: blam <ben@blam.sh>
2024-02-22 22:17:53 +01:00
blam 742243032f chore: add changeset
Signed-off-by: blam <ben@blam.sh>
2024-02-22 21:23:19 +01:00
blam edf65d7d31 fix: make sure to construct the target from the resolved base path too
Signed-off-by: blam <ben@blam.sh>
2024-02-22 21:19:34 +01:00
Stephen A. Wilson f4404e5ca3 add changeset
Signed-off-by: Stephen A. Wilson <code@stephenawilson.ca>
2024-02-22 13:44:11 -05:00
Stephen A. Wilson 472bf729c6 add .ico to asset-types.d.ts
Signed-off-by: Stephen A. Wilson <code@stephenawilson.ca>
2024-02-22 13:42:59 -05:00
Stephen A. Wilson af7f25dec7 Add .ico to assets transformer
Allows for import .ico files as assets

Signed-off-by: Stephen A. Wilson <code@stephenawilson.ca>
2024-02-22 13:42:49 -05:00
backstage-goalie[bot] 8cc5dd9d29 Merge pull request #23181 from backstage/renovate/jscodeshift-0.x-lockfile
fix(deps): update dependency jscodeshift to v0.15.2
2024-02-22 16:56:59 +00:00
Ben Lambert 568157d207 Merge pull request #23180 from backstage/blam/resolve-safe-child
Improve check in `resolveSafeChildPath`
2024-02-22 17:41:54 +01:00
renovate[bot] 48abf1754a fix(deps): update dependency jscodeshift to v0.15.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-22 16:24:06 +00:00
Fredrik Adelöw f86e34c0d9 remove unused dependency
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-02-22 17:17:07 +01:00
Fredrik Adelöw c671293324 Merge pull request #23159 from backstage/renovate/eslint-plugin-jest-27.x-lockfile
fix(deps): update dependency eslint-plugin-jest to v27.9.0
2024-02-22 17:09:58 +01:00
Fredrik Adelöw 6fb46ce748 one more
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-02-22 17:07:07 +01:00
blam e0b997cdec chore: add changeset
Signed-off-by: blam <ben@blam.sh>
2024-02-22 16:48:43 +01:00
blam 78f892b3a8 fix: resolve the actual paths for base and target
Signed-off-by: blam <ben@blam.sh>
2024-02-22 16:37:41 +01:00
Patrik Oldsberg d2600ca208 Update packages/backend-plugin-api/src/services/definitions/coreServices.ts
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-22 15:35:03 +01:00
Fredrik Adelöw 1ab0d3ef35 Merge pull request #22540 from OSfrog/stack-overflow-search-highlight-fix
fix: Stack Overflow plugin search highlight fix
2024-02-22 14:40:35 +01:00
Fredrik Adelöw 972502b366 Merge pull request #23046 from awanlin/topic/use-fetch-api
Updated Azure DevOps, DevTools, and Linguist to use `fetchApi` as per ADR013
2024-02-22 14:17:55 +01:00
Fredrik Adelöw ef3310a097 Merge pull request #22974 from yu-kkurii/fix-radar-table-squish
Fix Tech Radar header cell getting squished and unreadable
2024-02-22 14:17:01 +01:00
Fredrik Adelöw 212f2df308 Merge pull request #22790 from backstage/freben/knexfile
suggest knexfile
2024-02-22 13:03:44 +01:00
Fredrik Adelöw 239b76290a Merge pull request #23172 from backstage/freben/deep-visibility
extend the visibility docs with deep visibility
2024-02-22 12:10:51 +01:00
Fredrik Adelöw 613e2bfe03 extend the visibility docs with deep visibility
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-02-22 11:59:53 +01:00
Patrik Oldsberg eaabaaec81 Merge pull request #22970 from mareklibra/messagingInsteadOfWorkflows
chore(notifications): narrow the scope to messaging
2024-02-22 11:30:07 +01:00
Ben Lambert bc78d89ac4 Merge pull request #22999 from backstage/community-plugins-project-area
docs: add new community plugins project area
2024-02-22 09:55:35 +01:00
backstage-goalie[bot] fdf3917787 Merge pull request #23167 from backstage/renovate/uiw-react-codemirror-4.x-lockfile
fix(deps): update dependency @uiw/react-codemirror to v4.21.23
2024-02-22 05:16:19 +00:00
renovate[bot] d5216f01f6 fix(deps): update dependency @uiw/react-codemirror to v4.21.23
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-22 04:38:53 +00:00
backstage-goalie[bot] afb159608b Merge pull request #23166 from backstage/renovate/better-sqlite3-9.x-lockfile
chore(deps): update dependency better-sqlite3 to v9.4.3
2024-02-22 04:22:36 +00:00
renovate[bot] bc3b1ae9d9 chore(deps): update dependency better-sqlite3 to v9.4.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-22 03:48:33 +00:00
backstage-goalie[bot] 4e627d4593 Merge pull request #23160 from backstage/renovate/google-auth-library-9.x-lockfile
fix(deps): update dependency google-auth-library to v9.6.3
2024-02-21 22:47:11 +00:00
renovate[bot] 4934e31525 fix(deps): update dependency google-auth-library to v9.6.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-21 22:15:22 +00:00
renovate[bot] 4ac308e431 fix(deps): update dependency eslint-plugin-jest to v27.9.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-21 22:14:30 +00:00
backstage-goalie[bot] 61c7686961 Merge pull request #23157 from backstage/renovate/better-sqlite3-9.x-lockfile
chore(deps): update dependency better-sqlite3 to v9.4.2
2024-02-21 21:59:07 +00:00
renovate[bot] 8ba8439ce2 chore(deps): update dependency better-sqlite3 to v9.4.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-21 21:24:56 +00:00
backstage-goalie[bot] 6aa0f2db3f Merge pull request #23154 from backstage/renovate/recharts-2.x-lockfile
fix(deps): update dependency recharts to v2.12.1
2024-02-21 20:46:23 +00:00
backstage-goalie[bot] b43750dbac Merge pull request #23152 from backstage/renovate/js-base64-3.x-lockfile
fix(deps): update dependency js-base64 to v3.7.7
2024-02-21 20:25:12 +00:00