Commit Graph

1515 Commits

Author SHA1 Message Date
Andrew Bastin
2d6d1b2d34 Added Chrome Strategy as a valid network strategy 2020-01-21 20:01:22 -05:00
Andrew Bastin
a235d38240 Added ChromeStrategy to interact with the Postwoman Chrome Extension 2020-01-21 20:00:29 -05:00
Liyas Thomas
43d95a2271 ✏️ Typo 2020-01-21 22:46:29 +05:30
Liyas Thomas
40e05a0461 Account setting on setting page 2020-01-21 22:27:52 +05:30
James George
b60bc1ee39 Merge pull request #510 from liyasthomas/hotfix/validate-collections
Validate duplicate collections
2020-01-21 20:10:15 +05:30
jamesgeorge007
bb973ee449 fix: prevent creation of duplicate collection 2020-01-21 19:46:33 +05:30
jamesgeorge007
e16019dcbf chore: make use of toast 2020-01-21 19:45:52 +05:30
Liyas Thomas
01a890bce9 ♻️ Refactor 2020-01-21 17:55:35 +05:30
jamesgeorge007
fcdf93c5e5 fix: prefer destructuring approach 2020-01-21 16:38:34 +05:30
jamesgeorge007
a34acfd0c5 fix: return for duplicate collection 2020-01-21 16:38:09 +05:30
jamesgeorge007
2853a4bbef fix: validation for duplicate collections 2020-01-21 16:37:04 +05:30
Liyas Thomas
8bc1df9b8e Show logged in user image 2020-01-21 12:04:03 +05:30
Liyas Thomas
29e96ddd12 Delete data 2020-01-21 08:32:43 +05:30
Liyas Thomas
a852432c9f 🎨 Minor UI stylings 2020-01-21 01:10:04 +05:30
Liyas Thomas
c7e5fc47ba Moved inputform and feed to index 2020-01-21 00:52:45 +05:30
Liyas Thomas
19a2323880 ♻️ Lint 2020-01-20 23:01:31 +05:30
Liyas Thomas
fb4554abe3 🎉 Initial Auth 2020-01-20 22:25:48 +05:30
Andrew Bastin
cd2680135d Merge pull request #508 from AndrewBastin/feat/gql-query-schema-val
GraphQL query validation based on schema
2020-01-19 19:53:53 -05:00
Andrew Bastin
8ae5dbc375 Fixed proxying through the firefox extension 2020-01-19 15:24:17 -05:00
Andrew Bastin
744d647704 GQL Query Editor doesn't give errors for empty queries 2020-01-19 14:38:46 -05:00
Andrew Bastin
77e51f3301 GraphQL page now notifies the query editor about the schema for validation 2020-01-19 14:22:56 -05:00
Andrew Bastin
f0cfee56f2 Added ability to query editor to validate based on schema 2020-01-19 14:21:31 -05:00
Nicholas Palenchar
61bf735315 response data into testing and error handling 2020-01-19 11:28:23 -05:00
Nicholas Palenchar
b2be9dce6f pw.test working 2020-01-19 10:46:04 -05:00
Liyas Thomas
8b970ed9a0 Merge pull request #506 from liyasthomas/refactor
Lint and refactor
2020-01-19 14:04:38 +05:30
Liyas Thomas
5458debe35 ♻️ Refactor 2020-01-19 12:37:19 +05:30
Nicholas Palenchar
dd970af6b1 inline expects returning testResults correctly 2020-01-18 13:26:07 -05:00
Andrew Bastin
d9feffa630 Merge pull request #505 from AndrewBastin/feat/gql-query-errors
Syntax Error marking in GraphQL query editor
2020-01-18 12:18:00 -05:00
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
Nicholas Palenchar
3ecf62857c 💄 add tests section to UI 2020-01-18 12:06:45 -05:00
Nicholas Palenchar
b8beac37c3 Merge branch 'master' into feature/post-request-tests 2020-01-18 10:51:01 -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