Commit Graph

4353 Commits

Author SHA1 Message Date
Mark Kim
ea9fa532a1 remove comment 2023-11-03 02:07:58 -04:00
Mark Kim
bf6900f18b remove comment 2023-11-03 01:56:09 -04:00
Mark Kim
3afef087db remove comment 2023-11-03 01:53:15 -04:00
Mark Kim
5aee056c55 add version-client to be run in the main process 2023-11-03 01:50:57 -04:00
Mark Kim
6b1773ce29 add logic to duplicate instead of re-linking 2023-11-02 13:34:31 -04:00
Mark Kim
c32968a47e rename variable 2023-11-02 11:53:46 -04:00
Mark Kim
de198e3670 add countdown 2023-11-02 11:37:03 -04:00
Mark Kim
d827765b8f add migration to cloud 2023-11-02 01:41:27 -04:00
Mark Kim
08f2efe072 make trivial changes 2023-11-01 15:30:57 -04:00
Mark Kim
5a03e009e2 add some log changes to http client class 2023-11-01 15:14:57 -04:00
Mark Kim
2c946bbf3e add stop logic 2023-11-01 15:04:16 -04:00
Mark Kim
1a5a068aba remove msg template 2023-11-01 11:32:43 -04:00
Mark Kim
99573a56b9 remove unused variables 2023-11-01 11:04:34 -04:00
Mark Kim
d6e6352b54 remove the comments of removing loader and action 2023-11-01 10:50:24 -04:00
Mark Kim
fe4de76439 keep the naming pattern consistent 2023-11-01 10:47:52 -04:00
Mark Kim
4cd32e78f2 save changes 2023-11-01 10:45:45 -04:00
Mark Kim
c5b2e00620 save changes 2023-11-01 10:33:20 -04:00
Mark Kim
4afa5a555d update ui 2023-11-01 10:26:25 -04:00
Mark Kim
18d5c0fe9a save changes 2023-11-01 09:33:11 -04:00
Mark Kim
01025e9a81 add empty test cases 2023-11-01 01:18:28 -04:00
Mark Kim
f9b4a1741a feat: add migration status & progress update 2023-11-01 01:10:49 -04:00
Mark Kim
9d12efa5e2 save changes 2023-10-26 23:13:56 -04:00
Mark Kim
85f35d476e save changes 2023-10-26 14:42:25 -04:00
Mark Kim
158f70e7d7 save changes 2023-10-24 15:57:18 -04:00
Mark Kim
3462df2118 save changes 2023-10-23 15:29:36 -04: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 core@8.3.0 lib@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 core@8.2.1-beta.0 lib@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
Jack Kavanagh
84f2637067 Bump app version to 8.2.0 lib@8.2.0 core@8.2.0 2023-10-04 17:18:59 +02:00
James Gatz
417ed525a7 Fix: Clicking a folder for the first time should expand/collapse it. (#6642)
* fix folder icon alignment in sidebar

* init collapsed value in requestMeta

* fix oauth test

* fix grpc tests

---------

Co-authored-by: jackkav <jackkav@gmail.com>
2023-10-04 17:07:30 +02:00
Rinku Chaudhari
65c6da64a9 plugin setting buttons margin fix (#6629) 2023-10-04 14:26:11 +02:00
Jack Kavanagh
88ab3349b5 adds workspace count to root (#6639)
* adds workspace count to root

* fix lint

---------

Co-authored-by: Filipe Freire <livrofubia@gmail.com>
2023-10-04 11:45:40 +00:00