Commit Graph

22 Commits

Author SHA1 Message Date
Ruben Fiszel
dde4cba491 fix(cli): improve diff speed + fix replacing cli 2023-03-24 09:28:45 +01:00
Ruben Fiszel
8eaa656103 fix(cli): make --skip-pull work even if no state is present 2023-03-21 23:14:56 +01:00
Ruben Fiszel
f4b67bea26 improve error messages for no workspace 2023-03-13 16:44:38 +01:00
Ruben Fiszel
8a848c9e0d fix(cli): many small fixes 2023-03-11 20:16:56 +01:00
Ruben Fiszel
426e2fbcc2 fix(cli): .wmillignore whitelist behavior 2023-02-23 18:02:42 +01:00
Ruben Fiszel
7f17be684a fix(cli): ignone non wmill looking files 2023-02-23 08:26:22 +01:00
Ruben Fiszel
92ef594f2f fix(cli): ignone non wmill looking files 2023-02-23 07:40:04 +01:00
Ruben Fiszel
25529b0690 fix(cli): coloring nits 2023-02-22 23:46:08 +01:00
Ruben Fiszel
67c13e2b0d nits on cli output 2023-02-22 23:28:50 +01:00
Ruben Fiszel
937546c54c fix(cli): add --fail-conflicts to ci push 2023-02-22 21:00:48 +01:00
Ruben Fiszel
1538f229c7 fix(cli): delete workspace instead of archiving them 2023-02-22 15:50:42 +01:00
Ruben Fiszel
b8cb1b6db4 cli skip pull 2023-02-22 14:29:37 +01:00
Ruben Fiszel
e2085c0359 feat: CLI refactor v1 2023-02-22 14:21:53 +01:00
Ruben Fiszel
d1be3192ea remove references to starter workspace' 2023-02-22 13:56:24 +01:00
Ruben Fiszel
dcc670afde remove extra_perms from being encoded in non-folder zip export 2023-02-22 12:55:40 +01:00
Ruben Fiszel
a131fca977 removed edited_by from zip metadata 2023-02-22 09:53:45 +01:00
Ruben Fiszel
0fd26cf4fe remove metadata from zip 2023-02-22 09:12:22 +01:00
Ruben Fiszel
29d0cc620f feat: add delete flows 2023-02-22 08:40:11 +01:00
Ruben Fiszel
e553b3e2fd update cli 2023-02-22 01:07:48 +01:00
Ruben Fiszel
9fc186764f v0 of cli refactor 2023-02-22 00:15:32 +01:00
Kai Jellinghaus
908e7e5ba2 CLI fixes (#1204)
* Add default workspace URL

* R1 WIP

* Improve help docs slightly

* Rework tracking state

* WIP Rework
Remaining bug: Not returning state-only files (no local file) from *getFiles()

* Create newly found files

* Finish ZIP & new tracking code

* Fix two minor bugs

* do not consider conflict if same content

* add more logs to cli writing

* progress

* progress

* iteration

* Add most basic App support

* fix folder frontend bug

* fix folder frontend bug

* init done by default

* sqlx merge

---------

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2023-02-21 10:13:21 +01:00
Kai Jellinghaus
fc494fbf7f feat(cli): 2-Way sync (#1071)
* Export file type from each file

* Fix example scripts

* Strongly type CLI files

* Allow bash files

* Update API version

* Remove useless files

* WIP: Diff based push

* Fixup other code

* Implement Flow diffing

* Implement resource type

* Remaining impls

* WIP

* Fix missing file error

* Fix misstyping

* Improve error message

* Fix type inferrence

* Allow REMOVE everywhere

* Fix empty changeset

* Fix error message

* Fix type inferrence 2

* Fix variable diffs

* Fix include checks

* Move push & pull

* Handle script in sync

* Handle scripts

* Allow multi-path creation

* Fix merge conflicts

* Fix #1173

* Update Dependencies

* Add missing await

* Apply review comments

* Fix diff

---------

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2023-02-03 19:49:46 +01:00