Commit Graph

5820 Commits

Author SHA1 Message Date
Fredrik Adelöw 218c91d7d8 feat(catalog-backend): stop checking almost-similar names of entities 2020-10-05 13:32:27 +02:00
Fredrik Adelöw ac7375838a fix(catalog-backend): remove prefix searching 2020-10-05 12:28:52 +02:00
Patrik Oldsberg 86e5c629de Merge pull request #2665 from spotify/rugvip/reading
backend-common: add new common UrlReader to use for reading remote data
2020-10-05 11:23:29 +02:00
Stefan Ålund 39035dc220 feat: tweak styling of missing annotation (#2743)
* feat: tweak styling of missing annotation

* Fix prettier

* Fix typo
2020-10-05 10:40:12 +02:00
dependabot[bot] 49059ab240 chore(deps-dev): bump docusaurus in /microsite (#2745)
Bumps [docusaurus](https://github.com/facebook/docusaurus) from 2.0.0-alpha.64 to 2.0.0-alpha.65.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/master/CHANGELOG-2.x.md)
- [Commits](https://github.com/facebook/docusaurus/compare/v2.0.0-alpha.64...v2.0.0-alpha.65)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-05 08:43:59 +02:00
g1stavo e986dffce6 fix: remove duplicate in docs (#2744)
* Update extending-the-model.md

* Prettier fix
2020-10-05 08:43:32 +02:00
Fredrik Adelöw c012c564a0 Merge pull request #2742 from spotify/freben/microprett
chore(workflows): run prettier on microsite changes too
2020-10-04 23:00:54 +02:00
Stefan Ålund 8ef470b382 Update existing-plugins.md (#2717)
* Update existing-plugins.md

* prettier

* Update plugins.css
2020-10-04 22:08:05 +02:00
Stefan Ålund da0d6b8ee7 [blog] Tweaks to plugin marketplace post (#2715)
* [blog] Tweaks to plugin marketplace post

* [blog] Tweaks to plugin marketplace post

* fix
2020-10-04 22:06:14 +02:00
Fredrik Adelöw 8115f5a0e4 chore(workflows): run prettier on microsite changes too 2020-10-04 21:12:05 +02:00
Kat Zhou 163802c8b9 Button color changes on Plugins page for A11Y (#2726)
* microsite changes

adding padding to bottom of graphic

changing background of last section of Demos page

* Update plugins.css

* Update plugins.css

* Update plugins.css

* Update plugins.css

Co-authored-by: Stefan Ålund <alund@spotify.com>
2020-10-04 18:38:28 +02:00
samiramkr 1518741f67 Using EmptyState in Github Actions Plugin (#2680)
* display EmptyState when no CI/CD is avialable

* change padding and title size

* add EmptyState to gitHubActionPlugin

* fix test failing

* add MissingAnnotationEmptyState

* add MissingAnnotationEmptyState to storybook

* add highlightedNumbers feature to Codesnippet

* use the new component in github actions and update README

* remove entity from MissingAnnotationEmptyState

* remove proptypes from Codesnippet

Co-authored-by: Samira Mokaram <samiram@spotify.com>
2020-10-04 16:23:53 +02:00
Kat Zhou bbc7ec8a29 Plugin card color change (#2725)
* microsite changes

adding padding to bottom of graphic

changing background of last section of Demos page

* Update plugins.css
2020-10-04 16:16:56 +02:00
Patrik Oldsberg d0c8f72a66 docs/features/software-catalog: repurpose github processor docs as initial docs for integrations 2020-10-03 19:32:39 +02:00
Patrik Oldsberg 440a17b39e changeset: add changesets for UrlReader addition 2020-10-03 19:08:07 +02:00
Patrik Oldsberg 2527afac9e backend-common: refactor UrlReaders to only expose static methods 2020-10-03 16:52:31 +02:00
Patrik Oldsberg e6a6f2f264 backend-common: refactor reader types 2020-10-03 16:39:36 +02:00
Patrik Oldsberg e6ac72b59e backend-common: we support reading from more than just gitlab.com 2020-10-03 16:19:07 +02:00
Patrik Oldsberg d3265666af backend-common: refactor GitlabUrlReader test and restore raw url functionality 2020-10-03 16:18:31 +02:00
Patrik Oldsberg 02eafc7091 backend-common: refactor BitbucketUrlReader test and exported symbols 2020-10-03 15:10:34 +02:00
Patrik Oldsberg 77c42b3fd3 backend-common: refactor AzureUrlReader to test public methods using msw 2020-10-03 15:06:55 +02:00
Patrik Oldsberg caa4ca72c0 catalog-backend: update standalone server setup 2020-10-03 11:55:25 +02:00
Patrik Oldsberg 027056d938 catalog-backend: fix tests for UrlReaderProcessor 2020-10-03 11:55:24 +02:00
Patrik Oldsberg 21159258a2 catalog-backend: added back readers for backwards-compatibility 2020-10-03 11:55:24 +02:00
Patrik Oldsberg 703614b35b catalog-backend: make reader option required for LocationReaders 2020-10-03 11:55:24 +02:00
Patrik Oldsberg 69b3c03473 backend-common: added toString methods for all readers + log in backend instead of at creation 2020-10-03 11:55:24 +02:00
Patrik Oldsberg 3289598526 backend-common: remove UrlReaderHostMux 2020-10-03 11:55:23 +02:00
Patrik Oldsberg 238715aac2 config,docs: switch to using url location type 2020-10-03 11:55:23 +02:00
Patrik Oldsberg b971534dfb backend-common: added FetchUrlReader and use as fallback by default 2020-10-03 11:55:23 +02:00
Patrik Oldsberg 327f87562d backend: add UrlReader 2020-10-03 11:55:22 +02:00
Patrik Oldsberg 4978f06514 catalog-backend: make UrlReaderProcessor backwards-compatible with old location types 2020-10-03 11:55:22 +02:00
Patrik Oldsberg 07d19aad96 backend-common: fix GithubUrlReader tests 2020-10-03 11:55:22 +02:00
Patrik Oldsberg 1e97419d30 backend-common: merge GitlabReaderProcessor functionality into GitlabUrlReader 2020-10-03 11:55:22 +02:00
Patrik Oldsberg f50a233a4f backend-common: port GitlabUrlReader 2020-10-03 11:55:21 +02:00
Patrik Oldsberg ce32eb3c69 backend-common: port AzureUrlReader 2020-10-03 11:55:21 +02:00
Patrik Oldsberg 4cdac4624e backend-common: port BitbucketUrlReader 2020-10-03 11:55:21 +02:00
Patrik Oldsberg 683181837b catalog-backend: move over remaining to-be UrlReaders 2020-10-03 11:55:21 +02:00
Patrik Oldsberg 41d55e8d76 backend-common: refactor UrlReaders and factories to be centered around predicates 2020-10-03 11:55:20 +02:00
Patrik Oldsberg 0fbe965b43 backend-common: add UrlReaderPredicateMux 2020-10-03 11:55:20 +02:00
Patrik Oldsberg f2ad1b6f27 catalog-backend: switch UrlReaderProcessor to use UrlReader 2020-10-03 11:55:20 +02:00
Patrik Oldsberg 44c8816db5 backend-common: add UrlReaders for constructing a reader from config 2020-10-03 11:55:20 +02:00
Patrik Oldsberg 2b7c1b70f9 app-config: move catalog processor configs to new readers key 2020-10-03 11:55:19 +02:00
Patrik Oldsberg b461b367d7 backend-common: port GithubUrlReader 2020-10-03 11:55:19 +02:00
Patrik Oldsberg 8a3e63e590 catalog-backend: move GithubReaderProcessor to backend-common readers 2020-10-03 11:55:19 +02:00
Patrik Oldsberg 1473523c88 backend-common: add UrlReaderHostMux 2020-10-03 11:55:18 +02:00
Patrik Oldsberg bb553ed284 backend-common: add UrlReader interface 2020-10-03 11:55:18 +02:00
Eric Peterson 34c6f38bf9 Merge pull request #2728 from spotify/iameap/docs/shallow-clone
Encourage shallow clone to speed up getting started.
2020-10-02 23:14:56 +02:00
Tim 06cc177776 Merge pull request #2731 from spotify/timbonicus/subtle-text
Tweak subtle text colors in dark mode
2020-10-02 15:05:43 -06:00
Tim Hansen acd6da220a Tweak subtle text colors in dark mode 2020-10-02 14:24:21 -06:00
Patrik Oldsberg 3af33eb045 Merge pull request #2704 from spotify/rugvip/files
cli: add new rollup plugin for forwarding file imports
2020-10-02 18:27:38 +02:00