Ruben Fiszel
|
3ba9aa4e35
|
small exists_worker_with_tag nit
|
2024-03-06 15:57:48 +01:00 |
|
Ruben Fiszel
|
f4fd7afbb3
|
fix: improve custom concurrency key handling
|
2024-03-06 15:53:01 +01:00 |
|
HugoCasa
|
c03c73797b
|
fix: pg timstamptz param (#3364)
|
2024-03-06 12:50:01 +01:00 |
|
Ruben Fiszel
|
62e443f458
|
client nits
|
2024-03-06 01:56:55 +01:00 |
|
Ruben Fiszel
|
ff8478928d
|
chore(main): release 1.286.2 (#3358)
* chore(main): release 1.286.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-03-06 01:06:10 +01:00 |
|
Ruben Fiszel
|
df3ae5c018
|
fix: add more functions to typescript client
|
2024-03-06 01:00:15 +01:00 |
|
Ruben Fiszel
|
813d1d97d4
|
chore(main): release 1.286.1 (#3357)
* chore(main): release 1.286.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-03-06 00:46:00 +01:00 |
|
Ruben Fiszel
|
824e572e5b
|
fix: add more functions to typescript client
|
2024-03-06 00:28:17 +01:00 |
|
Ruben Fiszel
|
cc574e224a
|
chore(main): release 1.286.0 (#3356)
* chore(main): release 1.286.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-03-05 23:31:16 +01:00 |
|
Ruben Fiszel
|
e004f5179f
|
workflow as code ts improvements
|
2024-03-05 23:22:25 +01:00 |
|
Ruben Fiszel
|
14154d2e79
|
feat: workflow as code for typescript
|
2024-03-05 23:14:04 +01:00 |
|
Ruben Fiszel
|
fec8c497fd
|
fix: workers to load custom tags for running sync scripts locally
|
2024-03-05 19:34:01 +01:00 |
|
Ruben Fiszel
|
9c91a65fbf
|
chore(main): release 1.285.4 (#3355)
* chore(main): release 1.285.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-03-05 19:21:16 +01:00 |
|
Ruben Fiszel
|
7f10a891c3
|
fix: improve workflow as code python client
|
2024-03-05 19:16:10 +01:00 |
|
Ruben Fiszel
|
61b37f388a
|
chore(main): release 1.285.3 (#3352)
* chore(main): release 1.285.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-03-05 19:05:36 +01:00 |
|
Ruben Fiszel
|
174c977dc1
|
fix go-client
|
2024-03-05 18:54:01 +01:00 |
|
Ruben Fiszel
|
1cd2d96082
|
fix go-client
|
2024-03-05 18:51:47 +01:00 |
|
Ruben Fiszel
|
3ed2874c6d
|
fix: improve workflow as code python client
|
2024-03-05 18:42:08 +01:00 |
|
Ruben Fiszel
|
8f26655268
|
chore(main): release 1.285.2 (#3348)
* chore(main): release 1.285.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-03-05 17:04:25 +01:00 |
|
Ruben Fiszel
|
98bb2504a4
|
fix: retrigger release
|
2024-03-05 16:40:22 +01:00 |
|
Henri Courdent
|
51fb8e08d8
|
Search components works even with space at the end (#3345)
|
2024-03-05 15:38:18 +01:00 |
|
Ruben Fiszel
|
7f2eca6214
|
chore(main): release 1.285.1 (#3346)
* chore(main): release 1.285.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-03-05 15:28:06 +01:00 |
|
Ruben Fiszel
|
572c96b7c5
|
fix: fix sqlx
|
2024-03-05 15:15:29 +01:00 |
|
Ruben Fiszel
|
3b34a79fb1
|
chore(main): release 1.285.0 (#3340)
* chore(main): release 1.285.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-03-05 12:51:07 +01:00 |
|
Ruben Fiszel
|
426c2a87b5
|
feat: workflow as code with timelines
|
2024-03-05 12:45:24 +01:00 |
|
Faton Ramadani
|
c97bea1087
|
fix(frontend): Fix PSQL select (#3343)
|
2024-03-05 12:29:46 +01:00 |
|
Faton Ramadani
|
c4f43bd2e7
|
feat(frontend): Added support for mysql, mssql and snowflake in the Database Studio (#3250)
* feat(frontend): Added support for mysql in the Database Studio
* feat(frontend): generic db
* feat(frontend): generic column def wip
* fix(frontend): adapt queries
* fix(frontend): adapt queries
* fix(frontend): wip
* fix(frontend): wip
* feat(frontend): remove useless runnable calls
* feat(frontend): MySQL + PSQL done, mssql wip
* feat(frontend): clean up
* feat(frontend): clean up
* feat(frontend): mssql: select + count done
* feat(frontend): mssql: update, insert and delete + fix policies
* feat(frontend): typo
* feat(frontend): fix build
* feat(frontend): improve perf + UI
* feat(frontend): add snowflake
* feat(frontend): fix count
* feat(frontend): debounce input
* feat(frontend): fix deploy button
* feat(frontend): remove ghost rows
* feat(frontend): Fix search
* feat(frontend): Fix search
* feat(fontend): remove bigquery
* feat(fontend): Fix performance issues + sorting
* feat(fontend): Fix lastRow
* feat(fontend): Fix build + search
* feat(fontend): fix mysql metadata
* feat(fontend): simplify code
* feat(fontend): remove cache + fix the number of calls
* feat(fontend): clean up
* feat(fontend): clean up
* feat(fontend): remove dead code
* feat(fontend): fix infinite scroll
* feat(fontend): fix count
* feat(fontend): remove unnecessary clearRows
* feat(fontend): add missing delete policy
* feat(fontend): fix search
* feat(fontend): fix search
* feat(fontend): roll back infiniteInitialRowCount
* feat(fontend): roll back infiniteInitialRowCount
* feat(fontend): add bigquery (#3326)
* feat(fontend): add bigquery
---------
Co-authored-by: HugoCasa <hugo@casademont.ch>
* feat(fontend): remove code duplication
* feat(fontend): add mapping for postgres
---------
Co-authored-by: HugoCasa <hugo@casademont.ch>
|
2024-03-05 08:52:20 +01:00 |
|
Ruben Fiszel
|
f89f5d6e1c
|
fix: workflow as code python sdk improvement
|
2024-03-04 23:23:41 +01:00 |
|
Ruben Fiszel
|
8c15c653c2
|
workflow as code endpoint set proper parent job
|
2024-03-04 21:57:23 +01:00 |
|
Ruben Fiszel
|
3fe73072d2
|
chore(main): release 1.284.1 (#3339)
* chore(main): release 1.284.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-03-04 20:47:59 +01:00 |
|
Ruben Fiszel
|
b2521b7d2c
|
fix: workflow as code api improvement
|
2024-03-04 20:45:04 +01:00 |
|
Ruben Fiszel
|
2c0298a482
|
chore(main): release 1.284.0 (#3331)
* chore(main): release 1.284.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-03-04 20:30:54 +01:00 |
|
Ruben Fiszel
|
ff3aa8ab06
|
feat: workflow as code v0
|
2024-03-04 20:19:34 +01:00 |
|
Soumit Das
|
fd579bc51a
|
env table wan't displayed properly (#3332)
|
2024-03-04 09:30:33 +01:00 |
|
Ruben Fiszel
|
6cd609eeeb
|
remove nativets
|
2024-03-02 14:32:32 +01:00 |
|
Ruben Fiszel
|
93e95c7210
|
nit vacuum iterator
|
2024-03-02 13:51:28 +01:00 |
|
Ruben Fiszel
|
93233937f9
|
fix: allow multiselect in dynamic forms
|
2024-03-02 00:01:05 +01:00 |
|
Ruben Fiszel
|
cf571cea1c
|
fix schedule creator
|
2024-03-01 21:25:25 +01:00 |
|
Ruben Fiszel
|
cdf3afc9e0
|
fix getMainButtons
|
2024-03-01 21:03:58 +01:00 |
|
Ruben Fiszel
|
306082d31a
|
feat: add schedule page to script settings
|
2024-03-01 20:27:27 +01:00 |
|
Ruben Fiszel
|
1639c838b6
|
chore(main): release 1.283.0 (#3330)
* chore(main): release 1.283.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-03-01 19:29:22 +01:00 |
|
HugoCasa
|
b4ed0ecd03
|
feat: sync users and groups (#3328)
* feat: wmil sync for users and groups
* fix: sort admins
* fix: sqlx build
* chore: update to latest deno client
|
2024-03-01 19:25:14 +01:00 |
|
Henri Courdent
|
e409d209b1
|
Update changelog & logo runs (#3329)
|
2024-03-01 18:56:30 +01:00 |
|
Ruben Fiszel
|
dff271d5d5
|
chore(main): release 1.282.2 (#3325)
* chore(main): release 1.282.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2024-03-01 12:22:08 +01:00 |
|
Ruben Fiszel
|
c1d9a95115
|
fix: redo release
|
2024-03-01 12:15:21 +01:00 |
|
Ruben Fiszel
|
7c7574a97d
|
chore(main): release 1.282.1 (#3321)
|
2024-03-01 12:04:18 +01:00 |
|
Ruben Fiszel
|
6a0bf15572
|
fix: fix flow progress monitor when using parallel branches and continuing long after
|
2024-03-01 12:01:17 +01:00 |
|
Ruben Fiszel
|
adacb60bb5
|
fix: maintain order in flow inputs when never reordering
|
2024-03-01 11:43:36 +01:00 |
|
HugoCasa
|
15783ad568
|
chore: update ee ref (#3322)
|
2024-03-01 11:08:32 +01:00 |
|
Ruben Fiszel
|
a03fad6528
|
fix: description of fields accept new lines
|
2024-03-01 08:53:54 +01:00 |
|