Commit Graph

2547 Commits

Author SHA1 Message Date
Oliver Sand f3bb55ee31 Make api-docs customizable 2020-11-24 11:53:14 +01:00
Ben Lambert 8aba3e4c47 Merge pull request #3406 from backstage/orkohunter/fix-kubernetes-backend
fix(kubernetes-backend): Fix Typescript error stopping backend to start
2020-11-24 11:13:18 +01:00
Himanshu Mishra 05b916761d fix(kubernetes-backend): Fix Typescript error stopping backend to start 2020-11-23 21:06:44 +01:00
Andrew Thauer a8de7f554c feat: improve circleci builds table 2020-11-23 11:44:49 -05:00
Emma Indal eeda19c7ce [Search] name in search result clickable (#3349)
* fix(search): wrap value in  link component for rows in component id column

* fix(search result): change name of column from component id to name

* fix(search): construct url in search api instead of search result component

* fix(search): use entity default constant from catalog model as fallback to namespace, add entity type

* fix(search): replace unknown with undefined if owner or lifecycle doesn't exist on entity, lowercase namespace and kind in url

* fix owner fallback and delete description fallback to show empty cells instead
2020-11-23 17:07:38 +01:00
Ben Lambert d98fab5451 Merge pull request #2977 from moustafab/feature/k8s-label-selector
feat(kubernetes): update kubernetes plugin to support matchLabels
2020-11-23 16:15:29 +01:00
Ben Lambert 5f4add590f Merge pull request #3378 from SDA-SE/feat/sonarqube-config
Add config schema for the sonarqube plugin
2020-11-23 15:21:44 +01:00
Ben Lambert 0308701827 Merge pull request #3309 from bleathem/oidc-provider
Implement a generic OpenId-Connect auth-provider
2020-11-23 15:10:23 +01:00
Moustafa Baiou 18d0fd10a0 add needed import 2020-11-23 06:18:55 -05:00
Moustafa Baiou 44ea3101a7 remove unneeded import 2020-11-23 06:18:55 -05:00
Moustafa Baiou 74102d9176 fix test after refactor 2020-11-23 06:18:55 -05:00
Moustafa Baiou 728767e3d3 cleanup 2020-11-23 06:18:55 -05:00
Moustafa Baiou 75d63ee0a0 fix test 2020-11-23 06:18:55 -05:00
Moustafa Baiou a2f791836e refactor name of api method 2020-11-23 06:18:55 -05:00
Moustafa Baiou 1166fcc36e add changeset 2020-11-23 06:18:55 -05:00
Moustafa Baiou 4639d20720 modify approach to post entire entity to k8s backend 2020-11-23 06:16:57 -05:00
Moustafa Baiou 99fffed216 fix types 2020-11-23 06:16:57 -05:00
Moustafa Baiou 61a552fac6 fix type checks 2020-11-23 06:16:57 -05:00
Moustafa Baiou beaa0a82db fix tests, types and cleanup 2020-11-23 06:16:57 -05:00
Moustafa Baiou e2085293a6 feat(kubernetes): update k8s-backend plugin to use label selectors
update plugin to use label selectors when querying backend
2020-11-23 06:16:57 -05:00
Fredrik Adelöw 1185919f39 catalog: mark ancestors and descendants for deprecation (#3392) 2020-11-23 11:29:37 +01:00
Ben Lambert 514c269b36 Merge pull request #3372 from SDA-SE/feat/search-sidebar-take-two
Rework the search field behavior in the sidebar
2020-11-23 10:31:35 +01:00
Ben Lambert 09fde576c1 Merge pull request #3393 from adamdmharvey/doco-updates
Fixes when referring to entity YAML filename to use new standard catalog-info.yaml
2020-11-23 10:10:20 +01:00
Adam Harvey fe3619782b Change entity YAML name 2020-11-22 20:57:40 -05:00
Adam Harvey da8ca6cd1c Fix typo 2020-11-22 20:51:05 -05:00
Adam Harvey 5c8e99ce19 Fix entity YAML name 2020-11-22 20:38:57 -05:00
blam 9cdf4413db chore(scaffolder): trying to fix the linting and tsc issues 2020-11-22 03:20:42 +01:00
blam b877f46fde chore(lint): fixing linting for hooks 2020-11-22 03:07:23 +01:00
blam f12a7cd906 chore(scaffolder): a little housekeeping and better error handling for the scaffolder frontend. 2020-11-22 02:52:00 +01:00
blam ab4794c702 chore(scaffolder/cra): needs to create catalog-info yaml 2020-11-22 02:51:40 +01:00
blam c220f7e35a chore(scaffolder/template): fixing catalog-info.yaml reference for templates with new version 2020-11-22 02:50:35 +01:00
Brian Leathem 40b3036fac Added a test for the createOidcProvider method 2020-11-20 11:57:11 -08:00
Brian Leathem 68be35912b Conditionally enable the auth-backend session support 2020-11-20 11:57:11 -08:00
Brian Leathem 3712c47974 Added a test for the OidcAuthProvider handler method 2020-11-20 11:57:11 -08:00
Brian Leathem 78b390483d Added a oidc provider test 2020-11-20 11:57:10 -08:00
Brian Leathem 5c485ff60f Added a auth.session.secret config value for setting the express session secret 2020-11-20 11:57:10 -08:00
Brian Leathem 52e79a0032 Addressed PR feedback from @Rugvip 2020-11-20 11:57:10 -08:00
Brian Leathem 14faf3ad37 Changed the oidc prompt parameter value to "none" 2020-11-20 11:57:10 -08:00
Brian Leathem b5bb693522 Initialized resave in express-session 2020-11-20 11:57:10 -08:00
Brian Leathem 5d27349000 Initialized saveUninitialized in express-session 2020-11-20 11:57:10 -08:00
Brian Leathem 563533dc6c Moved @types deps to devDependencies 2020-11-20 11:57:10 -08:00
Brian Leathem 8d948b243b Implement a generic OpenIdConnect auth-provider 2020-11-20 11:57:10 -08:00
Emma Indal 4afc446c24 fixes dark mode issue on searchQuery + changes its class name from searchTerm to be more consistent 2020-11-20 18:17:58 +01:00
Ryan Vazquez f2de7615bd Merge pull request #3375 from backstage/ryanv/truncate-large-percentages
truncate large percentages
2020-11-20 11:43:46 -05:00
Dominik Henneke 26484d4133 Add config schema for the sonarqube plugin 2020-11-20 17:33:12 +01:00
Ryan Vazquez 640c59fae7 remove unreachable condition 2020-11-20 10:59:34 -05:00
Oliver Sand f9380b3008 Merge pull request #3363 from SDA-SE/feat/azuread-nits
Fix some minor things from my previous PR
2020-11-20 16:38:54 +01:00
Ryan Vazquez 9d69a87ee2 truncate large percentages 2020-11-20 10:26:11 -05:00
Oliver Sand 36b9dfd41c Rework the search field behavior in the sidebar
We just tested it with another user an noticed some more issues:
* If the user is on the search route it should be reflected in the sidebar
* Clicking on the search icon alone should lead to the search page
2020-11-20 16:20:13 +01:00
Ben Lambert 5f6b827fd8 Merge pull request #2807 from backstage/ndudnik/fix-component-creation-modal
Remove onClose from component creation modal
2020-11-20 15:30:45 +01:00