Commit Graph

1704 Commits

Author SHA1 Message Date
Bilawal Hameed 60f4ca9797 migrated RadarFooter to material-ui styles 2020-04-27 15:02:40 +02:00
Bilawal Hameed d09c5332bf migrated RadarLegend to material-ui styles 2020-04-27 15:02:40 +02:00
Bilawal Hameed 1c3c6aa2a4 migrated RadarGrid to material-ui styles 2020-04-27 15:02:40 +02:00
Bilawal Hameed c521e175f9 removed css modules from css 2020-04-27 15:02:40 +02:00
Bilawal Hameed 54908acd59 fixed linting errors 2020-04-27 15:02:40 +02:00
Bilawal Hameed 02969e44e5 added example implementation 2020-04-27 15:02:39 +02:00
Bilawal Hameed cdcb414412 migrated tech radar from internal implementation 2020-04-27 15:02:39 +02:00
Bilawal Hameed 1660be5f84 added packages: d3-force, colors, prop-types 2020-04-27 15:02:39 +02:00
Bilawal Hameed 822701684b added skeleton 2020-04-27 15:02:39 +02:00
Patrik Oldsberg 924da0e592 Merge pull request #657 from spotify/rugvip/order66
packages/cli: fix usage of exec
2020-04-27 12:06:20 +02:00
Patrik Oldsberg 68ef6c9139 packages/cli: fix usage of exec 2020-04-27 10:21:48 +02:00
Fredrik Adelöw 9831029430 Merge pull request #636 from spotify/freben/inventory
Add skeleton for inventory plugin
2020-04-27 10:13:43 +02:00
Fredrik Adelöw 6fdef8ac9b Address comments 2020-04-27 10:01:57 +02:00
Fredrik Adelöw c89f7d000e Add skeleton for inventory plugin 2020-04-27 09:22:30 +02:00
Victor Viale 6d8845e3f9 Translate SortableTable to Typescript
This also removes the dependency on recompose 👋
2020-04-26 17:51:14 +02:00
Patrik Oldsberg 5c797e4f53 packages/dev-utils: default to navigating to the first registered route 2020-04-26 17:26:49 +02:00
Patrik Oldsberg 6ab99a2052 plugins/graphiql: move dev and test utils to devDependencies 2020-04-26 17:26:49 +02:00
Patrik Oldsberg e62bd2b431 plugins/home-page: use dev-utils to set up dev app 2020-04-26 17:26:49 +02:00
Patrik Oldsberg b81ebe7e72 packages/dev-utils: refactor to be more like createApp 2020-04-26 17:26:48 +02:00
Jose Balanza Martinez ce1825d4db Fix Sequence component not switching background on dark mode (#652)
* Remove white background fixing dark mode

* Added vertical padding to content
2020-04-26 17:06:47 +02:00
Patrik Oldsberg 84877f6bae packages/dev-utils: add test for api factories 2020-04-26 14:19:20 +02:00
Patrik Oldsberg 53c0d19e8d plugins/graphiql: use dev-utils to set up dev serve 2020-04-26 14:19:20 +02:00
Patrik Oldsberg a7d8a03e31 packages: add new dev-utils package 2020-04-26 14:19:19 +02:00
Patrik Oldsberg a1831f8c53 packages/core: add helper for inferring ApiFactory types 2020-04-26 14:19:19 +02:00
Patrik Oldsberg 2526eebdf1 Merge pull request #646 from spotify/rugvip/graphiql
[Plugin] Add GraphiQL Plugin
2020-04-26 14:18:52 +02:00
Patrik Oldsberg 1746df6ac5 Merge pull request #648 from spotify/rugvip/cleandist
packages: only include dist folder in published packages
2020-04-25 20:53:30 +02:00
Patrik Oldsberg c17cabd4fc Merge pull request #649 from spotify/rugvip/tupath
packages/test-utils: update repo path
2020-04-25 20:21:16 +02:00
Patrik Oldsberg 2f17ffd795 packages/test-utils: update repo path 2020-04-25 19:45:00 +02:00
Patrik Oldsberg 3dc707c156 packages: only include dist folder in published packages 2020-04-25 19:42:47 +02:00
Patrik Oldsberg 0c40a47992 packages/test-utils-core: fix renderWithEffects (#647) 2020-04-25 16:59:54 +02:00
Patrik Oldsberg 0e78bc1935 plugins/graphiql: fix GraphiQLBrowser tests 2020-04-25 16:51:22 +02:00
Patrik Oldsberg 7897d3488c plugins/graphiql: update tests for GraphiQLPage + fixes 2020-04-25 16:51:22 +02:00
Patrik Oldsberg 24e6178392 plugins/graphiql: Fix typo in README
Co-Authored-By: Himanshu Mishra <himanshu@orkohunter.net>
2020-04-25 16:51:22 +02:00
Patrik Oldsberg f1b7dc8b31 plugins/graphiql: add publishing config 2020-04-25 16:51:18 +02:00
Patrik Oldsberg f2f3b47894 packages/app: remove graphiql plugin 2020-04-25 14:45:47 +02:00
Patrik Oldsberg 3063bd07bf plugins/graphiql: update README 2020-04-25 14:37:50 +02:00
Patrik Oldsberg d8b4a26a76 plugins/graphiql: rename GraphQLBrowser to GraphQLEndpoints and simplify method names 2020-04-25 14:34:32 +02:00
Patrik Oldsberg 238f7edcf7 yarn.lock: sync with current deps (#645) 2020-04-25 14:09:46 +02:00
Patrik Oldsberg f75ff200a4 plugins/graphiql: make tabs a bit more visible 2020-04-25 13:23:42 +02:00
Patrik Oldsberg c73872d012 plugins/graphiql: separate GraphiQLBrowser component and load endpoints from api 2020-04-25 12:56:53 +02:00
Patrik Oldsberg 0f63f63fcc plugins/graphiql: added supply graphql browsing api in dev wrapper 2020-04-25 12:56:53 +02:00
Patrik Oldsberg 2a253d2556 plugins/graphiql: update tsconfig for plugin serve 2020-04-25 12:56:53 +02:00
Patrik Oldsberg 95341965ac plugins/graphiql: added graphql browsing api 2020-04-25 12:56:52 +02:00
Patrik Oldsberg 3734aeab62 plugins/graphiql: more tests for StorageBucket and fix removeItem 2020-04-25 12:56:52 +02:00
Patrik Oldsberg c8ef790e1b plugins/graphiql: fix page test 2020-04-25 12:56:52 +02:00
Patrik Oldsberg 7ec8e0d0c2 plugins/graphiql: add tests for StorageBucket + minor fix 2020-04-25 12:56:48 +02:00
Patrik Oldsberg 9d080a4dce plugins/graphiql: add storage buckets to separate storage for different endpoints 2020-04-25 12:56:29 +02:00
Patrik Oldsberg dceff8dd2f plugins/graphiql: add global style override to fix top bar layout issue 2020-04-25 12:56:29 +02:00
Patrik Oldsberg c119eb9a9a plugins/graphiql: switch graphiql version to next, with TS support 2020-04-25 12:56:29 +02:00
Patrik Oldsberg 10b6fd5bcb plugins/graphiql: replace example page with minimal graphiql page 2020-04-25 12:56:28 +02:00