Commit Graph

9261 Commits

Author SHA1 Message Date
Adam Harvey 975fe1ad38 Point to main docs site 2021-01-25 14:42:33 -05:00
Adam Harvey 8abed46a1f Reorg Kubernetes section 2021-01-25 14:42:10 -05:00
Patrik Oldsberg 268cc6bcd8 Merge pull request #4246 from backstage/rugvip/nemac
remove last usages of APP_ENV
2021-01-25 19:22:40 +01:00
Patrik Oldsberg f81c4e2e41 remove last usages of APP_ENV 2021-01-25 17:49:32 +01: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
Ben Lambert 37b543327f Merge pull request #4227 from K-Phoen/opsgenie-plugin
Add Opsgenie plugin to the marketplace
2021-01-25 13:30:49 +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
Ben Lambert 621a80ae5a Merge pull request #4210 from backstage/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.14.0
chore(deps): bump @typescript-eslint/eslint-plugin from 3.10.1 to 4.14.0
2021-01-25 12:55:05 +01:00
Ben Lambert 816a26c865 Merge pull request #4236 from adamdmharvey/k8s-error-reporting
kubernetes: Improve error reporting for plugin misconfiguration
2021-01-25 12:54:43 +01:00
Matei David 27f529afb6 Rename limitFactory to createLimiter in p-limit import
Signed-off-by: Matei David <matei.david.35@gmail.com>
2021-01-25 11:43:03 +00:00
Matei David 36bd49fa56 Remove async keyword from anon limiter fn
Signed-off-by: Matei David <matei.david.35@gmail.com>
2021-01-25 11:40:47 +00: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
Patrik Oldsberg 5eb4bdf038 Merge pull request #4232 from backstage/rugvip/conf
config-loader: refactor transform logic and add support for env var substitutions
2021-01-25 12:11:43 +01:00
Fredrik Adelöw 5a976ce03c Merge pull request #4239 from michelv/issue-4238
fix: use the right link to the class CatalogProcessor on GitHub (#4238)
2021-01-25 12:03:26 +01:00
Michel Valdrighi 5e6ed92cb9 fix: use the right link to the class CatalogProcessor on GitHub (#4238) 2021-01-25 11:06:47 +01:00
Patrik Oldsberg 26f41ef21d Update .changeset/happy-crabs-punch.md
Co-authored-by: Adam Harvey <adam.harvey@dxc.com>
2021-01-25 09:39:22 +01:00
Adam Harvey 2e8c6ff3ff Add misconfiguration 2021-01-25 00:06:39 -05:00
Adam Harvey a6e3b9596a Improve error reporting for plugin misconfig 2021-01-24 23:53:03 -05:00
Patrik Oldsberg b2e5c844f7 config-loader: more talking about includes instead of secrets 2021-01-25 00:29:35 +01:00
Patrik Oldsberg a6faeeab4b config-loader: refactor transforms to keep track of base dir and fix file include resolution 2021-01-25 00:17:31 +01:00
Patrik Oldsberg 3740a8bcb4 docs/conf: add env var substitution docs 2021-01-25 00:17:30 +01:00
Patrik Oldsberg 78a81c1be4 docs/conf: update config writing docs to talk about includes instead of secrets 2021-01-25 00:17:30 +01:00
Patrik Oldsberg ef7957be48 changesets: add changesets for all config changes 2021-01-25 00:17:30 +01:00
Patrik Oldsberg 651561eda8 cli: add --lax option to config:check which assumes that all env vars are set 2021-01-25 00:17:29 +01:00
Patrik Oldsberg 9f33201f55 config-loader: add experimental env var option 2021-01-25 00:17:29 +01:00
Patrik Oldsberg c87a6bfeff config-loader: remove deprecated env check 2021-01-25 00:17:29 +01:00
Patrik Oldsberg f79938abe6 config-loader: add substitution transform 2021-01-25 00:17:29 +01:00
Patrik Oldsberg 011d736978 config-loader: move transform logic into separate lib folder 2021-01-25 00:17:28 +01:00
Patrik Oldsberg 26a94cfac6 config-loader: refactor to use transforms as a base building block 2021-01-25 00:17:28 +01:00
Patrik Oldsberg c3ea694e84 Merge pull request #4224 from backjo/patch/fixAlbResponseType
fix: use .text instead of .json for ALB key http call
2021-01-23 22:00:06 +01:00
Jonah Back 3e9fd35940 Merge branch 'master' into patch/fixAlbResponseType 2021-01-23 11:47:23 -08:00
Kévin Gomez 27d0887fd1 Add Opsgenie plugin to the marketplace 2021-01-23 19:15:12 +01:00
Patrik Oldsberg 05f696ced1 config-loader: remove deprecated $data secret support 2021-01-23 17:14:56 +01:00
Patrik Oldsberg eb0c0c7e20 config-loader: remove deprecated $secret support 2021-01-23 17:08:44 +01:00
Himanshu Mishra a4c28dcf45 Merge pull request #4225 from backstage/orkohunter/add-vale-vocab
vale: Add couple of words graphql and esbuild to vocab
2021-01-23 13:45:04 +01:00
Himanshu Mishra 655d87205e vale: Add couple of words graphql and esbuild to vocab 2021-01-23 13:20:27 +01:00
Jonah Back 39b05b9ae0 fix: use .text instead of .json for ALB key http call 2021-01-22 15:00:39 -08:00
brendasukh d7b44f93cf Merge pull request #4166 from backstage/refactor-product-chart-tooltip
Refactor product chart tooltip
2021-01-22 10:30:04 -05:00
Ben Lambert 222938d658 Merge pull request #4217 from backstage/rugvip/launch
microsite: add Banner component + k8s launch banner
2021-01-22 16:29:38 +01:00
Brenda Sukh 0fb1a35492 Add divider in tooltip 2021-01-22 10:14:30 -05:00
blam fdd69edf24 chore: fix prettier 2021-01-22 16:06:18 +01:00
Ben Lambert 12a56cdfe0 Create clean-rocks-ring.md 2021-01-22 16:05:02 +01:00
blam d61cb0f7ed chore: fixing create-app issue with linting and simplify tslint configs 2021-01-22 15:40:30 +01:00
blam 5b9bcce28f chore(lint): Updating to latest eslint with typescript and enabling some rules that we can. Also fixing issues with the project after update 2021-01-22 15:01:29 +01:00
Patrik Oldsberg ec5d8e9ee0 microsite: add Banner component + k8s launch banner 2021-01-22 14:05:06 +01:00
blam ce526adb19 chore: also bump the @eslint/parser 2021-01-22 13:55:14 +01:00
blam 4dea0a53e4 Merge branch 'master' of github.com:backstage/backstage into dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.14.0
* 'master' of github.com:backstage/backstage:
  Fixed npm package name
  Fixed description to explictly mention Apache Kafka
  Added Kafka plugin to marketplace
2021-01-22 13:54:46 +01:00
dependabot[bot] 33ba7eab0f chore(deps): bump @typescript-eslint/eslint-plugin from 3.10.1 to 4.14.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 3.10.1 to 4.14.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.14.0/packages/eslint-plugin)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-22 12:11:01 +00:00
Ben Lambert 2ab5a75af5 Merge pull request #4187 from nirga/marketplace
Added Kafka plugin to marketplace
2021-01-22 12:40:31 +01:00