Commit Graph

13796 Commits

Author SHA1 Message Date
jrusso1020 f3865fcaae fix changeset
Signed-off-by: jrusso1020 <jrusso@brex.com>
2021-06-02 11:10:37 -04:00
jrusso1020 ca5f400278 address feedback
Signed-off-by: jrusso1020 <jrusso@brex.com>
2021-06-02 10:56:46 -04:00
jrusso1020 6fe1567a7c Allow configurable number of taskworkers
Right now we are limited to one taskworker in the scaffolder backend
which means you can only scaffold one thing at a time. This is a poor
user experience for larger organizations where multiple users maybe
scaffolding at the same time.

This adds an optional configuration option to increase the number
of taskworkers via the router options if you like, but defaults to
1 if not set.

Signed-off-by: jrusso1020 <jrusso@brex.com>
2021-06-02 10:21:42 -04:00
Patrik Oldsberg 8703c85505 Merge pull request #5885 from backstage/rugvip/diff
cli: exclude core packages from package dependency diff
2021-06-02 15:18:01 +02:00
Otto Sichert fb0587848a Merge pull request #5879 from backstage/ottos/how-to-start
Add CLI output and README how to start app after create-app CLI
2021-06-02 14:55:37 +02:00
Patrik Oldsberg 7e7c714175 cli: exclude vore packages from package dependency diff
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-02 12:59:54 +02:00
Otto Sichert a54fdab36e Make yarn install explicit and delete leading $ for shell commands
Signed-off-by: Otto Sichert <git@ottosichert.de>
2021-06-02 11:05:07 +02:00
Otto Sichert 1ddf551f4e Add CLI output and README how to start app after create-app CLI
Signed-off-by: Otto Sichert <git@ottosichert.de>
2021-06-02 11:05:07 +02:00
Dominik Henneke 4358d5a1b1 Merge pull request #5882 from SDA-SE/feat/trailing-space
Remove the trailing space from a the aria-label of the Template "CHOOSE" button
2021-06-02 11:03:17 +02:00
Ben Lambert d46f441560 Merge pull request #5730 from SDA-SE/feat/entity-picker
Add a `<EntityPicker>` field to the scaffolder
2021-06-02 10:48:05 +02:00
Ben Lambert 5058673a74 Merge pull request #5881 from backstage/dependabot/npm_and_yarn/types/d3-zoom-2.0.1
chore(deps-dev): bump @types/d3-zoom from 2.0.0 to 2.0.1
2021-06-02 10:16:50 +02:00
Ben Lambert de308e7f87 Merge pull request #5880 from backstage/dependabot/npm_and_yarn/octokit/rest-18.5.6
chore(deps): bump @octokit/rest from 18.5.3 to 18.5.6
2021-06-02 10:16:08 +02:00
Dominik Henneke 3772de8ba3 Remove the trailing space from a the aria-label of the Template "CHOOSE" button
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-06-02 09:49:44 +02:00
Fredrik Adelöw 1422f9dbae Merge pull request #5871 from backstage/freben/model
Update the types for `Entity` and `EntityEnvelope` slightly
2021-06-02 09:42:06 +02:00
dependabot[bot] 19ccf7c8eb chore(deps-dev): bump @types/d3-zoom from 2.0.0 to 2.0.1
Bumps [@types/d3-zoom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3-zoom) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/d3-zoom)

---
updated-dependencies:
- dependency-name: "@types/d3-zoom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 04:17:20 +00:00
dependabot[bot] 987f2b86d9 chore(deps): bump @octokit/rest from 18.5.3 to 18.5.6
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.5.3 to 18.5.6.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.5.3...v18.5.6)

---
updated-dependencies:
- dependency-name: "@octokit/rest"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 04:16:24 +00:00
Fredrik Adelöw ebe802bc41 Remove the explicit connection from EntityEnvelope and Entity.
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-01 21:21:15 +02:00
Patrik Oldsberg a96e10ad9c Merge pull request #5875 from backstage/rugvip/config-cleanup
Updated config schema to use Array<> for multiline blocks + core wording tweaks
2021-06-01 21:10:00 +02:00
Patrik Oldsberg 70899af9fb Merge pull request #5873 from backstage/feat/update-some-dcs
docs: mention that the configuration is shared between the backend and the frontend
2021-06-01 20:27:23 +02:00
Patrik Oldsberg 1dcba7b7cf Updated config schema to use Array<> for multiline blocks + core wording tweaks
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-01 20:20:46 +02:00
Patrik Oldsberg 6320b24bbb docs: add paragraph on how to view local config docs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-01 19:51:17 +02:00
Patrik Oldsberg 3aeccc94ba Merge pull request #5825 from backstage/mob/evolution-v2
core: split into three new separate packages
2021-06-01 17:29:06 +02:00
blam 53c7a9dbeb docs: mention that the configuration is shared between the backend and the frontend
Signed-off-by: blam <ben@blam.sh>
2021-06-01 17:16:19 +02:00
Ben Lambert 95d08f3686 Merge pull request #5870 from backstage/chore/fix-app-id-config-schema
`GithubAppId` can be string or number for Environment Variables
2021-06-01 16:05:38 +02:00
blam 49d7ec1694 chore: fix vale errors
Signed-off-by: blam <ben@blam.sh>
2021-06-01 14:24:20 +02:00
blam 50b9eba922 chore: update the github app id config schema
Signed-off-by: blam <ben@blam.sh>
2021-06-01 14:23:07 +02:00
Ben Lambert 09b2b656a8 Merge pull request #5866 from backstage/blam/export-checkbox-tree
chore: exporting `CheckboxTree` components
2021-06-01 13:32:24 +02:00
Oliver Sand 94e0629744 Merge pull request #5868 from SDA-SE/feat/sort-tags
Sort `EntityTagPicker` entries
2021-06-01 12:35:00 +02:00
Oliver Sand deaba2e13b Sort EntityTagPicker entries
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-06-01 11:20:39 +02:00
Oliver Sand 0905947550 Support parsing mkdocs.yml files that are using custom yaml tags (#5860)
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-06-01 10:29:49 +02:00
Ben Lambert 105622bb53 Merge pull request #5865 from backstage/dependabot/npm_and_yarn/graphql-codegen/cli-1.21.5
chore(deps-dev): bump @graphql-codegen/cli from 1.21.4 to 1.21.5
2021-06-01 10:07:45 +02:00
Patrik Oldsberg 283d56d511 Merge pull request #5864 from backstage/dependabot/npm_and_yarn/types/json-schema-7.0.7
chore(deps): bump @types/json-schema from 7.0.6 to 7.0.7
2021-06-01 10:07:37 +02:00
blam 1cf1d351f9 chore: added changeset
Signed-off-by: blam <ben@blam.sh>
2021-06-01 10:05:53 +02:00
blam b5c38641a1 chore: exporting CheckboxTree components
Signed-off-by: blam <ben@blam.sh>
2021-06-01 10:03:45 +02:00
Oliver Sand 456df3fefc Merge pull request #5852 from SDA-SE/feat/fix-deps
Move dependency to `@microsoft/microsoft-graph-types`
2021-06-01 09:55:10 +02:00
Oliver Sand 221ddf1d90 Reuse the EntityPicker inside the OwnerPicker
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-06-01 09:53:03 +02:00
Oliver Sand d9f7774ec4 Fix warning about missing key in looped component
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-06-01 08:55:24 +02:00
Oliver Sand 1157fa3075 Add a <EntityPicker> field to the scaffolder
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-06-01 08:55:24 +02:00
dependabot[bot] a35e31c1f9 chore(deps-dev): bump @graphql-codegen/cli from 1.21.4 to 1.21.5
Bumps [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) from 1.21.4 to 1.21.5.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@1.21.5/packages/graphql-codegen-cli)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-01 04:25:31 +00:00
dependabot[bot] ad00ebcc82 chore(deps): bump @types/json-schema from 7.0.6 to 7.0.7
Bumps [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/json-schema) from 7.0.6 to 7.0.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/json-schema)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-01 04:23:05 +00:00
Ben Lambert b5ef4cc693 Merge pull request #5677 from backstage/feat/create-scaffolder-extension
Scaffolder Field Extensions
2021-05-31 21:02:40 +02:00
Patrik Oldsberg ade939cd91 Update packages/core-app-api/package.json
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-05-31 19:27:31 +02:00
Fredrik Adelöw cef835b4c7 Merge pull request #5861 from backstage/freben/never-change-darling
Remove the long-deprecated CHANGELOG file in the root
2021-05-31 18:49:02 +02:00
Fredrik Adelöw 98a040310f Remove the long-deprecated CHANGELOG file in the root
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-05-31 18:26:08 +02:00
Patrik Oldsberg 06e7258bc3 scripts/api-extractor: generate reports for core-*-api
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-05-31 16:29:29 +02:00
Patrik Oldsberg aa38b2447d core-app-api: import Observable from plugin api + fix definition there
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-05-31 16:27:27 +02:00
Ben Lambert def497be0a Merge pull request #5845 from backstage/dependabot/npm_and_yarn/spotify/eslint-config-react-10.0.0
chore(deps): bump @spotify/eslint-config-react from 9.0.0 to 10.0.0
2021-05-31 16:21:29 +02:00
Ben Lambert 9a97271c32 Merge pull request #5857 from backstage/dependabot/npm_and_yarn/dockerode-3.3.0
chore(deps): bump dockerode from 3.2.1 to 3.3.0
2021-05-31 15:53:03 +02:00
Patrik Oldsberg 145f209335 core-api,core-app-api: removed misplaced comment
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-05-31 15:19:29 +02:00
dependabot[bot] 8ce2d1062d chore(deps): bump dockerode from 3.2.1 to 3.3.0
Bumps [dockerode](https://github.com/apocas/dockerode) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/apocas/dockerode/releases)
- [Commits](https://github.com/apocas/dockerode/compare/v3.2.1...v3.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 11:25:06 +00:00