Ruben Fiszel
8b21f0812c
feat: nativets can use the wmill library + setClient not required anymore ( #3714 )
...
* all
* all
* all
* all
2024-05-13 08:26:03 +02:00
lfanew and HugoCasa
2459a5dfed
Powershell client ( #3551 )
...
* init commit of partial functionality
* Simplified layout (matching TS client)
* reworked get & post
webrequest allows more interaction with response
* Added more functionality
* Added cancel and wait for jobs
* todo added
* Async script running and query util
* Added sync script & async flow
* Stop-WindmillExecution
Implementation of `cancel_running` from Python client.
Also changed $Body -> $Data to be more explicit (we don't expect JSON body as the method will convert it for us)
* Added get workspace and job
* added token creation
* Added job cancel cmdlet
* get id token
* Final draft
- Manual testing complete
- Rearranged methods & functions
- Added a bit more functionality
* fixed incomplete synopsis
* added parent job back
dont think it's related to this module. reported finding in discord
* feat: publish CI
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
2024-04-18 14:42:58 +02:00
Ruben Fiszel
071a0ae927
feat: show more for logs on s3 directly possible from browser log viewer
2024-04-17 21:42:46 +02:00
Ruben Fiszel
810136a4a4
feat: approval steps description
2024-03-27 14:04:14 +01:00
Ruben Fiszel
90b8cb3153
fix: improve bun type assistant ( #3402 )
...
* fix ATA
* improve ATA
* improve ATA
* improve ATA
2024-03-13 16:55:43 +01:00
Ruben Fiszel
7ce0466795
nits
2024-03-13 02:18:14 +01:00
Ruben Fiszel
a2807e6047
feat: configurable languages and orders
2024-03-12 21:50:24 +01:00
Ruben Fiszel
357f74ad1a
feat: bun is now the default typescript language
2024-03-09 15:20:47 +01:00
HugoCasa
1c6e767617
feat: allow to pin database in sql scripts ( #3304 )
2024-02-27 19:59:52 +01:00
Ruben Fiszel
0d7d2efde8
fix: improve approval/prompt helpers
2024-01-20 15:25:49 +01:00
Ruben Fiszel
ea322d9c14
fix: pin deno windmill-client version to relase
2023-12-21 15:25:40 +01:00
HugoCasa
505b417f3b
feat: powershell deps ( #2820 )
...
* feat: powershell deps v-1
* feat: powershell profile + editor helpers + arm img
* fix: make sure powershell cache dir exists
2023-12-13 07:09:08 +01:00
HugoCasa
c4a1054a5a
feat: mysql named params ( #2805 )
2023-12-07 18:55:14 +01:00
HugoCasa
1aef2aae90
fix: x overflow scroll + add clear history btn ( #2641 )
2023-11-17 12:38:52 +01:00
HugoCasa
577e1300b9
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
Ruben Fiszel
d96f8d0d41
feat: add timeline progress bars to flows" ( #2464 )
...
* add timeline
* progress
* all
* all
2023-10-18 19:22:09 +02:00
Ruben Fiszel
445bf965ed
fix: error handler does not recover flow anymore and error handler is called only once up the flow
2023-09-29 00:28:11 +02:00
Ruben Fiszel
41107c7cfa
feat: support partial go dependency pinning
2023-08-31 22:12:47 +02:00
Ruben Fiszel
a478272a9b
pin approval to 1.158.2+
2023-08-26 15:26:20 +02:00
Ruben Fiszel
3142bc932c
fix: expose getResumeUrls in windmill-client
2023-08-26 11:54:21 +02:00
Ruben Fiszel
9547a061da
feat: add lockfile for deno + use npm module for deno for windmill-client
2023-08-26 11:14:01 +02:00
Ruben Fiszel
d1a9e0101d
unpin windmill-client
2023-08-24 09:53:56 +02:00
Henri Courdent
fbfe2d9c19
Updating GraphQL default ( #2142 )
2023-08-22 06:04:51 +02:00
Henri Courdent
ba1cc9105e
Updated default Rest and clear_rest ( #2140 )
2023-08-21 12:55:57 +02:00
Henri Courdent
5f686b5cd7
Updated default scripts ( #2125 )
2023-08-21 00:19:04 +02:00
Ruben Fiszel
e1469cc64d
feat: multiline support in bash
2023-08-20 17:05:29 +02:00
Ruben Fiszel
891c9dc266
feat: add lsp to bun and remove experimental status
2023-08-13 13:30:51 +02:00
Ruben Fiszel
c6c03e887f
add back bun versioning to client
2023-08-12 23:57:07 +02:00
Ruben Fiszel
2ba132bd05
feat: respect lockfiles for bun
2023-08-12 20:49:36 +02:00
Ruben Fiszel
4794bd0b60
fix(bun): remove need for manual setClient
2023-08-12 01:24:42 +02:00
HugoCasa
8a1f9a7c6a
feat: add native powershell support ( #2025 )
...
* feat: add powershell support
* fix: lang build
2023-08-10 13:19:50 +00:00
HugoCasa
e4534d2dc3
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
d57b8d79ad
feat: add snowflake ( #1987 )
...
* feat: unveil windmill AI
* feat: add snowflake
* fix: uppercase snowflake auth params
2023-08-03 17:22:00 +02:00
HugoCasa
c031b9f352
fix: reset with minimal code ( #1982 )
2023-08-02 09:16:36 +02:00
Ruben Fiszel
0081f54c77
feat: add bun to flow and apps
2023-07-30 19:02:03 +02:00
HugoCasa
fd4c978874
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
b71362fc7f
feat: add powershell as a template
2023-07-16 10:47:24 +02:00
Ruben Fiszel
a048e0d7e2
feat: add mysql as native integration ( #1859 )
2023-07-11 22:53:02 +02:00
Ruben Fiszel
b45c3d1132
bun fixes
2023-07-06 22:29:00 +02:00
Ruben Fiszel
2921649c3c
feat: bun support ( #1800 )
...
* feat: bun support
* feat: bun support
* add bun support
* add bun support
* add bun support
* add bun
2023-07-06 21:19:07 +02:00
Ruben Fiszel
87de386b89
fix compile
2023-07-05 10:16:09 +02:00
Ruben Fiszel
c669e9940b
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
Faton Ramadani
99d19f6c36
fix(frontend): Fix typing ( #1774 )
...
* feat(frontend): Add documentation link in the component settings
* feat(frontend): Add missing type
* feat(frontend): fix typing errors
* feat(frontend): fix typing errors
2023-06-27 14:10:40 +02:00
Ruben Fiszel
e777a79a31
docs -> www
2023-06-24 19:31:29 +02:00
Ruben Fiszel
a16798b4d6
feat: new default encoding for resource types in deno
2023-06-17 18:58:02 +02:00
Ruben Fiszel
34048f9ea6
feat: schedule error handler ( #1636 )
...
* handleError
* revert
* all
2023-05-23 20:25:41 +02:00
Ruben Fiszel
b8da43db2c
feat: docker as a new supported language
2023-05-22 17:50:30 +02:00
Ruben Fiszel
89e55e0226
feat(lsp): add black + ruff + shellcheck ( #1597 )
2023-05-18 13:44:41 +02:00
Ruben Fiszel
a387c626fe
fix tab behavior
2023-05-17 21:13:04 +02:00
Ruben Fiszel
88e37fe0be
feat: introduce backend persisted draft systems for scripts
2023-04-30 15:56:52 +02:00