Commit Graph

963 Commits

Author SHA1 Message Date
dependabot[bot] 45a45907d7 chore(deps-dev): bump @storybook/addon-actions from 6.1.11 to 6.1.17
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions) from 6.1.11 to 6.1.17.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.1.17/addons/actions)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-12 05:47:16 +00:00
Fredrik Adelöw 5db93ec331 fix up yarn after release 2021-02-11 14:43:49 +01:00
Ben Lambert 6b249d6639 Merge pull request #4388 from backstage/blam/e2e
Use Tugboat as a place to run some tests
2021-02-11 13:19:04 +01:00
Patrik Oldsberg cd13b03bc6 Merge pull request #4434 from lowjoel/aws-sdk-downgrade
Downgrade the AWS SDK to v2
2021-02-11 11:02:11 +01:00
Joel Low b87d370393 Revert "Merge pull request #4035 from ayshiff/feature/catalog-backend-aws-sdk-v3"
This reverts commit 1df9134648, reversing
changes made to d45a510069.
2021-02-11 13:25:09 +08:00
Joel Low 7623778385 Revert "Merge pull request #3953 from ayshiff/feature/techdocs-aws-sdkv3"
This reverts commit 1c7771871e, reversing
changes made to 65d5c8e6fe.
2021-02-11 13:25:08 +08:00
dependabot[bot] c1f1e90758 chore(deps-dev): bump @types/http-proxy from 1.17.4 to 1.17.5
Bumps [@types/http-proxy](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/http-proxy) from 1.17.4 to 1.17.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/http-proxy)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-11 05:00:12 +00:00
Patrik Oldsberg 1d5d6e4165 Merge pull request #4433 from backstage/dependabot/npm_and_yarn/graphql-codegen/typescript-1.20.2
chore(deps-dev): bump @graphql-codegen/typescript from 1.18.1 to 1.20.2
2021-02-10 22:12:09 +01:00
Patrik Oldsberg 8d0826ac79 Merge pull request #4467 from backstage/dependabot/npm_and_yarn/svgr/plugin-jsx-5.5.0
chore(deps): bump @svgr/plugin-jsx from 5.4.0 to 5.5.0
2021-02-10 20:59:50 +01:00
dependabot[bot] c4f52c1b33 chore(deps): bump @types/cors from 2.8.6 to 2.8.9
Bumps [@types/cors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cors) from 2.8.6 to 2.8.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cors)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-10 04:41:40 +00:00
dependabot[bot] 3f92882d17 chore(deps): bump @svgr/plugin-jsx from 5.4.0 to 5.5.0
Bumps [@svgr/plugin-jsx](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/main/CHANGELOG.md)
- [Commits](https://github.com/gregberge/svgr/compare/v5.4.0...v5.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-10 04:31:59 +00:00
blam 3ded45b814 chore: reworking folder structure to move cypress outside of the project 2021-02-09 09:44:19 +01:00
blam df9ca92c7d Merge branch 'master' of github.com:backstage/backstage into blam/e2e
* 'master' of github.com:backstage/backstage: (88 commits)
  changeset
  use P30D for snooze option
  Add changeset
  added changesets
  catalog-backend: use more explicit response types and let error handlers handle errors
  backend-common: use explicit content type in error response
  backend-common: slight refactoring in support of future search impl
  scaffolder: Convert to prepared statements
  chore(deps): bump rollup-plugin-typescript2 from 0.27.3 to 0.29.0
  circleci,cloudbuild,github-actions,jenkins: rename internal entity conditional
  github-actions: GitHub -> Github
  core-api: document createRouteRef type inference logic
  docs(TechDocs): docs/ is configurable by mkdocs.yml
  Update packages/create-app/CHANGELOG.md
  create-app: update changelog to put more emphasis on plugin-catalog-react migration
  Don't respond to a request twice if an entity has not been found.
  added changesets
  core-api: fix type inference of createRouteRef
  Add comment TODO
  Rename green-rabbits-burn.md to techdocs-green-rabbits-burn.md
  ...
2021-02-09 09:25:07 +01:00
dependabot[bot] fcfe17c847 chore(deps-dev): bump @graphql-codegen/typescript from 1.18.1 to 1.20.2
Bumps [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) from 1.18.1 to 1.20.2.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript@1.20.2/packages/plugins/typescript/typescript)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-09 04:58:43 +00:00
Patrik Oldsberg 70950a9803 Merge pull request #4417 from backstage/dependabot/npm_and_yarn/rollup-plugin-typescript2-0.29.0
chore(deps): bump rollup-plugin-typescript2 from 0.27.3 to 0.29.0
2021-02-08 16:26:28 +01:00
dependabot[bot] 8761cdb3ff chore(deps): bump rollup-plugin-typescript2 from 0.27.3 to 0.29.0
Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.27.3 to 0.29.0.
- [Release notes](https://github.com/ezolenko/rollup-plugin-typescript2/releases)
- [Commits](https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.27.3...0.29.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-08 04:56:58 +00:00
blam be6c650831 stash: push to stash 2021-02-05 12:09:03 +01:00
dependabot[bot] f9dacb504e chore(deps-dev): bump husky from 4.3.6 to 4.3.8
Bumps [husky](https://github.com/typicode/husky) from 4.3.6 to 4.3.8.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v4.3.6...v4.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-05 04:38:07 +00:00
blam dccf6f6468 chore: reworking the lock file for the cypress deps 2021-02-04 18:32:03 +01:00
Patrik Oldsberg 4253f23ee2 yarn.lock: sync after release 2021-02-04 17:06:24 +01:00
blam 266f453f43 feat: added a test for running a simple cypress server 2021-02-04 16:23:07 +01:00
Patrik Oldsberg ea155ca8c9 yarn.lock: sync changeset versions 2021-02-04 12:35:43 +01:00
dependabot[bot] a2709a51ee chore(deps-dev): bump @types/zen-observable from 0.8.0 to 0.8.2
Bumps [@types/zen-observable](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/zen-observable) from 0.8.0 to 0.8.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/zen-observable)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-04 05:03:04 +00:00
Fredrik Adelöw efc2b6db1e Merge pull request #4347 from kaparwan/feature/bitbucket-own-hosted-fixes-debug
#4322  bitbucket own hosted v5.11.1 branchUrl fix and enabled error tracing…
2021-02-03 22:18:53 +01:00
Kaparwan Manoj 2e62aea6fb changeset created 2021-02-03 19:25:43 +11:00
Patrik Oldsberg 26caa8bdc6 Merge pull request #4341 from backstage/rugvip/toptools
plugins: port user-settings, api-docs, and gcp-projects to new composability API
2021-02-02 13:53:40 +01:00
Fredrik Adelöw bc18571b7a Merge pull request #4350 from backstage/dependabot/npm_and_yarn/types/express-serve-static-core-4.17.18
chore(deps-dev): bump @types/express-serve-static-core from 4.17.9 to 4.17.18
2021-02-02 07:28:24 +01:00
dependabot[bot] b3058e2991 chore(deps-dev): bump @types/express-serve-static-core
Bumps [@types/express-serve-static-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-serve-static-core) from 4.17.9 to 4.17.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-serve-static-core)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-02 04:55:58 +00:00
dependabot[bot] 03144fb7b5 chore(deps): bump jenkins from 0.28.0 to 0.28.1
Bumps [jenkins](https://github.com/silas/node-jenkins) from 0.28.0 to 0.28.1.
- [Release notes](https://github.com/silas/node-jenkins/releases)
- [Commits](https://github.com/silas/node-jenkins/compare/0.28.0...0.28.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-02 04:47:52 +00:00
Patrik Oldsberg bad33a2ec2 gcp-projects: port to new composability API 2021-02-01 17:59:32 +01:00
dependabot[bot] 3fa63a3698 chore(deps): bump @rollup/plugin-commonjs from 16.0.0 to 17.1.0
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 16.0.0 to 17.1.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/commonjs-v16.0.0...commonjs-v17.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-01 05:04:15 +00:00
Himanshu Mishra 15fffa5fff chore: sync yarn.lock after TechDocs Azure Storage PR
Follow up of https://github.com/backstage/backstage/pull/4017
2021-01-31 16:07:21 +01:00
dependabot[bot] b379276f10 chore(deps-dev): bump nodemon from 2.0.6 to 2.0.7
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.6...v2.0.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-29 04:57:47 +00:00
Fredrik Adelöw 025e122c3e catalog-model: replace yup with ajv, for validation of catalog entities 2021-01-28 21:44:38 +01:00
Ben Lambert f1e75be714 Merge pull request #4148 from n2ygk/git_ref
pass in the specified git branch ref when cloning a single branch
2021-01-28 10:32:48 +01:00
dependabot[bot] f2b7817d4f chore(deps): bump core-js from 3.6.5 to 3.8.3
Bumps [core-js](https://github.com/zloirock/core-js) from 3.6.5 to 3.8.3.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.6.5...v3.8.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-28 04:48:11 +00:00
Alan Crosswell 8f59f5bbc2 forgot to push yarn.lock 2021-01-27 14:19:58 -05:00
Alan Crosswell e346f96540 forgot to push yarn.lock 2021-01-27 14:17:19 -05:00
dependabot[bot] adee7b3482 chore(deps-dev): bump @storybook/react from 6.1.14 to 6.1.15
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react) from 6.1.14 to 6.1.15.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.1.15/app/react)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-27 05:01:17 +00:00
Ben Lambert 592f2180ac Merge pull request #4255 from backstage/dependabot/npm_and_yarn/octokit/request-5.4.13
chore(deps): bump @octokit/request from 5.4.12 to 5.4.13
2021-01-26 10:25:59 +01:00
Ben Lambert 11b083badd Merge pull request #4228 from backjo/feature/AwsIamAuthForKubernetes
feature: add aws iam auth translator for kubernetes
2021-01-26 10:25:24 +01:00
dependabot[bot] 7e03ef6b43 chore(deps-dev): bump @types/mini-css-extract-plugin from 0.9.1 to 1.2.2
Bumps [@types/mini-css-extract-plugin](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mini-css-extract-plugin) from 0.9.1 to 1.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mini-css-extract-plugin)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-26 04:59:40 +00:00
dependabot[bot] 9f2a02ae04 chore(deps): bump @octokit/request from 5.4.12 to 5.4.13
Bumps [@octokit/request](https://github.com/octokit/request.js) from 5.4.12 to 5.4.13.
- [Release notes](https://github.com/octokit/request.js/releases)
- [Commits](https://github.com/octokit/request.js/compare/v5.4.12...v5.4.13)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-26 04:50:16 +00:00
Ben Lambert 2dbb61a418 Merge pull request #4235 from backstage/dependabot/npm_and_yarn/types/passport-1.0.5
chore(deps-dev): bump @types/passport from 1.0.4 to 1.0.5
2021-01-25 13:43:11 +01:00
dependabot[bot] 6101cf980a chore(deps-dev): bump @types/passport from 1.0.4 to 1.0.5
Bumps [@types/passport](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/passport) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/passport)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-25 12:19:15 +00:00
Himanshu Mishra a664e57dbd Merge pull request #4218 from mateiidavid/rate-limit-file-uploads 2021-01-25 13:02:06 +01:00
Matei David db2328c885 Introduce execution limiter for file uploads
* TechDoc publishers for storage providers (i.e aws, google storage)
 should now rate limit concurrent executions allowing for file uploads to run in batches of 10.
 * Add PATCH changeset to techdocs common
 * Update yarn.lock
2021-01-25 11:40:47 +00:00
Jonah Back 7491b7105f Merge branch 'master' into feature/AwsIamAuthForKubernetes 2021-01-23 16:01:49 -08:00
Jonah Back 6811112282 feature: add aws iam auth translator for kubernetes 2021-01-23 16:00:18 -08:00
blam ce526adb19 chore: also bump the @eslint/parser 2021-01-22 13:55:14 +01:00