Commit Graph

93 Commits

Author SHA1 Message Date
Ruben Fiszel fa9b9a0839 feat: improve runs page + add all workspaces to admins runs page 2024-02-13 10:12:14 +01:00
Ruben Fiszel bf48ce423a remove obsolete array handler 2024-02-07 21:15:50 +01:00
Ruben Fiszel ee381e2b5c small cli fix 2024-01-31 19:56:30 +01:00
Ruben Fiszel b191e37fb6 fix(cli): restore other files support 2024-01-31 19:53:37 +01:00
Ruben Fiszel 3f37316430 fix: improve git sync 2024-01-31 19:43:03 +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 ac027e7027 feat(cli): global generate-metadata + inherit deps from closest package.json/requirements.txt + bun settable as default (#3102)
* all

* rm console logs

* rm console logs

* all

* push

* push

* fixes

* fixes

* all

* all
2024-01-29 19:06:56 +01:00
Ruben Fiszel 59bbff662e feat(cli): make default typescript configurable 2024-01-27 20:29:31 +01:00
Ruben Fiszel 414ebee0f1 feat(cli): allow all sync options to be passable from wmill.yaml directly 2024-01-27 16:19:10 +01:00
Ruben Fiszel 23c2fa1de3 feat(cli): make --raw the default for cli sync 2024-01-27 16:16:54 +01:00
Ruben Fiszel 8da1d820a9 fix: improve git sync on rename/deletion 2024-01-26 08:40:46 +01:00
Ruben Fiszel 01c7779453 feat(cli): add support for excludes in yaml.conf 2024-01-23 14:21:39 +01:00
Ruben Fiszel 9b029eda4e feat: deprecate .wmillignore in favor of wmill.yaml/includes 2024-01-22 15:23:33 +01:00
Ruben Fiszel 59efe54ca6 feat: improve cli to generate proper metadata and schema by default 2024-01-21 20:57:01 +01:00
Ruben Fiszel bfaa4ff1ff improve gitignore parser 2024-01-21 18:12:39 +01:00
Ruben Fiszel c41684e621 fix: cli sync improvement 2024-01-18 10:47:56 +01:00
Ruben Fiszel 991478d800 fix: cli sync improvement 2024-01-18 10:41:01 +01:00
Ruben Fiszel 7a573c60b0 fix: improve cli script deletion 2024-01-18 10:15:02 +01:00
Ruben Fiszel 825ae66fec fix: make cli backcompatible with respect to lockfile 2024-01-18 09:01:04 +01:00
Ruben Fiszel 36802fa811 fix: improve lockfile handling for cli 2024-01-17 23:59:39 +01:00
Ruben Fiszel 910e90cdfe feat(cli): introduce --stateful for CLI, in preparation for --raw to become the default 2024-01-11 12:57:16 +01:00
Ruben Fiszel 72a926cc30 fix(cli): improve .wmillignore handling of folders 2024-01-11 12:23:42 +01:00
Faton Ramadani 35756cf411 feat(frontend): DB Explorer (#2892)
* feat(frontend): Make table cell editable

* feat(frontend): wip

* feat(frontend): wip

* feat(frontend): wip

* feat(frontend): wip

* feat(frontend): wip

* feat(frontend): wip

* feat(frontend): wip

* feat(frontend): clean up

* fix(frontend): extract db schemas

* feat(frontend): v0 done

* feat(frontend): v0 done

* feat(frontend): v0 done

* feat(frontend): fix insert

* feat(frontend): fix insert

* feat(frontend): remove temp data

* feat(frontend): align insert button to the right

* feat(frontend): rework columns

* feat(frontend): rework insert

* feat(frontend): rework insert

* feat(frontend): rework insert

* feat(frontend): rework insert

* feat(frontend): fix jsonb display

* feat(frontend): fix reloading issues

* feat(frontend): fix reloading issues

* feat(frontend): fix reacticity issue

* feat(frontend): fix insert

* feat(frontend): support nullable default value

* feat(frontend): fix build

* update

* update

* db studio v0

---------

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-01-06 17:27:15 +01:00
Ruben Fiszel a08487dd09 feat(cli): support skip args for push --raw 2023-12-23 04:51:18 +01:00
Ruben Fiszel 88ca721b15 fix(cli): check for existing resource even in raw mode 2023-12-14 09:00:38 +01:00
Ruben Fiszel d08094a982 fix: cli uses await for every push call 2023-12-14 08:36:57 +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 5fcc31741d improve cli sync 2023-11-25 16:57:13 +01:00
HugoCasa 2fe623cf6b feat: add sql server (#2604)
* feat: add sql server

* feat: mssql test, db schema, AI

* chore: update to latest parser

* fix: clean mssql executor
2023-11-10 11:16:13 +01:00
HugoCasa ea02e3120a fix: powershell local sync (#2489)
* fix: graphql local sync

* fix: powershell local sync
2023-10-23 15:37:24 +02:00
HugoCasa 5163c886ca fix: graphql local sync (#2488) 2023-10-23 15:24:35 +02:00
Ruben Fiszel c08b774eef feat: cli sync on windows (#2283)
* cli windows

* update
2023-09-14 18:35:26 +02:00
Ruben Fiszel c75ab4811e fix: show help on empty cli args 2023-08-18 00:26:44 +02:00
HugoCasa 2f18b94b33 feat: add native powershell support (#2025)
* feat: add powershell support

* fix: lang build
2023-08-10 13:19:50 +00:00
HugoCasa f1a0070b71 feat: add graphql support (#2014)
* feat: add graphql support

* fix: use custom editor for viewing graphql schema

* fix: graphql parser cargo version

* fix: add graphql where missing
2023-08-09 16:19:57 +02:00
HugoCasa 488d2813f3 feat: add snowflake (#1987)
* feat: unveil windmill AI

* feat: add snowflake

* fix: uppercase snowflake auth params
2023-08-03 17:22:00 +02:00
Ruben Fiszel 0f07c14f08 fix(cli): add support for inlining native ts 2023-08-01 10:55:19 +02:00
Ruben Fiszel fdd39eb5ff fix(cli): reassign -d to --verbose and --data 2023-07-30 12:05:24 +02:00
HugoCasa c9110575cd feat: add bigquery (#1934)
* feat: add bigquery

* fix: remove debug logs

* fix: add records number limit

* fix: revert unwanted changes

* feat: bigquery enterprise only

* fix: google auth only when enterprise

* fix: rename bigquery scripts
2023-07-27 14:24:27 +02:00
Ruben Fiszel 62c33eec83 feat: add schedule to syncable resources 2023-07-16 10:47:24 +02:00
Ruben Fiszel b7c7d564ca feat: add mysql as native integration (#1859) 2023-07-11 22:53:02 +02:00
Ruben Fiszel 41213a61aa feat: native fetch + native postgresql jobs (#1796)
* push

* test

* test

* done

* fix

* modify script lang enum

* fix tests

* update wasm

* fix tests
2023-07-04 19:39:59 +02:00
Ruben Fiszel ccfb5a8bb2 make apptable more resilient 2023-06-22 23:52:57 +02:00
Ruben Fiszel b55123b5de fix(cli): expose --skip-secrets --skip-variables --skip-resources 2023-06-22 14:46:14 +02:00
Ruben Fiszel 03adbdb8a6 feat(cli): add skipSecrets, skipVariables, skipResources 2023-06-22 14:20:46 +02:00
Ruben Fiszel da31c132f3 improve default value handling for schema form 2023-06-12 22:57:34 +02:00
Ruben Fiszel 4b153c6343 make apps more resilient to empty script fields 2023-06-12 20:27:59 +02:00
Ruben Fiszel e7846cc296 few fixes + devfrontend v0 2023-06-08 14:06:42 +02:00
Ruben Fiszel f4fbf93411 fix(cli): do not rely on x.nest.land 2023-05-24 15:37:00 +02:00
Ruben Fiszel 7165e2ce01 fix(cli): update wmill script push 2023-05-15 00:08:38 +02:00