hugocasa
|
3757cbce87
|
fix: enable back gcp triggers in CLI (#7299)
|
2025-12-04 15:30:38 +00:00 |
|
centdix
|
4410567977
|
chore(cli): remove unnecessary indentations in claude.md #7292
|
2025-12-04 07:34:32 +00:00 |
|
Ruben Fiszel
|
0c74253319
|
chore(main): release 1.589.1 (#7287)
* chore(main): release 1.589.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-12-03 19:22:40 +00:00 |
|
Ruben Fiszel
|
99b1ae2e03
|
fix: wmill app generate-locks (#7288)
* all
* fix(cli): wmill app generate-locks
* handle raw reqs
* handle raw reqs
* rework paths
|
2025-12-03 19:14:01 +00:00 |
|
Ruben Fiszel
|
d4c1be5b8b
|
chore(main): release 1.589.0 (#7277)
* chore(main): release 1.589.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-12-03 17:51:21 +00:00 |
|
Ruben Fiszel
|
d3564a0ffb
|
fix(cli): handle better apps pushing back-compatibility
|
2025-12-03 17:49:25 +00:00 |
|
Ruben Fiszel
|
82d4e5edf1
|
chore(main): release 1.588.0 (#7270)
* chore(main): release 1.588.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-12-02 13:08:57 +00:00 |
|
Ruben Fiszel
|
dc9d25289b
|
fix(cli): handle better apps pushing back-compatibility
|
2025-12-02 12:47:51 +00:00 |
|
Ruben Fiszel
|
67e30c7741
|
fix(cli): handle better public apps in legacy mode
|
2025-12-02 12:28:50 +00:00 |
|
Pyra
|
6dc22c547f
|
nit(cli): remove --use-raw-requirements (#7272)
new workspace dependencies system renders it useless
Signed-off-by: pyranota <pyra@duck.com>
|
2025-12-02 10:17:37 +00:00 |
|
HugoCasa
|
b27018f3ac
|
nits jobs migration command
|
2025-12-01 15:16:22 +01:00 |
|
hugocasa
|
02e38b4463
|
feat(cli): jobs migration command (#7268)
|
2025-12-01 14:06:48 +00:00 |
|
Ruben Fiszel
|
1f60cb20c7
|
chore(main): release 1.587.1 (#7263)
* chore(main): release 1.587.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-12-01 07:49:22 +00:00 |
|
Ruben Fiszel
|
31dc6aee53
|
nit(cli): app dev will error if not in right folder
|
2025-12-01 06:28:05 +00:00 |
|
Ruben Fiszel
|
0200d2d568
|
chore(main): release 1.587.0 (#7249)
* chore(main): release 1.587.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-11-30 17:51:50 +00:00 |
|
Ruben Fiszel
|
49b2ea6531
|
fix(git-sync): initialize repo with gitBranches set
|
2025-11-30 17:42:16 +00:00 |
|
Ruben Fiszel
|
003f36243c
|
further cli improvements
|
2025-11-30 15:24:24 +00:00 |
|
Ruben Fiszel
|
58ef965e20
|
fix(cli): cli behave as expected in forked workspaces
|
2025-11-30 15:15:27 +00:00 |
|
Ruben Fiszel
|
5fe54b2d6e
|
update app locks when pulling them
|
2025-11-30 13:15:33 +00:00 |
|
Ruben Fiszel
|
214d757a9a
|
improve svelte support on cli
|
2025-11-30 11:31:27 +00:00 |
|
Ruben Fiszel
|
2d563c6c17
|
vite + svelte support on local dev
|
2025-11-29 18:12:14 +00:00 |
|
Ruben Fiszel
|
776dcb22a3
|
runBg -> backend II
|
2025-11-29 16:03:58 +00:00 |
|
Ruben Fiszel
|
6f5489c7dd
|
raw apps v2 (#7251)
|
2025-11-29 01:23:47 +00:00 |
|
Tsvetomir Bonev
|
ce48e76a4b
|
allow configuring esbuild banner (#7247)
|
2025-11-28 22:27:08 +00:00 |
|
Pyra
|
d38c96db36
|
feat: workspace dependencies (#7124)
* commit raw requirements
Signed-off-by: pyranota <pyra@duck.com>
* raw requirements
Signed-off-by: pyranota <pyra@duck.com>
* implement `parse_annotation`
Signed-off-by: pyranota <pyra@duck.com>
* more progress on wdeps
Signed-off-by: pyranota <pyra@duck.com>
* more progress
Signed-off-by: pyranota <pyra@duck.com>
* fixes
Signed-off-by: pyranota <pyra@duck.com>
* more progress
Signed-off-by: pyranota <pyra@duck.com>
* fixes
Signed-off-by: pyranota <pyra@duck.com>
* cli improvements + raw deps
Signed-off-by: pyranota <pyra@duck.com>
* cleanup
Signed-off-by: pyranota <pyra@duck.com>
* fix python versions
Signed-off-by: pyranota <pyra@duck.com>
* progress
Signed-off-by: pyranota <pyra@duck.com>
* update :)
Signed-off-by: pyranota <pyra@duck.com>
* add MaybeLock
Signed-off-by: pyranota <pyra@duck.com>
* go WIP
Signed-off-by: pyranota <pyra@duck.com>
* fix python ignoring py version from requirements
Signed-off-by: pyranota <pyra@duck.com>
* optimize php
Signed-off-by: pyranota <pyra@duck.com>
* require admin to alter
Signed-off-by: pyranota <pyra@duck.com>
* fix(cli): flow generateLocks raw deps
Signed-off-by: pyranota <pyra@duck.com>
* progress in checklist
Signed-off-by: pyranota <pyra@duck.com>
* fix agent workers
Signed-off-by: pyranota <pyra@duck.com>
* nits
Signed-off-by: pyranota <pyra@duck.com>
* nits
Signed-off-by: pyranota <pyra@duck.com>
* nit: remove default features
Signed-off-by: pyranota <pyra@duck.com>
* oh-wow
Signed-off-by: pyranota <pyra@duck.com>
* remove dbg!
Signed-off-by: pyranota <pyra@duck.com>
* nits
Signed-off-by: pyranota <pyra@duck.com>
* add indexes
Signed-off-by: pyranota <pyra@duck.com>
* cleanup
Signed-off-by: pyranota <pyra@duck.com>
* nits
Signed-off-by: pyranota <pyra@duck.com>
* remove todos
Signed-off-by: pyranota <pyra@duck.com>
* fix cli
Signed-off-by: pyranota <pyra@duck.com>
* add debug flag
Signed-off-by: pyranota <pyra@duck.com>
* cli: remove noise
Signed-off-by: pyranota <pyra@duck.com>
* fix cli
Signed-off-by: pyranota <pyra@duck.com>
* remove todos
Signed-off-by: pyranota <pyra@duck.com>
* trigger deps correctly
Signed-off-by: pyranota <pyra@duck.com>
* fix frontend
Signed-off-by: pyranota <pyra@duck.com>
* fix frontend again
Signed-off-by: pyranota <pyra@duck.com>
* finally fix frontend
Signed-off-by: pyranota <pyra@duck.com>
* ee repo ref
Signed-off-by: pyranota <pyra@duck.com>
* fix all
Signed-off-by: pyranota <pyra@duck.com>
* more fixes...
Signed-off-by: pyranota <pyra@duck.com>
* remove test
Signed-off-by: pyranota <pyra@duck.com>
* Update backend-test.yml
* comment out legacy test
Signed-off-by: pyranota <pyra@duck.com>
* fix ci
Signed-off-by: pyranota <pyra@duck.com>
* fix ci?
Signed-off-by: pyranota <pyra@duck.com>
* comment out thing
Signed-off-by: pyranota <pyra@duck.com>
* ignore test
Signed-off-by: pyranota <pyra@duck.com>
* ci
Signed-off-by: pyranota <pyra@duck.com>
* base fixture
Signed-off-by: pyranota <pyra@duck.com>
* fix regression
Signed-off-by: pyranota <pyra@duck.com>
* fix docs links
Signed-off-by: pyranota <pyra@duck.com>
* update min version
Signed-off-by: pyranota <pyra@duck.com>
* simplify
* implement cache for get_latest
Signed-off-by: pyranota <pyra@duck.com>
* move to workspace settings
Signed-off-by: pyranota <pyra@duck.com>
* sqlx + migration
Signed-off-by: pyranota <pyra@duck.com>
* more migrations
Signed-off-by: pyranota <pyra@duck.com>
* use box pin
Signed-off-by: pyranota <pyra@duck.com>
* nit
Signed-off-by: pyranota <pyra@duck.com>
---------
Signed-off-by: pyranota <pyra@duck.com>
Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
|
2025-11-28 16:00:11 +00:00 |
|
Ruben Fiszel
|
f88fd0e61e
|
chore(main): release 1.586.0 (#7239)
* chore(main): release 1.586.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-11-27 17:47:07 +00:00 |
|
Ruben Fiszel
|
e8fd36e2e7
|
fix(cli): support better esm mode for codebases
|
2025-11-27 17:21:04 +00:00 |
|
Ruben Fiszel
|
d22d8b7af0
|
fix(cli): update jszip to 3.8.0
|
2025-11-27 15:11:53 +00:00 |
|
Ruben Fiszel
|
f7d3d165c5
|
chore(main): release 1.585.1 (#7235)
* chore(main): release 1.585.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-11-26 20:54:47 +01:00 |
|
Ruben Fiszel
|
d450ab29e1
|
chore(main): release 1.585.0 (#7222)
* chore(main): release 1.585.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-11-26 11:09:36 +00:00 |
|
Ruben Fiszel
|
c0a92f83b0
|
fix(cli): improve back-compatibility with app.yaml with policy still present
|
2025-11-26 11:00:59 +00:00 |
|
Ruben Fiszel
|
2388e38a9c
|
chore(main): release 1.584.0 (#7213)
* chore(main): release 1.584.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-11-25 12:17:34 +00:00 |
|
Ruben Fiszel
|
de7739a3ee
|
fix(cli): handle better public apps
|
2025-11-25 12:12:49 +00:00 |
|
Ruben Fiszel
|
1a1fdab5bd
|
chore(main): release 1.583.3 (#7211)
* chore(main): release 1.583.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-11-24 17:19:36 +00:00 |
|
Ruben Fiszel
|
29d8ad2e5d
|
fix(cli): fix pushing non existing apps with cli
|
2025-11-24 15:03:40 +00:00 |
|
Ruben Fiszel
|
6e230a8ea2
|
chore(main): release 1.583.2 (#7204)
* chore(main): release 1.583.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-11-24 13:30:40 +00:00 |
|
Ruben Fiszel
|
2155f91959
|
chore(main): release 1.583.1 (#7201)
* chore(main): release 1.583.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-11-21 14:51:17 +00:00 |
|
Ruben Fiszel
|
b857d15352
|
fix(cli): improve cli local policy generation
|
2025-11-21 14:47:28 +00:00 |
|
Ruben Fiszel
|
4c9552f797
|
chore(main): release 1.583.0 (#7198)
* chore(main): release 1.583.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-11-21 13:06:12 +00:00 |
|
Ruben Fiszel
|
f85ab0c5dd
|
feat(cli): app policies are generated locally (#7200)
|
2025-11-21 13:01:33 +00:00 |
|
Ruben Fiszel
|
dd320a6883
|
chore(main): release 1.582.2 (#7193)
* chore(main): release 1.582.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-11-21 07:17:41 +00:00 |
|
Ruben Fiszel
|
67b3fd6a84
|
chore(main): release 1.582.1 (#7192)
* chore(main): release 1.582.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-11-21 07:09:51 +00:00 |
|
Ruben Fiszel
|
ec81696828
|
chore(main): release 1.582.0 (#7189)
* chore(main): release 1.582.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-11-20 19:04:48 +00:00 |
|
Ruben Fiszel
|
3e2935b4ee
|
chore(main): release 1.581.1 (#7183)
* chore(main): release 1.581.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-11-20 11:39:41 +00:00 |
|
Ruben Fiszel
|
cd5827e802
|
chore(main): release 1.581.0 (#7181)
* chore(main): release 1.581.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-11-19 21:29:46 +00:00 |
|
Ruben Fiszel
|
83c0c54613
|
chore(main): release 1.580.0 (#7169)
* chore(main): release 1.580.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-11-19 00:12:46 +00:00 |
|
Ruben Fiszel
|
04ddda1b56
|
remove cli dead code
|
2025-11-18 23:14:21 +00:00 |
|
Ruben Fiszel
|
aad43768d4
|
chore(main): release 1.579.2 (#7168)
* chore(main): release 1.579.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-11-18 00:58:17 +00:00 |
|
Ruben Fiszel
|
610f90b19e
|
chore(main): release 1.579.1 (#7166)
* chore(main): release 1.579.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-11-18 00:19:08 +00:00 |
|
Ruben Fiszel
|
25c9223ba0
|
chore(main): release 1.579.0 (#7161)
* chore(main): release 1.579.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
|
2025-11-17 23:26:59 +00:00 |
|