Dimitri Mitropoulos
d5abff3199
renames keyboard events in line with project standard ( #4303 )
2021-12-13 14:23:56 +00:00
Opender Singh
9586ee749b
Allow users to configure what is shown on environment variable template tags ( #4277 )
...
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
2021-12-13 07:45:08 +00:00
Vincenzo De Petris
833cdfb005
Handle request send hotkey for gRPC ( #4126 )
...
Co-authored-by: Vincenzo De Petris <vincenzodepetris@gmail.it>
Co-authored-by: Opender Singh <opender.singh@konghq.com>
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
2021-12-10 17:34:48 +00:00
Opender Singh
c020d10e9c
Update capitalization ( #4298 )
2021-12-10 09:03:55 -05:00
Opender Singh
e5b6f9034e
Merge branch 'release/2021.7.2' into develop
2021-12-10 10:55:05 +13:00
David Marby
cb42863868
Revert "Fix: disabled native modules in the renderer ( #4230 )"
...
This reverts commit 80e5161a20
.
2021-12-09 14:43:20 +01:00
Opender Singh
268e0282a1
Merge branch 'release/2021.7.1' into develop
2021-12-09 13:45:32 +13:00
Jack Kavanagh
b329c86005
fix cancel request button ( #4288 )
2021-12-09 13:02:33 +13:00
Opender Singh
4da3a75bf3
Merge branch 'release/2021.7.0-beta.0' into develop
2021-12-09 11:50:40 +13:00
Dimitri Mitropoulos
e94b09a0a6
fixes sync button dancing ( #4286 )
2021-12-09 10:04:32 +13:00
Opender Singh
050a4d949e
cookie modal works again ( #4282 )
2021-12-08 16:11:04 +13:00
Dimitri Mitropoulos
c3e55ebbc3
adds more documentation to codemirror addon (and fixes type error) ( #4280 )
2021-12-07 15:39:40 -05:00
Filipe Freire
f513d59f69
Add gRPC Headers (INS-362) ( #3667 ) ( #4244 )
...
* Add gRPC Headers (INS-362) (#3667 )
* Add grpc headers support to client, server and bidi streams
* Fix failing grpc unit checks
* Improvements after CR for #4244
* Fix lint issues
* Fix grpc header overflow and failing tests
* Fix illegal characters in metadata key validation
* Fix common-headers naming and add unit checks
* Fix wrong import format
2021-12-06 10:12:18 +00:00
Opender Singh
80d5dd1ec3
Move Nunjucks rendering into React Context ( #4248 )
2021-12-04 09:08:28 +13:00
Jack Kavanagh
80e5161a20
Fix: disabled native modules in the renderer ( #4230 )
...
* fix non-context-aware imports
* extract _actuallySend to file
* extract CLI unit test function from renderer
* expose curl functions to the ipc renderer
* use curl through ipcRenderer
* feedback first pass make like grpc
* feedback second pass remove duplicate
* fix lint
2021-12-02 09:26:08 +00:00
Dimitri Mitropoulos
715f844fae
fixes hotkey ux (and ui bugs) ( #4045 )
2021-12-01 19:25:13 +00:00
Jack Kavanagh
77d2a5d6b2
remove SpecInfo type ( #4255 )
...
* remove SpecInfo
* Update packages/insomnia-app/app/ui/components/modals/generate-config-modal.tsx
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
2021-11-29 17:28:25 +00:00
Sergiy
1d3cbd3816
fonts settings UI changed ( #4186 )
...
* fonts settings UI changed
* Update tooltip messaging
* removed fontsMono and font-scanner dependency
* remove font-scanner dep
Co-authored-by: Opender Singh <opender.singh@konghq.com>
Co-authored-by: Jack Kavanagh <jackkav@gmail.com>
2021-11-25 10:26:29 +00:00
Opender Singh
f3c6ae19a5
Remove prop drilling to code-editor ( #4243 )
2021-11-25 04:26:08 +00:00
Falon Darville
fb957e3346
rm version divider from Collection dropdown ( #4239 )
2021-11-23 14:54:40 -08:00
Opender Singh
bf1a6f37bf
Update response history timing verbiage ( #4240 )
2021-11-23 12:43:45 +01:00
James Gatz
9845ddfdd4
fix nedb flakiness with the created-at property ( #4231 )
2021-11-19 11:25:08 +01:00
Dimitri Mitropoulos
a72afb60d5
reverts sort order callback behavior ( #4229 )
2021-11-19 13:48:24 +13:00
Jack Kavanagh
d4df5ea5f7
Extend config generator plugin API and modal to handle documentation links ( #4204 )
...
* first pass
* capitalise Swagger and OpenAPI in an error message
* use docs from plugin scope
* extract variables
* check only OpenAPI spec version
* feedback
* fix config mapping
* refactor _generate
* remove bool casts
* revert refactor
* consume docs link
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-11-18 10:54:19 +01:00
Dimitri Mitropoulos
962b71d1c1
adds hotkey support to graphql editor for prettifying ( #4222 )
2021-11-18 03:26:26 +00:00
James Gatz
0648989abf
fix(import): Importing from the projects view should respect the forc… ( #4058 )
2021-11-17 10:44:19 +01:00
Carlos Giraldo
23d17bcbb2
Add support for HTTP/V2PriorKnowledge ( #4194 )
2021-11-16 19:48:16 +00:00
Dimitri Mitropoulos
8598ed752c
fixes defaultTabBehavior for OneLineEditor ( #4215 )
2021-11-15 13:16:25 -05:00
Filipe Freire
42f8e0d349
fix : #4182 pull snapshot icon ( #4211 )
2021-11-11 12:52:34 +00:00
James Gatz
4c906ccae5
allow for an empty string as a workspace name in the header ( #4197 )
2021-11-10 15:11:04 +00:00
Giuseppe B
f1216cb564
[Feature] The proxy configuration values are now hidden by default ( #4036 )
...
Co-authored-by: Opender Singh <opender.singh@konghq.com>
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
2021-11-10 09:29:53 -05:00
Dimitri Mitropoulos
8e21f26175
fix: consistently use index
( #4196 )
2021-11-10 06:11:31 +00:00
Dimitri Mitropoulos
f5230610e3
fixes CodeMirror opacity for disabled (or not) GraphQL body text ( #4188 )
2021-11-09 21:12:41 +00:00
Dimitri Mitropoulos
fd9fcf5031
fix: show JSON preview if content type is text/plain but body is valid json ( #4171 )
...
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-11-08 16:39:26 -05:00
Falon Darville
88d473117d
Update Dark Colorblind theme ( #4179 )
2021-11-04 11:45:30 -07:00
Jack Kavanagh
28378dc3fd
spike: use babel preset typescript to transpile app ( #4142 )
...
* use babel-preset-typescript
* run type-check in release process
2021-11-03 08:06:52 +00:00
Dimitri Mitropoulos
5c02273757
Reduce AppBar sizing and add Project Name to breadcrumbs ( #4159 )
2021-11-03 11:10:53 +13:00
James Gatz
0f134ea553
fix(workspace-card-dropdown): restore the use the get-workspace-name … ( #4150 )
2021-10-26 10:37:45 +13:00
Dimitri Mitropoulos
6f7da8f284
hides ad in account tab when disablePaidFeatureAds
is true
( #4137 )
2021-10-21 21:58:35 +13:00
Mika Andrianarijaona
a23e82dd6e
fix (style): set drag-sidebar z-index to 999 ( #4059 )
...
Co-authored-by: Mika Andrianarijaona <mikaoelitiana@gmail.com>
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-10-18 01:14:11 +00:00
Dimitri Mitropoulos
cabaa7ebdf
removes analytics onboarding if incognito mode is (already) on ( #4115 )
2021-10-14 17:11:01 -04:00
Dimitri Mitropoulos
177d6adf38
Insomnia Config, controlled settings ( #4031 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-10-14 10:59:45 -04:00
Vincenzo De Petris
cbc1cfc8b8
Environments order ( #4048 )
2021-10-13 19:10:48 +00:00
Dimitri Mitropoulos
e793e6f166
unifies getting of workspace name in displayment ( #4060 )
2021-10-07 12:38:11 +00:00
Opender Singh
615287ccfc
Create single inso executable using pkg ( #4049 )
...
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
2021-10-06 22:01:43 +00:00
Falon Darville
cdf95f64d6
Add Dark Colorblind core theme ( #4081 )
2021-10-06 19:11:17 +00:00
Opender Singh
e704f796f8
Attach sync button and button from component library to themes properly ( #4070 )
2021-10-04 11:35:53 +02:00
Ismael Arias
d237b2c907
Implemented Prettier for GraphQL formatting ( #4022 )
...
* Implemented Prettier for GraphQL formatting (#3242 )
* package bump and linting
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
Co-authored-by: James Gatz <jamesgatzos@gmail.com>
2021-10-01 12:31:02 +02:00
James Gatz
fc32856e55
Use forwardRef for the Pane components ( #4053 )
...
* Use forwardRef for the Pane components
* Update packages/insomnia-app/app/ui/containers/app.tsx
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
2021-09-29 09:44:28 +02:00
Dimitri Mitropoulos
d53ef39c9b
use named exports for all (remaining) react components ( #4050 )
2021-09-27 15:47:22 +02:00