Commit Graph

4902 Commits

Author SHA1 Message Date
Patrik Oldsberg 78e89bea46 backend-common: temporary readUrl shim for remaining readers
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-07-01 14:09:23 +02:00
Patrik Oldsberg a2a3912834 backend-common: smol tweak + lint fix
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-07-01 14:00:53 +02:00
Johan Haals 21febfaeb1 backend-common: Implement readUrl for gitlab
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-07-01 13:41:39 +02:00
Johan Haals a3cbe37aa4 backstage-common(GithubUrlReader): Return etag from readUrl, add tests
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-07-01 10:02:05 +02:00
Patrik Oldsberg 80177048d2 backstage-common: implement readUrl for GitHub UrlReader
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-30 18:20:25 +02:00
Patrik Oldsberg 7b1dd36f78 backend-common: implement readUrl in UrlReaderPredicateMux, and have it fall back to read
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-30 18:20:25 +02:00
Patrik Oldsberg 6b96dd2e5c backend-common: add new optional readUrl method to UrlReader
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-30 18:20:23 +02:00
Fredrik Adelöw a9697e6107 Merge pull request #6278 from RoadieHQ/update-roadie-plugins
Update Roadie plugins versions
2021-06-30 15:25:53 +02:00
irma12 65faa89574 Update plugin versions
Signed-off-by: irma12 <irma@roadie.io>
2021-06-30 11:49:30 +02:00
dependabot[bot] 8939f9ee17 chore(deps): bump ts-node from 9.1.1 to 10.0.0
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 9.1.1 to 10.0.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v9.1.1...v10.0.0)

---
updated-dependencies:
- dependency-name: ts-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-30 04:20:38 +00:00
Fredrik Adelöw dfb9c73321 Merge pull request #6264 from backstage/freben/win-lose
unbreak windows tests, and silence msw errors about query params
2021-06-29 17:08:58 +02:00
Fredrik Adelöw 8adab82b5f Merge pull request #6260 from backstage/freben/clear-signin-on-fail
Clear the previously selected sign-in provider on failure
2021-06-29 16:54:19 +02:00
Fredrik Adelöw fce011ae06 unbreak windows tests, and silence msw errors about query params
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-29 16:46:52 +02:00
Fredrik Adelöw 0e059967da Merge pull request #6252 from Jerry4013/jingchao/download-targz-archive-for-Gitlab
Download tar.gz archives for Gitlab
2021-06-29 14:42:50 +02:00
Fredrik Adelöw e8c65b0682 Clear the previously selected sign-in provider on failure
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-29 13:45:37 +02:00
Fredrik Adelöw 852a8fd468 Merge pull request #6213 from backstage/dependabot/npm_and_yarn/rollup/plugin-yaml-3.0.0
chore(deps): bump @rollup/plugin-yaml from 2.1.1 to 3.0.0
2021-06-29 13:20:47 +02:00
dependabot[bot] 55f49fcc78 chore(deps): bump @rollup/plugin-yaml from 2.1.1 to 3.0.0
Bumps [@rollup/plugin-yaml](https://github.com/rollup/plugins) from 2.1.1 to 3.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/yaml-v2.1.1...wasm-v3.0.0)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-yaml"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-29 11:39:31 +02:00
Patrik Oldsberg 0ce80ab75a Merge pull request #6204 from backstage/rugvip/safety
backend-common,cli-common: new utilites for safely resolving child paths
2021-06-29 09:43:01 +02:00
Fredrik Adelöw bccb680a59 Merge pull request #6253 from backstage/dependabot/npm_and_yarn/css-loader-5.2.6
chore(deps): bump css-loader from 3.6.0 to 5.2.6
2021-06-29 08:04:49 +02:00
Fredrik Adelöw 14bbcfdc4e Merge pull request #5173 from kuangp/feat/githubMultiOrgReaderProcessor
feat(GithubMultiOrgReaderProcessor): implement processor to handle multi-github org ingestion
2021-06-29 07:27:06 +02:00
dependabot[bot] a93e60fdc3 chore(deps): bump css-loader from 3.6.0 to 5.2.6
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.6.0 to 5.2.6.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.6.0...v5.2.6)

---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-29 07:18:55 +02:00
Jingchao Zhang 88d742eb83 Download tar.gz archives for Gitlab
Signed-off-by: Jingchao Zhang <jingchao.zhang@nuance.com>
2021-06-28 17:33:24 -04:00
Patrik Oldsberg ab5cc376fa backend-common,cli-common: new utilites for safely resolving child paths
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-28 22:35:21 +02:00
Dominik Henneke 874dfd6fcf Check for the correct fields
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-06-28 18:44:36 +02:00
Dominik Henneke ca080cab8b Don't crash if the entities response doesn't include the entities name and kind
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-06-28 18:16:26 +02:00
Fredrik Adelöw 256c9c9b29 Merge pull request #6227 from deepak-bhardwaj-ps/fix-system-diagram
fix: Sys Diagram clipped if wider than container
2021-06-28 16:06:42 +02:00
Deepak Bhardwaj 4742508f06 fix: Sys Diagram clipped if wider than container
Signed-off-by: Deepak Bhardwaj <Deepak.Bhardwaj@outlook.com>
Signed-off-by: Deepak Bhardwaj <62239457+deepak-bhardwaj-ps@users.noreply.github.com>
Signed-off-by: Deepak Bhardwaj <deepak.bhardwaj@outlook.com>
2021-06-28 15:33:40 +02:00
Phil Kuang e6c0e4c910 Merge branch 'master' into feat/githubMultiOrgReaderProcessor 2021-06-28 09:32:28 -04:00
Fredrik Adelöw d1030eb8bb Merge pull request #5755 from TejasQ/tejask/4292
Core: Make error boundary more helpful
2021-06-28 14:05:00 +02:00
Fredrik Adelöw 4666577b53 Merge pull request #6141 from backstage/software-catalog-rename
Docs: Update references to "service catalog"
2021-06-28 13:47:16 +02:00
Fredrik Adelöw a3f258377c use ErrorPanel and update cards to use errorBoundaryProps
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-25 21:52:43 +02:00
Fredrik Adelöw ba61355e53 skip cleanup in CI to save time
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-24 21:42:29 +02:00
Tejas Kumar 7dacc9b863 Make Slack URL an example and fallback if no href
Signed-off-by: Tejas Kumar <tejask@spotify.com>
2021-06-24 20:12:03 +02:00
Tejas Kumar 04ce54adc4 Fix test
Signed-off-by: Tejas Kumar <tejask@spotify.com>
2021-06-24 20:12:03 +02:00
Tejas Kumar dcb5403042 Make error boundary more helpful
Signed-off-by: Tejas Kumar <tejask@spotify.com>
2021-06-24 20:12:03 +02:00
Patrik Oldsberg 926e704364 remove index tests
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-24 16:53:31 +02:00
Fredrik Adelöw fcfc2a1fa2 Merge pull request #6196 from backstage/rugvip/fixcc
cli-common: fix test
2021-06-24 16:47:04 +02:00
Oliver Sand 62abffee40 Reintroduce export of defaultConfigLoader
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-06-24 15:49:06 +02:00
Patrik Oldsberg b21d08a0f2 cli-common: fix test
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-24 15:07:56 +02:00
Patrik Oldsberg 7a82818590 create-app: update core dependencies
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-24 12:50:40 +02:00
Patrik Oldsberg c7126e7a86 docs,workflows: remove or update references to packages/core(-api)
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-24 12:50:40 +02:00
Patrik Oldsberg 27bc65bf11 packages: remove core and core-api
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-24 12:50:39 +02:00
github-actions[bot] 5a64fe7ea5 Version Packages 2021-06-24 09:58:38 +00:00
Fredrik Adelöw bd9821e52e Merge pull request #6130 from RoadieHQ/docs_dir_traversal
Add check against directory traversal for `docs_dir` config value
2021-06-24 11:20:20 +02:00
Fredrik Adelöw 9cec983860 Merge pull request #6153 from backstage/dependabot/npm_and_yarn/rollup/plugin-node-resolve-13.0.0
chore(deps): bump @rollup/plugin-node-resolve from 11.2.1 to 13.0.0
2021-06-24 10:48:07 +02:00
dependabot[bot] 0ec31e5965 chore(deps): bump @rollup/plugin-node-resolve from 11.2.1 to 13.0.0
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 11.2.1 to 13.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v13.0.0/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-24 09:19:59 +02:00
blam 0a09dbe087 chore: fix dependencies in create-app
Signed-off-by: blam <ben@blam.sh>
2021-06-23 11:12:48 +02:00
blam 9458ea5f5d chore: fixing tests with new breaking change
Signed-off-by: blam <ben@blam.sh>
2021-06-23 11:07:13 +02:00
dependabot[bot] d3b6c6c12a chore(deps): bump msw from 0.21.2 to 0.29.0
Bumps [msw](https://github.com/mswjs/msw) from 0.21.2 to 0.29.0.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v0.21.2...v0.29.0)

---
updated-dependencies:
- dependency-name: msw
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-23 04:45:44 +00:00
Patrik Oldsberg 467f796b0f Merge pull request #6166 from backstage/rugvip/deprecate
core,core-api: add deprecation warnings to package READMEs
2021-06-22 23:49:21 +02:00