Commit Graph

2516 Commits

Author SHA1 Message Date
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
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
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
Shashank Bairy R 74c43ce231 feat: improve search match (#3365) 2020-11-20 15:22:49 +01:00
Oliver Sand 475fc0aaa3 Make sidebar search field work (#3362)
* Make sidebar search field work

Extend the search page to have the ability to react to query parameters. The search in the sidebar now navigates to the search page and passes the query parameter. The search box on the search page is now debounced.

Closes #3341

* Fix sidebar search while the search page is already open
2020-11-20 15:14:18 +01:00
blam 11598f6324 chore: fixing up the test timeout 2020-11-20 14:37:09 +01:00
Oliver Sand 742196725f Fix some minor things from my previous PR
See #3293
2020-11-20 14:09:05 +01:00
Oliver Sand 0c21212400 Add support for reading groups and users from the Microsoft Graph API. (#3293)
* Add support for reading groups and users from the Microsoft Graph API.

* Limit amount of parallel requests

* Add helper for paging in odata collections

* Add tests for the microsoft graph reader

* Output the correct relations between groups and users
2020-11-20 12:53:12 +01:00
blam a7eca5e52e >Merge branch 'master' of github.com:backstage/backstage into ndudnik/fix-component-creation-modal
* 'master' of github.com:backstage/backstage: (888 commits)
  Feat: update Firebase logo
  register-component: Remove link to catalog item on validation popup (#3359)
  changeset
  fix icon configuration
  Update Governance
  Feat: Add Buildkite plugin, update plugin logotypes
  chore: fixing issue with resolutions for new versions of backstage
  Version Packages
  Add changeset
  Use the new catalogInfoUrl in TemplatePage
  Generate catatalog-info.yaml URL in the publishers
  Start using the extracted types
  Extract types
  fix(search): return EmptyState/Progress bar/Alert depending on result of api call (#3350)
  fix: runned prettier
  Replace broken icon for the api-docs plugin
  Feat: update Lighthouse plugin to use new MarkdownComponent (#3328)
  docs: Correct URL of techdocs-container
  fix: conditional getuid and getgid for Windows environment
  create-app: add app-backend plugin to template
  ...
2020-11-20 11:39:26 +01:00
Ben Lambert d815bcf0c9 Merge pull request #3351 from mfrinnstrom/scaffolder-support-add-azure-components
[Scaffolder] support adding scaffolded components in Azure DevOps to catalog
2020-11-20 11:04:18 +01:00
Adam Harvey 2a71f4babc register-component: Remove link to catalog item on validation popup (#3359)
* Remove catalog link on validate popup

* Add changeset
2020-11-20 09:28:19 +01:00
Ryan Vazquez aa22f839ca fix icon configuration
The icon subfield of `products` is optional. The plugin provides a fallback icon for products that do not define them.
2020-11-19 15:04:07 -05:00
github-actions[bot] bc0f47b7b7 Version Packages 2020-11-19 15:13:57 +00:00
Ryan Vazquez 3e16e86ab6 Merge pull request #3335 from backstage/ryanv/product-panel-improvements
Ryanv/product entity dialog improvements
2020-11-19 10:10:10 -05:00
Mattias Frinnström a13a090de9 Use the new catalogInfoUrl in TemplatePage 2020-11-19 14:53:16 +01:00
Mattias Frinnström 67b6320e83 Generate catatalog-info.yaml URL in the publishers 2020-11-19 14:53:15 +01:00
Mattias Frinnström e0a910bc6d Start using the extracted types 2020-11-19 14:53:15 +01:00
Mattias Frinnström 76306d3e4b Extract types 2020-11-19 14:53:15 +01:00
Askar 019c67a022 fix(search): return EmptyState/Progress bar/Alert depending on result of api call (#3350)
* fix(search): return EmptyState/Progress bar/Alert depending on result of api request

* Update plugins/search/src/components/SearchResult/SearchResult.tsx

Co-authored-by: Emma Indal <emma.indahl@gmail.com>

Co-authored-by: Emma Indal <emma.indahl@gmail.com>
2020-11-19 13:39:22 +01:00
Ben Lambert bb6ea2bc48 Merge pull request #3338 from StefanoVuerich/master
fix: conditional getuid and getgid for Windows environment
2020-11-19 12:01:48 +01:00
Stefano Vuerich 09d90484ea fix: runned prettier 2020-11-19 11:46:34 +01:00
Ben Lambert 20fc9b684a Merge pull request #3319 from adamdmharvey/about-tooltips
Add tooltips on About card
2020-11-19 11:14:52 +01:00
Mateusz Lewtak 49554d43e3 Feat: update Lighthouse plugin to use new MarkdownComponent (#3328) 2020-11-19 10:30:34 +01:00
Stefano Vuerich 3525e6f687 fix: conditional getuid and getgid for Windows environment 2020-11-19 08:40:14 +01:00
Ryan Vazquez c645ea174a widen first column of entity dialog table 2020-11-18 15:21:09 -05:00
Himanshu Mishra c7d7e6d978 Merge pull request #3320 from backstage/orkohunter/use-config-for-backend-base-url 2020-11-18 21:19:58 +01:00
Fredrik Adelöw 4a25ee5cf5 auth-backend: use the catalog client (#3298) 2020-11-18 21:10:04 +01:00
Ryan Vazquez c6eb0c1f41 Merge branch 'master' into ryanv/product-panel-improvements 2020-11-18 15:06:03 -05:00
Ryan Vazquez 9d792a435b pretty print subdollar values for sku costs 2020-11-18 15:05:21 -05:00
Patrik Oldsberg 4c7be36164 Merge pull request #3313 from mfrinnstrom/scaffolder-extract-pushToRemote
Extract pushToRemote in scaffolder-backend
2020-11-18 20:52:33 +01:00
Himanshu Mishra f8ad868738 Merge remote-tracking branch 'origin/master' into orkohunter/use-config-for-backend-base-url 2020-11-18 20:44:13 +01:00
Himanshu Mishra f8877545c5 TechDocs: Reject promise if call to getBaseUrl fails 2020-11-18 20:35:22 +01:00
Himanshu Mishra 66daa47c6a 1. Remove DiscoveryApi (frontend) and use PluginEndpointDiscovery(SingleHostDiscovery) (backend)
2. Mock class for testing
2020-11-18 20:29:07 +01:00
Fredrik Adelöw f8cb1a976d fix: unbreak search after merging catalog client change 2020-11-18 20:09:38 +01:00