Commit Graph

10499 Commits

Author SHA1 Message Date
Johan Haals f00d861fbb Merge pull request #10518 from backstage/dependabot/npm_and_yarn/testing-library/user-event-14.0.0
build(deps): bump @testing-library/user-event from 13.5.0 to 14.0.0
2022-04-05 13:16:40 +02:00
Johan Haals c9201ca186 chore: remove rendudant expect
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-05 10:27:32 +02:00
Patrik Oldsberg 7eb705eabe Merge pull request #10576 from backstage/rugvip/scaffolder-navigation
scaffolder: add links to subroutes + rename /preview -> /edit
2022-04-05 10:22:20 +02:00
Patrik Oldsberg b60e93994b catalog-graph: work around test race and missing mocks
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
2022-04-05 10:19:55 +02:00
Johan Haals e319dcfd3e evert "chore: run setup once"
This reverts commit d70ea6a0646549fed81e5566ae380cc13c3a51af.

Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-05 10:19:55 +02:00
Johan Haals 9c4ed43f04 chore: run setup once
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-05 10:19:54 +02:00
Johan Haals d90a2db871 chore: replace pointer with click
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-05 10:19:54 +02:00
Eric Peterson 6303fe61e3 Fix SearchBar fake timer tests for latest user-event.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-05 10:19:54 +02:00
Johan Haals f177208035 chore: waitFor type event
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-05 10:19:54 +02:00
Johan Haals 4fd45b202b chore: await userEvent in tests
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-05 10:19:54 +02:00
Johan Haals fbee9f49e5 chore: await tests
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-05 10:19:54 +02:00
Johan Haals b1190bf676 await userEvent
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-05 10:19:54 +02:00
Johan Haals 659111711e fix tests
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-05 10:19:53 +02:00
dependabot[bot] 24254fd433 build(deps): bump @testing-library/user-event from 13.5.0 to 14.0.0
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.5.0 to 14.0.0.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v13.5.0...v14.0.0)

---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-05 10:19:52 +02:00
Patrik Oldsberg 17ca90b3db Merge pull request #10608 from backstage/rugvip/bb3
scaffolder-backend: switch bitbucket-demo example template to use fetch:template
2022-04-05 10:16:58 +02:00
github-actions[bot] 39e446d0ff Version Packages (next) 2022-04-05 07:35:01 +00:00
Ben Lambert ea357ebbdb Merge pull request #10581 from backstage/timbonicus/destructure-query-params
Destructure query params in pickers
2022-04-04 15:12:50 +02:00
Ben Lambert 4432c14a90 Merge pull request #10586 from awanlin/topic/optionally-hide-ownership-relations-toggle
Optionally hide OwnershipCard relation toggle
2022-04-04 14:48:42 +02:00
Fredrik Adelöw 9975ff9852 pin event-source-polyfill to 1.0.25
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-04-04 13:16:20 +02:00
Patrik Oldsberg 45ddab44ed scaffolder-backend: switch bitbucket-demo example template to use fetch:template
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-04 11:47:23 +02:00
Andre Wanlin 724522c79c Tighten up when hiddent
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2022-04-03 15:46:13 -05:00
Andre Wanlin cb592bfce7 Optionally hide OwnershipCard relation toggle
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2022-04-03 15:27:38 -05:00
Tim Hansen 4be0d1e777 Destructure query params in picker
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2022-04-01 15:53:24 -06:00
Andre Wanlin 0bada4fc4d Added description for each member in MembersListCard
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2022-04-01 15:13:30 -05:00
Patrik Oldsberg 001c63450e scaffolder: add context menu tests
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-01 16:35:44 +02:00
Patrik Oldsberg 881acb0dbc scaffolder: add editRouteRef and updated route declarations to use route refs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-01 16:35:44 +02:00
Patrik Oldsberg 8fad3b6ef5 scaffolder: rename and move /preview -> /edit
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-01 16:35:44 +02:00
Patrik Oldsberg 6331ec1ebc scaffolder: add context menu with links to preview and actions
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-01 16:34:53 +02:00
Fredrik Adelöw a91231faec Merge pull request #10573 from backstage/freben/broom
🧹  just some more api report cleanup
2022-04-01 15:31:38 +02:00
Fredrik Adelöw 99063c39ae just some more api report cleanup
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-04-01 14:59:50 +02:00
Ben Lambert da8e374ca6 Merge pull request #10528 from LvffY/master
Update documentation
2022-04-01 10:55:41 +02:00
Ben Lambert bff981c780 Merge pull request #10345 from RoadieHQ/fix-techdocs-query-selectors
Fix broken querySelectors on techdocs
2022-04-01 10:41:11 +02:00
dependabot[bot] 64d9a031a8 build(deps): bump isbinaryfile from 4.0.8 to 5.0.0
Bumps [isbinaryfile](https://github.com/gjtorikian/isBinaryFile) from 4.0.8 to 5.0.0.
- [Release notes](https://github.com/gjtorikian/isBinaryFile/releases)
- [Commits](https://github.com/gjtorikian/isBinaryFile/compare/4.0.8...5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 04:24:17 +00:00
Ben Lambert 5e362cac22 Merge pull request #10546 from tanguyantoine/patch-5
docs: update tech insight usage
2022-03-31 21:33:15 +02:00
Ben Lambert 94fb301908 Merge pull request #10462 from afscrome/TuneCatalogColumns
Updated Columns in Catalog Table
2022-03-31 20:04:02 +02:00
Alex Crome 63aa47a8b9 Removed some commented out code
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-03-31 17:31:10 +01:00
Alex Crome 97f6300460 Improve test coverage for CatalogTable
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-03-31 17:31:10 +01:00
Alex Crome 4e69339444 Fixed DefaultCatalogPage tests
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-03-31 17:31:10 +01:00
Alex Crome 5d5fdbe541 Updated Columns in Catalog Table
Updated columns in the catalog table view to vary columns based on entity kind.
Specifically excluding columns that aren't supported by that entity kind.

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-03-31 17:31:10 +01:00
Ben Lambert b937ce0d9a Merge pull request #10516 from shailahir/feature/10453-add-custom-options-catalog-table
#10453 Added options to CatalogTable.tsx to provide a way to pass opt…
2022-03-31 18:18:58 +02:00
Ben Lambert 86bc5f01e4 Merge pull request #10408 from HqOapp/feat/exposed-sentry-table-options
feat(SentryPlugin): Exposed Material table Options
2022-03-31 18:15:40 +02:00
Shailendra Ahir 38cf296078 Merge branch 'feature/10453-add-custom-options-catalog-table' of https://github.com/shailahir/backstage into feature/10453-add-custom-options-catalog-table 2022-03-31 20:51:28 +05:30
Shailendra Ahir f86bba8fb8 #10453 Updated api-report.md
Signed-off-by: Shailendra Ahir <shailendraahir@hotmail.com>
2022-03-31 20:50:28 +05:30
Shailendra Ahir 4e22a7e6ba #10453 Updated variable names after feedback
Signed-off-by: Shailendra Ahir <shailendraahir@hotmail.com>
2022-03-31 20:40:27 +05:30
Frank Cycan 68bb66102d feat(SentryPlugin): Exposed Material table Options
Signed-off-by: Frank Cycan <frank@hqo.co>
2022-03-31 10:54:21 -04:00
Fredrik Adelöw 83ff7f68b6 Merge pull request #10544 from backstage/freben/stitch-more
stitch sources of refs that are removed too
2022-03-31 15:37:50 +02:00
LvffY 792a0a035f [#10432] Pass prettier
Signed-off-by: LvffY <louberger@hotmail.fr>
2022-03-31 14:10:36 +02:00
TANGUY Antoine (SIB) cee937ba38 docs: update tech insights usage
Signed-off-by: TANGUY Antoine (SIB) <tanguyantoine@users.noreply.github.com>
2022-03-31 13:56:31 +02:00
Ben Lambert 2453315e4d Merge pull request #10530 from julioz/gocd-pagination
Add table pagination to GoCD plugin
2022-03-31 12:50:24 +02:00
Ben Lambert 1624a23cdf Merge pull request #10515 from Bonial-International-GmbH/PJ_bitbucket_split-client
feat: split `BitbucketClient` into `BitbucketCloudClient`, `BitbucketServerClient`
2022-03-31 12:40:02 +02:00