Gregory Schier
a1f99d47b1
Optinally download prettified response body
2019-12-12 15:02:53 -05:00
kliques
c96067322c
ft(prettify-json): prettify json when saving response to file ( #1829 )
2019-12-12 12:57:41 -05:00
Gregory Schier
351c8eed90
Show Fixedsys Excelsior font in monospace fonts ( Fixes #1835 )
2019-12-12 11:17:03 -05:00
Gregory Schier
e932d7e388
Prompt for name when duplicating requests and folders
2019-12-11 12:48:56 -05:00
Tomasz Dłuski
705876ace9
[Feature] Wsdl Importer with sample xml ( #1675 )
...
* new(importer): wsdl first version (without body)
* add(tests): wsdl importer - adds simple test
fixes addition test
adds comments + place to generate body
* working converter
* adds apiconnect-wsdl npm package
* resets package.json dependencies
* adds lodash and apiconnect-wsdl into importers project
2019-12-11 12:02:08 -05:00
Gregory Schier
4d1a9113bb
Remove console.log's
2019-12-10 11:31:11 -05:00
Gregory Schier
5eb529c33b
Fix potential white screen when creating workspaces ( Closes #1833 )
2019-12-10 11:29:48 -05:00
Gregory Schier
d330bb5c70
Use X-HTTP-Method-Override UI to show GraphQL as well ( Closes #1780 )
2019-12-04 13:45:09 -05:00
Gregory Schier
1e3da598cd
Make SelectModal cancellable ( Closes #1779 )
2019-12-04 12:08:10 -05:00
Gregory Schier
81ef50cc6b
Less-strict URL parsing in openapi3 importer ( Fixes #1782 )
2019-12-04 11:56:22 -05:00
Gregory Schier
36059c8480
Sidebar creation context menu ( Closes #1625 )
2019-12-03 17:07:26 -05:00
Gregory Schier
0f300fd617
Tweaks to GraphQL editor variables lint bug
2019-12-03 14:59:25 -05:00
Daniel Frankcom
57af729ca5
Add GraphQL lint to editor component mount ( Fixes #1507 ) ( #1822 )
2019-12-03 14:55:10 -05:00
Gregory Schier
b270333503
Add tooltip delays on response history dropdown
2019-12-03 13:28:12 -05:00
Opender Singh
35e6dbe1ff
Persist and restore code folds ( #1815 )
...
* Persist and restore folds
* Persist and restore folds
* Persist and restore folds
* add types
* Update
* Update
* Fix types
2019-12-03 11:51:04 -05:00
Gregory Schier
4950af71ae
Fix perf regression from cloning state ( Closes #1814 )
2019-11-28 13:32:08 -05:00
Gregory Schier
3c9670920b
Fix URL placeholder color
2019-11-27 10:51:54 -05:00
Gregory Schier
d1207a3a12
Fix use arrays of objects in environments ( Closes #1605 )
2019-11-27 10:46:22 -05:00
Gregory Schier
44af0b1a3c
Try removing Linux icons to fallback to auto-generated
2019-11-26 16:17:55 -05:00
Gregory Schier
ec972b4694
Don't auto-close brackets on one line editor ( Fixes #1560 )
2019-11-26 15:48:17 -05:00
Gregory Schier
42e198bf75
Add Storybook with basic components ( #1807 )
...
* Gruvbox theme
* Added Storybook for all components that don't fail in browser
2019-11-26 12:22:21 -05:00
Gregory Schier
bb0b5df096
Fix key-value-editor jumping
2019-11-25 17:48:30 -05:00
Luca Dommes
a25b62b994
Add description field for body entries ( #1789 )
...
* Add description field for body entries #1673
Besides key and value the user can provide a description to the
according body entry to better keep track of them. This is useful when
testing an API with multiple different bodies.
* Make description field optional in all key value editors #1673
- Show description fields when any description exists
- Add toggle description option to gear icon menu
- Add optional description field in all key value editors
* Make placeholders lower case
2019-11-25 17:36:01 -05:00
Duncan Brown
83be4a9714
Add audience and resource field for OAuth2 Authorization Code grant ( #1768 )
...
* add audience to grant authorization code
* add resource to grant authorization code
* fixed audience and resource for code grant
2019-11-22 12:48:34 -05:00
Gregory Schier
2834d839d0
Support Enums in GraphQL documentation explorer ( #1787 )
...
* Support Enums in GraphQL documentation explorer
* Remove additional props being passed
2019-11-22 12:44:43 -05:00
Gregory Schier
a5857ba9e8
Adjust auto-sizing extra scroll
2019-11-22 12:44:05 -05:00
kliques
b4b60f3565
fix(height): ( #1800 )
...
- add dynamic height of window "Edit variable" - "Line preview"
2019-11-22 12:38:27 -05:00
Gregory Schier
a492dc6312
Merge branch 'develop' of github.com:getinsomnia/insomnia into develop
2019-11-22 10:58:20 -05:00
Gregory Schier
05c68ecdf6
Small tweak to setSelection in CodeEditor component
2019-11-22 10:58:00 -05:00
Luca Dommes
313de05a16
Make 'value' and 'header' lower case for consistency ( #1790 )
2019-11-22 10:48:56 -05:00
kliques
58eb3eaeb7
feature: clipboard feature ( #1776 )
...
- add import from clipboard
2019-11-22 10:46:54 -05:00
Gregory Schier
62f3899e23
Add regex JSONPath example to help dialog (Ref #1785 )
2019-11-15 15:16:00 -05:00
Nilay Majorwar
49804432a5
Added response history grouping by time ( #1761 )
2019-11-07 17:10:08 -05:00
Gregory Schier
8073797816
Merge branch 'develop' of github.com:getinsomnia/insomnia into develop
2019-11-04 20:10:21 -05:00
Gregory Schier
0f13d4d002
Dropdown works with empty dividers
2019-11-04 20:10:14 -05:00
Nilay Majorwar
9b804b282b
Fix build failing ( #1760 )
2019-11-01 10:02:53 -04:00
Nilay Majorwar
157ccac2f8
Added display support for X-Http-Method-Override ( #1744 )
2019-10-31 12:46:48 -04:00
Nilay Majorwar
ad278ea01a
[Feature] Added request-specific followRedirects setting ( #1737 )
...
* Added request-specific follow redirect setting
* Added hint text to follow redirects setting
2019-10-31 12:02:03 -04:00
Elias Meire
e8cefefa57
[Feature] [cURL] Parse query parameters from url in importer ( #1726 )
...
* feat(curl): parse parameters from url string
* feat(curl): Remove trailing slash after import
* feat(curl): Add exception for failing test
* feat(curl): Parse params from url in curl importer
2019-10-31 11:42:42 -04:00
Gregory Schier
61b4c6e78d
Dropdown children now work with React.Fragment
2019-10-30 12:30:34 -04:00
Gregory Schier
8110caa4ff
Small tweak to build scripts
2019-10-30 10:24:32 -04:00
Gregory Schier
e1d3f15311
Better entities initialization
2019-10-30 10:24:14 -04:00
Gregory Schier
f5978b22f9
Fix tab key in code editor ( Closes #1703 )
2019-10-07 12:26:28 -07:00
Gregory Schier
edf94643c1
Re-detect operationName when editing GQL query ( Fixes #1708 )
2019-10-07 12:17:34 -07:00
Gregory Schier
1817534025
Merge branch 'master' of github.com:getinsomnia/insomnia into develop
2019-10-07 11:55:23 -07:00
Malachi Willey
552ca2ad69
No longer override in GraphQL editor on initialization ( #1701 )
2019-10-07 11:54:46 -07:00
Malachi Willey
607b219afa
Correct typo on import dialog ( #1696 )
2019-10-07 11:52:00 -07:00
Alex Hîncu
16a00cf70b
Add request name in the hover tooltip ( #1705 )
2019-10-07 11:44:16 -07:00
Alex Hîncu
8a290784aa
Add ability to duplicate environments ( #1706 )
2019-10-07 11:43:34 -07:00
Ranjan Purbey
e14237a555
Fix transparent line-numbers background ( #1690 )
2019-09-30 13:11:15 -07:00