Commit Graph

3108 Commits

Author SHA1 Message Date
Patrik Oldsberg 1da7d2c657 plugins,packages: replace usages of ConfigReader.from 2020-12-15 19:04:50 +01:00
Patrik Oldsberg 416f5fdb70 Merge pull request #3583 from virtuoushub/virtuoushub/upgrade-storybook
feat(storybook): upgrade storybook and remove duplicate dependencies
2020-12-15 18:14:33 +01:00
blam 3d493a4bce chore: updating the tests to be a little nicer 2020-12-15 15:59:56 +01:00
Peter Colapietro 541bd0e97c feat(storybook): upgrade to 6.1.11
see: https://github.com/storybookjs/storybook/releases/tag/v6.1.11
2020-12-15 08:53:01 -05:00
blam 3546862399 chore: update git-url-parse dependency 2020-12-15 13:22:17 +01:00
Ben Lambert 9be24ddfae Merge pull request #3609 from lykims/feature/bitbucket-read-tree
Implement readTree on BitBucketUrlReader
2020-12-15 13:17:54 +01:00
Oliver Sand c5297baeb0 Use the new group profile section in the group profile card 2020-12-15 10:56:50 +01:00
Oliver Sand c911061b75 Add profile section to group entity 2020-12-15 10:19:44 +01:00
Kim S. Ly bbd0e354ff Implement readTree on BitBucketUrlReader - Add getBitbucketDefaultBranch 2020-12-15 01:04:16 -05:00
Kim S. Ly 58b3bbe4e8 Implement readTree on BitBucketUrlReader - Implement getBitbucketDownloadUrl and remove hash for Bitbucket Server 2020-12-15 01:01:56 -05:00
Kim S. Ly ea6f833167 Implement readTree on BitBucketUrlReader 2020-12-15 01:01:56 -05:00
Fredrik Adelöw 43e1277796 WIP: implement readTree for bitbucket 2020-12-15 01:01:55 -05:00
Ben Lambert 41e8cff82a Merge pull request #3651 from SDA-SE/feat/avatar
Add a Avatar component to @backstage/core
2020-12-14 21:25:40 +01:00
Himanshu Mishra 565d2b5893 techdocs-common: Add type dependencies 2020-12-14 16:32:23 +01:00
Ben Lambert e40a401208 Merge pull request #3684 from adamdmharvey/jsdocs
Update Core API JS doc comments
2020-12-14 13:41:20 +01:00
Patrik Oldsberg c97bca7d21 cli: separate out LinkedPackageResolvePlugin and adds tests 2020-12-13 12:33:39 +01:00
Patrik Oldsberg c36a01b4c3 cli: switch around handling of external linked modules 2020-12-12 21:31:32 +01:00
Himanshu Mishra 8226e06cb3 Merge pull request #3432 from backstage/orkohunter/techdocs-publish-to-cloud-storage 2020-12-12 16:22:43 +01:00
Patrik Oldsberg 178e09323e integration: check that host in config is a valid host 2020-12-11 16:36:25 +01:00
Himanshu Mishra be555ae8b8 techdocs-common: Remove unnecessary mock module for klaw 2020-12-11 10:28:08 +01:00
Himanshu Mishra 3aad0fb9e8 Bump latest @backstage packages in techdocs-common 2020-12-11 00:04:49 +01:00
Himanshu Mishra 320bb9c671 1. Use File.exists and fs.access to check if file exists instead of reading file
2. Clarify name of extension types which need special headers
3. More tests
2020-12-10 23:41:24 +01:00
Adam Harvey be5becc636 Alphabatize exports 2020-12-10 16:04:02 -05:00
Adam Harvey 5010207814 Add Config API interface jsdoc 2020-12-10 16:03:41 -05:00
Adam Harvey 26518c1d68 Minor JSDoc tweaks 2020-12-10 16:03:25 -05:00
Himanshu Mishra 15d23c004e Merge remote-tracking branch 'origin/master' into orkohunter/techdocs-publish-to-cloud-storage 2020-12-10 21:12:31 +01:00
Fredrik Adelöw 0451ac9bcf Merge pull request #3666 from backstage/freben/no-duplicate-updates
catalog-backend: ignore relations when comparing entities
2020-12-10 15:43:47 +01:00
github-actions[bot] cf187484bf Version Packages 2020-12-10 11:25:39 +00:00
Fredrik Adelöw 0e6298f7e3 catalog-backend: ignore relations when comparing entities 2020-12-10 12:14:18 +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
Patrik Oldsberg e1f4e24ef1 dev-utils,test-utils: move @backstage/cli to dev deps 2020-12-10 11:08:07 +01:00
Oliver Sand 8ef71ed32e Add a Avatar component to @backstage/core 2020-12-10 09:36:17 +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
Adam Harvey 6fde301a99 FIx unneeded defensive code 2020-12-09 15:56:27 -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
Himanshu Mishra 9d08ef8f46 techdocs: replace 'build' with 'generate' in most places 2020-12-09 16:01: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
Patrik Oldsberg 1603efe7e8 Merge pull request #3479 from SDA-SE/feat/api-docs-relations
API Consumers & Providers
2020-12-08 21:44:46 +01:00
Himanshu Mishra fc697b87c5 Merge remote-tracking branch 'origin/master' into orkohunter/techdocs-publish-to-cloud-storage 2020-12-08 19:19:42 +01:00
Patrik Oldsberg f90d0c7474 Merge pull request #3585 from adamdmharvey/packagesjson-packages
chore: Align optional NPM fields for multiple packages
2020-12-08 19:19:26 +01:00
Patrik Oldsberg 5b2e5d624d Merge pull request #3575 from SDA-SE/feat/remove-prom-client
Remove prometheus dependency from backend-common
2020-12-08 19:14:13 +01:00
Fredrik Adelöw 5cab7a24de Merge pull request #3485 from backstage/freben/more-integration
integration: add the basics of cross-integration concerns
2020-12-08 19:11:33 +01:00
Patrik Oldsberg 23190a8a76 Merge pull request #3532 from SDA-SE/feat/sentry
Refactor the Sentry plugin to use the proxy backend instead of a custom backend
2020-12-08 16:24:51 +01:00