Commit Graph

15053 Commits

Author SHA1 Message Date
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 d408af872a Only return the selected fields from the new catalog
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-06-28 18:43:10 +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
Deepak Bhardwaj f11e50ea71 feat: open external tools in new tab
Signed-off-by: Deepak Bhardwaj <deepak.bhardwaj@outlook.com>
2021-06-28 21:05:11 +05:30
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 e4c12be467 Updated changeset description
Signed-off-by: Deepak Bhardwaj <deepak.bhardwaj@outlook.com>
2021-06-28 15:33:40 +02:00
Deepak Bhardwaj 496ff9be17 Used theme spacing
Signed-off-by: Deepak Bhardwaj <deepak.bhardwaj@outlook.com>
2021-06-28 15:33:40 +02:00
Deepak Bhardwaj f423891ee1 Updated changeset
Signed-off-by: Deepak Bhardwaj <deepak.bhardwaj@outlook.com>
2021-06-28 15:33:40 +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
Andrew Shirley 846168da2c Add an optional id prop and pass to load API
Signed-off-by: Andrew Shirley <andrew.shirley@sainsburys.co.uk>
2021-06-28 13:51:33 +01: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 257a55f3dc Merge pull request #6116 from goober/feature/extract-ldap-processor
Extract LdapOrgReaderProcessor into a separate package
2021-06-28 13:17:43 +02:00
Fredrik Adelöw 9cc22ce044 Merge pull request #6214 from backstage/dependabot/npm_and_yarn/microsoft/api-documenter-7.13.24
chore(deps): bump @microsoft/api-documenter from 7.12.21 to 7.13.24
2021-06-28 13:17:19 +02:00
Fredrik Adelöw 6117a16424 Merge pull request #6238 from backstage/freben/uniq-rel
Ensure that emitted relations are deduplicated
2021-06-28 12:23:12 +02:00
Fredrik Adelöw aa2b15d9df Ensure that emitted relations are deduplicated
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-28 12:04:42 +02:00
Mathias Åhsberg 8e533f92c9 Extract LdapOrgReaderProcessor into a separate package
Signed-off-by: Mathias Åhsberg <mathias.ahsberg@resurs.se>
2021-06-28 10:04:24 +00:00
dependabot[bot] a0a2534dab chore(deps): bump @microsoft/api-documenter from 7.12.21 to 7.13.24
Bumps [@microsoft/api-documenter](https://github.com/microsoft/rushstack) from 7.12.21 to 7.13.24.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.12.21...@microsoft/api-documenter_v7.13.24)

---
updated-dependencies:
- dependency-name: "@microsoft/api-documenter"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 12:03:58 +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
Johan Haals ffaedfb702 Rename to locationKey, make it optional
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-06-28 10:37:38 +02:00
Johan Haals 4c75f2f0e2 Catalog: Add location key to handle duplicate entities
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-06-28 10:11:52 +02:00
Fredrik Adelöw 1d1b197a65 Merge pull request #6228 from backstage/freben/oidc-goes-first
Unbreak `.well-known` OIDC routes
2021-06-26 10:09:23 +02:00
Tim 2cfd5fe444 Merge pull request #6230 from zjpersc/corp-proxy-doc
Add GLOBAL_AGENT_NO_PROXY setting to the Corp Proxy Tutorial
2021-06-25 19:40:51 -06:00
zjpersc 74d8c0c2b7 Recommend adding the GLOBAL_AGENT_NO_PROXY setting to the instructions. Many proxy users would likely need it.
Signed-off-by: zjpersc <zjpersc@gmail.com>
2021-06-25 17:28:53 -05: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 6ca29b66c8 Unbreak .well-known OIDC routes
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-25 21:31:29 +02:00
Joe Porpeglia 316530684f Add changeset
Signed-off-by: Joe Porpeglia <josephp@spotify.com>
2021-06-25 12:07:53 -04:00
Joe Porpeglia d000f29ee5 Replace moment with luxon
Signed-off-by: Joe Porpeglia <josephp@spotify.com>
2021-06-25 11:36:56 -04:00
Joe Porpeglia 6f47e3ec16 Set up dev instance for plugin
Signed-off-by: Joe Porpeglia <josephp@spotify.com>
2021-06-25 11:36:56 -04:00
Himanshu Mishra bdc7605978 Merge pull request #6221 from getndazn/dazn-contacts-update 2021-06-25 13:48:27 +02:00
Marco Crivellaro 5040f14812 adding Alex Hollerith to the DAZN contacts list
Signed-off-by: Marco Crivellaro <marco.crive@gmail.com>
2021-06-25 10:51:49 +01:00
Tim Hansen 8631f422d4 Add tag filter to ScaffolderPage
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-06-24 20:52:14 -06:00
Tim Hansen d5b3c9c7ec Set useEntityListProvider initial loading state
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-06-24 20:43:10 -06:00
Tim Hansen 89749bc2ef Move template list to a separate component
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-06-24 20:15:44 -06:00
Tim Hansen 5f97433a9d Remove deprecated code
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-06-24 20:07:07 -06:00
Chase Rutherford-Jenkins 3809dc025b extract filters and add tests for EntityTextFilter
Co-authored-by: Tim <timbonicus@gmail.com>
Signed-off-by: Chase Rutherford-Jenkins <chaseajen@users.noreply.github.com>
2021-06-24 19:58:45 -06:00
Chase Rutherford-Jenkins c019accb18 move into catalog-react and rename
Co-authored-by: Tim <timbonicus@gmail.com>
Signed-off-by: Chase Rutherford-Jenkins <chaseajen@users.noreply.github.com>
2021-06-24 19:48:22 -06:00
Chase Rutherford-Jenkins bc2c35b2e1 move search logic into SearchToolbar
Co-authored-by: Tim <timbonicus@gmail.com>
Signed-off-by: Chase Rutherford-Jenkins <chaseajen@users.noreply.github.com>
2021-06-24 19:48:21 -06:00
Mike Lewis f3a53bf046 Start working on refactoring the ScaffolderPage to use the useEntityListProvider hook
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
Co-authored-by: Tim Hansen <timbonicush@spotify.com>
Co-authored-by: Himanshu Mishra <himanshum@spotify.com>
2021-06-24 19:48:19 -06:00
Mike Lewis fbe180aa87 Add support for only filtering available options in the UserListPicker
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
Co-authored-by: Tim Hansen <timbonicush@spotify.com>
Co-authored-by: Himanshu Mishra <himanshum@spotify.com>
2021-06-24 19:41:02 -06:00
Patrik Oldsberg 4f5ef39cb9 Merge pull request #6194 from backstage/freben/e2e-del
skip cleanup in CI to save time
2021-06-24 23:04:51 +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
Fredrik Adelöw b661fa4a05 Merge pull request #6208 from backstage/freben/grow-up-plz
Get rid of flex console warning for IconLink
2021-06-24 21:41:41 +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 3db266fe43 Add changeset
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
Fredrik Adelöw e19283b396 Get rid of flex console warning for IconLink
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-24 19:55:42 +02:00