Hydrophobefireman
e0aede3fc4
Update index.vue
2020-05-10 21:26:44 +05:30
Hydrophobefireman
fec3c309be
fix for xhr and keep code style intact
2020-05-10 20:48:12 +05:30
Hydrophobefireman
764d001ef6
produce valid output when showing/copying code
...
Currently when copying a json request as fetch, it outputs a javascript object instead of a stringified version, which is not valid for a fetch request.
2020-05-10 20:44:51 +05:30
Liyas Thomas
80d0925ed7
🐛 Fixed #731
2020-05-10 07:10:32 +05:30
Liyas Thomas
77471a5f56
Merge pull request #851 from sboulema/feature/environment-variables-in-collections-#642
...
Environment variables in collections
2020-05-09 06:18:52 +05:30
Samir L. Boulema
c655d55197
Always save non replaced uri, but display replaced url in the UI
2020-05-08 23:04:02 +02:00
Samir Boulema
ab6de361ab
Merge branch 'master' into feature/environment-variables-in-collections-#642
2020-05-08 17:27:52 +02:00
Liyas Thomas
113210b08e
Merge pull request #854 from sboulema/feature/save-collections-on-account-sync-turn-on-#679
2020-05-08 20:44:38 +05:30
Liyas Thomas
db43181733
Merge branch 'master' into feature/save-collections-on-account-sync-turn-on-#679
2020-05-08 20:29:03 +05:30
Samir L. Boulema
d60939211a
Save Collections/Environments on enabling sync
2020-05-08 16:34:53 +02:00
Samir Boulema
7c945a674d
Merge branch 'master' into feature/environment-variables-in-collections-#642
2020-05-08 09:53:27 +02:00
Liyas Thomas
f0a70d945a
Merge pull request #853 from liyasthomas/dependabot/npm_and_yarn/firebase-7.14.3
2020-05-08 06:39:01 +05:30
dependabot-preview[bot]
fdca00b198
chore(deps): bump firebase from 7.14.2 to 7.14.3
...
Bumps [firebase](https://github.com/firebase/firebase-js-sdk ) from 7.14.2 to 7.14.3.
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases )
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@7.14.2...firebase@7.14.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-08 00:30:44 +00:00
Samir L. Boulema
8b961fb8cd
Environment variables in collections #642
2020-05-07 20:54:38 +02:00
Andrew Bastin
7e3c775f70
Merge pull request #847 from sboulema/feature/add-format-body-option-#767
...
Add format body option
2020-05-07 03:19:09 -04:00
Samir L. Boulema
a25b0d0349
Only show prettify button when raw input is enabled
2020-05-07 09:14:10 +02:00
Samir L. Boulema
5c5fa5c4bc
Only show prettify button when request body is JSON
2020-05-06 23:02:22 +02:00
Samir L. Boulema
98cb9b3234
Add format body option
2020-05-06 21:23:50 +02:00
Liyas Thomas
eb5f51249b
Merge pull request #846 from AndrewBastin/feat/cache-gql-docs
...
Save GraphQL Docs
2020-05-06 06:45:47 +05:30
Andrew Bastin
d81c45fef1
Merge remote-tracking branch 'upstream/master' into feat/cache-gql-docs
2020-05-05 17:41:44 -04:00
Andrew Bastin
22178a6c2e
Docs are persisted and regenerated from the schema introspection data
2020-05-05 17:28:43 -04:00
Andrew Bastin
6644e3b606
Refactor Docs generation from GQL Schema to a separate function
2020-05-05 17:22:59 -04:00
Andrew Bastin
d42f842b2f
Added store entry to store GQL schema introspection data
2020-05-05 17:22:04 -04:00
Liyas Thomas
9163e27a5f
Merge pull request #840 from sboulema/feature/URL-Path-Parameters-#834
...
URL Path Parameters #834
2020-05-05 22:43:21 +05:30
Liyas Thomas
f4d6958491
Merge branch 'master' into feature/URL-Path-Parameters-#834
2020-05-05 22:34:18 +05:30
Samir L. Boulema
9cb6486c71
Proper path parameter replacement
2020-05-05 14:12:41 +02:00
Liyas Thomas
ad7bff102d
Merge pull request #844 from liyasthomas/dependabot/npm_and_yarn/node-sass-4.14.1
2020-05-05 17:11:37 +05:30
dependabot-preview[bot]
3a8b31a5a7
chore(deps-dev): bump node-sass from 4.14.0 to 4.14.1
...
Bumps [node-sass](https://github.com/sass/node-sass ) from 4.14.0 to 4.14.1.
- [Release notes](https://github.com/sass/node-sass/releases )
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/node-sass/compare/v4.14.0...v4.14.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-05 11:34:01 +00:00
Liyas Thomas
5461392516
Merge branch 'master' of https://github.com/liyasthomas/postwoman
2020-05-05 16:59:38 +05:30
Liyas Thomas
fc90ca3815
🌐 Internationalization and localization
2020-05-05 16:57:41 +05:30
Andrew Bastin
ec2f4ea547
Added eslint and eslint-plugin vue as dev dependency
2020-05-05 01:23:25 -04:00
Andrew Bastin
5f06eb5116
Fixed typo in default state gql query value
2020-05-05 00:27:45 -04:00
Liyas Thomas
ae10af2464
Merge pull request #842 from AndrewBastin/cleanup/remove-index-conflict-file
...
Remove not-deleted index.vue merge file
2020-05-05 06:06:05 +05:30
Andrew Bastin
9092c06e71
Remove not-deleted index.vue merge file
2020-05-04 17:52:35 -04:00
Samir Boulema
54e0130216
Merge branch 'master' into feature/URL-Path-Parameters-#834
2020-05-03 13:36:24 +02:00
Liyas Thomas
0fc47e07d4
💄 Moved response body up, near to response status
2020-05-03 15:49:38 +05:30
Liyas Thomas
ae72c5a8fe
Merge pull request #839 from liyasthomas/deps
...
chore(deps): remove stale dependency
2020-05-03 15:08:37 +05:30
jamesgeorge007
a65a4796ca
chore: remove stale dep
2020-05-03 13:04:05 +05:30
Andrew Bastin
4789b76e66
Merge pull request #838 from AndrewBastin/feat/gql-query-highlight
...
GraphQL Query Editor Syntax Highlighting
2020-05-02 20:44:48 -04:00
Andrew Bastin
7b52637c5f
Removed unnecessary lang parameter for GQL Query Editor
2020-05-02 15:42:02 -04:00
Andrew Bastin
db2429d1cb
Added syntax highlighting to GQL Queries
2020-05-02 15:42:02 -04:00
Samir L. Boulema
25f014ef3b
URL Path Parameters #834
2020-05-02 19:34:16 +02:00
Liyas Thomas
44cff354f2
Merge pull request #835 from jameslahm/master
...
chore(store): better code structure
2020-05-02 20:21:40 +05:30
Liyas Thomas
6276c1df97
Merge branch 'master' into master
2020-05-02 13:41:58 +05:30
Liyas Thomas
8c2420fd03
Merge pull request #837 from liyasthomas/dependabot/npm_and_yarn/lint-staged-10.2.2
2020-05-02 13:30:14 +05:30
dependabot-preview[bot]
011b19b62d
chore(deps-dev): bump lint-staged from 10.2.1 to 10.2.2
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 10.2.1 to 10.2.2.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v10.2.1...v10.2.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-02 07:38:37 +00:00
wangao
fbd41bc2d8
chore(store): better code structure
2020-05-01 22:45:12 +08:00
Liyas Thomas
950d9b1a8f
Merge pull request #832 from liyasthomas/dependabot/npm_and_yarn/nuxtjs/axios-5.10.3
2020-05-01 06:30:56 +05:30
dependabot-preview[bot]
9c6b7b005f
chore(deps): bump @nuxtjs/axios from 5.10.2 to 5.10.3
...
Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module ) from 5.10.2 to 5.10.3.
- [Release notes](https://github.com/nuxt-community/axios-module/releases )
- [Changelog](https://github.com/nuxt-community/axios-module/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/nuxt-community/axios-module/compare/v5.10.2...v5.10.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-01 00:46:07 +00:00
Liyas Thomas
74ce8dcfce
Merge pull request #831 from liyasthomas/dependabot/npm_and_yarn/nuxt-i18n-6.11.0
2020-05-01 06:13:32 +05:30