Commit Graph

141 Commits

Author SHA1 Message Date
Ryan Vazquez 5d166212bf Merge pull request #3083 from spotify/ryanv/export-mock-context-utils
Ryanv/export mock context utils
2020-10-26 10:58:25 -04:00
Ben Lambert 04d6f634be Merge pull request #3030 from goober/feature/support-bitbucket-server
Support both Bitbucket Cloud and Server
2020-10-26 13:31:08 +01:00
Fredrik Adelöw 002860e7ac feat(catalog-backend): move filters into their own query key (#3066) 2020-10-26 10:10:18 +01:00
Ryan Vazquez 8d1360aa9f changeset 2020-10-24 19:34:09 -04:00
Tim 9e6e4fdb56 Merge pull request #3054 from spotify/timbonicus/last-complete-date
[Cost Insights] Add last complete billing date to CostInsightsApi
2020-10-23 13:31:35 -06:00
Tim Hansen bb48b9833e Add lastCompleteBillingDate validation
Move style to utils/styles
Add CODEOWNERS rule for changesets
2020-10-23 10:42:17 -06:00
Mathias Åhsberg 6579769dff Add support for reading files from Bitbucket Server. 2020-10-23 10:10:05 +02:00
Ben Lambert cae545ce39 Merge pull request #3028 from dlavrenuek/remove-default-in-component-name
feat(catalog): Remove "in default" in component name
2020-10-23 09:58:07 +02:00
Abhishek Jakhar 3beb5c9fcb fix: 404 error page responsive and test case (#3052)
* make 404 error page responsive

* add alt attribute to mic drop image on 404 page

* fix test case of ErrorPage
2020-10-23 08:04:04 +02:00
Tim Hansen 0f0d7f2637 Add changeset 2020-10-22 19:40:48 -06:00
Dimitri Lavrenük 60d40892cc feat(catalog): Remove "in default" in component name 2020-10-22 19:15:34 +02:00
Patrik Oldsberg bc9f536545 Merge pull request #2994 from spotify/rugvip/conflagrate
config-loader: switch to using --config options to load in config
2020-10-22 18:01:21 +02:00
Fredrik Adelöw 692636d934 Merge pull request #3008 from RoadieHQ/mcalus3/enable-pending-locations-for-repo-importing
Mcalus3/enable pending locations for repo importing
2020-10-22 15:33:45 +02:00
Patrik Oldsberg 8c2b76e45f config-loader: switch to using --config options to load in config 2020-10-22 10:52:06 +02:00
Marek Calus d9c63dd56c Merge branch 'master' into mcalus3/enable-pending-locations-for-repo-importing 2020-10-22 09:30:03 +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
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
Ivan Shmidt 7df7322317 Merge pull request #3018 from spotify/ivans/forward-ref-sidebar-item
fix: forwardRef to SidebarItem
2020-10-21 13:31:08 +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
Ivan Shmidt 93a3fa3aea fix: forwardRef to SidebarItem 2020-10-21 11:27:40 +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
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
Marek Calus b3d57961c6 Add changeset 2020-10-20 23:11:10 +02:00
Ryan Vazquez 0e67c6b40c changeset 2020-10-20 15:58:34 -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
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
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
Abhishek Jakhar 2713f28f44 add changeset 2020-10-20 13:29:50 +05:30
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 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
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
Abhishek Jakhar 0aecfded05 add changeset 2020-10-19 07:09:05 +05:30
Fredrik Adelöw 4036ff59d0 feat(catalog-backend): First steps of refactoring - split processEntity 2020-10-18 21:16:35 +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
Abhishek Jakhar 754e31db5e add changeset 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 e7d4ac7ce3 add changeset 2020-10-16 11:23:04 -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
Abhishek Jakhar 02c60b5f8b fix(tech-radar): add overflowX scroll to the company radar section 2020-10-16 17:23:39 +05:30
Fredrik Adelöw 48f2c93978 Merge pull request #2904 from spotify/iameap/hacks-newrelic
New Relic Plugin Base Improvements
2020-10-15 22:59:08 +02:00
Patrik Oldsberg cc42d22eec Merge pull request #2905 from mahmoodhosseini/bug/better-presentation-of-authentication-errors-1566
Better presentation of authentication errors
2020-10-15 18:52:01 +02:00
Fredrik Adelöw a5cb46bac9 chore(catalog-backend): rename locationprocessor to catalogprocessor 2020-10-15 15:48:03 +02:00
Markus Heinemann 1c8c437562 Add changeset 2020-10-15 13:18:14 +00:00