Commit Graph

4101 Commits

Author SHA1 Message Date
Jack Kavanagh
3cdd4c8491
SSE/EventStream support (#6147)
* new request

* add button

* s

* fix formatting issue

* detect event stream

* hide dropdown

* wip

* add basic test

* pass 1 can make connection

* implement event stream open pass 2

* wire up ready state

* wiring up close and error pass 3

* can open and close connections

* clean header

* listen to timeline

* extract options to function

* fix bug in ws

* add debug stuff to timeline

* don't rely on redux to set active response

* fix close type

* rename sse to event stream

* get request flag from request model

* copy websocket response pane

* hide response data

* flatten ws and curl responses

* fix test

* fix catch

* reset file

* use realtime event watcher

* rename some files

* fix types

* fix e2e test

* fix lint

* consistent empty states

* pin to bottom

* remove todo

* add SSE logo

* add sse to readme
2023-07-19 09:58:37 +00:00
Peter C
45ee825087
Import all available header properties from Postman (#6162)
* import all available header properties from Postman

* ignore undefined optional field

* fix lint

* fix test

---------

Co-authored-by: Peter C <petoc@users.noreply.github.com>
Co-authored-by: jackkav <jackkav@gmail.com>
2023-07-19 09:17:23 +00:00
pilotpirxie
ee3695064c
Allow empty name when duplicate request (#6138) 2023-07-17 23:48:38 +00:00
Jack Kavanagh
d5eff5fa98
bump grpc reflection fork (#6158) 2023-07-16 18:37:41 +00:00
Sebastian Jonasson
97138fcddd
gRPC: Support JSONPath in response (#5996) 2023-07-14 09:15:02 +00:00
chrisjq
80502e9772
fix: Ignore oAuth2 exception on redirect of initial url load (#5926) (#6120)
* fix: Ignore oAuth2 exception on redirect of initial url load (#5926)

* use if

---------

Co-authored-by: jackkav <jackkav@gmail.com>
2023-07-14 09:11:09 +00:00
Jack Kavanagh
a8e5540a8d Merge branch 'release/2023.5.0-beta.2' into develop 2023-07-13 18:02:30 +00:00
Jack Kavanagh
45dd25b20b Bump app version to 2023.5.0-beta.2 and lerna package versions 2023-07-13 17:16:41 +00:00
Jack Kavanagh
828e56fbfc v3.19.0-beta.1 2023-07-13 17:16:25 +00:00
Jack Kavanagh
6f60482853
fix gitsync (#6152)
* buffer in node rather than the renderer

* handle no internet
2023-07-13 19:09:02 +02:00
Jack Kavanagh
35d6e24867
hotfix git+ in url (#6151) 2023-07-13 18:35:44 +02:00
Jack Kavanagh
63388729e5
add anchor (#6149) 2023-07-13 12:25:35 +00:00
Jack Kavanagh
c89cd8b1f8
done hack to fix windows ci (#6144)
* done hack

* lint
2023-07-12 19:13:34 +02:00
Filipe Freire
c2c228fa37
fix release-publish (#6143) 2023-07-12 14:18:08 +00:00
jackkav
af5cca3850 fix lint 2023-07-12 12:26:35 +02:00
Jack Kavanagh
d0e612f902
Feat/force-update (#6141)
* xmldom and protobuf

* bumps

* lock files

* bumps

* remove mkdirp

* fix test

* fix test

* set yaml version

* github flake

* send request bumps

* remove fs-extra

* lockfiles

* update playwright

* fix plugin install

* remove console logs

* fix fetch

* suppress fetch errors

* add typings to insomnia fetch

* remove console logs

* show dialog
2023-07-12 12:17:13 +02:00
Jack Kavanagh
8db34fd7ce
Bump/security (#6139)
* xmldom and protobuf

* bumps

* lock files

* bumps

* remove mkdirp

* fix test

* fix test

* set yaml version

* github flake

* send request bumps

* remove fs-extra

* lockfiles

* update playwright

* fix plugin install

* remove console logs

* fix fetch

* suppress fetch errors

* add typings to insomnia fetch

* remove console logs
2023-07-12 12:14:18 +02:00
Filipe Freire
89e64ab4c1 Merge branch 'release/2023.5.0-beta.0' into develop 2023-07-12 09:37:13 +01:00
Jack Kavanagh
e51d8d7b7b
Merge branch 'develop' into release/2023.5.0-beta.0 2023-07-12 01:22:37 +02:00
jackkav
54ae285b4c fixtest 2023-07-12 01:22:18 +02:00
Jack Kavanagh
d30dd99f6e Bump app version to 2023.5.0-beta.0 and lerna package versions 2023-07-11 15:25:44 +00:00
Jack Kavanagh
7691ab8c89 v3.19.0-beta.0 2023-07-11 15:25:28 +00:00
Sebastian Jonasson
0113ba0971
Fix #5923: keybind action for switch environments (#5998)
* Fix: keybind action for switch environments

* replace imperative handle with onOpen/onClose

---------

Co-authored-by: gatzjames <jamesgatzos@gmail.com>
2023-07-11 15:10:59 +00:00
SeungWon
7b416220af
fix: Issue with incorrect OperationName applied on GraphQL request (#6074)
* fix: Retained operation name in GraphQL requests

* fix: Ensure Immediate Reflection of operationName Changes in GraphQL Query
2023-07-11 15:01:57 +00:00
Isa Farnik
fe63357a93
fix(ci): entrypoint path for pkg upload (#6129)
* fix(ci): entrypoint path for pkg upload

* feat(ci): upload prerelease .deb internally
2023-07-11 14:47:29 +00:00
Jack Kavanagh
2cd79b35b3
Fix/fetch body (#6134)
* fix body, extract backoff

* fix two way commands

* add docs

* fix ai calls and errors
2023-07-11 15:58:06 +02:00
James Gatz
64fe218c2e
Environments data routing (#6127)
* update environments to use data routing

* upgrade react-router for json api in actions

* check for the proper route in the modal

* remove ?

* fix git url construction

* fix lint issues

* logs
2023-07-11 12:47:39 +02:00
Jack Kavanagh
da13df909a
Chore/fetch-cleaning (#6131)
* pass 1

* strip some layers

* another layer

* fix imports

* tidy

* some more

* fix copypasta

* remove redux listener

* use named properties for fetch

* move fetch over main

* remove test setup

* add test filter to workspace log
2023-07-11 10:24:22 +00:00
Jack Kavanagh
1e35cd66e9
Bump/tough-cookie (#6130)
* bump tough cookie

* lockfiles

* fix test
2023-07-11 07:28:22 +00:00
Jack Kavanagh
1d46100f01
Bump/linters (#6128)
* bump linters

* lockfiles

* sort imports

* auto fix import sort order

* fix lint errors

* markdown
2023-07-10 23:54:42 +02:00
Jack Kavanagh
45413d17c2
Bump/axios-1.4.0 (#6126)
* bump axios to latest

* lockfiles

* fix types

* fix type

* seriously
2023-07-10 15:14:00 +00:00
Jack Kavanagh
1d8fa4a339
move axios to main (#6118)
* move axios to main

* remove adapter override (old electron hack)

* add axios handler

* send only objects over the ipc

* don't forget the comma

* fix types

* fix proxy test

* fix smoke

* fix type

* fix axios __private
2023-07-10 14:13:17 +02:00
dependabot[bot]
985381cd95
Bump protobufjs and @grpc/proto-loader in /packages/insomnia-smoke-test (#6119)
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) to 7.2.4 and updates ancestor dependency [@grpc/proto-loader](https://github.com/grpc/grpc-node). These dependencies need to be updated together.


Updates `protobufjs` from 6.11.3 to 7.2.4
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/compare/v6.11.3...protobufjs-v7.2.4)

Updates `@grpc/proto-loader` from 0.6.13 to 0.7.7
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/proto-loader@0.6.13...@grpc/proto-loader@0.7.7)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: indirect
- dependency-name: "@grpc/proto-loader"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 09:07:15 +02:00
Jack Kavanagh
018d7dee70
move things out of misc and move auth window to main (#6117)
* move things out of misc

* move misc to main

* rename file

* remove test
2023-07-07 22:57:45 +02:00
Jack Kavanagh
3fdafdc1e4
hotfix (#6116) 2023-07-07 21:45:23 +02:00
Jack Kavanagh
abfabd41cf
Chore/node-integration-continued (#6106)
* don't import electron

* add clipboard to preload

* remove datadir helper

* clean up helpers

* remove electron-helpers

* revert db path

* delete test

* more helpers

* fix tests

* fix tests

* lint

* fix inso
2023-07-07 21:30:12 +02:00
Jack Kavanagh
e8c9afb0c8
move analytics over ipc (#6110)
* move analytics over ipc

* fix types

* fix tests

* add console .log

* fix inso commands
2023-07-07 20:20:39 +02:00
James Gatz
93159075b1
fix initial cloning of git repo (#6115) 2023-07-07 13:21:51 +00:00
Jack Kavanagh
a5c7e431e8
add SEE routes (#6113) 2023-07-07 12:36:41 +00:00
Jack Kavanagh
b4c450f3e5
make user-agent optional (#6109)
* make user-agent optional

* suppress default

* fix test

* fix tests

* fix user agent tests

* remove import
2023-07-07 10:30:08 +00:00
Jack Kavanagh
9141d9a947
Feat/second-window (#6104)
* wip

* perhaps we dont need app/login

* fix lint

* store keypair in localstorage

* use localstorage

* can login to multiple windows

* remove console log

* rename window helper

* add file menu

* remove test
2023-07-07 10:18:16 +00:00
Jack Kavanagh
3576f6ae13
remove unused hook (#6112)
* remove unused

* fix lint
2023-07-07 08:19:57 +00:00
Jack Kavanagh
5ee0e38b60
fix (#6107) 2023-07-07 00:37:30 +02:00
Jack Kavanagh
76b6f0e44e
remove unreachable (#6105) 2023-07-06 22:57:23 +02:00
Jack Kavanagh
7729a2f892
Fix/debug-logs (#6103)
* add abi

* hide ai 500 error

* handle new URL exception
2023-07-06 13:55:04 +00:00
James Gatz
5b7f45e910
Universal Insomnia/Git Sync for all files (documents/collections) (#5945)
* share design documents and tests with insomnia sync

* share collection and documents with insomnia/git sync

* checkpoint

* redirect when cloning (pulling) a new remote project

* backend workspace card

* redirect logic

* local changes styles

* loading indicator

* fix sync button styles

* use interval to refetch git

* open the repo modal first before switching to git sync

* use gitRepositoryId from metadata

* fix sync option update

* cleanup fetcher check

* fixes

* cleanup pull-push

* undo logo change

* clean git-vcs

* use cloud icon for insomnia sync

* cleanup card

* more cleanup

* better return type for fetchfetcher

* update git tests

* fix tests

* fix some prerelease tests

* fix cloning without an api spec

* fix some more tests that expect a file to exist

* fix lint error
2023-07-05 16:51:55 +00:00
Jack Kavanagh
ba1f6e4190
fix import spec (#6097) 2023-07-05 16:13:36 +02:00
Jack Kavanagh
bd0aaf3717
concurrently can silent fail (#6099) 2023-07-05 16:06:57 +02:00
Filipe Freire
27bd68efde
chore: bump lerna v6 (#6096)
* chore: bump lerna v6

* edit
2023-07-05 13:22:52 +02:00
Jack Kavanagh
f8c8d93508
Bump/pre-update-modules (#6087)
* bump deps

* lockfiles

* revert oidc bump

* remove dep

* refresh lock files

* refresh insomnia app lock file

* fix test

* more lock files
2023-07-05 08:57:13 +00:00