Commit Graph

795 Commits

Author SHA1 Message Date
Liyas Thomas
f6752e9743 SSE mvp 2019-11-24 18:45:26 +05:30
Liyas Thomas
873b97b052 🎉 Initial SSE MVP 2019-11-24 08:48:50 +05:30
Liyas Thomas
1dbea4d39a Initial SSE MVP 2019-11-23 14:31:15 +05:30
Liyas Thomas
edba562a99 Added download & expand button for GraphQL schema response 2019-11-23 10:31:53 +05:30
Liyas Thomas
60368341ed ⬆️ Bump vue-virtual-scroll-list from 1.4.2 to 1.4.3 (#328)
⬆️ Bump vue-virtual-scroll-list from 1.4.2 to 1.4.3

Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
2019-11-23 08:34:52 +05:30
dependabot-preview[bot]
ab24faaa55 ⬆️ Bump vue-virtual-scroll-list from 1.4.2 to 1.4.3
Bumps [vue-virtual-scroll-list](https://github.com/tangbc/vue-virtual-scroll-list) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/tangbc/vue-virtual-scroll-list/releases)
- [Commits](https://github.com/tangbc/vue-virtual-scroll-list/compare/v1.4.2...v1.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-23 00:13:30 +00:00
Liyas Thomas
e79b113907 Merge pull request #322 from AndrewBastin/feat/gql_proxy
GraphQL introspection requests now support and respect proxying
2019-11-21 23:31:20 +05:30
Liyas Thomas
fb69fcee3c Merge branch 'master' into feat/gql_proxy 2019-11-21 22:11:36 +05:30
Andrew Bastin
41ff83821b GraphQL introspection requests now support and respect Proxying 2019-11-21 11:31:58 -05:00
Liyas Thomas
463ef82255 Added Expand/Collapse response button. Fixes #320 2019-11-21 20:28:06 +05:30
Liyas Thomas
5d011b09ae GraphQL endpoint field is now persisted (#319)
GraphQL endpoint field is now persisted
2019-11-21 10:49:04 +05:30
Andrew Bastin
638f3f1a05 GraphQL endpoint URL is now persisted 2019-11-21 00:02:30 -05:00
Andrew Bastin
879fc58d9c Added mutation for working with the GQL store 2019-11-21 00:01:12 -05:00
Andrew Bastin
2c139c2a65 Added GQL object to global store 2019-11-21 00:00:15 -05:00
Liyas Thomas
4c9c9a2240 🚨 Lint 2019-11-21 09:11:50 +05:30
Liyas Thomas
354ad3983f 🎨 Updated GraphQL docs section styles 2019-11-21 07:09:17 +05:30
Liyas Thomas
8d99d4aa99 :liptick: Minor UI update 2019-11-21 06:55:37 +05:30
Liyas Thomas
1ab2de9c69 Merge pull request #318 from AndrewBastin/feat/gql_copy_schema
Added button to copy GraphQL schema
2019-11-21 02:49:08 +05:30
Andrew Bastin
6a938cdcca Added copy schema button to copy schema string to clipboard 2019-11-20 17:49:42 +00:00
Liyas Thomas
0c705bfa6d ✏️ Added GraphQL support to feature list 2019-11-20 20:29:23 +05:30
Liyas Thomas
6169f1c150 chore(refactor): switch to async/await approach (#317)
chore(refactor): switch to async/await approach
2019-11-20 19:43:22 +05:30
jamesgeorge007
3639ed8f70 fix: add async nature 2019-11-20 18:11:07 +05:30
jamesgeorge007
2083e02698 fix: typo 2019-11-20 18:08:30 +05:30
jamesgeorge007
a7d483ea1b fix: lint 2019-11-20 18:07:52 +05:30
jamesgeorge007
a0dd02ec07 fix: lint 2019-11-20 18:07:33 +05:30
jamesgeorge007
929d955237 fix: minor tweak 2019-11-20 18:06:19 +05:30
jamesgeorge007
f61eeebc8f fix: lint 2019-11-20 18:05:46 +05:30
jamesgeorge007
f8c3d1e6db refactor: use async await approach 2019-11-20 18:00:17 +05:30
Liyas Thomas
38513d3eed GraphQL Support (#311)
GraphQL Support

Co-authored-by: Liyas Thomas <liyasthomas@gmail.com>
2019-11-20 12:04:19 +05:30
Andrew Bastin
051259419c Merge branch 'master' into master 2019-11-20 01:09:36 -05:00
Liyas Thomas
fad28ee40b Compact UI. fixe #314 2019-11-20 06:16:02 +05:30
Liyas Thomas
1d9778226c feat: use alpine for Dockerfile (#316)
feat: use alpine for Dockerfile
2019-11-20 05:45:21 +05:30
Colin Nelson
f1dab84571 Merge branch 'master' into dockerfile-alpine 2019-11-19 15:58:46 -08:00
Liyas Thomas
c413317970 📸 Updated screenshots 2019-11-20 05:27:00 +05:30
Andrew Bastin
631c8b625b Removed debug console logs 2019-11-19 15:42:28 -05:00
Colin Nelson
2dd9683eb1 feat: use alpine for Dockerfile
Reduces resultant image size to ~942MB (was 1.55GB).
2019-11-19 10:54:16 -08:00
Andrew Bastin
f7faac1afc Added deprecated label for deprecated GQL fields 2019-11-19 12:06:47 -05:00
Liyas Thomas
91d0422f53 Minor UI stylings 2019-11-19 20:29:18 +05:30
Liyas Thomas
a22090e3df Added scroll for overflowing Docs section 2019-11-19 20:13:46 +05:30
Liyas Thomas
62f52a0be1 🐛 Fixed gqlType 2019-11-19 09:53:02 +05:30
Liyas Thomas
eca1dc8e66 Moved Cocs section to right sidebar (will fix overflow issue later today) + Basic lint 2019-11-19 08:55:57 +05:30
Andrew Bastin
8e3542863a Filtered unwanted type entries 2019-11-18 21:53:13 -05:00
Andrew Bastin
34be6ce795 Added GraphQL types section in docs 2019-11-18 15:17:33 -05:00
Andrew Bastin
2d995b87b1 Added GraphQL type component 2019-11-18 15:17:07 -05:00
Andrew Bastin
edbb81d089 Added a null guard for args field 2019-11-18 15:14:26 -05:00
Andrew Bastin
6c4fbb501c Fixed margin mistake in field-desc 2019-11-18 14:58:37 -05:00
Andrew Bastin
5f3ca632cb Added docs section with query,mutation and subscription lists 2019-11-18 14:34:31 -05:00
Andrew Bastin
3db28e4f22 Added GraphQL field component 2019-11-18 14:34:00 -05:00
Liyas Thomas
79a7b3c985 🌱 Error handlers 2019-11-18 22:20:18 +05:30
Liyas Thomas
109d57b4b4 Merge branch 'master' into master 2019-11-18 19:58:51 +05:30