John Chadwick
eb67958846
Refactor markdown preview to minimize unsafe HTML. ( #3842 )
...
Fixes INS-805.
2021-07-23 12:55:47 -07:00
Dimitri Mitropoulos
0178533e52
Feat/eslint import order ( #3782 )
2021-07-23 11:04:56 +12:00
Dimitri Mitropoulos
92206c4f93
UI for Local/Remote spaces ( #3824 )
2021-07-22 10:56:14 -04:00
Opender Singh
fcd546b005
clear models ( #3830 )
2021-07-22 12:21:41 +00:00
Opender Singh
b7ca6366d0
git clone into the active space ( #3775 )
2021-07-20 01:05:08 +00:00
Daniel H
45000573c4
Add text/plain body type ( #3793 )
...
Co-authored-by: Daniel H <>
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-07-19 22:34:01 +00:00
Grégoire Lodi
7831682278
Load local GraphQL schema ( #3803 )
...
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-07-19 22:02:12 +00:00
John Chadwick
10c9940628
Implement color scheme badge artifact workaround. ( #3823 )
...
* Implement color scheme badge artifact workaround.
Color scheme badges have a small gap artifact caused by an interplay
between anti-aliasing and alpha blending. Here, we use pseudo-classes to
ensure one opaque pixel of intersection between the shadow border and
the color badge.
* Improved workaround for color badge bug.
This improved workaround has fewer limitations and reduces visual
artifacts during transitions.
* Don't fade ring when hovering in OS theme mode.
This tiny change makes the transition look a lot better.
2021-07-19 12:44:24 -07:00
John Chadwick
b07cd1cf16
Upgrade Electron to 11.2.3. ( #3798 )
...
* Upgrade Electron from 9.3.5 to 11.2.3.
* bump version
* update preid to alpha
* version packages lib@2.3.1-alpha.0
* Downgrade electron-builder to 22.11.3.
We tried to upgrade electron-builder to 22.11.7, but this fails
because electron-builder 22.11.4 introduces imports into fs/promises.
This module is only available in Node 14+, so we have to stick to
22.11.3 until we update to Electron 12.
* Revert npm script changes from alpha release.
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-07-16 13:35:32 -07:00
Opender Singh
d241093ec2
Import into the active space ( #3795 )
2021-07-14 00:10:49 +00:00
Dimitri Mitropoulos
ca0f6eb9d0
Improvements to theme selection ( #3506 )
2021-07-13 23:49:32 +00:00
Opender Singh
769d6c16d4
Remove checkbox background ( #3812 )
2021-07-13 14:45:47 -07:00
Johan Hammar
60ef1a83f9
Add menu separators in view and help menus ( #3802 )
2021-07-11 19:28:35 +12:00
Florian Hämmerle
92e0970281
response-timer: use tabular-nums for uniform width ( #3800 )
2021-07-09 17:03:11 -07:00
Opender Singh
bbadeac090
Merge branch 'hotfix/INS-782-exportFormat' into develop
2021-07-08 09:16:59 +12:00
Opender Singh
ff49cb3093
don't call done callback unless it exists
2021-07-07 11:47:54 +12:00
Opender Singh
d5a1f44f15
Don't auto create a workspace if none exist ( #3776 )
2021-07-07 08:30:50 +12:00
Opender Singh
3e8b5b1c20
Force to design workspace when coming from git ( #3774 )
2021-07-05 21:22:27 +12:00
Opender Singh
17de9ef556
convert from map to find
2021-07-02 09:04:06 +12:00
Dimitri Mitropoulos
9f3705a8a8
adds eslint rule for requiring default case statements ( #3779 )
2021-07-01 20:47:10 +00:00
Opender Singh
b84bb5d6e7
Update packages/insomnia-app/app/ui/redux/modules/global.tsx
...
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
2021-07-02 08:20:30 +12:00
Opender Singh
4233f1565c
Update packages/insomnia-app/app/ui/redux/modules/global.tsx
2021-07-02 08:06:39 +12:00
Dimitri Mitropoulos
ef840cd516
hotfix - INS-782
2021-07-01 15:52:35 -04:00
Dimitri Mitropoulos
d87612c032
removes storybook (and related dependencies) from insomnia-app ( #3502 )
2021-07-01 08:15:19 -04:00
Dimitri Mitropoulos
9c0f7660dc
Base Space export ( #3479 )
2021-06-30 15:33:02 +00:00
Ross McDonald
c24d08ad66
Update Spectral to latest release ( #3179 )
2021-06-30 15:11:20 +00:00
Opender Singh
837cadebaf
Remove the need for an active workspace to always exist ( #3494 )
2021-06-30 07:47:17 +00:00
Opender Singh
5c32700344
ensure teamId is sent for push and pull ( #3477 )
...
* ensure teamId is provided for push and pull
* refactor
* Fix tests
* fix build
* fix lint
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
2021-06-26 07:32:29 +12:00
Nick Hackman
a03c098974
feat: introduce request group settings (name, description, and move/copy) ( #3350 )
2021-06-25 10:21:07 -04:00
Darren Jennings
5ddd5420b3
doc(code-snippets): update link to use Kong org ( #3504 )
2021-06-24 09:35:48 +12:00
Opender Singh
0c97fd7a88
Use safe state and reducer dispatch hooks ( #3483 )
2021-06-23 12:40:48 -04:00
Giuseppe B
062167a9d6
Introducing tooltip helper for Vim mode on MacOS ( #3476 )
...
* Introducing tooltip helper for Vim mode on MacOS
* Fix article link and update tooltip text
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-06-23 11:36:55 +12:00
Eric Reynolds
309cb85c72
Update types in networking layer for response times in testing ( #3466 )
...
plugin calls do not use curl, so set this instance to zero
Co-authored-by: Eric Reynolds <eric.reynolds@konghq.com>
2021-06-23 11:35:07 +12:00
Amaan Iqbal
566ca93bad
Add response time in api response to test latency ( #3465 )
...
* Add response time in api response to test latency
* linting fixes
Co-authored-by: Eric Reynolds <eric.reynolds@konghq.com>
2021-06-23 11:34:27 +12:00
Dimitri Mitropoulos
bcad8691a7
fix CodeMirror crash ( #3451 )
2021-06-23 11:33:18 +12:00
Dimitri Mitropoulos
7733d6b4fa
clears PureComponent error ( #3449 )
2021-06-23 11:30:05 +12:00
Eric Reynolds
f72fca6a7b
Margin control to insomnia-component styled buttons ( #3429 )
2021-06-23 11:29:21 +12:00
Dimitri Mitropoulos
c464e05728
updates codemirror (in anticipation of upcoming PR bugfix) ( #3405 )
...
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-06-23 11:27:55 +12:00
Eric Reynolds
4c1475936c
INS-674 - First pass at making the send button more visible ( #3414 )
...
* INS-674 - First pass at making the send button more visible
* [wip] adds rect for send button
* Update colors in the SVG to match send button
* Update the gRPC send button to also use theme colors
* Adding left margin to send button
Co-authored-by: Eric Reynolds <eric.reynolds@konghq.com>
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-06-23 11:26:34 +12:00
Opender Singh
611d73804f
Automatically enable sync for collections created in a remote space ( #3474 )
2021-06-22 20:45:30 +00:00
Giuseppe B
aeabbfd813
Introducing tooltip helper for Vim mode on MacOS ( #3476 )
...
* Introducing tooltip helper for Vim mode on MacOS
* Fix article link and update tooltip text
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-06-17 09:32:23 -04:00
Dimitri Mitropoulos
c0412b1092
use isWorkspace guards ( #3481 )
2021-06-17 09:05:31 +12:00
Dimitri Mitropoulos
b5fe435710
have and use guards for all models ( #3480 )
2021-06-16 14:19:00 -05:00
Opender Singh
58160e82bc
Filter remote collections by the active space ( #3456 )
...
Co-authored-by: David Marby <david@dmarby.se>
2021-06-15 04:21:06 +00:00
Eric Reynolds
d0fac873d0
Update types in networking layer for response times in testing ( #3466 )
...
plugin calls do not use curl, so set this instance to zero
Co-authored-by: Eric Reynolds <eric.reynolds@konghq.com>
2021-06-14 15:50:47 -07:00
Dimitri Mitropoulos
cdd279e09a
Provides Space id to "export all" ( #3455 )
2021-06-14 15:18:35 +00:00
Opender Singh
2471147642
🧹 Convert VCS to named export and rename file ( #3471 )
...
* rename file from index.ts -> vcs.ts
* convert to named export
* fix jest.mock path for moved file
* update class mock
* update mocked function
2021-06-15 01:28:44 +12:00
Amaan Iqbal
6df749dbdc
Add response time in api response to test latency ( #3465 )
...
* Add response time in api response to test latency
* linting fixes
Co-authored-by: Eric Reynolds <eric.reynolds@konghq.com>
2021-06-11 16:32:21 -07:00
David Marby
3362f30de6
Make _getOrCreateRemoteProject able to specify what team the project should belong to ( #3462 )
...
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-06-11 14:54:48 +12:00
Dimitri Mitropoulos
9cb4f2a55a
fix CodeMirror crash ( #3451 )
2021-06-10 16:15:37 -04:00