Commit Graph

5016 Commits

Author SHA1 Message Date
Deepak Bhardwaj 80b42d7137 Open external links in new window by default
Signed-off-by: Deepak Bhardwaj <deepak.bhardwaj@outlook.com>
2021-07-01 19:09:03 +05:30
Patrik Oldsberg 75faa7be4b backend-common: print warning if supplied readers do not implement readUrl
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-07-01 14:31:59 +02:00
Fredrik Adelöw 47748c7e62 Fix error in error panel, and console warnings about DOM nesting pre inside p
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-07-01 14:21:29 +02:00
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
dependabot[bot] 613e46d234 chore(deps): bump fs-extra from 9.1.0 to 10.0.0
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.0 to 10.0.0.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/9.1.0...10.0.0)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 11:29:50 +00:00
matteobarone 77db0c454b regex to validate names following k8s validation rule
Signed-off-by: matteobarone <barmat90@gmail.com>
2021-07-01 11:48:25 +02:00
github-actions[bot] 6e937b9fa6 Version Packages 2021-07-01 09:06:13 +00: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
Deepak Bhardwaj fbfc9e4d0f Included rel:noopener for _blank target
Signed-off-by: Deepak Bhardwaj <deepak.bhardwaj@outlook.com>
2021-06-30 21:56:13 +05:30
Deepak Bhardwaj bbdeb50ba7 Replaced material button to core-components
Signed-off-by: Deepak Bhardwaj <deepak.bhardwaj@outlook.com>
2021-06-30 21:53:09 +05:30
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
shoukoo c2db794f5a feat: add default branch prop for publish:github
Signed-off-by: shoukoo <shoukoo.koike@gmail.com>
2021-06-30 19:39:05 +10: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
Philipp Hugenroth 50dc04bf41 Merge remote-tracking branch 'upstream/master' into 6239-responsive-sidebar 2021-06-29 17:17:56 +02: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
Philipp Hugenroth e1ec6adc3e Fix sflaky sidebar in 'peek' state
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-06-29 15:25:15 +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
Philipp Hugenroth 2316beb6b3 Set height of page to 100vh
- Add SidebarScroll Wrapper

Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-06-29 12:59:43 +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
Philipp Hugenroth 4389ceefea Don't open sidebar on click for smaller screens
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-06-28 18:11:34 +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
Flavien Chantelot 683308ecf8 fix: remove utf8 encoding on openstack publisher
The utf8 encoding, which was not setted for other cloud storage providers, broke all images and other binary files.
The files uploaded were unreadable except plain text files. So in a standard documentation, all images were broken

Signed-off-by: Flavien Chantelot <flavien.chantelot@ovhcloud.com>
2021-06-28 11:24:28 +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