Commit Graph

4391 Commits

Author SHA1 Message Date
Phil Kuang 6d36220ef2 fix(WelcomeTitle): use non-deprecated IdentityApi methods
Signed-off-by: Phil Kuang <pkuang@factset.com>
2021-12-17 15:54:53 -05:00
Colton Padden df8ee36288 Implemented feedback to changesets, theme provider, and core-imports test
- Removed validation logic for `appTheme.Provider` as type checking should be enough
- Replaced `createApp` with `createSpecializedApp` in `core-imports.test.ts`
- Upped changeset level from patch to minor and made minor verbiage tweaks

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-17 15:04:36 -05:00
Colton Padden cdf2c76a39 release-2021-11-18 packages/core-app-api/src/apis/implementations/auth/*
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-17 15:04:35 -05:00
Colton Padden 0cad4e741f release-2021-11-18 packages/core-app-api/src/app/types.ts:209
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-17 15:04:35 -05:00
Colton Padden 68f8b10ccd include changeset for theme removal of AppTheme
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-17 15:04:35 -05:00
Colton Padden b3605da81c release-2021-11-18 packages/core-app-api/src/app/createApp.tsx:23,32
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-17 15:04:35 -05:00
Colton Padden c24bae0085 release-2021-11-18 packages/core-plugin-api/src/apis/definitions/ErrorApi.ts:34,50
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-17 15:04:35 -05:00
Colton Padden f6722d2458 add changesets for core-plugin-api, test-utils, and config-loader
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-17 15:04:35 -05:00
Fredrik Adelöw 8a986a3e04 Merge pull request #8521 from reinoudk/fix-settings-page
fix(user-settings): use non-deprecated IdentityApi methods
2021-12-17 20:25:11 +01:00
Joon Park 0e8ec6d974 Rename all the things
Signed-off-by: Joon Park <joonp@spotify.com>
2021-12-17 18:16:47 +00:00
Joon Park 2f8a9b665f Separate changesets
Signed-off-by: Joon Park <joonp@spotify.com>
2021-12-17 18:16:47 +00:00
Joon Park abb7616345 Add changeset and docs.
Signed-off-by: Joon Park <joonp@spotify.com>
2021-12-17 18:16:46 +00:00
Omar Babativa 610614a06d Includes an export for KubernetesBackendClient
Signed-off-by: Omar Babativa <obabativa@vmware.com>
2021-12-17 10:44:39 -05:00
Patrik Oldsberg 21393dd443 Merge pull request #8526 from backstage/rugvip/auth-compat
auth-backend: fix identity fallback to populate userEntityRef correctly
2021-12-17 15:14:35 +01:00
lukzerom 73a91e25f9 added changeset
Signed-off-by: lukzerom <lukzerom@gmail.com>
2021-12-17 12:41:08 +01:00
Fredrik Adelöw 3e79c4bc58 Merge pull request #8406 from prkeshri/7340-remote-config-fix
7340 remote config fix
2021-12-17 10:34:32 +01:00
Fredrik Adelöw 95753e686f Merge pull request #8509 from cmpadden/remove-deprecations-release-2021-11-11
Remove Deprecations (release-2021-11-11)
2021-12-17 09:48:39 +01:00
Patrik Oldsberg 24a67e3e2e auth-backend: fix identity fallback to populate userEntityRef correctly
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-17 00:48:03 +01:00
Fredrik Adelöw fde22197c0 Merge pull request #8487 from RoadieHQ/search-location-protocol-whitelist
Drop Search Results with potentially unsafe location values
2021-12-16 21:19:15 +01:00
mufaddal motiwala ff2f1b856b Merge branch 'master' of https://github.com/mufaddal7/backstage-1 into plugin/new-relic-dashboard
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
2021-12-17 00:30:47 +05:30
Fredrik Adelöw b2b317a66e Merge pull request #8474 from austina-lin/pluralize-team-ownership-section
Fix bug in OwnershipCard component where text wasn't correctly plur…
2021-12-16 19:50:39 +01:00
Fredrik Adelöw 1e7af3e74f Merge pull request #8499 from angeliski/add-more-rails-options
add more options to rails new
2021-12-16 19:20:30 +01:00
Hasan Ozdemir cc0f94218a Merge branch 'backstage:master' into master 2021-12-16 18:08:03 +01:00
Reinoud Kruithof 2a374057f5 fix(user-settings): use non-deprecated IdentityApi methods
This fixes the undefined identity error that is being thrown on the user-settings page.

Signed-off-by: Reinoud Kruithof <2184455+reinoudk@users.noreply.github.com>
2021-12-16 16:50:35 +01:00
Jacob Wejendorp 6ff4408fa6 chore: add changeset to tech-insights changes
Signed-off-by: Jacob Wejendorp <jwe@tradeshift.com>
2021-12-16 15:52:18 +01:00
Joon Park 393f107893 Create catalog permissions. (#8403)
These permissions will be used to integrate catalog with the permissions framework.

Signed-off-by: Joon Park <joonp@spotify.com>
2021-12-16 14:35:46 +00:00
Colton Padden 7e0b8b0cde bumped changesets for deprecations from patch to minor
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-16 08:32:01 -05:00
Colton Padden 67d6cb3c7e remove deprecations packages/config-loader/src/loader.ts:63
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-16 08:32:01 -05:00
Colton Padden 6b69b44862 remove deprecations packages/core-plugin-api/src/apis/system/types.ts:38,55
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-16 08:32:01 -05:00
Colton Padden 771b9c07fe remove deprecations packages/test-utils/src/testUtils/Keyboard.js:28
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-16 08:32:01 -05:00
Hasan Ozdemir b64e318c80 Merge branch 'backstage:master' into master 2021-12-16 14:22:04 +01:00
Hasan Ozdemir 51ee84204d fix typo. on changesets
Signed-off-by: Hasan Ozdemir <21654050+nodify-at@users.noreply.github.com>
2021-12-16 14:05:51 +01:00
Fredrik Adelöw 351fc58fe2 Merge pull request #8507 from backstage/freben/paging
Add support for passing paging parameters to the getEntities call of the catalog client
2021-12-16 13:35:25 +01:00
Fredrik Adelöw 9c2e6bb86a Merge pull request #6399 from backstage/freben/fetch-api
Add `fetchApiRef` which implements fetch, plus Backstage token header when available
2021-12-16 11:30:37 +01:00
Ben Lambert 230df8b5ec Merge pull request #8438 from mufaddal7/feature/OwnedEntityPicker
add OwnedEntityPicker field in plugin/scaffolder
2021-12-16 11:26:42 +01:00
Ben Lambert 2c10e8a19d Merge pull request #8454 from lukzerom/select-changes-1
Select and Autocomplete select readonly when one option available
2021-12-16 10:56:40 +01:00
Fredrik Adelöw 5463c03b35 Add support for passing paging parameters to the getEntities call of the catalog client
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-12-16 10:16:53 +01:00
github-actions[bot] ef6a039e07 Version Packages 2021-12-16 08:56:38 +00:00
Patrik Oldsberg 7bd536c985 Merge pull request #8508 from backstage/mob/expalytics
core-plugin-api: mark AnalyticsApi as experimental
2021-12-16 09:50:58 +01:00
Bret Hubbard 4c269c7c23 scaffolder: add changeset
Signed-off-by: Bret Hubbard <hubbard.bret@gmail.com>
2021-12-15 12:44:08 -07:00
Fredrik Adelöw 3fa31ec84a address comments
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-12-15 19:29:42 +01:00
Fredrik Adelöw 7927005152 Add fetchApiRef which implements fetch, plus Backstage token header when available.
This intends to be the basis for other plugins' data fetching needs, so that they can transparently interact with the catalog and other parts of the Backstage ecosystem without explicitly having to deal with authenticating themselves.

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-12-15 19:29:42 +01:00
Hasan Ozdemir eb3fd85d3e feature: add crumbIssuer option to jenkins (optional) configuration, improve the UI to show a notification after executing the action: re-build
Signed-off-by: Hasan Ozdemir <21654050+nodify-at@users.noreply.github.com>
2021-12-15 17:35:44 +01:00
Rogerio Angeliski fc8fc02510 add more options to rails new
Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com>
2021-12-15 13:13:08 -03:00
Patrik Oldsberg 18d4f500af core-plugin-api: mark AnalyticsApi as experimental
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-15 16:39:43 +01:00
Camila Belo 11151655a0 Merge pull request #8147 from cowboyd/elastic-search-new-client
Add ability to re-use search cluster configuration from ElasticSearchSearchEngine
2021-12-15 15:03:11 +01:00
Ben Lambert 22354eef67 Merge pull request #8473 from brexhq/k8s-make-completed-green
K8s Cronjob Style Change and UI Fix
2021-12-15 13:57:08 +01:00
mufaddal motiwala 7e5dcd96c7 changed major to patch
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
2021-12-15 18:19:15 +05:30
Ben Lambert 2a96b81692 Merge pull request #8378 from hiba-aldalaty/patch/sidebar-submenu-fix
Bug Fix: Sidebar Submenu Items should only be active when full path is active
2021-12-15 13:42:30 +01:00
mufaddal motiwala 8e5f1010df edited the changeset
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
2021-12-15 16:33:34 +05:30