Opender Singh
fd1420ddc8
Add filename to apiSpec model and decouple from workspace name ( #2063 )
...
* Initial commit
* WIP
* Fix lint
* Fix tests
* Add test for workspace migration
* Rename title to use fileName instead of workspace name for designer
* Linting
2020-04-28 14:29:51 -04:00
Opender Singh
c3d4d89193
Prevent migrations from running for database.duplicate ( #2040 )
2020-04-22 11:59:09 +12:00
Gregory Schier
7bc219422e
Update Babel and ESLint and fix all related errors ( #2032 )
...
* Update Babel and ESLint and fix all related errors
* Update babel-jest
2020-04-09 10:32:19 -07: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
Gregory Schier
e24ce7f7b4
Fix tests
2019-05-08 13:59:16 -04:00
Gregory Schier
69a4abb268
Add setting to show more data in timeline ( Closes #1262 )
2019-04-27 01:55:04 -07:00
Gregory Schier
88b0bb784f
Add trailing commas to ESLint + Prettier
2018-12-12 12:36:11 -05:00
Gregory Schier
5ebc53fa13
Adjusted top-level deps
2018-12-11 18:44:34 -05:00
Ricky Chandra
f88d961748
Add clean deleted responses task on startup, and add tests ( #1292 )
...
* Add clean deleted responses task on startup, and add tests
* Bump version
* Add hookDatabaseInit() call to perform ops on DB startup
* Refactor clean responses function to fetch all from db instead of batching, move the call to db init hook, and refactor tests to use spyOn
2018-12-04 22:26:18 -05:00
Daniel O'Loughlin
37ccd12af4
Closes 1225 ( #1230 )
...
* Updated all references to use the getDataDirectory function from misc so that an environment variable can be set for the data directory.
* Did some minor code formatting cleanup
* Got rid of some unused vars
* More unused var cleanup
2018-11-05 22:39:50 -04:00
Timothy Lim
2b3591f6e4
Fixes #922 : Clear Content-Type when selecting 'No Body' ( #1214 )
...
* Clear Content-Type when selecting 'No Body'
* Remove CONTENT_TYPE_NO_BODY and simplify filter
2018-10-20 10:24:27 -04:00
Gregory Schier
99de4725fa
prettier entire project
2018-10-17 12:42:33 -04:00
Gregory Schier
4901f03041
Add Prettier
2018-06-25 13:42:50 -04:00
Gregory Schier
c82e163841
Add ability to view introspection request/response timeline upon error ( #970 )
...
* Add ability to view introspection request/response timeline upon error
* Fix tests
2018-06-06 13:48:14 -07:00
Gregory Schier
d5b75c7d32
Curl generation query params bug ( Fixes #810 )
2018-03-26 13:50:43 -07:00
Gregory Schier
88286bbf94
Don't restore name/folder on history change ( Fixes #786 )
2018-03-06 19:02:31 +13:00
Gregory Schier
1c69e3a1b4
Fix tests
2018-03-06 16:45:40 +13:00
Alan Seymour
c5b946c07c
[Feature] Save request body when switching to 'No Body' ( #752 ) ( #762 )
...
* Save body when switching to No Body, restore on returning
* Hide body clearing warning when switching to no body
* Remove unused import
* Add tests
2018-02-17 00:24:54 +08:00
Gregory Schier
1ff673f46c
Fix tests
2017-12-12 20:26:27 +01:00
Gregory Schier
cff03fb4e6
Fix body migration ( Fixes #634 )
2017-11-28 11:25:05 +00:00
Gregory Schier
549ce23ce8
Merge All Repositories into Monorepo for easier maintenance ( #629 )
...
* All projects into monorepo
* Update CI
* More CI updates
* Extracted a bunch of things into packages
* Publish
- insomnia-plugin-base64@1.0.1
- insomnia-plugin-default-headers@1.0.2
- insomnia-plugin-file@1.0.1
- insomnia-plugin-hash@1.0.1
- insomnia-plugin-now@1.0.1
- insomnia-plugin-request@1.0.1
- insomnia-plugin-response@1.0.1
- insomnia-plugin-uuid@1.0.1
- insomnia-cookies@0.0.2
- insomnia-importers@1.5.2
- insomnia-prettify@0.0.3
- insomnia-url@0.0.2
- insomnia-xpath@0.0.2
* A bunch of small fixes
* Improved build script
* Fixed
* Merge dangling files
* Usability refactor
* Handle duplicate plugin names
2017-11-26 20:45:40 +00:00