Commit Graph

2549 Commits

Author SHA1 Message Date
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
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
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
Fredrik Adelöw fe5cfff598 chore(catalog-model): remove ReservedFieldsEntityPolicy 2020-10-19 22:16:11 +02:00
Mateusz Lewtak c60b7a39db feat: update github insights plugin version (#2973) 2020-10-19 21:31:04 +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
Patrik Oldsberg a7e4377c3e Merge pull request #2934 from RoadieHQ/google-analytics
Add Google Analytics support
2020-10-17 10:38:00 +02:00
Abhishek Jakhar fc1705050e give aria-label attribute to Status Ok, Warning and Error 2020-10-17 08:21:10 +05:30
Ryan Vazquez 31e03cca48 Merge pull request #2886 from spotify/cost-insights-comparable-metrics
Cost insights comparable metrics
2020-10-16 12:05:24 -04:00
Ryan Vazquez e62956f96f getMetricData -> getDailyMetricData 2020-10-16 11:02:11 -04:00
David Tuite 71de0d8aee Add Google Analytics
Specity a Google Analytics Tracking ID in the `app-config.yaml` to
enable Google Analytics tracking.

```
app:
  title:
  baseUrl:
  googleAnalyticsTrackingId: UA-000000-0
```

If the `googleAnalyticsTrackingId` is not supplied, no tracking script
is added to the application and no tracking can occur.

Includes Helm chart changes to allow overriding the GA Tracking ID.
2020-10-16 14:55:24 +01:00
Ryan Vazquez d47e2287b5 compare -> default; deprecate dailyCost as metric; cleanup 2020-10-16 09:54:28 -04:00
Fredrik Adelöw 14f9daf942 Merge pull request #2913 from markuscodes1/feature/github-scaffolder-baseurl
Scaffolder backend- provide base url for creating apps in Enterprise GitHub
2020-10-16 14:35:33 +02:00
Fredrik Adelöw 5aa8021b4f Merge pull request #2929 from spotify/rugvip/remfix
cli: cleanup and fix removePlugin tests
2020-10-16 14:31:49 +02:00
Fredrik Adelöw 60489952d6 Merge pull request #2927 from spotify/freben/yup
chore(deps): bump yup
2020-10-16 14:18:38 +02:00
Patrik Oldsberg 0d53c752ac cli: cleanup and fix removePlugin tests 2020-10-16 13:59:00 +02:00
Fredrik Adelöw c91054ac17 chore(deps): bump yup 2020-10-16 13:29:45 +02:00
Patrik Oldsberg 5ff5b1325d Merge pull request #2739 from Marvin9/feat/flexible-theme-for-page
feat: theme customization for pages
2020-10-16 12:47:05 +02:00
Althaf Hameez 275b7f001a Change default organization to be set to My Company instead of Spotify / Acme Organization (#2918) 2020-10-16 08:49:25 +02:00
Markus Heinemann 5c46f0d337 Rename config property for custom github scaffolder host 2020-10-15 20:35:43 +00:00