74233 Commits

Author SHA1 Message Date
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
Himanshu Mishra 664dd08c95 backend-common: Add changeset about readTree archive directory name improvement 2021-01-24 19:03:39 +01:00
Himanshu Mishra bd3c3cb960 Add tests for .dir() method in readTree response 2021-01-24 17:25:24 +01:00
Himanshu Mishra f5ed88501b backend: URL Reader readTree should not expect the extracted directory name
If readTree can work without it receiving the top level directory name, it will be a relief. We won't have to deduce the directory name from the API responses or by any other means.
2021-01-24 16:54:01 +01:00
Jonah Back 8387849f7c move types/aws4 to devDeps 2021-01-23 17:31:07 -08: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
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
Tim Hansen fac91bcc5f Add support for additional breakdowns of daily cost data
Hide expansion option if not enough breakdowns
2021-01-22 13:38:54 -07: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
Eric Peterson 5caa49ca9f Merge pull request #4214 from backstage/iameap/stitch-up-search-arch
Link from overall roadmap to search roadmap
2021-01-22 11:56:26 +01:00
Eric Peterson 4abe217004 Link from overall roadmap to search feedback issue. 2021-01-22 11:07:37 +01:00
Ben Lambert 3b165dce33 Merge pull request #4213 from snyk-tech-services/feat/add-snyk-plugin-to-marketplace
feat: Add Snyk plugin to marketplace
2021-01-22 10:09:07 +01:00
aarlaud 3e433662da feat: Add Snyk plugin to marketplace 2021-01-22 09:58:30 +01:00
Brenda Sukh 649250e479 Update chart itself on expand click 2021-01-21 16:54:04 -05:00
Himanshu Mishra 6800da78d9 integration: Fix default branch API url for hosted bitbucket server 2021-01-21 22:26:34 +01:00