Ruben Fiszel
2e577fc847
add tests for CLI
2025-12-26 20:32:42 +00:00
centdix
69c2a7c1c8
chore(cli): better folder structure + add config utils ( #6319 )
...
* organize in folders
* add config command
* fix
* cleaning
* move utility functions
* merge
* only show token with option
* only show token with option
* fix
* remove config command
* add config utils
* change paths
* nit
* clean path assigner
---------
Co-authored-by: Alexander Petric <alpetric@users.noreply.github.com >
2025-08-05 13:59:07 +00:00
Alexander Petric
8e87d412ac
fix: fix circular dependancy breaking bundling of cli ( #6219 )
...
* fix: fix circular dependancy breaking bundling of cli
* remove hubpaths
2025-07-17 22:13:55 +00:00
Alexander Petric
aa37f643e7
feat: git sync improvements ( #6182 )
...
* init checkpoint
* ui second pass...
* round 1 backend + saving settings + detecting changes...
* checkpoint
* fix openapi
* saving + correct wmill.yaml diff
* cli refactor
* cli and tests refactor done
* cli multi workspace support
* cli support skip core types to align with ui
* new test framework
* sqlx
* openapi spec
* frontend
* sync + settings changes
* some fixes
* some fixes
* security: Remove hardcoded EE license key, use environment variable only
- Remove hardcoded license key from containerized test backend
- Environment variable EE_LICENSE_KEY now required for EE features
- License key no longer stored in database during tests
* sqlx
* tests
* fixing tests
* fix tests
* checkpoint
* checkpoint
* cli build
* frontend - cli exchange
* settings match
* ee repo ref
* npm check
* openapi
* tests
* checkpoint
* cli + tests
* reset to preview on changes
* merge issue ee
* cleanup
* hubscript
* simplifications
* ee repo ref
* cli fixes
* fix sync and add tests
* extra test
* git sync settings / key change aware
* ee-repo ref
* ee-repo ref
* ee repo ref
* ee ref
* review 1
* ee ref
* Update frontend/src/lib/components/PullGitRepoPopover.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* ee ref
* remove extra includes from ui
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-07-15 16:25:31 +00:00
Ruben Fiszel
1e7909e959
fix(cli): improve pulling instance with folderPerInstance
2024-11-04 20:31:07 +01:00
Ruben Fiszel
29056a610e
fix(cli): instance sync push does not require sync pull
2024-10-09 12:58:49 +02:00
Ruben Fiszel
53c75b81e3
embed typescript client in cli ( #4403 )
...
* all
* all
* all
* all
* all
2024-09-18 16:45:39 +02:00
Ruben Fiszel
8c062abc24
nit workspace add
2024-09-10 12:48:40 +02:00
Ruben Fiszel
fd18f42e0f
feat: make CLI node compatible ( #4347 )
2024-09-07 02:31:26 +02:00
HugoCasa
ecf4706784
feat: rehydrate instance settings/configs/users from CLI ( #4035 )
...
* feat: rehydrate instance settings/configs/users from CLI
* fix: nits
* feat: encryption key, saved instances, include all workspaces
* preshot client version
* Update deps.ts
2024-07-15 19:38:44 +02:00
Ruben Fiszel
d4af1153e9
update cli code
2024-04-27 18:54:10 +02:00
HugoCasa
cf4358a14b
feat: instance usernames ( #3382 )
...
* feat: instance usernames
* fix: sqlx + ee ref
* feat: make one-off button for enabling
* chore: set ee ref
* fix: permissions and nits
* fix: admin instance username + sqlx build
* fix: revert stupid change
* fix: only create instance username when setting enabled
* chore: update to ee latest
2024-03-12 11:55:18 +01:00
Ruben Fiszel
0d3c4ec813
fix(cli): improve tty handling
2024-02-11 12:39:25 +01:00
Ruben Fiszel
737595a4af
fix(cli): improve tty handling
2024-02-11 12:33:44 +01:00
Ruben Fiszel
5ef50a8df9
fix(cli): push folders first + on_behalf_of stripped from metadata
2024-01-31 14:53:09 +01:00
Ruben Fiszel
da31c132f3
improve default value handling for schema form
2023-06-12 22:57:34 +02:00
Ruben Fiszel
cf6a3fe33c
fix(cli): avoid looping infinitely and avoid prompt if interactive
2023-05-24 17:38:58 +02:00
Ruben Fiszel
d91a578884
fix(cli): add debug mode to CLI + improve error output
2023-05-08 23:35:02 +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
dde4cba491
fix(cli): improve diff speed + fix replacing cli
2023-03-24 09:28:45 +01:00
Ruben Fiszel
8ba8e1c4a5
fix(cli): improve visibility of the active workspace
2023-03-09 11:21:16 +01:00
Ruben Fiszel
c59e013af5
fix(cli): fix workspace option + run script/flow + whoami
2023-03-02 13:21:50 +01:00
Ruben Fiszel
4558d054d1
feat(cli): add autocompletions
2023-02-28 10:32:34 +01:00
Ruben Fiszel
b402fc2574
fix(cli): better ergonomics around workspaces
2023-02-23 13:31:08 +01:00
Ruben Fiszel
72b858f1b9
fix(cli): better ergonomics around workspace add
2023-02-23 13:19:14 +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
Ruben Fiszel
62f1956694
feat: add archive/unarchive/delete workspace
2023-01-07 09:39:50 +01:00
Kai Jellinghaus
aa678d5d75
Allow workspace to be newly created ( #1052 )
2022-12-29 20:31:01 +07:00
Kai Jellinghaus
adf991cd2d
feat!(cli): Folders support & Less Tarball nesting ( #1040 )
...
* Basic folder support
* Proper Folder Support + deps.ts
* Upgrade Versions
* Add folder meta to tarball
* Remove tarball folders
* Minor fixes
* Fix typo
* Remove extra_perms check
* Use new endpoint
* Use new untar location
* Fix shrinking files
2022-12-23 03:06:12 +01:00
Kai Jellinghaus
31ac1ddf39
feat(cli): improved setup & allow workspace in base url & refactor workspaces/remotes to unify ( #966 )
...
* Setup V2 & Allow Workspace in base url
* Handle login conflict information
* Rework workspace & remote logic
* Add login logic
* Add token storage logic
* 🚀 finish refactor
* :Fix Pull
* Remove setup
* Add create-token
* Remove legacy typesc
* Fix change
* Fix warns
* fix warning
* Update README
* Switch to new workspace by default
* Update demo video
* Update Images
* remove duplicate
* Change wording
* Add to main README
* Fix main readme
* Fix videos
2022-12-01 22:56:57 +01:00
Kai Jellinghaus
edb8738cb1
Enable user deletion ( #939 )
...
* Update windmill version
* Enable User Deletion
2022-11-23 20:38:27 +01:00
Kai Jellinghaus
28cd0c3fa1
feat: new wmill CLI #831
2022-11-01 15:53:28 +01:00