Commit Graph

4214 Commits

Author SHA1 Message Date
Jack Kavanagh
d8d8dcda83 Bump app version to 2023.5.5 2023-08-18 21:39:03 +02:00
Jack Kavanagh
88c7277634
add folder duplicate (#6337) 2023-08-18 21:38:44 +02:00
Filipe Freire
97e21a2b71
fix: #6304 git clone collections (#6333)
* fix: #6304 git clone collections

* rm n/a test

* redirect to /debug on reclone

* simplify code
2023-08-18 21:06:05 +02:00
Jack Kavanagh
bec4e8224f
hasrun (#6325)
* hasrun

* better comment (filipe)
2023-08-18 14:53:24 +02:00
Jack Kavanagh
b9cf954b05 Merge branch 'release/2023.5.4' into develop 2023-08-18 10:06:40 +00:00
Jack Kavanagh
e4b443fec5 Bump app version to 2023.5.4 2023-08-18 11:19:59 +02:00
Jack Kavanagh
8fa8b9beb8
fix export from outside workspace (#6307)
* add test

* simplify export requests modal logic

* fix export

* fix type check

* fix test
2023-08-18 11:19:35 +02:00
Jack Kavanagh
5ecc3aba4a
Fix/prerelease-tests-again (#6322)
* fix cookie flake

* fix dropdown selector
2023-08-18 10:38:19 +02:00
Jack Kavanagh
32394fb8e2
fix array length check (#6320) 2023-08-18 10:30:57 +02:00
Jack Kavanagh
f83ccbb36f
Fix/prerelease-tests (#6314)
* dashboard tests

* fix prerelease tests
2023-08-17 15:18:48 +01:00
Jack Kavanagh
74960ec99a
fix cert update route url bug (#6311)
* fix path bug

* fix cert crud
2023-08-17 09:24:23 +00:00
jackkav
7ba00d5ccd reduce loading rerenders 2023-08-17 00:57:28 +02:00
Jack Kavanagh
3d4c4dd2d4
fix (#6303) 2023-08-16 22:24:29 +02:00
Jack Kavanagh
5b9572b0a1 Merge branch 'release/2023.5.3' into develop 2023-08-16 13:59:48 +00:00
Jack Kavanagh
360abe2d31 Bump app version to 2023.5.3 2023-08-16 09:47:42 +00:00
Jack Kavanagh
2d3e4e4b3c
Paste from Curl (#6295)
* test curl fill

* clean up updatemimetype

* clean up mime type setting

* add from curl request type

* remove paste handling

* add request group dropdown button

* fix test

* comment out from curl test
2023-08-16 11:45:20 +02:00
Jack Kavanagh
8ad5682a20
fix reqtree bug (#6289)
* create meta update

* only redirect to existing request

* fix bug in export empty

* fix lint

* empty req tree
2023-08-15 18:46:10 +02:00
Alexander Schoenenwald
8b642ea292
Fix right click to show request actions (#6275) 2023-08-15 15:18:37 +00:00
James Gatz
9f6e2f3485
UI improvements (#6270)
* add fontawesome and react-aria-components

* add font awesome icon

* cleanup html

* anchor styles

* root

* cleanup root

* fa brand icons

* github stars icon

* fix account links

* breadcrumbs

* more root

* fix dropdown container

* update pkg lock

* free package env variable

* npmrc?

* happy or sorry this happened

* uninstall

* re install

* undo npmrc changes

* remove nesting css

* 30k stars!

* increase space
2023-08-15 14:46:40 +02:00
Jack Kavanagh
e87e50088c Merge branch 'release/2023.5.2' into develop 2023-08-15 12:20:14 +00:00
Jack Kavanagh
cd839dafea Bump app version to 2023.5.2 2023-08-15 11:29:03 +00:00
Jack Kavanagh
917905e27e
fix httpsnippet validation error (#6283)
* add e2e

* add check for curl output

* match up httpsnippet versions

* remove ajv
2023-08-15 13:26:55 +02:00
Jack Kavanagh
e15a8b5719 Merge branch 'release/2023.5.1' into develop 2023-08-15 08:45:23 +00:00
Jack Kavanagh
671167013a Bump app version to 2023.5.1 2023-08-15 06:43:05 +00:00
Jack Kavanagh
f8c8ee13b6
Fix/response-hook-plugin-exception (#6280)
* add some logs and get render context for response

* remove comments
2023-08-15 08:40:13 +02:00
Jack Kavanagh
0f2b527b06 Merge branch 'release/2023.5.0' into develop 2023-08-14 19:52:01 +00:00
Jack Kavanagh
c4cd2c2386 Bump app version to 2023.5.0 2023-08-14 21:16:00 +02:00
Jack Kavanagh
6b5fcbad1a
Fix/prerelease-tests (#6273)
* fix test

* remove unused context menu portal

* fix lint
2023-08-14 21:15:50 +02:00
Jack Kavanagh
bd23cfeb69
fix rerenders (#6272) 2023-08-14 20:34:29 +02:00
Jack Kavanagh
3eedddc073
autocomplete revision (#6220)
* first pass

* cut copy paste

* scope only to code editors

* nested tree menu

* organise context menu

* remove menu item

* working insert

* fix spelling

* use id to filter right click event

* add ids to all code editors

* handle all tags

* sort alphabetically

* remove console logs
2023-08-14 17:11:41 +02:00
Jack Kavanagh
c4728cb5e8 Merge branch 'release/2023.5.0-beta.13' into develop 2023-08-14 08:04:59 +00:00
Jack Kavanagh
b58cd5f2b0 Bump app version to 2023.5.0-beta.13 2023-08-14 07:14:10 +00:00
Jack Kavanagh
f9bd4ff82a
fix: http request loading indicator (#6265)
* flatten url bar

* flattening continued

* more flat

* more more flat

* fix lint

* flatten network send into one call

* unpack send everywhere

* remove send with settgins

* fix types

* fix bug in download

* contain interpolation and modal

* abstract render try catch

* send action

* extract to file

* remove plugin ignore code

* remove unused

* unpack misc functions

* less misc functions

* readd inso tests

* split test runs

* fix test

* fix test

* fix test

* use workspace pathing

* remove check-engine

* add tech debt list
2023-08-13 12:30:04 +02:00
Jack Kavanagh
94d035b6b1
add dropdown item (#6264) 2023-08-11 22:21:39 +00:00
Jack Kavanagh
887f4c5267
mmm listening for active response change (#6263) 2023-08-11 17:13:48 +02:00
James Gatz
1a96880bca
turn repo and status loaders to actions to control when they run (#6262) 2023-08-11 16:01:57 +02:00
James Gatz
ee6a4246b7
Return error response from axios (#6261)
* return error response from axios

* fix 401 issue

* redirect to existing when cloning a second time

* fix types

---------

Co-authored-by: jackkav <jackkav@gmail.com>
2023-08-11 15:13:34 +02:00
Jack Kavanagh
87953708ab
git sync ux add->authenticate (#6260)
* add->authenticate

* update doc

* fix test
2023-08-11 11:54:39 +00:00
Jack Kavanagh
96011e8db5
add critical smoke tests to avoid broken beta deploy (#6259)
* fix lint errors

* use only ubuntu for tests

* add critical test to release recurring

* fix path

* fix paths again
2023-08-11 08:22:01 +00:00
Jack Kavanagh
3fbd5a48d9
add inso/node-libcurl cli docs (#6256)
* add inso doc

* fix doc
2023-08-10 21:03:54 +00:00
Jack Kavanagh
bdb67313e1
fix? (#6258) 2023-08-10 22:29:00 +02:00
Filipe Freire
7b3d04c830
chore: smoketests ubuntu only (#6255)
* chore: smoketests ubuntu only

* rename screenshot to traces

---------

Co-authored-by: jackkav <jackkav@gmail.com>
2023-08-10 17:53:18 +02:00
Jack Kavanagh
bfa55f22c4 Merge branch 'release/2023.5.0-beta.12' into develop 2023-08-10 13:54:46 +00:00
Jack Kavanagh
42a6271041 Bump app version to 2023.5.0-beta.12 2023-08-10 13:05:37 +00:00
jackkav
5502c4e4c7 fix lint 2023-08-10 13:38:37 +02:00
Jack Kavanagh
175921e40d
Chore/fix-install-warnings (#6243)
* gql

* lock file

* upgrade jwt-auith to httplease-asap

* upgrade vite dep

* bump ts eslint parser

* match gql versions

* fix test

* fix package
2023-08-10 13:37:37 +02:00
Jack Kavanagh
1b3dab6229 Merge branch 'release/2023.5.0-beta.11' into develop 2023-08-10 10:30:31 +00:00
Filipe Freire
5bd2fa1f1a Bump app version to 2023.5.0-beta.11 2023-08-10 09:54:04 +00:00
Filipe Freire
61ef20c469 fix release-build trigger 2023-08-10 10:51:45 +01:00
Filipe Freire
c7aa710b94 fix release-build trigger 2023-08-10 10:46:19 +01:00