Liyas Thomas
7e4297d9bf
Accurate response time and size ( #1441 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2021-01-28 13:09:31 +05:30
Liyas Thomas
f58c6807d0
fix: encoding parameters twice effecting codegen - fixed #1437
2021-01-24 07:42:07 +05:30
Liyas Thomas
ca66b47014
refactor: better copy
2021-01-23 19:43:11 +05:30
John Harker
c7f7b96405
Update Proxy URL ( #1436 )
...
* Update proxy URLs
* Update URLs in Vue file
Had to edit with web editor to avoid vs code changing indentation.
* Delete settings.json
Co-authored-by: Sam Jakob Mearns <me@samjakob.com >
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2021-01-22 10:43:44 +05:30
Andrew Bastin
c5dff96f57
Better JS language integration for Pre-Request scripts and Test scripts ( #1422 )
...
* Add tern as dependency
* Add build rule to transpile mjs
* Initial implementation of the auto complete engine
* Separate out the tern server code to separate file
* Added extra type defs for tern server
* Boost the pw completion result to the top of the list
* Added acorn and acorn-walk as dependency
* Semantic linting powered by tern
* Fix DeepCode warnings for js-editor
* Remove unused registerLint tern extension
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2021-01-22 07:04:02 +05:30
Liyas Thomas
0a39e7b02f
feat: Active toggle for GraphQL headers
2021-01-08 21:55:31 +05:30
Liyas Thomas
ffa9210286
fix: broken file name extension while downloading response
2021-01-04 07:25:03 +05:30
Liyas Thomas
82de03101b
fix: throwing error when settings key being empty - fixed #1409
2021-01-04 06:25:02 +05:30
Liyas Thomas
5705df96f3
Merge branch 'main' of https://github.com/hoppscotch/hoppscotch
2020-12-29 07:16:45 +05:30
Liyas Thomas
9ac0cf1406
fix: decodeURI() failing on malformated URI + chore(deps): bump
2020-12-29 07:13:46 +05:30
Liyas Thomas
71170a1c5d
feat: input toggle for parameters and headers ( #1388 )
...
* feat: toggler for parameters and headers
* refactor: move bodyParams to separate component + feat: input toggle
* fix: backward copaitability
* Fixed issue with imported active prop mutations
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2020-12-28 06:02:41 +05:30
Karel De Smet
5367a23112
#1396 : Fixed assertions for toBeLevelxxx() functions ( #1397 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2020-12-21 22:42:53 +05:30
Liyas Thomas
1d4576c7fd
chore(refactor): removed absolute codes
2020-12-17 15:30:02 +05:30
Liyas Thomas
29a4dee91b
chore(deps): bump + refactor: removed absolute code
2020-12-16 23:53:08 +05:30
Liyas Thomas
dd40df4b37
fix: minor UI transitions
2020-12-15 07:58:12 +05:30
Liyas Thomas
858ab252a6
fix: input borders
2020-12-12 19:16:37 +05:30
Liyas Thomas
a56e2bb577
chore(refactor): better inputs
2020-12-12 08:33:29 +05:30
Liyas Thomas
5a7bcf32ea
chore(refactor): modern UI
2020-12-11 22:24:34 +05:30
Liyas Thomas
773423069b
Refactor UI
2020-12-11 15:59:03 +05:30
Liyas Thomas
1e6773deb5
Refactor: Modularize home page ( #1372 )
...
* Move HTTP headers section to component
* Move import cURL modal to component
* Move Notes, OAuth token modal to seperate components
* Fix deepcode analysis
* Move parameters section to seperate component
* Move codegen modal to component
* ES6
2020-12-11 05:59:29 +05:30
Hari Narayanan
bfa7eb0c19
export markdown from docs ( #1358 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2020-12-09 10:41:05 +05:30
Liyas Thomas
66077ea6d7
Replaced svg with icon font
2020-12-07 20:37:13 +05:30
Liyas Thomas
8afead4e39
Set 'Ctrl + I' to reset request - fixed #1356
2020-12-02 10:23:11 +05:30
Liyas Thomas
a8fd0fcd19
Minor refactoring and code splitting
2020-12-01 05:09:16 +05:30
Liyas Thomas
6098d55b57
chore(deps): bump + fixed : #1352
2020-11-30 23:44:39 +05:30
Liyas Thomas
60057eee6a
Temporarily removed test case number in tab label. Fixed #1349
2020-11-30 08:14:22 +05:30
Hari Narayanan
57627367f5
duplicate identifier for requests fixed ( #1346 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2020-11-27 17:12:33 +05:30
Hari Narayanan
5426273cf8
custom method width
2020-11-26 00:38:03 +05:30
Andrew Bastin
21cf439210
Added polling schema ( #1288 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2020-10-21 14:03:03 +05:30
Liyas Thomas
91a7d20923
Lint + ES6
2020-10-21 13:49:02 +05:30
Liyas Thomas
f49c2138de
Lint + ES6
2020-10-21 12:20:32 +05:30
Liyas Thomas
d6409d7152
Fixed selected codegen name, updated deps
2020-10-20 00:24:57 +05:30
Liyas Thomas
eaeefafe39
Lint, ES6, popover for codegen
2020-10-19 18:02:42 +05:30
Scott Dutton
37f914d1cc
Possible solution for Global variables ( #1289 )
...
fix for #1164
This takes enviroments called "Global" or "global" and appends them
after the current scripts.
Seems to work, but proabbly a cleaner way to acheive
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2020-10-19 07:41:01 +05:30
Scott Dutton
da92fd705b
Replace headers in view ( #1287 )
...
fixs #1257
Cant add this in the same place as the URL as you end in an infinate
loop
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2020-10-19 07:21:40 +05:30
Liyas Thomas
02471e6d60
Lint
2020-10-16 07:10:07 +05:30
Andrew Bastin
9113a826ce
Added temporary hack to fix GQL trailing space errors
2020-10-11 13:17:49 -04:00
Andrew Bastin
c778a28f2b
Fixed improper page title definition
2020-10-04 22:29:07 -04:00
Yasio
745683f2a8
Fix: passing auth into codegen ( #1226 )
2020-10-04 18:04:21 +05:30
leoGeorges
76eba3d638
Graphql: highlight fields on search
2020-10-04 11:46:16 +02:00
leoGeorges
12941a107d
Use normalized text
2020-10-03 17:36:26 +02:00
leoGeorges
acb777c236
Remove debug code
2020-10-03 17:33:03 +02:00
leoGeorges
7e87cc1923
Add search input & capability to graphql types and fields
2020-10-03 17:24:26 +02:00
Liyas Thomas
d4789463ad
Improving code quality as per LGTM review
2020-09-30 21:02:19 +05:30
Liyas Thomas
04bc8308ac
Fixed #1195
2020-09-29 23:46:31 +05:30
Andrew Bastin
ee066d7859
Use the new separated codegen for code generation
2020-09-25 23:45:36 -04:00
Liyas Thomas
66cd75dce8
Moved utility functions from assets to helpers
2020-09-26 07:57:45 +05:30
Liyas Thomas
f36db182f1
Better color schemes, minor UI fixes
2020-09-24 22:52:17 +05:30
Liyas Thomas
6380063978
Upstream
2020-09-24 21:37:27 +05:30
Moulik Aggarwal
b2ef26600c
Fix Quality Issues using DeepSource ( #1183 )
...
Co-authored-by: DeepSource Bot <bot@deepsource.io >
2020-09-24 20:46:20 +05:30