Commit Graph

2130 Commits

Author SHA1 Message Date
Fredrik Adelöw 22d61d3e72 Merge pull request #2928 from abhishekjakhar/fix/tech-radar
fix(tech-radar): add overflow-x scroll to the company radar section
2020-10-16 14:21:02 +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
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 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
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
Eric Peterson ee88f6d210 Fix example in README. 2020-10-15 22:44:15 +02: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
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
Eric Peterson 1af3dbdb5e Provide more context. Handle more edge cases. 2020-10-15 12:37:50 +02:00
Eric Peterson a6c0d9803e Type with interface instead of class. 2020-10-15 11:08:16 +02:00
Fredrik Adelöw fecd2d4001 fix(catalog-backend): move batch write to EntitiesCatalog where it belongs 2020-10-15 10:39:09 +02: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
Fredrik Adelöw a3fdac9b4a Merge pull request #2836 from spotify/freben/simpler
feat(catalog-backend): some more simplification
2020-10-15 08:33:21 +02:00
althaf.hameez c861f4415f Use organization name as the prefix for Service Catalog 2020-10-15 14:24:21 +08:00
Marvin9 8f0608a5ed chore: refactor 2020-10-15 09:16:39 +05:30
Mahmood Hosseini e142a2767f bug(passport-strategy-helper): Better presentation of auth errors 2020-10-14 14:21:09 -04:00
Eric Peterson 78fea5041e Update README with new instructions on how to configure the plugin. 2020-10-14 17:54:48 +02:00
Eric Peterson 25645e25db Refactor config/type usage out of component, use new API instead. 2020-10-14 17:52:59 +02:00
Eric Peterson 2865fcf9cb Make the plugin aware of the NR API. 2020-10-14 17:51:47 +02:00
Eric Peterson 8e0016f7ad Introduce a New Relic API class for future expansion. 2020-10-14 17:49:41 +02:00
Matthew Clarke 0ede39fd08 split service locator and cluster locators (#2900)
* split service locator and cluster locators

* fix test
2020-10-14 15:46:11 +01:00
Eric Peterson cb867d8854 Friendlier error when NR APM API Key isn't configured. 2020-10-14 13:36:12 +02:00
Eric Nilsson 08f5e0311f TechDocsPageHeader: Changed repo location icon (#2895) 2020-10-14 11:03:41 +02:00
Fredrik Adelöw 99710b102d feat(catalog-backend): make a builder to help wire up the catalog 2020-10-14 09:28:59 +02:00
Taras Mankovski c926765a2c Allow templates to be located on non-default branch (#2839)
* Checkout branch if not on default

* Use checkout Ref

* Get first directory instead of relying on component_id

* Checkout branch when clonning

* Update test

* Default to empty string

* Added changeset

* Added test for Cookie Cutter installed & nothing generated

* Added comment
2020-10-14 08:24:41 +02:00
Fredrik Adelöw 9cc95aa90f fix(templates): add some jsonify to fix escaping issues 2020-10-13 17:12:19 +02:00
Oliver Sand 46b9ae82ba Add filters to API Explorer (#2830)
* fix: support nested fields in table filter

Add support for nested fields like metadata.name to the table filters. Previously only top-level fields were allowed. In addition, support for filtering on fields that are arrays is introduced (like tags). Filters are now distinct.

* feat: introduce table filters to the api explorer

* fix: allow to close select in multiple mode

* fix: export TableFilter
2020-10-13 09:45:25 +02:00
Sebastian Qvarfordt b041aab8ad [TechDocs] Remove all git preparers and use a commonGit preparer instead (#2856)
* Remove all git preparers and use a commonGit preparer instead

* Added more tests

* Updated default-app template
2020-10-13 09:07:14 +02:00
J Shamsul Bahri a0a3e6d6ca Fix: SAML provider postMessageResponse localhost (#2870)
* make saml provider path from globalConfig

* fix:(auth-backend/saml) change hardcoded localhost

Co-authored-by: JShamsul <jshamsul@grabtaxi.com>
2020-10-13 06:49:16 +02:00
blam 46960a61ec v0.1.1-alpha.25 2020-10-12 22:42:54 +02:00
Fredrik Adelöw 4a867ed4a4 chore: fix comments 2020-10-12 21:31:31 +02:00
J Shamsul Bahri 79340e44b4 make saml provider path from globalConfig (#2855)
Co-authored-by: JShamsul <jshamsul@grabtaxi.com>
2020-10-12 12:11:28 +02:00
Fredrik Adelöw 67e7d476a2 feat(catalog-backend): simplify the search filters structure 2020-10-12 12:06:05 +02:00
Fredrik Adelöw 6109e35495 feat(catalog-backend): remove byUid and byName as special cases 2020-10-12 12:03:16 +02:00
Fredrik Adelöw 26afad294f Merge pull request #2837 from spotify/freben/limit-values
fix(catalog-backend): limit search value lengths
2020-10-12 12:01:41 +02:00
Fredrik Adelöw 252024d047 fix(catalog-backend): limit search value lengths 2020-10-12 11:40:16 +02:00
nikek 68497758fc remove unnecessary center keyword 2020-10-12 11:02:16 +02:00
nikek c26ee13e3e Move card header bg to up contrast, fix #2558 2020-10-12 10:52:03 +02:00
Marvin9 cd66aed3d1 chore: remove comments 2020-10-11 19:34:16 +05:30
Marvin9 6d72fbc851 fix: Implement new strategy consumer 2020-10-11 19:27:59 +05:30
Marvin9 6e3ba7c2c4 chore: resolve conflicts 2020-10-11 19:19:35 +05:30
Marvin9 6d68f6fec1 feat: consume theme provided by Page theme provider 2020-10-11 19:14:23 +05:30
Stefan Ålund e3f4fdbad7 [storybook] Re-order components (#2847) 2020-10-11 07:59:34 +02:00
Patrik Oldsberg 468d4a2dae Merge pull request #2684 from themousepotato/lintrule-dirname-fix
Add a lint rule to avoid using __dirname
2020-10-09 21:03:13 +02:00
Tim Hansen d413872fd6 Merge branch 'master' into timbonicus/example-data 2020-10-09 10:35:40 -06:00
Brenda Sukh a99bea1cc3 Merge remote-tracking branch 'origin/master' into update-project-select
# Conflicts:
#	packages/app/src/plugins/cost-insights/ExampleCostInsightsClient.ts
2020-10-09 10:26:29 -04:00
Brenda Sukh 4da1d5fc95 Remove explicit styling on header text 2020-10-09 10:12:11 -04:00