Commit Graph

24 Commits

Author SHA1 Message Date
Ruben Fiszel 016292a374 cli yaml parsing error more verbose 2024-10-12 03:01:54 +02:00
Ruben Fiszel a359d86c6c fix: improve default properties of new nodes of flows (suspend, branchone, branchall) 2024-10-10 15:00:46 +02:00
Ruben Fiszel 53c75b81e3 embed typescript client in cli (#4403)
* all

* all

* all

* all

* all
2024-09-18 16:45:39 +02:00
HugoCasa 4885ac9f4a fix: hide draft only items in pickers and from ops (#3977)
* fix: hide draft only scripts to ops and in pickers/flow builder

* fix: default to hiding draft only scripts

* fix: hide script drafts from ops

* fix: generalize to hide draft only/no main func by default

* fix: archived openapi nit
2024-06-26 12:21:45 +02:00
Ruben Fiszel 8ddbf645bf fix(cli): fix push flow support for windows 2024-06-21 15:27:16 +02:00
Ruben Fiszel 4d0c1b1371 fix(cli): support windows more thoroughly + fix generate flow locks (#3944)
* all

* all

* all

* fix lock

* fix lock

* fix lock

* fix lock
2024-06-21 14:23:33 +02:00
Ruben Fiszel 89aec0d7c7 feat(cli): split inline sscripts for apps like for flows 2024-04-28 14:55:33 +02:00
Ruben Fiszel d4af1153e9 update cli code 2024-04-27 18:54:10 +02:00
Ruben Fiszel 51929d2bd7 fix: make some eval onDemandOnly 2024-01-18 08:22:24 +01:00
Ruben Fiszel 1b0081ff18 fix: improve app push for cli 2024-01-17 23:17:00 +01:00
Guillaume Bouvignies ae8f56a930 fix: wmill app push <path_to_app_file> (#3024) 2024-01-17 14:59:48 +01:00
Ruben Fiszel 88ca721b15 fix(cli): check for existing resource even in raw mode 2023-12-14 09:00:38 +01:00
Guillaume Bouvignies 925632ffd7 feat: CLI now accepts message arg for sync push (#2784) 2023-12-05 19:01:09 +01:00
Ruben Fiszel c08b774eef feat: cli sync on windows (#2283)
* cli windows

* update
2023-09-14 18:35:26 +02:00
Ruben Fiszel 21d4d3ee6e fix(cli): fix cli folder sync 2023-05-08 21:13:38 +02:00
Ruben Fiszel 7de518c8d8 fix(cli): refactor cli (#1531)
* all

* cliUpgrade

* refactor entire cli
2023-05-05 02:51:01 +02:00
Ruben Fiszel b433098d2b fix(cli): add support for non metadataed scripts 2023-03-21 02:01:34 +01:00
Ruben Fiszel 310c9b69f9 more cli fixes 2023-03-11 20:53:34 +01:00
Ruben Fiszel 8a848c9e0d fix(cli): many small fixes 2023-03-11 20:16:56 +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 81bb580222 remove versions from serialized apps 2023-02-22 01:13:42 +01:00
Ruben Fiszel e553b3e2fd update cli 2023-02-22 01:07:48 +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