Andrew Bastin
075e11a7e1
Fix extension tick mark not appearing
2021-02-01 10:03:18 -05:00
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
Liyas Thomas
161a0e07f9
refactor(codeql): removed unused variables
2021-01-23 11:40:29 +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
6b0da0a568
fix: delete request from collection modal not closing
2021-01-18 22:08:48 +05:30
Liyas Thomas
c8185050f6
feat: GitHub buttons
2021-01-16 18:40:18 +05:30
Liyas Thomas
ed20b009a5
refactor: removed sponsorship prompt
2021-01-16 17:00:03 +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
e84888c27e
fix: broken import cURL #1159
2020-12-30 18:43:56 +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
Farhan Tariq
38b3197912
Fix when folder is having no request property
2020-12-18 10:53:29 +00:00
Liyas Thomas
1d4576c7fd
chore(refactor): removed absolute codes
2020-12-17 15:30:02 +05:30
Liyas Thomas
9e166774ef
refactor(ui): faster animations + chore(deps): bump
2020-12-16 06:05:58 +05:30
Liyas Thomas
dd40df4b37
fix: minor UI transitions
2020-12-15 07:58:12 +05:30
Liyas Thomas
81a6d821c0
feat: confirm modal + chore(deps): bump
2020-12-14 10:35:14 +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
27980cf7c7
fix: tests
2020-12-11 22:39:50 +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
Liyas Thomas
ba08883623
Final gist integration + clean up
2020-12-08 17:50:32 +05:30
Liyas Thomas
b473ed7cb7
Allow importing and exporting environments to gist
2020-12-08 12:18:28 +05:30
Liyas Thomas
2978c8adfe
Allow importing collections from gist
2020-12-08 12:05:10 +05:30
Liyas Thomas
346b980a1d
Merge pull request #1366 from hoppscotch/main
2020-12-08 09:03:00 +05:30
Liyas Thomas
66077ea6d7
Replaced svg with icon font
2020-12-07 20:37:13 +05:30
Liyas Thomas
3d10a8f86a
Initial MVP of GitHub gist support
2020-12-07 14:14:02 +05:30
Liyas Thomas
ebae9880dc
Updated license copyright (c) 2020, migrated docker container to organization, chores
2020-12-06 12:04:55 +05:30
Liyas Thomas
2ac9f5918a
chore(deps): bump + updated sponsor list
2020-12-04 09:59:19 +05:30
Liyas Thomas
d0a9445dfc
Environment select box - cherry picked from #1359
2020-12-03 11:12:47 +05:30
Liyas Thomas
8afead4e39
Set 'Ctrl + I' to reset request - fixed #1356
2020-12-02 10:23:11 +05:30
Liyas Thomas
61fe518710
chore(deps): bump + better History UI
2020-12-01 22:26:13 +05:30
Hari Narayanan
b774a59db2
Web Worker regex test ( #1354 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2020-12-01 21:21:13 +05:30
Liyas Thomas
a8fd0fcd19
Minor refactoring and code splitting
2020-12-01 05:09:16 +05:30
Liyas Thomas
3acf71f253
Updated sponsor list
2020-11-30 18:51:46 +05:30
Liyas Thomas
dec386840a
Fixed missing 'Done' button
2020-11-29 13:10:14 +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
d9bab319e3
added request method label in collections
2020-11-25 23:54:20 +05:30
Liyas Thomas
77862cdf9b
lgtm code review suggestions
2020-11-23 12:32:13 +05:30
Liyas Thomas
b8d68ee359
Modern build, fixed WebSocket freezing on invalid URLs
2020-11-22 07:05:04 +05:30
Liyas Thomas
46981f73a9
Updated sponsors list
2020-11-12 07:31:15 +05:30
Liyas Thomas
9b6394627b
fixed #1323 + chore(deps) bump
2020-11-12 06:48:40 +05:30
Andrew Bastin
7d49f75682
Query arguments in GraphQL are shown separately with description ( #1319 )
...
* Query arguments in GraphQL are shown separately with description
* Update field.vue
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2020-11-09 07:16:47 +05:30
Liyas Thomas
bde27c3880
chore(deps): bump Firebase to v8.0
2020-11-02 14:59:08 +05:30
Andrew Bastin
dc98ef8b57
Fix add folder to collections being broken when logged in ( #1299 )
...
* Moved add folder modal logic out
* Pass around folder paths for collections to fix folder not applying on
logged in users
* Remove unwanted use of folder value for addFolder store mutation
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2020-10-26 06:44:59 +05:30
Liyas Thomas
501e01fe23
Update sponsor message
2020-10-24 17:36:33 +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
Farhan Tariq
7e30a4a3d4
Subfolder functionality ( #1194 )
...
* Added functionality for sub-folders
* Edit Request name only. Drag and drop to move requests
* Refactor
* Move requests between folder or collections
* Functionality to save request in multiple folders
* Unnecessary Lang
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2020-10-21 06:41:45 +05:30
Liyas Thomas
b179731359
sponsor ad
2020-10-20 16:59:54 +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
Liyas Thomas
22a3bba6ab
Cherry picking refactored fb.js from #879 by @AndrewBastin ( #1286 )
...
* Cherry picking refactored fb.js from #879 by @AndrewBastin
* Fixed a minor UI glitch in History section
* Removed logout success toast testcase
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2020-10-17 14:53:19 +05:30
Liyas Thomas
02471e6d60
Lint
2020-10-16 07:10:07 +05:30
Jeff Sieu
6b3b8e6204
Remove extra console log ( #1261 )
...
* Add search bar for collections
* Remove console log
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2020-10-11 10:32:28 +05:30
Jeff Sieu
194a4f3adb
Add search bar for collections ( #1260 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2020-10-11 10:22:18 +05:30
Liyas Thomas
a4c5817b54
Use function as default value for array prop
2020-10-08 20:00:20 +05:30
Liyas Thomas
16f02e2544
Updated contributors and sponsors list
2020-10-07 14:21:39 +05:30
Léo Martin
aa85108f1a
Use socket.io echo server ( #1237 )
2020-10-05 22:07:03 +05:30
Liyas Thomas
826e3ebc5e
Added default Socket.io URL - fixed #1231
2020-10-05 05:31:48 +05:30
Léo Martin
0f31259c97
Allow multiple arguments with socket.io ( #1234 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2020-10-05 05:11:56 +05:30
Liyas Thomas
9601477bba
Merge branch 'master' into feat/filter-graphql-fields
2020-10-04 16:04:40 +05:30
Liyas Thomas
0702ca3fc9
Highlight filtered field and type
2020-10-04 16:01:19 +05:30
leoGeorges
d9a9ae7e72
Merge branch 'feat/filter-graphql-fields' of https://github.com/LeoMartinDev/hoppscotch into feat/filter-graphql-fields
2020-10-04 11:46:35 +02:00
leoGeorges
76eba3d638
Graphql: highlight fields on search
2020-10-04 11:46:16 +02:00
tonybatty
a8d9a64f79
http page headers suggestions overlapped issue fixes #1222
2020-10-03 19:42:07 +01:00
tonybatty
a94d46e005
fixes #1003 ios home bar covers content
2020-10-03 16:34:40 +01:00
Liyas Thomas
7e1e61f8af
chores: Lint + dependency update
2020-09-27 23:34:15 +05:30
Liyas Thomas
66cd75dce8
Moved utility functions from assets to helpers
2020-09-26 07:57:45 +05:30
Liyas Thomas
8b3b6a471b
chore: dependency updates, minor UI fixes
2020-09-26 07:09:26 +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
Liyas Thomas
e94fdcad32
Color modes ( #1181 )
2020-09-24 08:22:54 +05:30
Liyas Thomas
2e423b101b
Refactoring based on LGTM analysis
2020-09-23 17:54:52 +05:30
Liyas Thomas
b747d0273c
Feat/tailwind ( #1179 )
2020-09-22 22:36:37 +05:30
Matthew Jarman
45fb612793
Add check for active suggestion ( #1180 )
2020-09-21 22:14:16 +05:30
Andrew Bastin
782eb29aac
Fixed url-field bug with caret reset due to v-model update
2020-09-20 00:57:09 -04:00
Andrew Bastin
5810c5544a
Fixed bug with restore from history not working in new URL field
2020-09-19 01:30:22 +00:00
Liyas Thomas
b6eb581192
Revert last commit
2020-09-18 16:05:50 +05:30
Liyas Thomas
54171e566a
FIxed broken restore history on new URL bar
2020-09-18 16:01:58 +05:30
Liyas Thomas
b7a44ab11f
Experiments ( #1174 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2020-09-18 08:58:11 +05:30
Andrew Bastin
4ea60d3431
Added temporary fix for the trailing null character from extension
...
requests
2020-09-17 21:36:36 -04:00
Liyas Thomas
af2b726a38
chore: dependency updates + fixed a minor bug with edit folder
2020-09-17 06:08:26 +05:30
Liyas Thomas
d9f78b9d5c
Fixed #1161
2020-09-14 15:09:44 +05:30
Liyas Thomas
3f75d0df56
Make use of GitHub sponsor API
2020-09-09 12:05:22 +05:30
Florin Mirosnicencu
ab736cf975
Handle postman subfolders when importing json ( #1150 )
2020-09-08 20:44:40 +05:30
Liyas Thomas
286090d58a
Fixed #1146
2020-09-06 19:05:15 +05:30
Liyas Thomas
69fda864db
Merge branch 'master' of https://github.com/hoppscotch/hoppscotch into master
2020-09-06 14:27:20 +05:30
Liyas Thomas
2709c5d332
Fixed typo, updated sponsors list
2020-09-06 14:26:54 +05:30
Scott Dutton
da5fdd54bd
Import postman variables correctly ( #1142 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2020-09-05 12:07:37 +05:30
Liyas Thomas
a59e1a2015
Updated Sponsors list with GitHub sponsors
2020-09-04 16:51:27 +05:30
Liyas Thomas
f429585447
Removed @nuxtjs/dotenv ( #1128 )
...
* Removed `@nuxtjs/dotenv`
* Removed `@nuxtjs/dotenv`
* Fix broken tests
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2020-08-29 23:10:06 +05:30
jamesgeorge007
de7d1c2baa
refactor: helper to compute suggestions
2020-08-29 22:09:12 +05:30
James George
8223011c3d
chore: rename exported files ( #1127 )
...
* chore: rename to hoppscotch-collection.json
* chore: rename to hoppscotch-environment.json
2020-08-29 13:11:49 +05:30
Andrew Bastin
53684d6fbb
Add test spec for components/ui/autocomplete.vue
2020-08-29 00:25:46 -04:00
Andrew Bastin
31cefd7dd0
Remove use of keyboardevent.which as its deprecated in autocomplete
2020-08-29 00:24:54 -04:00
Liyas Thomas
62028d1273
Reset file input value after operations - fixed #1124
2020-08-27 13:56:55 +05:30
Andrew Bastin
3cd2a2a0f9
Added test spec for components/ui/pw-toggle.vue
2020-08-25 22:59:46 -04:00
Andrew Bastin
f33ebbcce0
Add test spec for components/ui/tabs.vue
2020-08-25 15:44:16 -04:00
Liyas Thomas
2916ab502e
Announcement banner
2020-08-25 13:27:59 +05:30
herbertc
8258997f3e
support user to customize the path to socket-io server
2020-08-25 15:16:38 +08:00
Andrew Bastin
9166f734c9
Add test spec for components/ui/tab.vue
2020-08-24 15:42:48 -04:00
Andrew Bastin
c8d8c68b95
corrected typo for gql component test spec folder name
2020-08-24 14:23:15 -04:00
Andrew Bastin
b8bd0cc63a
Add test spec for components/graphql/field.vue
2020-08-23 21:39:21 -04:00
Andrew Bastin
5150e13121
Removed unused fieldString computed property in gql/field.vue
2020-08-23 21:39:21 -04:00
Andrew Bastin
e1eb1be781
Add test spec for components/graphql/type.vue
2020-08-23 17:40:32 -04:00
Andrew Bastin
b536e191b1
Remove unused graphql/argument component
2020-08-23 15:48:05 -04:00
Andrew Bastin
f1b475b966
Add test spec for components/graphql/typelink.vue
2020-08-23 14:46:36 -04:00
Liyas Thomas
82da7d0b24
Map DELETE method Alt + X
2020-08-23 11:16:25 +05:30
Liyas Thomas
bbe300e847
Updated keyboard shortcuts
2020-08-23 09:23:34 +05:30
Liyas Thomas
4f75dd30fe
Fix broken mobile responsiveness and URL input type
2020-08-17 17:04:13 +05:30
Liyas Thomas
3924370b3e
Introduce component wrapper for svg icons
2020-08-17 16:07:36 +05:30
Liyas Thomas
e86a17980b
Auto import components
2020-08-17 18:29:14 +05:30
Liyas Thomas
9ae08cecf2
Merge branch 'master' into v2
2020-08-16 22:17:35 +05:30
Joel Camus Bueno
c9cd7b4344
Issue/1080 ( #1081 )
2020-08-16 17:26:33 +05:30
Joel Camus Bueno
18a2fb38d1
Issue/1078 ( #1079 )
...
* Externalize property of deletion messages (Collection) #1078
* Externalize property of deletion messages (folder) #1078
* Externalize property of deletion messages (request) #1078
* Externalize property of deletion messages (environment) #1078
* Externalize property (fr-FR.json) of deletion messages (collection, folder, request, environment) #1078
* Externalize property (pt-PT.json) of deletion messages (collection, folder, request, environment) #1078
* Externalize property (pt-BR.json) of deletion messages (collection, folder, request, environment) #1078
* Updating the Spanish file (es-ES)
2020-08-15 20:30:00 +05:30
Joel Camus Bueno
5f47cdb763
Issue/1076 ( #1077 )
2020-08-15 16:57:14 +05:30
Liyas Thomas
124d9ff269
v2
2020-08-13 16:50:02 +05:30
Joel DSouza
54169fe22b
Fixed broken tick icons placement in Settings
2020-08-11 06:34:36 +05:30
Liyas Thomas
72ad37456a
Removed all instances of the term 'Postman'
2020-08-06 11:03:50 +05:30
Andrew Bastin
45f1e386cc
PreReq scripts and Test scripts now use JSEditor
2020-08-02 13:14:14 -04:00
Andrew Bastin
3c3e8a6c31
Move JS linting code to separate component
2020-08-02 11:47:16 -04:00
Andrew Bastin
ec99b48605
Added JS linting to Ace Editor
2020-08-02 00:26:16 -04:00
Andrew Bastin
4a1988dd23
Fixed crash on proxy error
2020-07-21 04:26:57 -04:00
Liyas Thomas
193b7ae0e6
Merge branch 'master' into feat/doc
2020-07-18 17:48:42 +05:30
Liyas Thomas
ebe351ff0f
Import Collections directly from Docs page
2020-07-18 17:46:29 +05:30
Liyas Thomas
1827a98284
Add Collections section in Docs page
2020-07-18 06:39:45 +05:30
Liyas Thomas
b686298a5f
Install PWA button
2020-07-17 11:14:25 +05:30
Liyas Thomas
4dc76b864f
Updated copy
2020-07-16 13:49:26 +05:30
Liyas Thomas
d8e9c05319
Updated copy
2020-07-16 09:08:31 +05:30
Liyas Thomas
b8f6ad68a1
Merge branch 'master' into patch-zyb
2020-07-15 21:50:59 +05:30
周延博
b9fdaf2845
fix: replaceWithJSON used wrong commit name
2020-07-15 20:57:14 +08:00
Andrew Bastin
3731da5df5
Removed unwanted Ace Editor logs
2020-07-14 14:11:18 -04:00
Andrew Bastin
bc3510ac58
Merge remote-tracking branch 'upstream/master' into feat/binary-response
2020-07-05 12:42:45 -04:00
Liyas Thomas
84eb935cec
♿ Add keyboard accessibility to tabs
2020-07-05 05:02:17 +05:30
Liyas Thomas
1950949504
Merge branch 'feat/binary-response' of https://github.com/AndrewBastin/postwoman into feat/binary-response
2020-07-03 11:35:05 +05:30
Liyas Thomas
f3e6a377a9
Removed textareaAutoHeight directive
2020-07-03 11:32:22 +05:30
Andrew Bastin
3766564785
Merge branch 'master' into feat/binary-response
2020-07-01 12:27:14 -04:00
Liyas Thomas
199cae09c7
🎨 svgomg
2020-07-01 10:51:22 +05:30
Liyas Thomas
4490adc36c
Restore headers component import deleted from previous commit
2020-07-01 07:31:32 +05:30
Andrew Bastin
fe1353b5c7
Dynamically import lens renderers
2020-06-30 16:11:21 -04:00
Liyas Thomas
94b61e9f7c
Merge branch 'master' into feat/binary-response
2020-06-30 14:52:41 +05:30
Liyas Thomas
1abc0b8c9a
🐛 Fixed #967
2020-06-30 14:47:07 +05:30
Liyas Thomas
69c9f59479
Merge branch 'master' into feat/binary-response
2020-06-30 14:32:15 +05:30
Liyas Thomas
b2b9bd744e
🐛 Fixed #967
2020-06-30 14:14:05 +05:30
Liyas Thomas
c223b251d6
UI improvements
2020-06-30 07:39:28 +05:30
Andrew Bastin
2dce318a17
Added warning for invalid JSON
2020-06-29 14:43:50 -04:00
Andrew Bastin
791fe70fd3
Fixed bug in invalid JSON fallback
2020-06-29 13:41:42 -04:00
Andrew Bastin
8ea64e2224
Remove redudant content type prop for HTML Lens
2020-06-26 15:13:17 -04:00
Andrew Bastin
28ddce1bc4
Moved text based content lenses to use the mixin
2020-06-26 14:57:55 -04:00
Andrew Bastin
d8b5fc5d3f
Added mixin for common text rendering code
2020-06-26 14:45:58 -04:00
Liyas Thomas
efb1296ff2
Initial Headers component
2020-06-23 15:29:01 +05:30
Andrew Bastin
4da44131eb
Added XML lens
2020-06-23 03:20:51 -04:00
Liyas Thomas
0b38514e41
Revert 'Prettify button for RAW responses'
2020-06-23 12:17:51 +05:30
Liyas Thomas
a885e774fc
Prettify for RAW responses
2020-06-23 12:00:39 +05:30
Liyas Thomas
d9ac947fe1
Actions for image lens
2020-06-23 08:27:41 +05:30
Liyas Thomas
d12c09aca0
select default lens instead of raw
2020-06-23 07:58:04 +05:30
Andrew Bastin
cb059a141f
Removed debug logs
2020-06-22 04:41:21 -04:00
Andrew Bastin
d31da4a0ec
Removed redundant HTML response type check for preview code
2020-06-22 03:36:34 -04:00
Liyas Thomas
d81306ac1a
Actions for HTML responses
2020-06-22 03:26:31 -04:00
Liyas Thomas
e04e82e81d
Actions for JSON responses
2020-06-22 12:25:43 +05:30
Liyas Thomas
b44ba30873
Actions for RAW responses
2020-06-22 11:22:01 +05:30
Liyas Thomas
923102a8bf
Fixing CI Build
2020-06-22 08:16:09 +05:30
Liyas Thomas
ac323c99d5
Fixed activating multiple tabs on initial load
2020-06-22 08:00:46 +05:30
Andrew Bastin
7911d17b2f
Initial lens implementation
2020-06-21 17:15:34 -04:00
Liyas Thomas
a38ef9e29e
🔍 Improving SEO
2020-06-21 11:26:19 +05:30
Liyas Thomas
6643f1e4c8
Merge branch 'master' into refactor/imports
2020-06-21 09:28:51 +05:30
Liyas Thomas
5d94ac361e
Isolate Netlify, Firebase and Helper functions + Import from absolute paths
2020-06-21 09:24:45 +05:30
Andrew Bastin
361ddc5591
Added ability to select text in realtime log
2020-06-20 23:00:48 -04:00
Liyas Thomas
4cae0c9652
💄 Updating the UI and style files
2020-06-20 00:24:53 +05:30
Liyas Thomas
18875d46b5
🚑 Critical hotfix
2020-06-19 23:07:40 +05:30
Liyas Thomas
e45a185c40
🎨 Updated flex UI
2020-06-19 15:29:14 +05:30
Liyas Thomas
62dfb582f4
Better iconography
2020-06-19 13:25:41 +05:30
Liyas Thomas
1587a44cd7
Lint
2020-06-19 12:26:04 +05:30
Liyas Thomas
b8b15b9394
🍻 hello@postwoman.io
2020-06-18 12:38:16 +05:30
Liyas Thomas
5b220d5c5c
🐛 Fixed a wrong toast notification
2020-06-15 16:10:23 +05:30
Liyas Thomas
5cdc30b822
🐛 Fixed issues with sync, squashed a bug introduced in last transpile
2020-06-15 15:03:31 +05:30
Liyas Thomas
eb760b37e6
Make use of single argument Object
2020-06-11 20:47:49 +05:30
Liyas Thomas
0644a8c9fb
Transpiled ES5 code to ES6/ES7
2020-06-11 19:55:40 +05:30
Liyas Thomas
5d1f54005f
⏪ Reverting banner ad
2020-06-10 15:41:25 +05:30
Liyas Thomas
df115bd7db
🌱 Updated funding info
2020-06-09 14:32:08 +05:30
Mohamed Yussuf
f477998b2f
fix: add sync firebase for all the commit
2020-06-08 01:56:13 +08:00
Mohamed Yussuf
0bf2ba5416
fix: not login issue
2020-06-08 01:32:14 +08:00
Mohamed Yussuf
10c568098c
fix: environment and collection sync issue with firebase
2020-06-08 00:44:22 +08:00
Liyas Thomas
acd7abefe9
n ✏️ Fixing typos
2020-06-05 14:34:58 +05:30
Liyas Thomas
8d8322152b
🌱 Won Tyk side project fund
2020-06-03 11:06:25 +05:30
Liyas Thomas
a04bcd196b
🔥 Removed stale dependency: vue-virtual-scroll-list
2020-05-30 06:14:02 +05:30
Liyas Thomas
0db291047b
🐛 Fixed #912
2020-05-29 22:17:56 +05:30
Liyas Thomas
17dcb1826c
⚗️ Experimenting ad
2020-05-28 15:32:11 +05:30
Liyas Thomas
f1ddf4de56
⚗️ Experimenting ad
2020-05-28 07:35:19 +05:30
Liyas Thomas
d6e06098d0
🐛 Added support for importing Postman global environments. Fixes #907
2020-05-27 22:16:24 +05:30
Liyas Thomas
d986d2e462
🐛 Populate label to Collection - Fixed #897
2020-05-27 07:07:41 +05:30
Andrew Bastin
76d7a3f6d4
Rename sseValid to httpValid
2020-05-22 02:28:14 -04:00
Samir L. Boulema
240351ea23
Fix syncing environments
2020-05-15 16:43:25 +02:00
Samir L. Boulema
39a7d73430
Allow importing environment variables via Postman environment json files
2020-05-11 11:15:42 +02:00