Commit Graph

7919 Commits

Author SHA1 Message Date
Patrik Oldsberg d7bb7bf39b Merge pull request #3730 from backstage/rugvip/nofrom
plugins,packages: replace usages of ConfigReader.fromConfigs
2020-12-15 20:03:07 +01:00
Patrik Oldsberg 1da7d2c657 plugins,packages: replace usages of ConfigReader.from 2020-12-15 19:04:50 +01:00
Patrik Oldsberg a3b2c5a68b Merge pull request #3705 from backstage/rugvip/cli-docs
docs: add CLI docs with an overview as well as detailed descriptions of each command
2020-12-15 18:15:58 +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
Ben Lambert 7647449390 Merge pull request #3727 from backstage/chore/update-git-url-parse
chore: update git-url-parse dependency
2020-12-15 17:17:25 +01:00
blam 3d493a4bce chore: updating the tests to be a little nicer 2020-12-15 15:59:56 +01:00
Peter Colapietro 45c26e50ff build(yarn): add @octokit/openapi-types
avoids:

```
node_modules/@octokit/core/node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts:1:23 - error TS2307: Cannot find module '@octokit/openapi-types' or its corresponding type declarations.

1 import { paths } from "@octokit/openapi-types";
                        ~~~~~~~~~~~~~~~~~~~~~~~~

Found 1 error.

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
```
2020-12-15 08:53:02 -05:00
Peter Colapietro 1499741e3b build(yarn): run dedupe tool for just webpack
ran `npx yarn-deduplicate yarn.lock --packages webpack`
2020-12-15 08:53:02 -05: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
Ben Lambert 186f9327e7 Merge pull request #3722 from keshann93/scaffolder-backend-schema
Introduced config schema for plugins/scaffolder-backend
2020-12-15 12:28:02 +01:00
Ben Lambert 1c351c5274 Merge pull request #3725 from roflc0pter/patch-1
Add zalando to adopters list
2020-12-15 12:08:10 +01:00
Emre Konar b337ced9ff add zalando to adpoters list 2020-12-15 11:48:59 +01:00
Oliver Sand ff1e5da547 Merge pull request #3622 from SDA-SE/feat/group-photo
Add optional profile section to group entities
2020-12-15 11:31:11 +01:00
Oliver Sand 754d828fb3 Avoid passing undefined to values that are marked as optional 2020-12-15 10:56:50 +01:00
Oliver Sand 7c3ffc0cd4 Support profile of groups in LdapOrgReaderProcessor 2020-12-15 10:56:50 +01:00
Oliver Sand 8dd0a906da Import picture and display name by the GitHubOrgReaderProcessor 2020-12-15 10:56:50 +01:00
Oliver Sand c5297baeb0 Use the new group profile section in the group profile card 2020-12-15 10:56:50 +01:00
Patrik Oldsberg 15dce70a5d docs/cli: review updates 2020-12-15 10:21:03 +01:00
Oliver Sand 0097057ed1 Add support for the group profile element to Microsoft Graph processor 2020-12-15 10:19:45 +01:00
Oliver Sand c911061b75 Add profile section to group entity 2020-12-15 10:19:44 +01:00
Patrik Oldsberg 05651c1431 Apply suggestions from code review
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2020-12-15 10:00:43 +01:00
Fredrik Adelöw 43931a5ff5 Merge pull request #3703 from backstage/freben/direct-relations
Write relations directly as part of batch add / update of entities.
2020-12-15 08:56:52 +01:00
Ben Lambert e0438ea163 Merge pull request #3723 from backstage/dependabot/npm_and_yarn/swagger-ui-react-3.38.0
build(deps): bump swagger-ui-react from 3.37.2 to 3.38.0
2020-12-15 08:12:37 +01:00
Kim S. Ly bbd0e354ff Implement readTree on BitBucketUrlReader - Add getBitbucketDefaultBranch 2020-12-15 01:04:16 -05:00
Kim S. Ly 1d1c2860f1 Implement readTree on BitBucketUrlReader - Modify changeset 2020-12-15 01:01:56 -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
keshan f3b60114e7 updated scaffolder config.d to avoid config failure 2020-12-15 11:27:14 +05:30
dependabot[bot] b9e69b3cff build(deps): bump swagger-ui-react from 3.37.2 to 3.38.0
Bumps [swagger-ui-react](https://github.com/swagger-api/swagger-ui) from 3.37.2 to 3.38.0.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v3.37.2...v3.38.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-15 05:07:24 +00:00
keshan 94c65a9d44 included changeset 2020-12-15 10:08:56 +05:30
keshan 767c06ae9e Introduced config schema for plugins/scaffolder-backend 2020-12-15 10:01:16 +05:30
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 767b679f43 Merge pull request #3709 from backstage/orkohunter/add-techdocs-common-types 2020-12-14 17:42:19 +01:00
Ben Lambert 33076f3bdc Merge pull request #3689 from backstage/dependabot/npm_and_yarn/types/classnames-2.2.11
build(deps-dev): bump @types/classnames from 2.2.10 to 2.2.11
2020-12-14 17:26:01 +01:00
Ben Lambert aee230aad1 Merge pull request #3688 from backstage/dependabot/npm_and_yarn/rc-progress-3.1.1
build(deps): bump rc-progress from 3.0.0 to 3.1.1
2020-12-14 17:25:44 +01:00
Ben Lambert 5e83409e7d Merge pull request #3706 from nirga/patch-2
Add Fiverr to adopters list
2020-12-14 17:22:38 +01:00
Fredrik Adelöw 6b37c95bfb Write relations directly as part of batch add / update of entities.
This implies a slight change of the CommonDatabase contract.

The huge LDAP dataset is now down to 10s to write, both on postgres and sqlite.
2020-12-14 17:14:37 +01:00
Himanshu Mishra f7e70f4cc1 Add codeowners for techdocs-common package 2020-12-14 17:07:52 +01:00
Himanshu Mishra 565d2b5893 techdocs-common: Add type dependencies 2020-12-14 16:32:23 +01:00
samiramkr 5153e3eed9 Merge pull request #3654 from backstage/samiram/pagerduty
Samiram/pagerduty
2020-12-14 16:10:05 +01:00
samiramkr 90b25c8389 Update nice-trains-punch.md 2020-12-14 15:50:24 +01:00
Ben Lambert 6a90f0d9ba Merge pull request #3696 from backstage/freben/catalog-clarify
catalog-backend: rearrange and comment a bit
2020-12-14 15:37:13 +01:00
Nir Gazit 1b245a1ef4 Update vocab.txt
Added Fiverr to vocab
2020-12-14 16:24:13 +02:00
Ben Lambert 48529835f6 Merge pull request #3621 from SDA-SE/feat/remove-sentry-backend
Remove the deprecated sentry backend
2020-12-14 15:20:37 +01:00
Nir Gazit d82d788a7d Update ADOPTERS.md
Formatted ADOPTERS.md
2020-12-14 15:48:30 +02:00
Ben Lambert c103f5fb5f Merge pull request #3690 from backstage/orkohunter/table-of-visibility
docs: Add a table of visibility values in our JSON Schema
2020-12-14 14:00:45 +01:00
Ben Lambert 61eb32432d Merge pull request #3683 from adamdmharvey/typo-refactor
fix(catalog-import): Variable typo refactor
2020-12-14 13:59:06 +01:00