Jack Kavanagh
6b9cc35719
redux removal part 2 ( #6198 )
...
* remove selectors
* fix type
* fix prerelease plugin test
* remove redux tests
* add cookie jar update function
* fix typing hack
* fix type
2023-07-26 11:34:34 +02:00
Nick Graham
18829af13c
fix: await promise ( #6197 )
2023-07-25 22:11:11 +00:00
Jack Kavanagh
7886fdb350
redux->remix workspace route ( #6191 )
...
* checkpoint
* workspace meta
* select environment
* fix sidebar layout
* clean up
* absorb apispec into workspace route
* client certs
* remove redux tests
* update data docs
* remove active project
* revert selector change
* fix selector
* remove activeworkspace
* remove activity
2023-07-25 14:15:00 +00:00
Jack Kavanagh
c72eb2d373
formatting ( #6190 )
2023-07-25 12:20:39 +02:00
Jack Kavanagh
9fd965e9f3
Chore/flatten-plugins-cont ( #6186 )
...
* eat response
* eat request
* switch to if
* ignore xpath typing
* fix package json
* eat default-headers
* eat core themes
* fix type
* remove plugins from lerna
* clean up
* move themes to ts
* fix lint
* remove console log
* fix plugin name resolution
* fix types
* formatting
* clean up import theme
* export type
* show stack in ci
* remove stack condition
2023-07-25 10:37:04 +02:00
Jack Kavanagh
81a624725d
chore: move plugins into app ( #6185 )
...
* eat base64
* eat timestamp
* eat uuid
* eat os
* eat hash
* eat file
* eat json path
* eat cookie jar
* eat prompt
* update plugin typings
* remove legacy test
2023-07-24 20:58:32 +02:00
Jack Kavanagh
a2340c85f9
speed up app start ( #6184 )
...
* lazy load importers
* lazy load jwt auth
* lazy load prettier
* remove config generator plugins
* lazy load httpsnippet
* chore: INS-2815 refactor settings (#6132 )
* chore: INS-2815 refactor settings
* check is loggedin
* improvement
* fix test
* fix lint
* cleanup o2k plugins
* fix
* fix test
---------
Co-authored-by: Filipe Freire <livrofubia@gmail.com>
2023-07-24 16:20:22 +02:00
Alessandro Benoit
4c85e3d2ac
fix(download): properly parse content-disposition filename ( #6159 )
2023-07-21 13:36:05 +00:00
Nick Graham
637f647cc7
fix: duplicate methods from gRPC reflection ( #6182 )
...
* fix: duplicate methods from gRPC reflection
* do not rely on string interpolation
2023-07-21 13:35:42 +00:00
Jack Kavanagh
ce1d395593
Fix/multi window connection state ( #6175 )
...
* fix readyState
* fix type
* normalise readystate to boolean
* remove enum mapping
* fix normailsed readystate
* send to all windows
* only render spinner for event stream
* fix lint
2023-07-21 11:32:31 +00:00
insomnia-infra
3ed29c3da0
🚀 2023.5.0-beta.5 ( #6178 )
...
* v3.19.0-beta.4
* Bump app version to 2023.5.0-beta.5 and lerna package versions
---------
Co-authored-by: Jack Kavanagh <3679927+jackkav@users.noreply.github.com>
2023-07-20 02:12:58 +02:00
jackkav
7ccdb59f74
hotfix check now
2023-07-20 02:06:47 +02:00
jackkav
64ca287c31
hotfix console.log
2023-07-20 01:43:24 +02:00
Jack Kavanagh
00cd22c67b
eventstream pass 2 ( #6170 )
...
* match ssl timeline
* dedupe timeline logger
* fix lint
* fix timeline
* send headers
2023-07-20 01:27:05 +02:00
Jack Kavanagh
432c4a05c3
Merge branch 'release/2023.5.0-beta.4' into develop
2023-07-19 23:13:39 +00:00
Jack Kavanagh
9b56644374
Bump app version to 2023.5.0-beta.4 and lerna package versions
2023-07-19 22:29:45 +00:00
Jack Kavanagh
bbf1de0fc7
v3.19.0-beta.3
2023-07-19 22:29:30 +00:00
Jack Kavanagh
e000001055
Fix/auto-backup ( #6176 )
...
* disable on change
* fix bug and try catch backup
* remove delay
2023-07-20 00:26:21 +02:00
Jack Kavanagh
bb638b5e94
Merge branch 'release/2023.5.0-beta.3' into develop
2023-07-19 16:59:49 +00:00
James Gatz
4c187e979d
add support for importing subenvironments ( #6174 )
2023-07-19 16:13:23 +00:00
SeungWon
00368e43a5
Add: 5xx unofficial HTTP codes and handle 'Unknown' status messages ( #6072 )
...
* Add: 5xx unofficial codes
* fix: statusMessage check for 'unknown' cases
* refactor: Reflect review
* clarify status message
* flatten switch
---------
Co-authored-by: jackkav <jackkav@gmail.com>
2023-07-19 15:45:25 +00:00
Jack Kavanagh
1fe69dd51a
Bump app version to 2023.5.0-beta.3 and lerna package versions
2023-07-19 17:28:41 +02:00
Jack Kavanagh
29149cb31c
v3.19.0-beta.2
2023-07-19 17:28:41 +02:00
jackkav
f5d61aaeb5
hotfix: trackevent
2023-07-19 17:28:07 +02:00
Jack Kavanagh
8ea8967d5d
save refetched schema ( #6172 )
2023-07-19 15:05:59 +00:00
Jack Kavanagh
f34d7650f9
add stack and redirect to error page ( #6171 )
...
* add stack and redirect
* fix format
* fix formdata parsing
* remove console log
2023-07-19 13:56:27 +00:00
jackkav
0a778ba872
hot fix
2023-07-19 13:50:21 +02:00
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