Commit Graph

2528 Commits

Author SHA1 Message Date
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
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
Fredrik Adelöw 8bb5a9f738 Merge pull request #2908 from althafh/catalog-name
Use organization name as the prefix for Service Catalog
2020-10-15 20:20:55 +02:00
David Tuite 9af34d30f1 Upgrade GitHub Insights plugin to 0.2.6
Fixes issue with entities backed to private repos not rendering
 when the GitHub insights plugin is installed.
2020-10-15 15:53:32 +01:00
Marvin9 973500dd8d chore: make pageTheme optional & provide default value 2020-10-15 19:34:57 +05:30
Eric Peterson 1797d4924c Update create-app to use expected techdocs api origin url. (#2911) 2020-10-15 15:38:34 +02:00
Markus Heinemann 6943ead4c6 feat: add base url config property to github scaffholders 2020-10-15 13:04:12 +00:00
Andrew Thauer 018dc1058b Merge pull request #2838 from andrewthauer/fix-ci-oom
feat: add cli build parallel flag
2020-10-15 07:48:33 -04:00
althaf.hameez 4e5d8b28ac Fix prettier 2020-10-15 18:53:46 +08:00
althaf.hameez a6c47b3d18 Acme 2020-10-15 18:42:26 +08:00
althaf.hameez 37015caeb9 Revert to backstage 2020-10-15 18:25:48 +08:00
althaf.hameez 94e8a38953 Acme corporation fix 2020-10-15 18:08:22 +08:00
althaf.hameez 0d67d11eb3 fix 2020-10-15 16:54:36 +08:00
Marvin9 53104074ee feat: allow passing pageTheme in createThemeOptions 2020-10-15 14:04:20 +05:30
althaf.hameez 1f4f856cd4 Revert 2020-10-15 16:25:15 +08:00
Marvin9 fe4926cb75 chore: remove explicit return 2020-10-15 13:52:18 +05:30
Fredrik Adelöw 8ab8b40c03 Merge pull request #2893 from spotify/freben/validator-any
chore(catalog-model): use unknown instead of any for validators
2020-10-15 09:48:15 +02:00
althaf.hameez 9c779c0b09 Fix e2e tests 2020-10-15 14:59:30 +08:00
Marvin9 fe47cb9f07 chore: update example component 2020-10-15 09:37:13 +05:30
Marvin9 8f0608a5ed chore: refactor 2020-10-15 09:16:39 +05:30
Marvin9 ba056b1ba8 chore: update naming convention for page theme options 2020-10-15 09:14:15 +05:30
Andrew Thauer 72f6cda358 feat: add cli build parallel flag 2020-10-14 13:13:18 -04:00
Patrik Oldsberg 11000d903f Merge pull request #2800 from SDA-SE/feat/config-scope-oauth
Auth Provider: make default scopes configurable
2020-10-14 17:58:07 +02:00