David Marby
4fc8b21827
Add file logging ( #2716 )
2020-10-13 18:05:41 +02:00
Opender Singh
1bbbf38a96
Support hyphen -
and other special characters in variable names ( #2601 )
2020-10-02 07:49:05 +13:00
Julien Giovaresco
9bdb13c6bb
Bump httpsnippet to fix Copy as Curl not respecting header case ( #2668 )
...
Closes #2615
2020-09-27 01:07:33 +12:00
Opender Singh
47e68b228f
lib@2.2.25
2020-09-23 10:38:00 +12:00
Opender Singh
c2d989e1e0
lib@2.2.24
2020-09-22 11:45:33 +12:00
Opender Singh
4885d00e0f
Update pdfjs-dist ( #2645 )
...
* add e2e test and update pdfjs version and interface changes
* Remove test focus
* Simplify
* Update test because canvas sizes vary
* Update
2020-09-21 20:45:36 +12:00
dependabot[bot]
92c37bf413
Bump node-forge from 0.8.5 to 0.10.0 in /packages/insomnia-app ( #2612 )
...
* Bump node-forge from 0.8.5 to 0.10.0 in /packages/insomnia-app
Bumps [node-forge](https://github.com/digitalbazaar/forge ) from 0.8.5 to 0.10.0.
- [Release notes](https://github.com/digitalbazaar/forge/releases )
- [Changelog](https://github.com/digitalbazaar/forge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/digitalbazaar/forge/compare/0.8.5...0.10.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Marby <david@dmarby.se>
2020-09-18 15:18:38 +02:00
dependabot[bot]
3314c23ecf
Bump papaparse from 4.6.3 to 5.2.0 in /packages/insomnia-app ( #2590 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2020-09-18 06:05:53 +12:00
Opender Singh
1b416d8027
Release branch for 2020.4.0 ( #2576 )
2020-09-15 08:55:18 +12:00
Opender Singh
deaded4674
Add e2e Core tests to PR workflow ( #2536 )
...
Co-authored-by: David Marby <david@dmarby.se>
2020-08-25 08:40:40 +12:00
Seanghay
827783ee94
Bump up httpsnippet
to 1.22.0 for Kotlin and Axios code generation support ( #2526 )
2020-08-20 16:17:52 +12:00
Opender Singh
c5d36a5223
lib@2.2.21
2020-08-18 11:07:08 +12:00
Opender Singh
1e424fc083
Package styled-components
2020-08-11 16:57:35 +12:00
Opender Singh
17d31eeb50
lib@2.2.20
2020-08-11 12:29:05 +12:00
Opender Singh
fc934698ed
Fix webpack file watching, remove styled-components
from insomnia-components
bundle ( #2497 )
...
* Reinstall webpack...
* Reinstall webpack...
* set styled-components as an external
* Remove script
2020-08-11 07:12:53 +12:00
Opender Singh
cb991ba956
Revert "Fix app reloading and insomnia-components in watch mode" ( #2496 )
...
This reverts commit 971134fae2
.
2020-08-07 08:49:45 +12:00
Opender Singh
971134fae2
Fix app reloading and insomnia-components in watch mode ( #2493 )
...
* Fix fsevents
* Add node_env for netlify
2020-08-07 08:48:49 +12:00
Mike Ellan
784357f089
Sidebar code mirror interactions ( #2433 )
...
* Lifting path clicked up to sidebar root
* Abstracting out path click to story (and app)
* Adding click to scroll, updating sidebar components
* Scroll fix for sidebar
* Cleaning up log
* PR feedback
* PR Feedback, fix schemas & request body rendering
* PR feedback & cleanup
* Prop value checking, selection positioning
* Pulling remote import
* Styled components into insomnia-app, obj destructuring, typing
* Refactoring item path mapping
* Abstracting the mapping of specs for position, bumping down styled components version.
* Directly passing ... rest args initial work
* Pulling logs, removing array concatenation
* Pulling click handler out of render method
* Rolling position mapping into scroll positining method
* Opening up type, could be number/string/array
* Update package-lock.json
* Grabbing height from window, typing API vars, checking path
* Creating scroll method dedicated to design mode
* Moving typing of spec related content to Props def.
* Type checking on sections, invalid section component
2020-08-03 13:57:12 -04:00
Gregory Schier
93c91ebdbe
Upgrade Electron ( #2403 )
...
* Upgrade Electron to 8, bump Node version, fix font-manager
* Specify nodeIntegration as true
* Get <webview> working again
* Get <webview> working again
* Electron 9.0
* Escape parens in plugin install exec path (newer Electron added them)
* Bump versions for first alpha
* Electron 9.1
* Convert all Electron APIs that switched from callback to Promise
* Fix send-and-download feature
* Remove user-agent override hack for OAuth 2 login window
* Bump alpha version
* Fix issue regarding chokidar
* Add package-lock.json
* Upgrade chokidar because @babel/cli uses an older incompatible version of fsevents
* Fix source maps
* Read .nvmrc in GitHub actions
* Address remaining PR feedback
2020-07-27 22:18:26 -07:00
Opender Singh
e43348d48a
lib@2.2.19
2020-07-24 13:00:52 +12:00
Mike Ellan
b7bc88a326
Design sidebar ( #2328 )
...
* updated lock file
* Rolling sidebar from SB into application
* Type fix on the method label output
* Update packages/insomnia-components/components/sidebar.js
Co-authored-by: Opender Singh <opender94@gmail.com>
* PR Feedback - Keys, useCallback Hook
* stubbing component breakout
* PR Feedback
- Breaking out most UI elements into components
- Filter component in place
- Various CSS tweaks
* Removing unused file
* Updating toggle
* Resuable sidebar section (#2359 )
* Introduce resuable sidebar section
* Stop eslint complaining
* add react-use
* Lint fixes
* Make the storybook story less wide
* Component development
Abstracting out line level components i.e.
Section > Header > Filter > Panel > Items
Various code fixes
* Cleaning up section visibility state
* Reverting visibiilty state updater
* Adding paths on click for spec scrolling
* refreshing package-lock to resolve conflict
* PR feedback for sidebar components
* Update packages/insomnia-components/components/sidebar/sidebar-header.js
Co-authored-by: Opender Singh <opender94@gmail.com>
* Including lock
* Merge fix
* Component structuring, prop clean-up, css updates
* Cleaning up components, pr feedback, fixing styling
* array index reference clean-up/clarity
* Leveraging useToggle rather than manual useState toggling
* Cleaning up logs
* Hide info section if missing from spec.
* Update packages/insomnia-components/components/sidebar/sidebar-responses.js
Co-authored-by: Opender Singh <opender94@gmail.com>
* Update packages/insomnia-components/components/sidebar/sidebar-schemas.js
Co-authored-by: Opender Singh <opender94@gmail.com>
* Pull fragment
* Destructuring and filter cleanup
* Clearing filter value and DOM on section collapse
* Merge latest
* Merge conflict cleanup
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-07-22 09:13:06 -04:00
Opender Singh
0aa12f83df
lib@2.2.15
2020-07-08 08:55:56 +12:00
Opender Singh
1b5315fe55
lib@2.2.13
2020-07-02 11:39:48 +12:00
Opender Singh
9af2054ccf
lib@2.2.12
2020-07-02 11:29:00 +12:00
Opender Singh
d91e6735a7
lib@2.2.11
2020-07-02 11:19:48 +12:00
Gregory Schier
45861b6393
POC to get Insomnia networking available outside of app ( #2329 )
...
* Hacked insomnia lib package to get Insomnia's networking in tests
* Some small tweaks
* Got it mostly working
* Tweak
* Fix
* Fix pkg
* Fix some things
* Add comment
* Comment out log
* Some tweaks after doing a self code review
* Fix test
* Update app name for `insomnia-send-request`
* Update package-lock
* Update package-locks
* Fix tests
* Add gitignore
* Fix tests hopefully
* Fix accidental dep deletions
* Fix tests again
* Mock for all tests
* Update tests again
* Don't compile for Electron for tests
* Update release scripts to disable tests
2020-06-30 12:36:15 -07:00
Gregory Schier
55be1de2bd
lib@2.2.10
2020-06-29 10:51:46 -07:00
Gregory Schier
85f4bf31be
Update packages from lib@2.2.9 publish
2020-06-25 15:50:39 -07:00
Opender Singh
2586ee5ad7
Bundling improvements for insomnia-components ( #2297 )
...
* Bundling improvements for insomnia-components
* Update
* Update
2020-06-17 07:46:13 +12:00
Opender Singh
62593e9282
lib@2.2.8
2020-06-09 13:27:38 +12:00
Gregory Schier
4d02e6af8a
Merge branch 'develop' of github.com:Kong/insomnia into develop
2020-05-28 14:41:57 -07:00
Gregory Schier
2d74e15c54
Fix rimraf recursion on fsevent
2020-05-28 14:41:51 -07:00
Opender Singh
4cabc17bbd
lib@2.2.7
2020-05-29 09:24:51 +12:00
Gregory Schier
4387381fd1
Upgrade node-libcurl ( #2223 )
...
* deps: bump node-libcurl to latest prerelease version
* Add .npmrc, bump Electron to 3.1.13, remove electron-rebuild
* Minor tweaks
* package locks
* Bump version
* Switch to font-manager and fix fsevents rimraf
* Try generating npmrc inside build/
* Try uninstall of fsevents instead
* Bump
* Try npm env vars
* Extra .npmrc
* Try npm env vars in all CI
* Fix insomnia-cookies dependencies
* Fix typo
* Loosen nvmrc version
* Remove npm uninstalls
* Build outside of Docker
* Remove Docker, build all on GH Actions
* Bump Core version
* Disable Snapcraft for now
* Bump
* Disable snap for Designer too
* Update product name for Core
* Update test.yml
* Remove Travis file
* Make userData folder explicit and add Curl types
* Remove old Kong icon
* Remove curl.js adapter
* Revert productName
* Fix release date
* Try remove windows build tools from CI
* Add comment about Snap deploys
* Remove the pane border on Windows (no longer necessary)
Co-authored-by: Jonathan Cardoso Machado <me@jonathancardoso.com>
2020-05-28 10:09:51 -07:00
Gregory Schier
2800c9c9e7
lib@2.2.6
2020-05-20 20:15:22 -07:00
Gregory Schier
5252137f3c
lib@2.2.5
2020-05-20 20:14:45 -07:00
Opender Singh
443d6df08d
Initial pass to combine eslint and prettier ( #2166 )
2020-05-15 10:54:07 +12:00
Opender Singh
15d4789716
Move toggle-switch to insomnia-components
, attach to themes ( #2115 )
2020-05-06 12:08:17 +12:00
Gregory Schier
8276688758
lib@2.2.4
2020-05-01 20:40:27 -07:00
Gregory Schier
48916b9ed2
Update plugins and merge theme packages
2020-05-01 20:40:02 -07:00
Gregory Schier
58fed78d06
Flatten insomnia-libcurl package ( #2081 )
...
* Remove unnecessary insomnia-libcurl package to flatter installation dirs
* Remove empty test folder
* Fix inlc mock
2020-04-29 12:59:46 -07:00
Gregory Schier
65d7fab79e
lib@2.2.3
2020-04-29 11:15:38 -07:00
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
Gregory Schier
7de8246ff8
lib@2.2.2
2020-04-27 15:02:35 -07:00
Gregory Schier
d1b7d55483
Travis improvements and upgrade Octokit
2020-04-26 14:29:51 -07:00
Gregory Schier
c6a7c4d682
Initial designer merge
2020-04-26 13:33:39 -07:00
Opender Singh
b4b6464f9e
Remove insomnia-components ( #2043 )
2020-04-22 12:23:54 -07:00
Gregory Schier
cb715f9565
Remove all fsevents modules
2020-04-14 16:09:18 -07:00
Opender Singh
1aba4cb2cf
Nunjuck resolution in order of property definitions ( #1863 )
...
* Add breaking test
* Remove preferential ordering of tags over variables in nunjucks
* Remove preferential ordering of tags over variables in nunjucks
* simplify nunjucks sort
* Add breaking test for incorrect order
* Update json-order and consume
* Refine test with dataPropertyOrder
* Tests
* add note
* Add to test
* Missed the await
2020-03-09 11:20:22 -07:00
Gregory Schier
9fe45a8ebb
Bump version
2020-02-18 16:17:57 -05:00
Gregory Schier
6ee442c019
pkg-v2.1.6
2020-02-12 10:02:11 -05:00
Gregory Schier
cc43f2af8f
Bump version
2020-02-11 14:35:27 -05:00
Gregory Schier
32a958ab95
View open source licenses in app ( #1926 )
...
* View opensource licenses
* Remove redundant check
2020-02-06 08:41:56 -05:00
Gregory Schier
00fd73ddd5
Add support for RGB triplets in theme colors
2020-02-04 14:46:36 -05:00
Opender Singh
7b3ae5bfd8
Enable and disable plugins! ( #1855 )
...
* Add PluginConfig type
* Update plugin loader to find PluginConfig
* Only extend with active plugins
* Toggle checkbox UI
* Show checkbox
* WIP
* WIP - add separate checkbox component
* add react-switch
* Remove toggle-switch less files
* Rename
* Move dependency to app package
* Can't bootstrap or run after moving node module to insomnia-app package hmmm
* Update packages
* Add toggle switch story
* Remove unnecessary prop
* Update story
* Renames
* Update dependencies...
* Update flow-types
* Hmmm
* Fix import?
* Update
* Update to regular component
* Fix css + remove _mounted from toggle-switch
Co-authored-by: Gregory Schier <gschier1990@gmail.com>
2020-01-23 13:43:04 -05:00
Gregory Schier
f50bcfeafb
pkg-v2.1.5
2020-01-06 15:07:32 -05:00
Gregory Schier
10d7255800
pkg-v2.1.4
2020-01-06 14:19:56 -05:00
Gregory Schier
1a6bdad517
insomnia-ui -> insomnia-components
2020-01-06 14:02:54 -05:00
Gregory Schier
e46bf021cf
pkg-v2.1.3
2020-01-06 13:51:24 -05:00
Gregory Schier
5a92964db6
New insomnia-ui package with initial <NoticeTable/> component ( #1869 )
...
* Add insomnia-ui package with NoticeTable component and a few other examples
* Tweak icon placement and add insomnia-ui to insomnia-app package
* Add click handling and some extra styles to <NoticeTable/>
* New SvgIcon component and style tweaks
* Fix dependencies
* Fix button border
* Fix flow lint
* SvgIcon stories and lots of style updates
* Fix auto-formatting issue
2020-01-06 13:33:47 -05:00
Opender Singh
f920ba17f2
Update codemirror ( #1861 )
2019-12-20 15:03:44 -05:00
Gregory Schier
851e142136
Rename getinsomnia > kong
2019-12-17 12:16:08 -05:00
Gregory Schier
5c9493fa2d
pkg-v2.1.2
2019-12-17 11:58:09 -05:00
Gregory Schier
d34316747c
Bump version
2019-12-17 11:57:45 -05:00
Gregory Schier
08d57747ba
v2.1.1
2019-12-12 15:40:12 -05:00
Gregory Schier
114a78cf27
v2.1.0
2019-12-12 15:32:59 -05:00
Gregory Schier
5d00b89dce
Publish
...
- insomnia-app@1.1.15
- insomnia-cookies@0.0.22
- insomnia-importers@2.0.26
- insomnia-libcurl@0.0.33
- insomnia-xpath@1.0.19
- insomnia-plugin-cookie-jar@1.0.20
- insomnia-plugin-jsonpath@1.0.23
- insomnia-plugin-now@1.0.21
- insomnia-plugin-os@1.0.23
- insomnia-plugin-request@1.0.29
- insomnia-plugin-response@1.0.29
- insomnia-plugin-uuid@1.0.20
2019-12-04 11:57:27 -05:00
Gregory Schier
a2bb088917
Bump version
2019-11-28 13:33:14 -05:00
Gregory Schier
0b7f67dcf5
Publish
...
- insomnia-app@1.1.14
- insomnia-plugin-core-themes@1.0.13
2019-11-27 10:53:09 -05:00
Gregory Schier
46d7d94296
Update some dependencies
2019-11-27 10:52:20 -05:00
Gregory Schier
43d183d627
Update Linux dependencies for libcurl ( Closes #1757 )
2019-11-27 10:07:43 -05:00
Gregory Schier
0b5413e81a
Try fix icons
2019-11-26 17:41:09 -05:00
Gregory Schier
644b67dec6
Version bump
2019-11-26 16:19:31 -05:00
Gregory Schier
38c465f5e5
Version bump
2019-11-26 15:34:14 -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
abe274796a
Publish
...
- insomnia-app@1.1.13
- insomnia-importers@2.0.25
2019-11-22 14:00:18 -05:00
Gregory Schier
7310fa3697
Publish
...
- insomnia-app@1.1.12
- insomnia-cookies@0.0.21
- insomnia-importers@2.0.24
- insomnia-libcurl@0.0.32
- insomnia-prettify@0.1.14
- insomnia-url@0.1.13
- insomnia-xpath@1.0.18
- insomnia-plugin-base64@1.0.13
- insomnia-plugin-cookie-jar@1.0.19
- insomnia-plugin-core-themes@1.0.12
- insomnia-plugin-default-headers@1.1.14
- insomnia-plugin-file@1.0.14
- insomnia-plugin-hash@1.0.14
- insomnia-plugin-jsonpath@1.0.22
- insomnia-plugin-now@1.0.20
- insomnia-plugin-os@1.0.22
- insomnia-plugin-prompt@1.1.18
- insomnia-plugin-request@1.0.28
- insomnia-plugin-response@1.0.28
- insomnia-plugin-uuid@1.0.19
2019-11-22 13:41:27 -05:00
Gregory Schier
f325aef9ff
Publish
...
- insomnia-app@1.1.11
- insomnia-cookies@0.0.20
- insomnia-importers@2.0.23
- insomnia-libcurl@0.0.31
- insomnia-xpath@1.0.17
- insomnia-plugin-cookie-jar@1.0.18
- insomnia-plugin-jsonpath@1.0.21
- insomnia-plugin-now@1.0.19
- insomnia-plugin-os@1.0.21
- insomnia-plugin-request@1.0.27
- insomnia-plugin-response@1.0.27
- insomnia-plugin-uuid@1.0.18
2019-11-22 11:05:46 -05:00
Gregory Schier
869dffbf36
Upgrade electron-rebuild
2019-11-22 11:04:22 -05:00
Gregory Schier
f554425d13
Add travis back for macOS builds
2019-10-18 10:48:39 -04:00
Gregory Schier
1b102e20c3
Don't publish snapcraft during build
2019-10-17 14:30:22 -04:00
Gregory Schier
a65e99fb63
Print snapcraft version
2019-10-10 14:05:40 -07:00
Gregory Schier
d62b969d87
Bump version to beta
2019-10-10 12:20:46 -07:00
Gregory Schier
24109a0538
Bump version'
2019-10-09 13:32:36 -07:00
Gregory Schier
153b10c209
Better Github Actions builds ( #1718 )
...
* Try some things
* Try docker
* Specify bash in Dockerfile
* Fix?
* Fix dockerfile version
* Fix bootstrap.sh path
* Use GITHUB_WORKSPACE in docker script
* Fix permissions again
* Fix missing bootstrap.sh
* Try again
* Fix entrypoint.sh permissions
* Remove Linux2
2019-10-09 13:31:42 -07:00
Gregory Schier
0c53522f46
Add Apple Notarization
2019-10-08 16:31:32 -07:00
Gregory Schier
9bbb253a37
Bump version
2019-10-08 12:00:58 -07:00
Gregory Schier
8ce877eb73
Publish
...
- insomnia-app@1.1.10
- insomnia-cookies@0.0.19
- insomnia-importers@2.0.22
- insomnia-libcurl@0.0.30
- insomnia-prettify@0.1.13
- insomnia-url@0.1.12
- insomnia-xpath@1.0.16
- insomnia-plugin-base64@1.0.12
- insomnia-plugin-cookie-jar@1.0.17
- insomnia-plugin-core-themes@1.0.11
- insomnia-plugin-default-headers@1.1.13
- insomnia-plugin-file@1.0.13
- insomnia-plugin-hash@1.0.13
- insomnia-plugin-jsonpath@1.0.20
- insomnia-plugin-now@1.0.18
- insomnia-plugin-os@1.0.20
- insomnia-plugin-prompt@1.1.17
- insomnia-plugin-request@1.0.26
- insomnia-plugin-response@1.0.26
- insomnia-plugin-uuid@1.0.17
2019-10-07 13:48:48 -07:00
Gregory Schier
ebb8bb531d
Version bump
2019-09-30 17:58:07 -07:00
Gregory Schier
400f15a348
Publish
...
- insomnia-app@1.1.9
- insomnia-cookies@0.0.18
- insomnia-importers@2.0.21
- insomnia-libcurl@0.0.29
- insomnia-prettify@0.1.12
- insomnia-url@0.1.11
- insomnia-xpath@1.0.15
- insomnia-plugin-base64@1.0.11
- insomnia-plugin-cookie-jar@1.0.16
- insomnia-plugin-core-themes@1.0.10
- insomnia-plugin-default-headers@1.1.12
- insomnia-plugin-file@1.0.12
- insomnia-plugin-hash@1.0.12
- insomnia-plugin-jsonpath@1.0.19
- insomnia-plugin-now@1.0.17
- insomnia-plugin-os@1.0.19
- insomnia-plugin-prompt@1.1.16
- insomnia-plugin-request@1.0.25
- insomnia-plugin-response@1.0.25
- insomnia-plugin-uuid@1.0.16
2019-09-19 13:57:27 -07:00
Gregory Schier
945ff0e631
Unify build config in one place
2019-09-17 17:02:42 -07:00
Gregory Schier
09861f54b2
Fix JSONPath dependency issue ( Closes #1624 )
2019-08-07 12:18:14 -04:00
Gregory Schier
a3ab2acfd4
Fix change password logic
2019-08-07 11:08:25 -04:00
Gregory Schier
1ed09bf9b7
Publish
...
- insomnia-app@1.1.8
- insomnia-cookies@0.0.17
- insomnia-importers@2.0.20
- insomnia-libcurl@0.0.28
- insomnia-xpath@1.0.14
- insomnia-plugin-cookie-jar@1.0.15
- insomnia-plugin-jsonpath@1.0.18
- insomnia-plugin-now@1.0.16
- insomnia-plugin-os@1.0.18
- insomnia-plugin-prompt@1.1.15
- insomnia-plugin-request@1.0.24
- insomnia-plugin-response@1.0.24
- insomnia-plugin-uuid@1.0.15
2019-08-06 12:05:21 -04:00
Gregory Schier
1a80b3131a
Bump app version
2019-08-06 12:05:05 -04:00
Gregory Schier
d3d788eb06
Fix zprint-clj version
2019-08-02 15:37:25 -04:00
Gregory Schier
8fda24ae47
Small sidebar refactor and moved ESLint to top level
2019-08-02 15:01:01 -04:00
Gregory Schier
c5cdf15fe6
Publish
...
- insomnia-app@1.1.7
- insomnia-importers@2.0.19
2019-05-29 23:08:11 -04:00
Gregory Schier
4fdb99a5ef
Add sync beta button in sync menu
2019-05-29 16:53:55 -04:00
Opender Singh
24a2e75fa3
Preserve property order in environment editor ( #1497 )
...
* Add json-order package
* Add propertyMap and sort properties boolean to model
* Keep property order
* Remove extra check
* Allow env editor in request group overrides to maintain order
* Add checkbox
* Order control added
* Use up to date json-order
* Rename
* Remove extra field
* Update separator
* Prevent unnecessary parse
* Move to regular dependency
* add to packedDeps
* Renames
* Remove extra code
* Removed extra state
* More fixes...
* add flowtypes for json-order
* typo
* Updated flowtypes
* Fixed?
* linting to remove unused import
2019-05-29 16:10:48 -04:00