Commit Graph

1179 Commits

Author SHA1 Message Date
Andrew Bastin
efe21d450e Merge branch 'master' into feat/gql-query-errors 2020-01-18 12:07:42 -05:00
Andrew Bastin
7728231cad Merge pull request #500 from AndrewBastin/refactor/strategy-proxy-handling
Refactoring proxy handling to be done in strategies
2020-01-18 12:07:26 -05:00
jamesgeorge007
aa056ff1c1 refactor: remove extraneous else 2020-01-18 15:22:59 +05:30
Andrew Bastin
23199979e6 Merge branch 'master' into feat/gql-query-errors 2020-01-18 04:50:09 -05:00
Andrew Bastin
b3dd2ebf31 Removed GQL parse log 2020-01-18 04:43:58 -05:00
Andrew Bastin
0cec1b977a QueryEditor parses query on mount 2020-01-18 04:42:50 -05:00
Andrew Bastin
3b96f85c55 Make James happy by doing proper code refactors 2020-01-18 04:30:24 -05:00
Andrew Bastin
8e86e4c8e8 Update functions/strategies/AxiosStrategy.js
Co-Authored-By: James George <jamesgeorge998001@gmail.com>
2020-01-18 04:22:30 -05:00
Andrew Bastin
a1568a98d4 Update functions/strategies/FirefoxStrategy.js
Co-Authored-By: James George <jamesgeorge998001@gmail.com>
2020-01-18 04:22:21 -05:00
Andrew Bastin
c61d825c37 Merge branch 'refactor/strategy-proxy-handling' of https://github.com/AndrewBastin/postwoman into refactor/strategy-proxy-handling 2020-01-18 04:17:21 -05:00
Andrew Bastin
730018b45f Improve strategy code redability 2020-01-18 04:16:51 -05:00
Andrew Bastin
d8af767dc4 Updated graphql page to use QueryEditor for query field 2020-01-18 04:15:28 -05:00
Andrew Bastin
82756a9c55 Added GQL Query Editor component 2020-01-18 04:14:30 -05:00
Andrew Bastin
fe81a7dba9 Added debounce util function 2020-01-18 04:14:10 -05:00
Andrew Bastin
9d085e301d Merge branch 'master' into refactor/strategy-proxy-handling 2020-01-18 04:03:24 -05:00
Liyas Thomas
5206aeead0 Don't show Extension toast if user opt-out of it once or have already installed it. 2020-01-18 10:07:30 +05:30
Liyas Thomas
6a93e56747 Merge pull request #504 from liyasthomas/dependabot/npm_and_yarn/node-sass-4.13.1
chore(deps-dev): bump node-sass from 4.13.0 to 4.13.1
2020-01-18 08:03:14 +05:30
dependabot-preview[bot]
15e5edb1a3 chore(deps-dev): bump node-sass from 4.13.0 to 4.13.1
Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.0 to 4.13.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.13.0...v4.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-18 02:05:59 +00:00
Liyas Thomas
2b17b9b218 Merge pull request #503 from liyasthomas/dependabot/npm_and_yarn/nuxtjs/axios-5.9.3
chore(deps): bump @nuxtjs/axios from 5.9.2 to 5.9.3
2020-01-18 07:34:04 +05:30
dependabot-preview[bot]
808e4545ae chore(deps): bump @nuxtjs/axios from 5.9.2 to 5.9.3
Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.9.2 to 5.9.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.9.2...v5.9.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-18 01:51:14 +00:00
Liyas Thomas
2da4c385ba Merge pull request #502 from liyasthomas/dependabot/npm_and_yarn/sass-loader-8.0.2
chore(deps-dev): bump sass-loader from 8.0.1 to 8.0.2
2020-01-18 07:19:18 +05:30
dependabot-preview[bot]
b6e5f7f337 chore(deps-dev): bump sass-loader from 8.0.1 to 8.0.2
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v8.0.1...v8.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-18 01:24:42 +00:00
Liyas Thomas
8b39da6043 Merge pull request #501 from liyasthomas/dependabot/npm_and_yarn/ace-builds-1.4.8
chore(deps): bump ace-builds from 1.4.7 to 1.4.8
2020-01-18 06:52:47 +05:30
dependabot-preview[bot]
9e43bbcce2 chore(deps): bump ace-builds from 1.4.7 to 1.4.8
Bumps [ace-builds](https://github.com/ajaxorg/ace-builds) from 1.4.7 to 1.4.8.
- [Release notes](https://github.com/ajaxorg/ace-builds/releases)
- [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/ChangeLog.txt)
- [Commits](https://github.com/ajaxorg/ace-builds/compare/v1.4.7...v1.4.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-18 00:13:19 +00:00
Andrew Bastin
a9224b94b1 Merge branch 'master' into refactor/strategy-proxy-handling 2020-01-17 13:40:21 -05:00
Andrew Bastin
951266e529 Added proxy support to FirefoxStrategy 2020-01-17 13:28:04 -05:00
Andrew Bastin
2a51ec6d9f Moved proxy code to be handled in each strategy 2020-01-17 13:27:37 -05:00
Andrew Bastin
cc5966e90c Merge pull request #499 from pushrbx/bugfix/gql-vars-str-null
💚 Fixed #497
2020-01-17 13:18:22 -05:00
pushrbx
76d2ca3e37 removed unneeded console.log 2020-01-17 17:58:09 +00:00
pushrbx
c4c2f1cbee 💚 Fixed #497 2020-01-17 11:58:13 +00:00
Liyas Thomas
f7a67ec30f Indicate installed extensions 2020-01-17 09:46:23 +05:30
Liyas Thomas
60676addef ✏️ Typo 2020-01-17 01:31:30 +05:30
Liyas Thomas
c4a48f1037 Feat/firefox strategy (#496)
Feat/firefox strategy
2020-01-17 01:16:35 +05:30
Liyas Thomas
217cdad775 Merge branch 'master' into feat/firefox-strategy 2020-01-17 01:05:26 +05:30
Liyas Thomas
3dac917cc1 Merge branch 'feat/firefox-strategy' of https://github.com/AndrewBastin/postwoman into feat/firefox-strategy 2020-01-17 00:55:37 +05:30
Liyas Thomas
93acb03297 Toast for extensions 2020-01-17 00:55:31 +05:30
Andrew Bastin
7c530550f9 Merge pull request #494 from AndrewBastin/feat/firefox-strategy
Firefox Extension compatibility
2020-01-16 13:00:37 -05:00
Liyas Thomas
aafb4dc901 Merge branch 'master' into feat/firefox-strategy 2020-01-16 23:02:33 +05:30
Liyas Thomas
497a4dfde6 🐛 Fix #495 2020-01-16 22:57:35 +05:30
Andrew Bastin
5070d9fe95 Added FirefoxStrategy to interact with the Firefox extension for Postwoman 2020-01-16 01:26:25 -05:00
Andrew Bastin
4b48d8a8c8 Refactor to bring the nuxt loading bar code out of the strategies 2020-01-16 01:25:43 -05:00
Liyas Thomas
2faf675c0a 🚨 Removing linter warnings 2020-01-15 09:10:14 +05:30
Andrew Bastin
c8878aba57 Merge pull request #487 from AndrewBastin/refactor/network-strategy
Network Strategies
2020-01-14 20:22:42 -05:00
Liyas Thomas
061f86fbfa 🐛 Fixed Nuxt loader won't finish after response 2020-01-15 06:33:04 +05:30
Liyas Thomas
1b783fdfa0 Merge branch 'master' into refactor/network-strategy 2020-01-14 22:36:09 +05:30
Liyas Thomas
e7a15c9242 Merge pull request #491 from liyasthomas/i18n
i18n
2020-01-14 22:34:59 +05:30
Liyas Thomas
36c984d152 Replaced hard-coded strings with localizable strings (#490)
Replaced hard-coded strings with localizable strings
2020-01-14 22:20:32 +05:30
Andrew Bastin
bd008f42dd Refactor network and ProxyStrategy code 2020-01-14 11:49:43 -05:00
Alec Ananian
8690d18695 Replaced hard-coded strings with localizable strings
Added en locale as localization fallback
2020-01-14 07:43:41 -08:00
Andrew Bastin
3a8b4337f0 Refactor graphql page to use Network Strategies 2020-01-13 23:55:03 -05:00