Liyas Thomas
f1389cdba0
TailwindCSS v2.x ( #1540 )
2021-03-16 01:49:21 -07:00
Liyas Thomas
5399ddf6ac
docs: updated description
2021-03-14 15:15:57 +00:00
Liyas Thomas
a724dc1207
proxy.hoppscotch.io ( #1532 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2021-03-14 08:54:15 +05:30
Liyas Thomas
13ff7b9088
docs: updated screenshots + feature list
2021-03-11 14:59:16 +00:00
Liyas Thomas
17da230d72
fix: remove sort history entries + fix history entries order - fixed #1455
2021-03-11 06:53:49 +00:00
Osheen Sachdev
0b00842c50
[Feat: GraphQL sidebar] GraphQL History ( #1528 )
...
* Create REQUIREMENTS.md
* graphql history UI
* rest history emit
* removed requirements file
* add, delete, clear, star history and sync with firstore
* use history
* empty schema
* remove other tabs
* computed query, setting headers
* binding props
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
* remove print
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
* remove dummy data
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
* add docs tab
* date, time attribute --> updatedOn
* Removed margin from sidebar Tab
* removed v-bind
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
* use shortcut for v-bind
* use shortcut for v-bind
* use unfold icons
* use template literals in :key
* history clear bug
* delete history bug
* minor translation
* remove console logs
* remove unused css
* add stared style
* remove absolute styles
* tests for graphql card
* tests for rest card
* tests for clear history added
* mount, clear, use, delete history tests added
* Rename card.vue to Card.vue
* Rename card.vue to Card.vue
* use computed
Co-authored-by: Isha Gupta <40794215+IshaGupta18@users.noreply.github.com >
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2021-03-10 22:12:09 -05:00
Liyas Thomas
dc5ca76d05
rename all components to new namespace ( #1515 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2021-03-01 09:28:14 +05:30
Liyas Thomas
2972ac6328
Support multipart/form-data content-type ( #1485 )
...
* Initial UI refactor - move raw and key-value body to components and tabs
* Delete package-lock.json
* deps
* Add multipart/form-data as a content type
* fix: add default contentType value
* Allow http body param request body with multipart/form-data
* Add form data to vuex
* move raw body components to 'Raw Request Body' tab
* Add files addition logic
* Set Dockerfile to run nuxt in dev mode
* Set Dockerfile to run nuxt in dev mode
* Draft version of file upload
* refactor: clean up
* Add file chip to denote file input
* Remove console.log
* refactor(ui): matching styles
* refactor(ui): matching styles
* fix(ui): mobile responsiveness
* fix(ui): mobile responsiveness
* refactor: minor cleanup
* Remove file from any form of persistence
* Add warning that form data files will not be saved to local storage
* Add remove file functionality
* Prevent file from being saved to collections
* Remove console.log
* fix active toggle on multipart/form-data + cleanup
* auto import components
Co-authored-by: nelsontky <nelson@ccb.wtf >
2021-02-19 22:31:31 +05:30
Igor Stuzhuk (KoHcoJlb)
c9e542d6d5
graphql: show enums and interfaces
...
make scalars not clickable
2021-02-07 22:18:20 +02:00
Andrew Bastin
279c8c14cc
Disabling GQL schema polling if there was an error
2021-02-06 19:37:45 -05:00
Igor Stuzhuk (KoHcoJlb)
7f33798789
graphql: fix "jump to type" and show input types
2021-02-02 16:10:51 +02:00
Liyas Thomas
2b2c968a97
fix: revert axios interceptor and use normal time data - fixed #1449
2021-01-31 08:18:25 +05:30
Liyas Thomas
bffdb39c02
fix: decode url and path before saving to collection - fixed #1451
2021-01-30 22:19:19 +05:30
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