Commit Graph

2190 Commits

Author SHA1 Message Date
Eric Nilsson dab96d0c68 Made validation messages more descriptive 2020-10-22 12:18:25 +02:00
Sachin Tewari 1d652bbb2f Read git auth token from backend config (#2992) 2020-10-22 09:31:32 +02:00
Ryan Vazquez 85dc470687 Merge pull request #3006 from spotify/ryanv/simpler-query-params
Simpler query params
2020-10-21 16:00:04 -04:00
Brenda Sukh 5473236ed4 Make sure hasCostsWithinTimeframe is a boolean 2020-10-21 15:40:11 -04:00
Andrew Thauer 8bdf0bcf57 fix(catalog-backend): fix codeowners processor to handle users 2020-10-21 13:34:09 -04:00
Andrew Thauer f0aa01bcc2 feat(catalog): add simple client side paging 2020-10-21 11:53:26 -04:00
Fredrik Adelöw 229ce4d04f Merge pull request #3020 from abhishekjakhar/chore/onCssReady-test-case
chore: reset fake timers in onCssReady test cases
2020-10-21 16:31:53 +02:00
Ryan Vazquez cd5a2c63f7 default to last 30 days 2020-10-21 10:07:51 -04:00
Sebastian Qvarfordt 08ced1df2e Removed default-branch library since it's no longer used (#3019) 2020-10-21 14:00:15 +02:00
Patrik Oldsberg acb48c1876 Merge pull request #2976 from spotify/rugvip/logconf
backend-common: make loadBackendConfig return config directly and log all resolved app-configs
2020-10-21 13:00:52 +02:00
Abhishek Jakhar 53f9d70658 useRealTimers in onCssReady test case 2020-10-21 15:43:02 +05:30
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
Emre Konar 22ff8fba5e TechDocs Backend: Replace hardcoded github api by configuration value (#3004)
* replace hardcoded  by configuration value

* use integrations configuration to read github apiBaseUrl

Co-authored-by: Emre Konar <emre.konar@zalando.de>
2020-10-21 11:03:05 +02:00
Abhishek Jakhar c5ef12926b fix: accordion details design for job stage failure (#3014)
* fix the design of accordion details on job stage failure

* add changeset
2020-10-21 11:02:33 +02:00
Tim 96d7e1c282 Merge pull request #3003 from spotify/timbonicus/exports
fix(cost-insights): More exports to help custom alerting
2020-10-20 14:22:00 -06:00
Ryan Vazquez 1101e99d63 move type dependecy 2020-10-20 16:19:12 -04:00
Ryan Vazquez bf6edbbeee remove unused import 2020-10-20 16:07:01 -04:00
Ryan Vazquez 6358351901 simpler query params 2020-10-20 15:51:49 -04: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
Tim Hansen 79528d67d9 fix(cost-insights): More exports to help custom alerting 2020-10-20 09:40:23 -06:00
Fredrik Adelöw 8fd1d4cf85 chore(scaffolder): bump rjsf 2020-10-20 15:57:31 +02:00
Fredrik Adelöw 0cd1fd178a fix(github-actions): fix crash when viewing ongoing workflows 2020-10-20 14:49:33 +02:00
Fredrik Adelöw 17e04965b0 Merge pull request #2955 from spotify/freben/next-steps-in-processing
feat(catalog-backend): First steps of refactoring - split processEntity
2020-10-20 14:13:49 +02:00
Patrik Oldsberg aa7dd63a3b catalog-backend: relations db review comments and more tests
Co-authored-by: blam <ben@blam.sh>
2020-10-20 13:59:36 +02:00
Fredrik Adelöw b611ea380f Merge pull request #2989 from spotify/freben/td-link
fix(catalog): fix link to techdocs
2020-10-20 13:23:54 +02:00
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
Fredrik Adelöw 6c7d3ce4ea fix(catalog): fix link to techdocs 2020-10-20 09:46:27 +02:00
Patrik Oldsberg 7bbeb049fe backend-common: make loadBackendConfig return config directly and log all resolved app-configs 2020-10-20 00:10:28 +02:00
Fredrik Adelöw 2bc65277b6 Merge pull request #2947 from spotify/alund/settings
UX improvements to Settings
2020-10-19 22:57:46 +02:00
Fredrik Adelöw fe5cfff598 chore(catalog-model): remove ReservedFieldsEntityPolicy 2020-10-19 22:16:11 +02:00
Stefan Ålund 4e81187c74 Cleanup 2020-10-19 21:57:56 +02:00
Stefan Ålund c8133f31aa Update PinButton.test.tsx 2020-10-19 21:39: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
Fredrik Adelöw 770fd08542 Merge pull request #2956 from abhishekjakhar/fix/entities
fix(unregister-entities): UI handling when no entities are available from api
2020-10-19 16:53:54 +02: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
Stefan Ålund ec892d5fab Update PinButton.tsx 2020-10-19 10:36:03 +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
Abhishek Jakhar feeceb96dc handle the case where no entities are available to show 2020-10-19 07:05:34 +05:30
Fredrik Adelöw 4036ff59d0 feat(catalog-backend): First steps of refactoring - split processEntity 2020-10-18 21:16:35 +02:00
Stefan Ålund 763ec1cd2f Another try 2020-10-18 08:20:06 +02:00
Stefan Ålund d90a8109c2 Fix test? 2020-10-18 07:53:22 +02:00
Kévin Gomez 014bc250b3 Fix API references parsing
Allows API entities to use a different namespace than the default one.
2020-10-17 23:20:08 +02:00
Stefan Ålund 7a2f8b04cd Review comments 2020-10-17 21:19:53 +02:00
Stefan Ålund 3af02a9457 Trendlines noPadding in tables (#2945) 2020-10-17 20:42:18 +02:00
Stefan Ålund c6ff101a99 UX improvements to Settings 2020-10-17 20:38:40 +02:00
amitkhurana92 bbf5faec6f Jenkins Plugin: Readme.md file updated (#2943)
* Readme.md file updated

The documentation was not concise and does not include the case if I don't want to use env variables.

* Prettier invoked.

Executed prettier command.

Co-authored-by: Amit Khuraba <amit.khurana@africa.airtel.com>
2020-10-17 15:52:20 +02:00
Patrik Oldsberg 9f3ddfacde cli: split and bump eslint dependencies + fix issues 2020-10-17 15:04:37 +02:00
Fredrik Adelöw c150c05e5c Merge pull request #2937 from spotify/freben/publish-cloudbuild
chore(cloudbuild): publish the cloudbuild plugin
2020-10-16 20:19:22 +02:00
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 6dba5f6b60 update README 2020-10-16 11:22:39 -04:00