Commit Graph

6445 Commits

Author SHA1 Message Date
Brian Fletcher a9c11c699c adds api-report file to pull request
Signed-off-by: Brian Fletcher <brian@roadie.io>
2021-08-06 19:45:36 +01:00
Brian Fletcher b08ea0d2ec add ability to specify an external id for assumed role for k8
From the AWS documentation.

A cross-account role is usually set up to trust everyone in an account.
Therefore, the administrator of the trusting account might send an external
ID to the administrator of the trusted account. That way, only someone with
the ID can assume the role, rather than everyone in the account.

Signed-off-by: Brian Fletcher <brian@roadie.io>
2021-08-06 17:34:48 +01:00
Ben Lambert 1aabcccf12 Merge pull request #6731 from kissmikijr/fix-changelog-kubernetes-key
Fix text in changelog.md
2021-08-06 10:16:07 +02:00
Oliver Sand ef98f52aa9 Merge pull request #6682 from SDA-SE/feat/search-postgres
Add postgres based `SearchEngine`
2021-08-06 10:02:28 +02:00
Himanshu Mishra 0f6c44d39e Merge pull request #6697 from backstage/mob/bump-prettier-in-create-app 2021-08-06 09:39:01 +02:00
Patrik Oldsberg 53e0efe1f0 plugins/scaffolder-backend/sample-templates: rolled back @react/types version changes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-08-05 17:59:16 +02:00
Miklos Kiss d46a74dd94 Fix changelog kubernetes option key
Signed-off-by: Miklos Kiss <miklos.kiss@prezi.com>
2021-08-05 17:22:49 +02:00
Ben Lambert 589dc54257 Merge pull request #6714 from SDA-SE/feat/openapi-deep-linking
Support deep linking in OpenAPI definitions
2021-08-05 16:29:02 +02:00
Patrik Oldsberg d74032edad packages: switch @types/react-dom dependency to use *
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-08-05 13:43:38 +02:00
Oliver Sand 5cfe05fb3c Add comment to migration files
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-08-05 13:14:05 +02:00
Patrik Oldsberg 990cc3bacb packages: switch @types/react dependency to use *
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-08-05 12:33:48 +02:00
Oliver Sand abfca5bf9e Move setup instructions from readme to microsite
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-08-05 09:37:20 +02:00
Oliver Sand 737c40a109 Link to the correct page from the elasticsearch readme
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-08-05 09:37:20 +02:00
Oliver Sand fcc5cb62f7 Fix typo
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-08-05 09:22:19 +02:00
Oliver Sand 6a65db7b04 Add api report
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-08-05 09:16:44 +02:00
Oliver Sand 9255e14309 Add postgres based SearchEngine
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-08-05 09:16:43 +02:00
github-actions[bot] 326cbd7408 Version Packages 2021-08-05 00:24:56 +00:00
Oliver Sand 0383314c9b Support deep linking in OpenAPI definitions
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-08-04 18:24:00 +02:00
Ben Lambert 71ca123f24 Merge pull request #6698 from adrianke77/fix-techdocs-feedback-link-breaking-with-Git-subgroups-in-path
fix Techdocs feedback link breaking with Gitlab subgroups in path
2021-08-04 13:05:10 +02:00
Adrian Ke 1d65bd490d fix Techdocs feedback link breaking with Git subgroups in path
Signed-off-by: Adrian Ke <adrian.ke@grabtaxi.com>
2021-08-04 10:34:59 +08:00
Ben Lambert 8f5befa35e Merge pull request #6691 from Patil2099/master
Fix All Material UI Warnings
2021-08-03 20:18:56 +02:00
Ben Lambert 4b263e4602 Merge pull request #6635 from tudi2d/catalog-fully-responsive
ContentHeader responsiveness
2021-08-03 19:57:58 +02:00
Ben Lambert 4f3c36bf42 Merge pull request #6569 from RoadieHQ/gh4447-elasticseach-searchengine
Implement ElasticSearch search engine
2021-08-03 19:26:19 +02:00
blam 80f8fc294e chore: some more prettier stuff
Signed-off-by: blam <ben@blam.sh>
2021-08-03 19:03:07 +02:00
Pankaj Patil d56c390e8f Fix All Material UI Warnings
Signed-off-by: Pankaj Patil <pankaj.patil2099@hotmail.com>
2021-08-03 21:49:08 +05:30
Ben Lambert d0e73aa9c2 Update plugins/api-docs/src/components/ApiExplorerPage/ApiExplorerPage.tsx
Signed-off-by: Ben Lambert <blam@spotify.com>

Co-authored-by: Tim Hansen <timbonicus@gmail.com>
2021-08-03 16:53:39 +02:00
blam b2517a9b5d bug: fix invalidation of entity and re-rendering of the EntityRoutes
Signed-off-by: blam <ben@blam.sh>
2021-08-03 16:19:53 +02:00
Jussi Hallila 54e1280b6a * Modify index/alias name handling.
* Change config key name to be all lowercase
* Documentation updates

Signed-off-by: Jussi Hallila <jussi@hallila.com>
2021-08-03 13:07:25 +02:00
Eric Peterson e013dbb7ac Merge pull request #6639 from backstage/techdocs/ref-follow-ups
[TechDocs] Remove deprecated preparer support and document ref values
2021-08-03 09:21:38 +02:00
Camila Belo db58cf06c2 fix(techdocs-plugin): apply review suggestions
- strict regex scope to avoid security issues
- add techdocs prefix to the changeset file

Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-08-03 08:56:01 +02:00
Camila Belo b24a18e406 fix(techdocs-plugin): do not sanitize safe head links
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-08-03 08:44:48 +02:00
Eric Peterson c66b6b34f1 Merge pull request #6607 from SDA-SE/feat/type-filter
Change `<SearchType>` design to follow Figma
2021-08-02 18:14:10 +02:00
Ben Lambert 64429fc4c6 Merge pull request #6420 from backstage/emmaindal/storybook-search-components
[Search] Add search components to storybook
2021-08-02 17:59:49 +02:00
ImgBotApp 7406dee634 [ImgBot] Optimize images
/plugins/xcmetrics/docs/XCMetrics-overview.png -- 869.46kb -> 523.71kb (39.77%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-08-02 14:59:29 +00:00
blam b0e8a24217 chore: updating search report\
Signed-off-by: blam <ben@blam.sh>
2021-08-02 14:28:38 +02:00
Emma Indal c31fd98a4f remove changes to components
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-08-02 14:22:59 +02:00
Emma Indal c47bb87c39 add stories to storybook for reusable search components
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-08-02 14:22:58 +02:00
Emma Indal 70fe17ce6c export SearchContext to be able to use in storybook as SearchContextProvider requires searchApiRef
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-08-02 14:22:58 +02:00
Emma Indal 2a9cb61b7c remove component=li from Divider in DefaultResultListItem as it gives a marker pseudo-element (bullet) to the divider
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-08-02 14:22:58 +02:00
Emma Indal da97e50580 move default styles into components instead of searchpage
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-08-02 14:22:58 +02:00
Niklas Granander bf5617b7fd Merge branch 'master' into xcmetrics-builds-page
Signed-off-by: Niklas Granander <ngranander@spotify.com>
2021-07-30 15:50:51 +02:00
Niklas Granander dbe4fb202f Update readme
Signed-off-by: Niklas Granander <ngranander@spotify.com>
2021-07-30 15:48:39 +02:00
Niklas Granander 7cdb758577 Remove unnecessary styles
Signed-off-by: Niklas Granander <ngranander@spotify.com>
2021-07-30 15:42:43 +02:00
Niklas Granander 5b29c84a1c Add tests for builds page and XcmetricsLayout
Signed-off-by: Niklas Granander <ngranander@spotify.com>
2021-07-30 15:42:12 +02:00
Jussi Hallila d9c13d535b Implement ElasticSearch search engine
* Adding indexing, searching and default translator for ElasticSearch engine
* Modifying default backend to use ES if it is enabled
* Adding configuration schema to configure ElasticSearch 3 different ways
   * Elastic.co hosted solution
   * AWS hosted ElasticSearch Service
   * Custom, using standard ElasticSearch URL and auth info
* Add and modify some of the documentation regarding search

Signed-off-by: Jussi Hallila <jussi@hallila.com>
2021-07-30 14:26:32 +02:00
Ben Lambert 2ce0b4ca0d Merge pull request #6589 from kissmikijr/make-object-types-configurable
Kubernetes: Make objectTypes configurable from app-config.yaml
2021-07-30 13:18:51 +02:00
Miklos Kiss 1217441292 update api-report
Signed-off-by: Miklos Kiss <miklos.kiss@prezi.com>
2021-07-30 12:28:39 +02:00
Miklos Kiss 7b46caff47 use object as params
Signed-off-by: Miklos Kiss <miklos.kiss@prezi.com>
2021-07-30 12:09:45 +02:00
Niklas Granander 30305ffea8 Extract column definitions and improve formatting
Signed-off-by: Niklas Granander <ngranander@spotify.com>
2021-07-30 12:00:12 +02:00
Andrew Ellis 6cf48c6098 feat(plugin-scaffolder-backend): add defaultCommitMessage config option
Signed-off-by: Andrew Ellis <awellis89@gmail.com>
2021-07-29 15:28:22 -06:00