Commit Graph

7834 Commits

Author SHA1 Message Date
Fredrik Adelöw 6ff19332ef Merge pull request #3649 from backstage/freben/oops-dollar-ref
catalog-backend: leave unknown placeholder-lookalikes untouched
2020-12-10 12:21:28 +01:00
Mikael Östberg c6eeefa35d Add changeset 2020-12-10 12:18:53 +01:00
Fredrik Adelöw 5a1f6dd971 Merge pull request #3661 from backstage/freben/github-rename-move
catalog-backend: move github util to own folder
2020-12-10 12:14:39 +01:00
Fredrik Adelöw 0e6298f7e3 catalog-backend: ignore relations when comparing entities 2020-12-10 12:14:18 +01:00
Patrik Oldsberg 22d0647bf7 Merge pull request #3665 from backstage/rugvip/linkprops
core: let Link accept any element type as component
2020-12-10 12:04:58 +01:00
Patrik Oldsberg 2527628e11 core: let Link accept any element type as component 2020-12-10 11:48:56 +01:00
Patrik Oldsberg 6349ea7a16 Merge pull request #3662 from backstage/rugvip/devdep
dev-utils,test-utils: move @backstage/cli to dev deps
2020-12-10 11:29:14 +01:00
Askar a6a2ca6204 remove React's FC type from codebase (#3527)
* WIP-packages: remove React's FC type from codebase

* remove FC from other directories

* fix build failures

* add types to required packages
2020-12-10 11:23:29 +01:00
Fredrik Adelöw 2bf71d60fb catalog-backend: get rid of winston warnings 2020-12-10 11:23:02 +01:00
Fredrik Adelöw 1bb8afc61e catalog-backend: move github util to own folder 2020-12-10 11:15:49 +01:00
Patrik Oldsberg e1f4e24ef1 dev-utils,test-utils: move @backstage/cli to dev deps 2020-12-10 11:08:07 +01:00
Patrik Oldsberg 2cc444f16c Merge pull request #3657 from adamdmharvey/lgtm-review
Address three LGTM/Semmle code scanning findings
2020-12-10 10:46:54 +01:00
dependabot[bot] 9724bc1a12 build(deps-dev): bump nodemon from 2.0.4 to 2.0.6 (#3658)
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.4 to 2.0.6.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.4...v2.0.6)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-10 10:37:40 +01:00
Mikael Östberg 6e47fb6568 Use parseGitUri 2020-12-10 10:34:53 +01:00
Fredrik Adelöw 8a5cc4d8ea Merge pull request #3623 from SDA-SE/feat/org-ownership
Consider group memberships in the OwnershipCard
2020-12-10 09:33:55 +01:00
Himanshu Mishra 9507d72a38 1. Replace klaw with recursive-readdir
2. Break out reading files logic to a helper function (add tests)
3. Use Promise.all to make sure all files are uploaded
2020-12-10 00:15:00 +01:00
Ryan Vazquez 6c40a1e408 Merge pull request #3580 from backstage/ryanv/product-insights-intervals
Ryanv/product insights intervals
2020-12-09 18:13:34 -05:00
Adam Harvey 38d63fbe1c Add catalog-backend changeset 2020-12-09 16:18:43 -05:00
Adam Harvey a48f2704c9 Fix string template literal 2020-12-09 16:17:48 -05:00
Adam Harvey e3bd9fc2f4 Add changesets 2020-12-09 16:12:43 -05:00
Adam Harvey a6b8d6163d Fix useless conditional 2020-12-09 16:02:52 -05:00
Adam Harvey 6fde301a99 FIx unneeded defensive code 2020-12-09 15:56:27 -05:00
Adam Harvey 59a8791158 Fix comment typos 2020-12-09 15:51:16 -05:00
Ryan Vazquez fdc29c7c03 Merge branch 'master' into ryanv/product-insights-intervals 2020-12-09 15:50:17 -05:00
Himanshu Mishra 92ecddbe24 techdocs-common: Unify response type of Local and googleGcs publisher 2020-12-09 20:32:41 +01:00
Himanshu Mishra ac88ca2038 Merge branch 'master' into orkohunter/techdocs-publish-to-cloud-storage 2020-12-09 20:17:06 +01:00
Himanshu Mishra 511f59f021 1. Use $file for googleGcs.credentials
2. Clarify that techdocs-common is only used in backend plugin since it is compiled to commonJS
2020-12-09 20:11:33 +01:00
Himanshu Mishra 24bcdd0829 techdocs: Use googleGcs for publisher type instead of google_gcs 2020-12-09 18:58:12 +01:00
Dominik Henneke 2b71db2116 Consider group memberships in the OwnershipCard 2020-12-09 18:03:01 +01:00
Patrik Oldsberg 9a2a925716 Merge pull request #3653 from backstage/rugvip/faq
docs/FAQ: add question about missing docker images
2020-12-09 17:07:10 +01:00
Patrik Oldsberg 03e444e97e docs/FAQ: add question about missing docker images 2020-12-09 16:58:28 +01:00
Fredrik Adelöw 6e8bb3ac07 catalog-backend: leave unknown placeholder-lookalikes untouched 2020-12-09 16:32:47 +01:00
Himanshu Mishra 9d08ef8f46 techdocs: replace 'build' with 'generate' in most places 2020-12-09 16:01:29 +01:00
Mikael Östberg 704f7c7be0 Update app-config.yaml 2020-12-09 12:35:22 +01:00
Mikael Östberg 1d0d1a3a45 Fix missing baseUrl in graphql client for GHE 2020-12-09 12:32:09 +01:00
Himanshu Mishra 9bd130a73a techdocs: Use 'local' and 'external' for alternatives for techdocs.builder config
Co-authored-by: freben <freben@gmail.com>
2020-12-09 12:31:40 +01:00
Mikael Östberg 5066852ef2 Update useGithubRepos.ts 2020-12-09 11:45:52 +01:00
Mikael Östberg 7dda6180b0 Ran prettier 2020-12-09 11:11:17 +01:00
Mikael Östberg d0c62e7dc7 Add todo and find config by hostname 2020-12-09 11:05:29 +01:00
Frieder Bluemle cbd3a44c09 Fix typos (#3646) 2020-12-09 07:50:41 +01:00
Adam Harvey 1c69d4716c fix(core): React descendant P tag warning (#3641)
* Fix descendant P tag warning

* Add changeset

* Remove whitespace on end of example
2020-12-09 07:47:07 +01:00
dependabot[bot] c6ea43470b build(deps): bump @svgr/rollup from 5.4.0 to 5.5.0 (#3643)
Bumps [@svgr/rollup](https://github.com/gregberge/svgr) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/gregberge/svgr/releases)
- [Changelog](https://github.com/gregberge/svgr/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gregberge/svgr/compare/v5.4.0...v5.5.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-09 07:44:33 +01:00
dependabot[bot] 1171608d9d build(deps): bump jest from 26.5.3 to 26.6.3 (#3644)
Bumps [jest](https://github.com/facebook/jest) from 26.5.3 to 26.6.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v26.5.3...v26.6.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-09 07:44:02 +01:00
Patrik Oldsberg 8054117be0 Merge pull request #3640 from AlleyWei/patch-24
Update 2020-09-30-plugin-marketplace.md
2020-12-09 01:17:21 +01:00
Patrik Oldsberg 4023d416fa Merge pull request #3639 from AlleyWei/patch-23
Update 2020-09-30-backstage-design-system.md
2020-12-09 01:17:16 +01:00
Patrik Oldsberg 86a5c635fa Merge pull request #3638 from AlleyWei/patch-22
Update 2020-09-23-backstage-cncf-sandbox.md
2020-12-09 01:17:11 +01:00
Patrik Oldsberg 5f3a885781 Merge pull request #3637 from AlleyWei/patch-21
Update 2020-09-08-announcing-tech-docs.md
2020-12-09 01:17:05 +01:00
Patrik Oldsberg c09063ae81 Merge pull request #3636 from AlleyWei/patch-20
Update 2020-08-05-announcing-backstage-software-templates.md
2020-12-09 01:16:59 +01:00
Patrik Oldsberg 87cdffc613 Merge pull request #3635 from AlleyWei/patch-19
Update 2020-07-01-how-to-enable-authentication-in-backstage-using-pas…
2020-12-09 01:16:52 +01:00
Patrik Oldsberg e906d41877 Merge pull request #3634 from AlleyWei/patch-18
Update 2020-06-22-backstage-service-catalog-alpha.md
2020-12-09 01:16:39 +01:00