Commit Graph

11560 Commits

Author SHA1 Message Date
Andrew Thal 3c58f9a868 Fix lint
Signed-off-by: Andrew Thal <andrewthal88@gmail.com>
2021-03-15 10:53:40 -04:00
Patrik Oldsberg 8504934ae9 Merge pull request #4927 from backstage/mob/evolution
core-api: first steps towards independently evolvable and duplicatable core api
2021-03-15 15:20:27 +01:00
Patrik Oldsberg 6819c2aec8 Merge pull request #4896 from GoWind/expose-verify-nonce
Expose `verifyNonce` and `readState` publicly
2021-03-15 15:20:05 +01:00
Fredrik Adelöw 3529831c45 Merge pull request #4928 from SDA-SE/feat/AnnotateScmSlugEntityProcessor
Add `AnnotateScmSlugEntityProcessor`
2021-03-15 15:07:06 +01:00
Patrik Oldsberg 6c6b549246 core-api: use ApiRegistry.with
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-15 14:50:02 +01:00
Oliver Sand a21ca837a9 Remove comment
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-03-15 14:27:42 +01:00
Fredrik Adelöw e589d1ecca Merge pull request #4939 from backstage/dependabot/npm_and_yarn/types/js-yaml-4.0.0
chore(deps-dev): bump @types/js-yaml from 3.12.5 to 4.0.0
2021-03-15 12:55:44 +01:00
Himanshu Mishra 78e1866688 Merge pull request #4894 from tudi2d/4825-techdocs-breadcrumbs 2021-03-15 12:30:41 +01:00
Andrew Thauer 4bc98a5b99 feat(catalog-backend): use scm integration for codeowners
Signed-off-by: Andrew Thauer <athauer@wealthsimple.com>
2021-03-15 07:30:20 -04:00
Andrew Thauer 1cc27f7e10 Merge pull request #4946 from andrewthauer/feat/catalog-import-commit-message
feat(catalog-import): use title for commit message
2021-03-15 06:41:08 -04:00
Oliver Sand 7c15a489aa Use scm integration
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-03-15 10:20:30 +01:00
Fredrik Adelöw e728b279f7 Merge pull request #4944 from nora99/filter-out-clusters-with-no-resources
Don't list the cluster if there are no resources deployed there
2021-03-15 09:27:11 +01:00
Fredrik Adelöw 731149ee34 Merge pull request #4950 from backstage/dependabot/npm_and_yarn/octokit/rest-18.3.5
chore(deps): bump @octokit/rest from 18.1.1 to 18.3.5
2021-03-15 08:01:33 +01:00
Fredrik Adelöw 94273d548b Merge pull request #4951 from backstage/dependabot/npm_and_yarn/html-webpack-plugin-4.5.2
chore(deps): bump html-webpack-plugin from 4.4.1 to 4.5.2
2021-03-15 08:00:41 +01:00
Fredrik Adelöw cf3a12d6c8 Merge pull request #4952 from backstage/dependabot/npm_and_yarn/testing-library/jest-dom-5.11.9
chore(deps): bump @testing-library/jest-dom from 5.11.4 to 5.11.9
2021-03-15 08:00:13 +01:00
Fredrik Adelöw b6c71651a3 Merge pull request #4953 from backstage/dependabot/npm_and_yarn/google-cloud/storage-5.8.1
chore(deps): bump @google-cloud/storage from 5.6.0 to 5.8.1
2021-03-15 07:59:18 +01:00
dependabot[bot] 4e769b1dfe chore(deps): bump @google-cloud/storage from 5.6.0 to 5.8.1
Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 5.6.0 to 5.8.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v5.6.0...v5.8.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-15 04:49:41 +00:00
dependabot[bot] 1d5fde7d21 chore(deps): bump @testing-library/jest-dom from 5.11.4 to 5.11.9
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.11.4 to 5.11.9.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.11.4...v5.11.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-15 04:48:44 +00:00
dependabot[bot] c835cb0dea chore(deps): bump html-webpack-plugin from 4.4.1 to 4.5.2
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.4.1 to 4.5.2.
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/v4.5.2/CHANGELOG.md)
- [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v4.4.1...v4.5.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-15 04:35:56 +00:00
dependabot[bot] 05eaa0f27f chore(deps): bump @octokit/rest from 18.1.1 to 18.3.5
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.1.1 to 18.3.5.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.1.1...v18.3.5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-15 04:34:31 +00:00
Andrew Thauer a0dacc1842 feat(catalog-import): use title for commit message
Signed-off-by: Andrew Thauer <athauer@wealthsimple.com>
2021-03-13 17:27:37 -05:00
Fredrik Adelöw 3338a9302e Merge pull request #4947 from lindgren/update-to-adopters
Update to ADOPTERS.md and vocab.txt
2021-03-13 16:37:31 +01:00
Erik Lindgren 8f909366ee Updated ADOPTERS.md and vocab.txt with missing info
Signed-off-by: Erik Lindgren <elindgren@expediagroup.com>
2021-03-13 15:13:18 +00:00
Fredrik Adelöw e443917d80 Merge pull request #4882 from backstage/docs/small-change
docs: change recommended actions folder name
2021-03-13 14:51:37 +01:00
Fredrik Adelöw aa4cac15a7 Merge pull request #4885 from geototti21/add-prop-for-selected-filter-catalog
catalog: make initially selected filter configurable
2021-03-13 14:50:54 +01:00
nliesenfeld 25eda41576 Add changeset
Signed-off-by: nliesenfeld <nliesenfeld@spotify.com>
2021-03-12 11:41:43 -05:00
nliesenfeld 1f98a6ff82 Add changeset
Signed-off-by: nliesenfeld <nliesenfeld@spotify.com>
2021-03-12 10:36:23 -05:00
nliesenfeld bb848ac5e8 Don't list the cluster if there are no resources deployed there
Signed-off-by: nliesenfeld <nliesenfeld@spotify.com>
2021-03-12 10:32:06 -05:00
Himanshu Mishra 4344ef8be8 Merge pull request #4935 from backstage/orkohunter/techdocs-rebuild-on-mixed-setup 2021-03-12 16:14:01 +01:00
Patrik Oldsberg 19be64f5ea todo: added index test
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-12 16:00:19 +01:00
Patrik Oldsberg f5cfded56a todo-backend: add router tests + tweaks
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-12 15:56:18 +01:00
tudi2d 50be5c09aa Add rootRouteRef to test app options to fix component tests
Signed-off-by: tudi2d <phugenroth@googlemail.com>
2021-03-12 15:30:39 +01:00
tudi2d 634577d887 Change hardcoded docs link to use route reference
- Specify Changelog

Signed-off-by: tudi2d <phugenroth@googlemail.com>
2021-03-12 14:54:45 +01:00
tudi2d 83bfc98a39 Add changeset & sign off
Signed-off-by: tudi2d <phugenroth@googlemail.com>
2021-03-12 14:54:43 +01:00
tudi2d 5bf51c3db2 Change link to static /docs
Signed-off-by: tudi2d <phugenroth@googlemail.com>
2021-03-12 14:54:41 +01:00
erdoganoksuz b7a061077f prettier
Signed-off-by: erdoganoksuz <erdoganoksuz95@gmail.com>
2021-03-12 15:35:25 +03:00
erdoganoksuz 6af831266e Merge branch 'master' into bug-fix/locale-case 2021-03-12 15:33:51 +03:00
erdoganoksuz 5a52272043 prettier
Signed-off-by: erdoganoksuz <erdoganoksuz95@gmail.com>
2021-03-12 15:33:15 +03:00
Patrik Oldsberg 96d862bd1e todo-backend: add TodoReaderService tests + tweaks
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-12 13:29:55 +01:00
erdoganoksuz cd3395835d prettier
Signed-off-by: erdoganoksuz <erdoganoksuz95@gmail.com>
2021-03-12 15:16:11 +03:00
erdoganoksuz 196d8ec327 prettier
Signed-off-by: erdoganoksuz <erdoganoksuz95@gmail.com>
2021-03-12 15:14:17 +03:00
erdoganoksuz 9ca0e40094 locale added all case conversion
Signed-off-by: erdoganoksuz <erdoganoksuz95@gmail.com>
2021-03-12 15:06:01 +03:00
Patrik Oldsberg b2f1ac111b todo-backend: add index test
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-12 11:57:44 +01:00
Patrik Oldsberg 9393f7dfe7 todo-backend: add tests for TodoScmReader and make constructor public
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-12 11:50:13 +01:00
Himanshu Mishra 8fdb4d8e00 techdocs: backend responds with an error if publisher type is not supported
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-03-12 11:40:12 +01:00
Himanshu Mishra 2dd8cef6fc docs/techdocs: Add doc string about etag in Metadata type
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-03-12 11:34:39 +01:00
Himanshu Mishra 75941ca364 techdocs: techdocs_metadata.json could be missing, ignore the error
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-03-12 11:30:00 +01:00
Himanshu Mishra a6067fe42d techdocs: Add missing await when checking for existing docs
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-03-12 11:23:35 +01:00
Patrik Oldsberg da6bce39e4 todo-backend: added comment parser tests and tweaks
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-12 11:06:03 +01:00
Himanshu Mishra 37189b54ab Merge pull request #4933 from backstage/orkohunter/docs-techdocs-faq-about-annotation
docs: Add TechDocs FAQ about annotation value when using external build
2021-03-12 10:40:53 +01:00