Commit Graph

6456 Commits

Author SHA1 Message Date
Fredrik Adelöw 9a180af86e Merge pull request #6756 from backstage/dependabot/npm_and_yarn/prettier-2.3.2
chore(deps-dev): bump prettier from 2.2.1 to 2.3.2
2021-08-09 14:04:37 +02:00
Fredrik Adelöw 5a997eeb6f Merge pull request #6747 from RoadieHQ/allow-external-id
add ability to specify an external id for assumed role for k8
2021-08-09 14:02:24 +02:00
Fredrik Adelöw 736b61c19d Merge pull request #6719 from ssaraswati/sonarqube-authenticate-calls
Add auth token to SonarQubeClient via IdentityApi
2021-08-09 13:57:49 +02:00
Fredrik Adelöw c5a1888493 Merge pull request #6749 from backstage/rugvip/basepath
core-app-api: add support for serving the app on a base path other than /
2021-08-09 13:43:58 +02:00
Fredrik Adelöw 93515227fb Merge pull request #6745 from backstage/feat/remove-old-plugin
chore: removing legacy plugin from monorepo
2021-08-09 11:58:18 +02:00
Fredrik Adelöw 923491eece run prettier formatting
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-08-09 11:54:38 +02:00
dependabot[bot] 0bc2188bc8 chore(deps): bump color from 3.1.3 to 4.0.1
Bumps [color](https://github.com/Qix-/color) from 3.1.3 to 4.0.1.
- [Release notes](https://github.com/Qix-/color/releases)
- [Commits](https://github.com/Qix-/color/compare/3.1.3...4.0.1)

---
updated-dependencies:
- dependency-name: color
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-07 14:23:50 +00:00
Patrik Oldsberg 9f8f8dd6b4 app,create-app: remove / prefixes in sidebar items
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-08-07 14:19:11 +02:00
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
blam 0e0c11ff04 chore: removing legacy plugin from monorepo
Signed-off-by: blam <ben@blam.sh>
2021-08-06 17:40:01 +02: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
Shyam Saraswati 1099a77ea3 Fix SonarQubeClient test checking for Authentication header
Signed-off-by: Shyam Saraswati <ssaraswati@willowinc.com>
2021-08-06 07:52:56 +10: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
Shyam Saraswati 8db48b968c Add auth token to SonarQubeClient via IdentityApi
Signed-off-by: Shyam Saraswati <ssaraswati@willowinc.com>
2021-08-05 16:46:37 +10: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