Fabriece Sumuni
7d89bc5b20
feat: remember the last used import Uri ( #3018 )
...
* feat: remember the last used import Uri
* refactor: move setItem call to importExport
2021-01-28 09:59:39 +13:00
David Marby
68949619fe
Remove legacy sync ( #3028 )
2021-01-27 13:01:53 +01:00
Josh Soref
b4862d8270
Log in ( #3021 )
...
* grammar: Log In/Log Into
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* grammar: Sign Up
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-01-26 19:36:47 +13:00
Opender Singh
c2e458ca1f
Add folder and file icons to proto files list ( #3023 )
2021-01-26 10:14:24 +13:00
Opender Singh
1fe337dd2d
Sync & Export support for ProtoDirectory ( #3014 )
2021-01-25 16:27:36 +13:00
Opender Singh
42ab4e4465
Multi proto file support ( #3006 )
2021-01-25 15:50:53 +13:00
Nate
139095de5a
Added ancestor tracking to example JSON objects to avoid infinite loop ( #2919 )
...
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-01-22 15:28:32 +13:00
Opender Singh
32faadeb8c
Fix sizing in vertical layout while design preview is hidden ( #3008 )
2021-01-22 10:18:58 +13:00
Opender Singh
3c07c86c2f
Fix designer linting notice table visibility ( #3007 )
2021-01-22 09:24:02 +13:00
Opender Singh
ad2e06018e
Add YAML linting and extend accepted yaml content types ( #3001 )
2021-01-18 17:56:53 +13:00
Opender Singh
f3ba3491f9
fix: close hint dropdown when changing active request ( #2957 )
2021-01-15 16:52:15 +13:00
Nijiko Yonskai
fba78881db
Add support for request action plugins ( #2678 )
...
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-01-15 11:11:10 +13:00
Forrest
6d5b8dd154
Add a button to clear oauth2 from the auth options ( #2953 )
...
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2020-12-19 17:34:10 +13:00
Kim S. Ly
e54f4e0324
GraphQL Explorer - Make text selectable ( #2954 )
...
Co-authored-by: Kim S. Ly <lykims@users.noreply.github.com>
2020-12-18 08:57:58 +13:00
Opender Singh
c46a7c4c4c
Smoke and Unit testing documentation ( #2947 )
...
* chore: smoke testing documentation
* chore: unit testing documentation
* chore: address comments and add a section on element selection
* chore: replace screenshot with code block
2020-12-18 00:54:30 +13:00
Opender Singh
f27cd5f630
Support template tags with gRPC ( #2926 )
2020-12-18 00:38:21 +13:00
Opender Singh
adb79a720d
Serve csv and pdf files locally ( #2946 )
...
Co-authored-by: David Marby <david@dmarby.se>
2020-12-17 13:10:01 +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
Antoine
171dae5746
Setting same sidebar item sorting for the Edit tag request dropdown ( #2777 )
2020-12-17 11:03:51 +13:00
Julien Giovaresco
c5b0529363
Create a new cookie with expires initialized with the MAX_DATE ( #2908 )
...
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2020-12-16 00:19:40 +13:00
dependabot[bot]
dd2017d8b8
Bump ini from 1.3.5 to 1.3.8 ( #2940 )
2020-12-15 05:22:01 +00:00
Opender Singh
402eb75f9a
Tooltip with an initial empty message does not unmount correctly ( #2927 )
...
* fix: tooltip with an initial empty message causes issues
* test: add failing test
* fix: breaking test is fixed with the fix
* test: expand on tests
* chore: rename test
* test: add checks for the child element
* test: add comments
* chore: spacing
* fix: oopsie
2020-12-15 09:27:11 +13:00
David Marby
cad2ebc932
Merge branch 'release/2020.5.2' into develop
2020-12-09 19:40:16 +01:00
David Marby
5bedc0ffad
Add additional metrics to the notification call ( #2921 )
2020-12-09 17:39:53 +01:00
Opender Singh
27987201ad
gRPC URL bar improvements - streaming type & package groups ( #2883 )
2020-12-09 17:42:50 +13:00
Opender Singh
fa4306c5d8
Introduce E2E tests for inso run test ( #2917 )
2020-12-08 13:03:06 +13:00
Opender Singh
98d2cf90c7
Merge window-shim fix
2020-12-08 11:32:18 +13:00
Opender Singh
71c7dbba47
lib@2.2.28
2020-12-08 11:21:36 +13:00
Opender Singh
15e046dfc1
chore: lock node-libcurl in send-request
2020-12-08 11:12:00 +13:00
Opender Singh
e4450405ca
lib@2.2.27
2020-12-08 10:55:36 +13:00
Opender Singh
e04abf524a
feat: add shim for window
2020-12-08 09:36:13 +13:00
Opender Singh
cf6dde4853
Basic auth e2e test ( #2671 )
...
* Add test
* WIP
* Passes
* Update
* Done
* Update
* Fix
* Remove id
* Works
* Run more tests
* Hmm
* await
* mostly works
* i sure hope this works in CI because it worked 40 times on my computer...
* add comments
* feat: replace tinyhttp with express and add basic auth route
* fix: response content-type header
* feat: works
* feat: this should work
* fix: slow down all requests
* fix: force refresh
* test: wait for timeline viewer to contain text after clicking it
* remove: delete oas3.yaml spec as it is redundant for now
2020-12-08 09:12:50 +13:00
David Marby
af0c23d175
Bump app versions to 2020.5.2
2020-12-07 11:36:17 +01:00
Opender Singh
aeafe4a7c9
Import a spec and execute a request ( #2887 )
...
* feat: add swagger2 for prism
* feat: add test stub
* feat: can import from clipboard
* feat: click folder, request and send
* chore: add comments
* fix: now it actually breaks
* fix: typo
* fix: update webdriver implicit timeout
* feat: replace prism with tinyhttp (similar to express)
2020-12-05 10:47:04 +13:00
David Marby
a2cf11b23b
Merge branch 'release/2020.5.1' into develop
2020-12-04 13:34:24 +01:00
Opender Singh
edf80a8e16
chore: bump versions to 2020.5.1
2020-12-04 11:44:33 +13:00
Opender Singh
ecaabd2276
fix: pkce auth is not selectable
2020-12-04 10:34:53 +13:00
David Marby
27320ad04a
Merge branch 'release/2020.5' into develop
2020-12-02 15:35:53 +01:00
Opender Singh
dc526d845d
fix: remove request id validation ( #2885 )
2020-12-02 09:29:30 +13:00
cobwebsonsale
c50bc1f965
Add sort options for sidebar rows ( #2738 )
...
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2020-12-01 13:37:57 +13:00
Giuseppe B
9270fd9f4a
Yarn warnings wrongly treated as errors ( #2861 )
...
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2020-12-01 12:38:06 +13:00
Julien Giovaresco
dfc89a3111
Allow prompt values to be clear + add actions to template tag plugin API ( #2736 )
...
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2020-12-01 12:15:17 +13:00
Opender Singh
1bdd8137da
feat: add loading state to git sync staging modal ( #2879 )
2020-12-01 11:52:23 +13:00
Opender Singh
f5a0e9eb7c
lib@2.2.26
2020-11-26 16:12:14 +13:00
Opender Singh
1a2d2a5a87
chore: bump versions to 2020.5
2020-11-26 16:05:15 +13:00
Opender Singh
26202a88b3
Fix design sidebar filter hitbox ( #2873 )
2020-11-26 15:47:54 +13:00
Opender Singh
2233827a26
fix: check for truthy before sending a message over IPC for gRPC ( #2869 )
2020-11-26 08:18:42 +13:00
Forrest
c9173d39c6
Hide the active workspace when moving a folder ( #2853 )
...
* Hide the active workspace when moving a folder (#2849 )
* Change workspace to activeWorkspace for clarity
* Use map instead of flatMap for consistency
2020-11-26 08:17:56 +13:00
Opender Singh
2392c8117a
E2E test to install and consume a plugin ( #2847 )
2020-11-25 15:26:00 +13:00
Opender Singh
ef2fc3baec
Validate protofile during upload ( #2864 )
...
* feat(insomnia-components): add async-button
* feat: show error if parsing protofile fails during upload/add
* chore: flow is poop
* feat: use try-finally
2020-11-25 10:02:28 +13:00