Giuseppe B
c4babfc129
Autobind replacement and react-hot-reload update ( #3022 )
2021-02-03 11:23:42 +13:00
David Marby
1e9868152c
Generate the bundled ssl trust store at compile time ( #3030 )
2021-01-28 11:46:19 +01:00
Opender Singh
42ab4e4465
Multi proto file support ( #3006 )
2021-01-25 15:50:53 +13:00
Opender Singh
ad2e06018e
Add YAML linting and extend accepted yaml content types ( #3001 )
2021-01-18 17:56:53 +13:00
dependabot[bot]
357b8f05f8
Bump highlight.js from 9.18.1 to 10.4.1 in /packages/insomnia-app ( #2910 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-17 11:24:18 +13:00
Opender Singh
27987201ad
gRPC URL bar improvements - streaming type & package groups ( #2883 )
2020-12-09 17:42:50 +13:00
Opender Singh
e4450405ca
lib@2.2.27
2020-12-08 10:55:36 +13:00
Opender Singh
f5a0e9eb7c
lib@2.2.26
2020-11-26 16:12:14 +13:00
Opender Singh
24a28dcda8
deps: fix node-libcurl to 2.2.0
2020-11-18 11:23:35 +13:00
Opender Singh
5c1885a540
Support reuploading a proto file ( #2832 )
2020-11-17 11:01:50 +13:00
Opender Singh
f858b6625d
gRPC state management ( #2813 )
2020-11-12 11:44:03 +13:00
Opender Singh
d18ba8e6d8
Support for gRPC Unary and Client streaming ( #2809 )
2020-11-10 13:30:27 +13:00
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