Commit Graph

4357 Commits

Author SHA1 Message Date
Filipe Freire
67c294989c Bump app version to 8.4.0-beta.0 2023-11-06 17:04:29 +00:00
James Gatz
a6dabb2e15
Insomnia Sync improvements (#6738)
* almost there

* pending ui in sync dropdown

* branches pending ui

* fix snapshot staging issue

* staging modal fixes

* error handling on sync dropdown

* remove unused path

* switch to git repo button

* branch modal ui update

* change get method color

* staging modal ui

* onclose

* update export data modal

* fix websocket color

* remove export all button from scratchpad

* dropdown sections

* fetch remote branch properly

* test issue

* restore changes now works properly

* cleanup

* cleanup vcs usage

* cleanup sync items from workspace

* cleanup vcs from modals

* remove fragment

* turn vcs to instance to avoid module import side-effects

* fix e2e tests

* poll sync updates every minute

* change to named export

* Add some docs about data fetching in the app (sse,polling,fetch)

* improve revert changes copy
2023-11-06 15:24:51 +01:00
Jack Kavanagh
383f8ca43c
Fix/react-warnings (#6643)
* test id warning

* kvp warning

* smelly key hacks

* safe key settings

* big brain id duplication

* fix type

* migrate cookie id with the same method
2023-11-06 10:58:57 +01:00
Hexxa
54050fe69e
fix: user should be able to quickly rename requests by clicking [INS-3250] (#6710)
* fix: use should be able to double click request item and rename it [INS-3250]

* fix: enable double clicking renaming for pinned requests

* fix: use editable input for renaming request name

* fix: incorrect indent

* fix: lint error

* test: add a test for quick renaming
2023-11-02 15:14:26 +01:00
Hexxa
3eb6141603
fix: enable confirmation before deleting a test suite [INS-3286] (#6737) 2023-11-02 09:58:49 +08:00
Filipe Freire
e9e1d27add
chore: fix smoke tests that depended on mockbin [no-ticket] (#6740) 2023-10-31 15:31:31 +01:00
Jack Kavanagh
951fd9660e
filter out blank operations (#6733) 2023-10-31 15:30:54 +01:00
Jack Kavanagh
34ef826df0
clarify language (#6739) 2023-10-31 15:30:37 +01:00
Jack Kavanagh
4c1aff675e
clairfy cert differences (#6725) 2023-10-30 10:10:37 +01:00
Marco Palladino
6ae2d709bc
docs: typo in readme 2023-10-26 15:14:10 -04:00
Pavlos Koutoglou
48dd1f0157
Update query param (#6728) 2023-10-26 13:56:07 +01:00
Filipe Freire
0722a3a3bb
chore: fix md lint [no-ticket] (#6727) 2023-10-26 11:10:31 +01:00
Marco Palladino
69b3d23505
Update README.md 2023-10-25 17:10:21 -04:00
Marco Palladino
9c09a9aae0
docs: updating readme (#6726) 2023-10-25 16:18:32 -04:00
Jack Kavanagh
add58d78f8
bump electron 27 (#6274)
* bump

* lock file

* update node-libcurl to electron 26

* lock file

* use stable

* bump electron to 26.3.0

* bump node-libcurl to 2.3.6-20 (curl 8.4.0)

* bump electron 27

* package-lock update

* electron bump to 27.0.2

* rm custom certificate url parsing

* update url matches cert host

---------

Co-authored-by: Filipe Freire <livrofubia@gmail.com>
2023-10-25 16:16:23 +00:00
Hexxa
850f5f9bd7
fix: presence is not refreshed in switching projects [INS-3221] (#6701)
* fix: use project data loader because projects loader data is not refreshed in switching team projects

* fix: remove projectLoader as it can be replaced with projectsLoader

* fix: remove the loader
2023-10-25 22:43:04 +08:00
James Gatz
cafc5ae281
Move the upgrade button inside the account dropdown (#6724)
* move upgrade button inside account dropdown

* add manage organizations link

* update copy for status indicator

* improve styles
2023-10-25 16:23:27 +02:00
Filipe Freire
ec32ae998a
fix: inso cli via docker issue on Mac M1 [INS-3245] (#6717) 2023-10-25 14:44:27 +01:00
James Gatz
4c336d1e49
update copy for status indicator (#6723) 2023-10-25 15:42:05 +02:00
James Gatz
0c5769ec5c
make options have the same width (#6722) 2023-10-25 15:38:08 +02:00
James Gatz
7e1e3875ac
add nesting to sub-environments and use the new icons (#6721) 2023-10-25 15:37:33 +02:00
James Gatz
d591acdf05
add rename option to test-suite (#6720) 2023-10-25 15:37:09 +02:00
Filipe Freire
d632565963
chore: track conflict resolution [INS-3258] (#6715) 2023-10-25 09:51:12 +00:00
James Gatz
e4ca7eb675
add feature flag on git dropdown (#6716) 2023-10-25 09:39:04 +00:00
James Gatz
72a33aeb95
Add stats on app start event (#6704)
* add project count analytics

* add request count

* remove await
2023-10-25 11:25:28 +02:00
Hexxa
d287e8e2fe
fix: show confirm modal in deleting team project [INS-3227] (#6702)
* fix: show confirm modal in deleting team project [INS-3227]

* fix: smoke test failure

* fix: rephrase sentences a bit for letting user know the deleting effect

* fix: rephrase the caution according to proposals
2023-10-23 09:52:05 +00:00
Filipe Freire
6eeb2a95d1
fix: update license on other files [No-ticket] (#6708) 2023-10-19 15:16:09 +00:00
Marco Palladino
11b354ce7c
chore: updating license to Apache Version 2.0 (#6707) 2023-10-19 10:06:37 -04:00
Jack Kavanagh
11a69be7d4
fetch accountId from renderer (#6703)
* fetch accountId from renderer

* tidy up
2023-10-19 11:37:25 +02:00
James Gatz
6bd54b5b70 Merge branch 'release/8.3.0' into develop 2023-10-16 10:07:34 +00:00
James Gatz
98bdf61d80 Bump app version to 8.3.0 2023-10-13 14:48:06 +00:00
Pavlos Koutoglou
157bb0fd66
Handle enterprise members for create org and hide upgrade button (#6692) 2023-10-13 16:40:04 +02:00
Usama
bb70d18474
condition to check both null & undefined (#6651) 2023-10-13 14:32:03 +00:00
Michael Donnelly
877d56585c
Do not package build-id metadata for RPM target (#6688)
* Do not package build-id metadata for RPM target

fixes #6687

* fix lint

---------

Co-authored-by: Filipe Freire <livrofubia@gmail.com>
2023-10-13 16:09:39 +02:00
James Gatz
7c7b680962 Merge branch 'release/8.2.1-beta.0' into develop 2023-10-13 11:13:19 +00:00
Jack Kavanagh
1457fc7eaf Bump app version to 8.2.1-beta.0 2023-10-13 12:29:23 +02:00
James Gatz
5b07693e27
Local vault or remote project option for migration (#6689)
* allow users to chose local or remote storage for migration

* fix styles in project settings modal
2023-10-13 10:26:11 +00:00
James Gatz
1f514ded16
Use Icon component and update loading animation (#6685) 2023-10-12 15:35:17 +00:00
James Gatz
677dff4db7
Cleanup migration page logic (#6675)
* move migration logic into organizations

* simplify migration input

* remove try catch and pray to nedb

---------

Co-authored-by: jackkav <jackkav@gmail.com>
2023-10-12 16:58:53 +02:00
James Gatz
1f7fe6ad32
separate form and add disabled state (#6681) 2023-10-12 12:33:36 +02:00
James Gatz
4f47a3bcd3
add verification step for when changing the project type (#6676) 2023-10-11 19:43:54 +02:00
Jack Kavanagh
3549867f15
rename restyle (#6672) 2023-10-11 14:48:28 +01:00
Jack Kavanagh
264177b56f
invite and plan feedback (#6669)
* mute upgrade color

* move invite to top bar

* first pass at plan ui
2023-10-10 16:51:58 +00:00
James Gatz
d006bb0a82
Allow projects to be toggled local/remote (#6667)
* update project settings to handle remote to local and around

* fix styles and remove unused file

* add comments and early returns

* project export rename and name fix

* handle auth errors

* add optional chain

* fix test

---------

Co-authored-by: jackkav <jackkav@gmail.com>
2023-10-10 16:00:32 +00:00
Jack Kavanagh
b98d1934e3
replace logo with file (#6668) 2023-10-10 10:10:10 +00:00
Jackson Machado
a4e7ba9343
fix: only prettify if is a valid JSON #2506 (#6661)
* fix: only prettify if is a valid JSON #2506

* fix: consider starts adn ends possibles

* don't mutate unquoted string

---------

Co-authored-by: NG <admin@ngi.com.br>
Co-authored-by: jackkav <jackkav@gmail.com>
2023-10-10 11:58:03 +02:00
Jack Kavanagh
7303f8f1fc
remove auto push collections to remote (#6664) 2023-10-10 10:24:25 +02:00
Jack Kavanagh
b3a53ed93c
only migrate local data under org (#6660)
* first pass

* renaming and notes

* notes

* import-export ui improvements

* show unknown parentIds

* remove delete project

* can restore project

* local project logic

* can restore to local and create local

* check for selection

* some todos

* create project modal

* default value in project name

* only delete remote projects through the api

* only rename remote projects through the api

* move untracked projects and project move action to loader/action

* rename migrate

---------

Co-authored-by: gatzjames <jamesgatzos@gmail.com>
2023-10-09 15:41:59 +02:00
Jack Kavanagh
6933e92da2
add workspace count (#6657) 2023-10-06 15:38:31 +02:00
James Gatz
e47a62af87 Merge branch 'release/8.2.0' into develop 2023-10-04 16:13:38 +00:00