centdix
6ac004ece5
internal: add pr opened trigger for pr review
2025-06-23 15:32:30 +02:00
centdix
172af24ead
internal: use pat for claude review ( #6025 )
...
* use pat
* check emoji when pr closed
2025-06-23 10:08:23 +02:00
centdix
bcac9f1844
close old bump prs ( #6019 )
2025-06-20 20:38:46 +02:00
centdix
af6b724f0b
internal: use git app for git actions ( #6010 )
...
* add flow to ask claude to review pr
* allow app for claude
* cleaning
* use app for change versions flow
* add owner
* fix
* rename
2025-06-20 13:32:33 +02:00
centdix
9462d56be7
internal: better instructions for claude ( #5996 )
...
* better instructions for claude
* remove file
* better rules
* better claude action
* add api routes prefixes
* typo
* typo
* fix
* fix
* add typegen explanations
* remove npm run format
2025-06-19 15:36:10 +02:00
Ruben Fiszel
c7c2efbbe5
nits
2025-06-18 23:46:21 +02:00
centdix
18d12525d2
fix typo ( #5982 )
2025-06-18 18:29:15 +02:00
centdix
a58b0ffd06
internal: fix sqlx git action usage ( #5980 )
...
* create frontend build dir
* specify version
* add cache
2025-06-18 18:20:07 +02:00
centdix
0f560bdc41
internal: fix claude tool usage ( #5976 )
...
* fix claude tool usage
* fix
2025-06-18 15:00:42 +02:00
centdix
959280bf5a
fix wrong typo ( #5970 )
2025-06-18 13:22:11 +02:00
centdix
38b06bf3a7
internal: add /updatesqlx as git command ( #5969 )
...
* add flow to update sqlx
* archive aider
* fix
* add comments
2025-06-18 13:08:59 +02:00
centdix
6c4818259c
use new token for docs ( #5937 )
2025-06-13 10:08:26 +02:00
pyranota
332f66e348
feat(rust): add rust sdk ( #5909 )
...
* upload client
* add gh workflow
* refactor build script
* remove dbg!
* fix async
* remove unused
* update dev.nu
* update CI
* fix ci
* fixin tests
* fixes + tests
2025-06-10 18:38:18 +02:00
pyranota
cd508951d7
build: disable duckdb for windows ( #5906 )
...
* build: disable duckdb for windows
MSVC linker has troubles with v8 and duckdb
* rework
2025-06-09 23:12:23 +02:00
centdix
94b56d3ffe
use specific token for helm-chart ( #5905 )
2025-06-09 19:30:25 +02:00
centdix
cb8c3560af
avoid discord length limit ( #5903 )
2025-06-09 17:45:53 +02:00
centdix
445be72b23
avoid duplicate threads ( #5875 )
2025-06-05 16:56:16 +02:00
Ruben Fiszel
8f29c9d333
update all builds with private
2025-06-02 22:54:42 +02:00
Ruben Fiszel
106b180c80
update docker image with private
2025-06-02 22:51:41 +02:00
Diego Imbert
0e316239dd
EE Refactor ( #5844 )
...
* app compiles with every ee substituted
* Replace all oss files content
* Revert "Replace all oss files content"
This reverts commit ea4017d59f .
* delete all ee
* hide all _ee files under private flag
* hide every oss stuff when private flag set
* pub use *
* gitignore and substitute script
* pub mod for ee needed for ee repo
* small mistakes
* remove oidc_oss impl
* ee ref (temp)
* ee ref
* fix --all-features selecting private in OSS CI
* ee repo ref
* allow unused
2025-06-02 22:12:33 +02:00
pyranota
75fa9e4730
chore: improve openapi.yaml ( #5841 )
...
* fix schema
* update openpi-deref.yaml
* update openapi-deref.json
* add openapi-generator-cli in flake.nix
* add GH action
* fix HubScriptKind
* fix errors
2025-05-29 21:58:31 +02:00
centdix
a4983c9d14
internal: Small claude improvements ( #5832 )
...
* small claude improv
* simpler rules system
* fix install command
2025-05-29 00:01:44 +02:00
centdix
e49cf74967
use ai instead of aider ( #5814 )
2025-05-26 19:45:09 +02:00
pyranota
26222539e6
feat(python): inline script metadata (PEP 723) ( #5712 )
...
* make resolver
* more updates
* fix build
* fix raw_dependencies job type
* compat with http agent workers
* refactor
* rename
* more refactor
* cleanup
* more tests
* fix s3
* small fixes
* more fixing
* fix endpoint
* nit: update comment
* update ee ref
* update ee ref
* update ee ref
* implement safer `list_available_python_versions`
* add tracing to get of authed client
* internal: Trigger claude when commenting with /aider (#5783 )
* add claude instructions files
* call claude too when using aider
* fix
* add draft for linear claude integration
* fix build
* update ee ref
* ignore versions <=3.9
* fix windows build
* correct versions filter
* fix windows build (this time for real)
* inject error to debug CI
* update CI
* undo debug of CI
* fix tests
* remove outdated comment
* update ee repo ref
* Update ee-repo-ref.txt
* Update backend/parsers/windmill-parser-py-imports/src/lib.rs
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* Update InstanceSetting.svelte
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: centdix <40307056+centdix@users.noreply.github.com >
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
2025-05-24 02:13:47 +02:00
centdix
b68f1afa26
fix aider install ( #5806 )
2025-05-23 19:57:09 +02:00
centdix
3f3b2a0c86
small fix ( #5805 )
2025-05-23 16:39:28 +02:00
centdix
611e118fb6
internal: Handle discord call to aider flow ( #5803 )
...
* handle discord call
* Update .github/workflows/aider-common.yml
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* Update .github/workflows/aider-common.yml
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* fix indent
---------
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
2025-05-23 16:08:31 +02:00
centdix
0b6d5e9dca
internal: fix branch issues + rules issues ( #5799 )
...
* fix branch issues + rules issues
* fix
* fetch issue from linear if issue comes from linear
* ask claude to check after its changes
2025-05-22 20:01:32 +02:00
centdix
d9bd80b280
internal: fix flows ( #5797 )
...
* remove test line
* fix claude
2025-05-22 12:35:44 +02:00
centdix
dee62e1518
internal: secure flows ( #5796 )
...
* secure flows
* add restriction to claude code
2025-05-22 11:58:32 +02:00
centdix
3c28abc7bd
internal: Restrict access to git workflows ( #5795 )
...
* restrict access
* Update .github/workflows/aider-after-review.yaml
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* Update .github/workflows/create-docs.yml
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-05-22 09:24:31 +02:00
centdix
145a63f3f8
internal: clean aider flows ( #5788 )
...
* add shareable flow
* clean existing flows
* apply to linear
* cleaning
* fix
* cleaning
2025-05-22 00:16:02 +02:00
HugoCasa
30edcdfe0e
fix: workspace preprocessor improvements ( #5784 )
...
* add tracing to get of authed client
* internal: Trigger claude when commenting with /aider (#5783 )
* add claude instructions files
* call claude too when using aider
* fix
* add draft for linear claude integration
* fix: workspace preprocessor fixes
* tmp ee ref
* fix build
* update ee ref
* fix: hub script preprocessor handling
* fix build
* good ref
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: centdix <40307056+centdix@users.noreply.github.com >
2025-05-21 17:49:21 +02:00
Ruben Fiszel
d6bf6f6b55
Add Claude PR Assistant workflow ( #5777 )
2025-05-20 12:52:28 +02:00
centdix
a5979810eb
internal: use aider from linear assignment ( #5771 )
...
* use probe for after review flow
* fix
* add windmill overview
* add linear flow
* fix
* fix
* fix
* use instruction from comment
* fix
* cleaning
2025-05-19 22:32:14 +02:00
centdix
1c620db0c0
internal: React to merged pr ( #5768 )
...
* react to merged pr
* fix
* fix
2025-05-17 14:55:39 +02:00
centdix
5b58ce3ea9
do not redirect error to probe output ( #5767 )
2025-05-17 14:00:29 +02:00
centdix
0429d5a6d6
bump helm chart on new release ( #5751 )
2025-05-15 19:08:52 +02:00
centdix
1d2d589125
internal: Add create docs command ( #5750 )
...
* add create docs command
* use good repo
* remove unused
2025-05-15 17:38:34 +02:00
centdix
eccefb0dc6
nit: Use shareable discord flow to use it from other repo ( #5746 )
...
* cleaning
* cleaning
* fix
* Update .github/workflows/discord-notification.yml
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
---------
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
2025-05-15 12:16:03 +02:00
centdix
0c8caa050f
internal: Fixes on aider flow + add review flow ( #5737 )
...
* add flow for aider review
* add aider conventions, use ubicloud, ignore files
* better if
* use cursor rules
* restrict to aider prs
* fix
2025-05-14 16:36:01 +02:00
centdix
62221d81ae
internal: Open discord thread when pr is opened ( #5733 )
...
* open a thread when pr is opened
* better title
* change secret
* use ubicloud
2025-05-14 15:44:44 +02:00
centdix
fd5e0a8860
internal: Ask probe on issue creation ( #5725 )
2025-05-14 10:16:30 +02:00
centdix
c4148d7756
add missing ci ( #5659 )
2025-04-24 14:37:56 +02:00
centdix
b199a77d48
fix: Fix CI for MCP + optimization ( #5657 )
...
* add mcp feature to docker build
* avoid deserializing value
* apply fix to flows
2025-04-24 14:14:22 +02:00
Ruben Fiszel
128f6c1383
fix e2e test
2025-04-21 17:41:24 +02:00
Diego Imbert
2fa0717ee0
Fix batch rerun not working on pg 14 ( #5624 )
...
* fix sql query for postgres 14
* deno_core when building backend image in github workflows
* sqlx prepare
---------
Co-authored-by: Diego Imbert <diego@windmill.dev >
2025-04-17 09:33:52 +02:00
HugoCasa
c57490a572
fix build gcp ( #5601 )
...
* fix build gcp
* f
2025-04-10 21:13:44 +00:00
dieriba
6339775404
feat: add gcp trigger ( #5501 )
...
* update: add migration for gcp_trigger table, add cli method gcp and add gcp_trigger args for github ci
* update: add gcp module and routing it in lib.rs
* update: added gcp type to TRIGGER KIND type in db, add new feature condition to try_get_fn and added gcp_trigger feature in cargo file
* update: add ui for gcp trigger, added missing triggers type for job kin, add gcp trigger in deploy to functionallity
* adding google cloud crate
* update: handle pull and push delivery
* update: handle pull and push delivery
* update: handle push event, changed front ui
* update: ui
* fix: capture for gcp
* update: automatically manage pub sub subscription and refactoring
* capture done
* update cli types
* fix: wrong func argument and type openapi
* fix: missing import
* update .sqlx
* update: svg color and remove pulse button for capture push gcp
* update: handle deployto
* update script helper and link to hub gcp script/flow
* update gcp representation
* update: add confirmation modal
* add unique index to mitigate same subscriber id, fix `zombie worker`, update test connection logic
* Update frontend/src/lib/components/triggers/gcp/GcpTriggerEditorInner.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update cli/gen/services.gen.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* nits
* update repo ref
* fix feature function
* update dependencies
* update .sqlx
* fix missing import
* update: handle existing subscription and creating new one or update it
* fix ee build
* handle existing config properly
* update .sqlx
* update .sqlx
* remove unused
* update documentation link fix ci
* use on instance of empty_string_as_none fn
* update refo ref
* updat script_helper
* update ui
* update migration
* add missing arguments
* fix and nits
* update repo ref
* remove unused
* nits
* add doc links
* nits
* Update frontend/src/lib/components/triggers/gcp/GcpTriggerPanel.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update frontend/src/lib/components/triggers/gcp/GcpTriggerEditorInner.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* use trigger path as default route path
* update .sqlx
* update repo ref
* update ref
* update route path
* update types
* fix deploy to
* nits
* update repo ref
* update .sqlx
* Update frontend/src/lib/components/triggers/gcp/GcpTriggerEditorConfigSection.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* nits
* nits
* nits
* remove dupliacte fn and update repo ref
* remove unused import
* fix missing import
* fix: wong name var
* update script helper and template script
* Update frontend/src/lib/script_helpers.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update ee-repo-ref.txt
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: HugoCasa <hugo@casademont.ch >
2025-04-10 20:39:01 +00:00
Ruben Fiszel
63fa499015
feat: agent workers v2 using http ( #5588 )
2025-04-10 00:56:11 +00:00