Commit Graph

2570 Commits

Author SHA1 Message Date
blam 06f410cc93 Merge branch 'master' of github.com:spotify/backstage into migrate-to-msw
* 'master' of github.com:spotify/backstage: (34 commits)
  TechDocs Backend: Replace hardcoded github api by configuration value (#3004)
  fix: accordion details design for job stage failure  (#3014)
  fix: responsive of page example in storybook (#3005)
  fix: update the ItemCard component and it's story (#3007)
  rename stories folder to Chip (#3009)
  feat: Display the plugins InfoCards on EntityPage Overwiev suitable full height (#2826)
  fix(cost-insights): More exports to help custom alerting
  chore(scaffolder): bump rjsf
  remove unused CSS (#2999)
  feat: update github pull requests package version
  fix(github-actions): fix crash when viewing ongoing workflows
  fix(cli): removePlugin forgotten await
  catalog-backend: relations db review comments and more tests
  Feat/add aws lambda plugin (#2985)
  chore(deps): bump object-path from 0.11.4 to 0.11.5 (#2983)
  add changeset
  fix CodeSnippet test case warnings
  fix CopyTextButton test case warnings
  fix the warning by wrapping in act
  fix(catalog): fix link to techdocs
  ...
2020-10-21 11:27:18 +02:00
Fredrik Adelöw d7594eb698 Merge pull request #2972 from punkle/master
Organize catalog examples into sub-directories, cleanup (#2963)
2020-10-21 11:25:32 +02:00
Patrik Oldsberg 7f4093fc56 Merge pull request #2970 from spotify/mob/relations-db
catalog-backend: initial implementation of relations storage
2020-10-21 11:07:46 +02:00
blam 3825cb8d04 chore(fetchReader): actually return the response of the reader 2020-10-21 10:09:36 +02:00
Abhishek Jakhar 1611c6dbc2 fix: responsive of page example in storybook (#3005)
* fix the responsive of page stories in story book

* fix the typo in Example header of Page stories

* add changeset
2020-10-21 08:03:00 +02:00
Abhishek Jakhar aca79334f4 fix: update the ItemCard component and it's story (#3007)
* fix ItemCard stories on responsive

* update the value of key prop in ItemCard tags

* add test case for ItemCard component

* add changeset
2020-10-21 08:02:08 +02:00
Abhishek Jakhar 82759d3e43 rename stories folder to Chip (#3009) 2020-10-21 07:59:39 +02:00
Jesko Steinberg 6d97d2d6f9 feat: Display the plugins InfoCards on EntityPage Overwiev suitable full height (#2826)
* fix(github-actions): change RecentWorkflowRunsCard to InfoCard

* feat: format entity page overview page

* feat: replace InfoCard variant 'height100' with 'gridItem'

* fix: deprecate usage of InfoCard variant height100
2020-10-20 20:20:30 +02:00
blam 3238651f8a chore: maybe fixed the last of the broken tests 🤞 2020-10-20 18:22:06 +02:00
Fredrik Adelöw dc141d2854 Merge pull request #2978 from abhishekjakhar/fix/test-cases
fix: test case warnings for all core components
2020-10-20 16:33:13 +02:00
Mateusz Lewtak 4e148b5129 Merge branch 'master' into feat/update-github-pull-request-plugin-version 2020-10-20 15:36:31 +02:00
lewtakm fb706bf46f feat: update github pull requests package version 2020-10-20 15:25:00 +02:00
Fredrik Adelöw 627090be22 fix(cli): removePlugin forgotten await 2020-10-20 14:07:43 +02:00
blam 37628a03f0 chore(cli): fixing isome more tests 2020-10-20 11:11:17 +02:00
blam 193652e5a3 chore: fixing some more e2e tests by actually polyfill the correct thing 2020-10-20 10:53:47 +02:00
blam d092a52552 chore: need to run install part of the package creation 2020-10-20 10:36:30 +02:00
Abhishek Jakhar 3783335f31 fix CodeSnippet test case warnings 2020-10-20 13:29:49 +05:30
Abhishek Jakhar ed26004cd4 fix CopyTextButton test case warnings 2020-10-20 13:29:49 +05:30
Abhishek Jakhar 4dac624603 fix the warning by wrapping in act 2020-10-20 13:29:41 +05:30
Fredrik Adelöw d2a5250dbe Merge pull request #2974 from spotify/freben/remove-reserved-fields
chore(catalog-model): remove ReservedFieldsEntityPolicy
2020-10-20 09:57:28 +02:00
Patrik Oldsberg 5fd17b06bf Merge pull request #2930 from spotify/samiram/testJsxToTsx
rewrite test in typescript
2020-10-20 09:47:24 +02:00
blam a8d7e4cfe3 chore: fixing remaining tests and merge conflicts 2020-10-20 00:59:50 +02:00
blam 101978963d Merge branch 'master' of github.com:spotify/backstage into migrate-to-msw
* 'master' of github.com:spotify/backstage: (139 commits)
  Cleanup
  Update PinButton.test.tsx
  feat: update github insights plugin version (#2973)
  Ignore IntelliJ *.iml files (#2971)
  chore(deps): bump rollup-plugin-dts from 1.4.11 to 1.4.13
  fix the plugin card on plugins page
  align 'Add to Marketplace' button on plugins page
  fix the PluginGrid on mobiles sizes
  use getBy query instead of queryBy when asserting for elements present in document (#2951)
  Update PinButton.tsx
  Add test case for Progress component (#2953)
  fix the styling of footer copy on mobile
  add changeset
  handle the case where no entities are available to show
  core-api: work around issue with ApiRef export const declarations
  core-api: move utility api system implementation into apis/system
  Update docs regarding npm config ignore-scripts flag
  Another try
  Fix Core Features configuration id (#2948)
  Fix test?
  ...
2020-10-19 23:57:40 +02:00
Fredrik Adelöw fe5cfff598 chore(catalog-model): remove ReservedFieldsEntityPolicy 2020-10-19 22:16:11 +02:00
Brian Fletcher 3d85660f0f Organize catalog examples into sub-directories, cleanup (#2963)
A later commit is going to add an "example" organization of users and
groups. Re-organizing this upfront, is going to make the follow up
commits a little tidier.
2020-10-19 21:07:14 +01:00
Mateusz Lewtak c60b7a39db feat: update github insights plugin version (#2973) 2020-10-19 21:31:04 +02:00
Patrik Oldsberg 8d81916942 catalog-backend: initial implementation of relations storage
Co-authored-by: blam <ben@blam.sh>
2020-10-19 17:44:00 +02:00
dependabot[bot] 28060f7aec chore(deps): bump rollup-plugin-dts from 1.4.11 to 1.4.13
Bumps [rollup-plugin-dts](https://github.com/Swatinem/rollup-plugin-dts) from 1.4.11 to 1.4.13.
- [Release notes](https://github.com/Swatinem/rollup-plugin-dts/releases)
- [Changelog](https://github.com/Swatinem/rollup-plugin-dts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Swatinem/rollup-plugin-dts/compare/v1.4.11...v1.4.13)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-19 13:51:46 +00:00
Patrik Oldsberg 7c8e098fa0 Merge pull request #2879 from spotify/rugvip/ts4
cli: add support for ts4
2020-10-19 12:30:56 +02:00
Abhishek Jakhar ac8d5d5c74 use getBy query instead of queryBy when asserting for elements present in document (#2951)
* replace queryByText with getByText when asserting for presence of element

* use string instead of regex for line numbers

* cleanup test case of CodeSnippet
2020-10-19 11:10:56 +02:00
Abhishek Jakhar 782f3b3541 Add test case for Progress component (#2953)
* remove data-testid from div

* add test case for Progress component

* add changeset

* update the GraphiQLPage test cases to handle Progress timeout

* update the RadarComponent and RadarPage test case to handle Progress timeout

* update the TechDocsProgressBar test case to handle Progress timeout

* add changeset
2020-10-19 10:33:30 +02:00
Fredrik Adelöw d8e5be1a4b two more converted to tsx 2020-10-19 09:59:28 +02:00
Fredrik Adelöw fe2287bc80 address comments 2020-10-19 08:40:44 +02:00
Samira Mokaram b2efd1ecc2 change test file to tsx 2020-10-19 07:18:10 +02:00
Samira Mokaram 789e15d1c0 change test file to tsx 2020-10-19 07:18:09 +02:00
Samira Mokaram 0f95336c05 change test file to tsx 2020-10-19 07:18:09 +02:00
Samira Mokaram c3b0483957 change test file to tsx 2020-10-19 07:15:22 +02:00
Samira Mokaram 94802c14eb change test file to tsx 2020-10-19 07:15:22 +02:00
Samira Mokaram 70a8dc923d change test file to tsx 2020-10-19 07:15:22 +02:00
Samira Mokaram 6480278da9 change jsx to tsx 2020-10-19 07:15:22 +02:00
Patrik Oldsberg 1bf3ff96a7 core-api: work around issue with ApiRef export const declarations 2020-10-19 01:37:54 +02:00
Patrik Oldsberg f2819b2a9f core-api: move utility api system implementation into apis/system 2020-10-19 01:33:08 +02:00
Stefan Ålund 3af02a9457 Trendlines noPadding in tables (#2945) 2020-10-17 20:42:18 +02:00
Fredrik Adelöw 1862ef38a5 Merge pull request #2946 from abhishekjakhar/feat/status-test-cases
add test cases for Status components
2020-10-17 20:37:33 +02:00
Abhishek Jakhar ebca83d480 add test cases for Status components 2020-10-17 23:15:21 +05:30
Braxton Christensen 406015b0d8 Fix/1577/item card color contrast (#2921)
* fix(layout): adjust ItemCard header colors

- adjust header colors to pass color contrast standards

* chore(changeset): add changeset

-add change set
2020-10-17 19:38:20 +02:00
Patrik Oldsberg e4d0aa4609 docgen: fix duplicate help text 2020-10-17 15:11:28 +02:00
Patrik Oldsberg 9f3ddfacde cli: split and bump eslint dependencies + fix issues 2020-10-17 15:04:37 +02:00
Patrik Oldsberg bb243dca25 cli: add support for ts4 2020-10-17 13:28:00 +02:00
Patrik Oldsberg 9cf0cb255c Merge pull request #2941 from abhishekjakhar/fix/status-component
give aria-label to StatusOk, StatusWarning and StatusError components
2020-10-17 11:01:02 +02:00