Commit Graph

8387 Commits

Author SHA1 Message Date
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 f76a8aedf4 Merge branch 'master' of github.com:backstage/backstage into mob/scaffolder-cra-fixes
* 'master' of github.com:backstage/backstage: (758 commits)
  add zalando to adpoters list
  Avoid passing undefined to values that are marked as optional
  Support profile of groups in LdapOrgReaderProcessor
  Import picture and display name by the GitHubOrgReaderProcessor
  Use the new group profile section in the group profile card
  Add support for the group profile element to Microsoft Graph processor
  Add profile section to group entity
  Implement readTree on BitBucketUrlReader - Add getBitbucketDefaultBranch
  Implement readTree on BitBucketUrlReader - Modify changeset
  Implement readTree on BitBucketUrlReader - Implement getBitbucketDownloadUrl and remove hash for Bitbucket Server
  Implement readTree on BitBucketUrlReader
  WIP: implement readTree for bitbucket
  updated scaffolder config.d to avoid config failure
  build(deps): bump swagger-ui-react from 3.37.2 to 3.38.0
  included changeset
  Introduced config schema for plugins/scaffolder-backend
  Write relations directly as part of batch add / update of entities.
  Add codeowners for techdocs-common package
  techdocs-common: Add type dependencies
  Update nice-trains-punch.md
  ...
2020-12-15 14:02:21 +01:00
Ben Lambert fb6031a457 Merge pull request #2658 from backstage/shmidt-i/universal-file-github-actions
feat: universal file for github-actions
2020-12-15 13:50:01 +01: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
Himanshu Mishra ef63d159df docs: 1. Techdocs Backend everywhere
2. TechDocs Backend instead Backstage
3. Link to scaffolder
2020-12-15 11:27:38 +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
blam f5339205e9 chore: bump to latest eslint monorepo plugin 2020-12-15 10:30:36 +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
blam 7a43e613d4 chore: prettier roadmap 2020-12-15 10:02:25 +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
Lee Mills bc899c13eb adding composable to vocab.txt 2020-12-15 09:56:52 +01:00
Lee Mills f8b58228ac Update roadmap.md
Fix duplicate bullet
2020-12-15 09:11:25 +01:00
Himanshu Mishra 6baef24bcf Update TechDocs documentation, overview, gettings started, support status, concepts, etc.
1. Add a table of all the platforms that are supported and that are in pipeline. Add issue to trac
k their progress.
2. Update concepts about publisher, and add preparer and generator
3. Getting started is now complete, describes both backend and frontend, and has better setting the configuration section.
4. Some typos and code comments
2020-12-15 09:08:40 +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
Fidel Coria 7dd2ef7d1c add change log 2020-12-14 18:45:54 -06:00
Fidel Coria c983e6ebff customizable storage key 2020-12-14 18:24:49 -06: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
Lee Mills 3d8ddf4746 Update roadmap.md
removed blank links
2020-12-14 19:10:33 +01:00
Lee Mills 1c3f510cd7 Update roadmap.md
Updating the Backstage roadmap with current and upcoming work through H1 2021.
2020-12-14 18:37:43 +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