Ruben Fiszel
|
33deca1304
|
setup improvements
|
2023-09-21 12:49:31 +02:00 |
|
Ruben Fiszel
|
0ae8d097cd
|
setup improvements
|
2023-09-21 12:49:20 +02:00 |
|
Ruben Fiszel
|
3fc3e10ef5
|
improve and simplify setup
|
2023-09-21 11:00:42 +02:00 |
|
Ruben Fiszel
|
79c4ee5e6f
|
feat: set instance settings from UI (#2314)
|
2023-09-20 23:15:19 +02:00 |
|
Ruben Fiszel
|
ea6919d20b
|
add playhouse => playwee python import
|
2023-09-20 14:10:18 +02:00 |
|
Ruben Fiszel
|
d08f979d0a
|
chore(main): release 1.175.0 (#2290)
* chore(main): release 1.175.0
* Apply automatic changes
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2023-09-19 19:08:22 +02:00 |
|
Ruben Fiszel
|
a3a36a34fb
|
fix change versions
|
2023-09-19 19:06:31 +02:00 |
|
Ruben Fiszel
|
2c1f852e54
|
bump bun 1.0.2
|
2023-09-19 18:58:47 +02:00 |
|
Ruben Fiszel
|
e3d28b9507
|
feat: support pinned versions for bun in deployed scripts
|
2023-09-19 18:15:06 +02:00 |
|
Faton Ramadani
|
ab45917b78
|
fix(frontend): fix alignment (#2307)
|
2023-09-19 17:34:06 +02:00 |
|
HugoCasa
|
b10f589d2b
|
fix: ai improve prompts (#2310)
|
2023-09-19 17:33:56 +02:00 |
|
Faton Ramadani
|
547dba9e00
|
fix(frontend): Always mount components (#2309)
|
2023-09-19 17:17:33 +02:00 |
|
Faton Ramadani
|
0c6e540cc8
|
fix(frontend): fix tab styling + component bg (#2308)
|
2023-09-19 16:50:58 +02:00 |
|
HugoCasa
|
323900e214
|
feat: dedicated benchmarks (#2297)
* feat: dedicated benchmarks
* feat: dedicated benchmarks
* fix: build
* fix: use ee for ci
* fix: ci
* fix: handle create jobs error
* fix: nits
|
2023-09-19 14:03:19 +02:00 |
|
Ruben Fiszel
|
d6881b2ab5
|
add smbclient exception
|
2023-09-19 13:31:49 +02:00 |
|
Ruben Fiszel
|
77f6baee8f
|
added dockerfile pup
|
2023-09-19 13:17:02 +02:00 |
|
Ruben Fiszel
|
3491d188a1
|
fix: add HOME to bun and deno
|
2023-09-19 12:40:31 +02:00 |
|
HugoCasa
|
26ee699f88
|
feat: add batch jobs (#2306)
|
2023-09-19 11:53:50 +02:00 |
|
Faton Ramadani
|
47a05ec587
|
fix(frontend): fix theme UI (#2305)
|
2023-09-19 11:05:43 +02:00 |
|
Faton Ramadani
|
8888e7fd6c
|
fix(frontend): fix theme make default (#2304)
|
2023-09-19 10:12:47 +02:00 |
|
Faton Ramadani
|
be790992a0
|
feat(frontend): Add component control doc (#2295)
* feat(frontend): Add component control doc
* feat(frontend): Add missing controls
* feat(frontend): add collapsable view
* feat(frontend): rework ui
* fix(frontend): fix build
* feat(frontend): add missing controls
* feat(frontend): update controls
* feat(frontend): only add recompute control for components with componentInput
|
2023-09-19 09:45:54 +02:00 |
|
Faton Ramadani
|
2157d1ef05
|
fix(frontend): add missing key (#2299)
* fix(frontend): add missing key
* fix(frontend): add missing key
|
2023-09-19 09:10:17 +02:00 |
|
Henri Courdent
|
434ea76a1a
|
New links for components docs (#2298)
|
2023-09-18 18:20:59 +02:00 |
|
HugoCasa
|
c4a88e7e18
|
feat: add dediacted worker env var (#2296)
|
2023-09-18 14:15:56 +02:00 |
|
Faton Ramadani
|
662ef7d4d3
|
fix(frontend): Fix rich result styling + add title and hideDetails config (#2294)
|
2023-09-18 11:05:26 +02:00 |
|
Ruben Fiszel
|
84f79ef055
|
fix sqlx
|
2023-09-16 11:47:10 +02:00 |
|
Ruben Fiszel
|
903ef0e3c6
|
feat: suggest adding openai key on workspace creation
|
2023-09-16 10:05:32 +02:00 |
|
Ruben Fiszel
|
b82a4bcf11
|
nit UX
|
2023-09-16 09:32:25 +02:00 |
|
Ruben Fiszel
|
f873d9b4ba
|
fix: validate more strongly usernames
|
2023-09-16 09:29:49 +02:00 |
|
Ruben Fiszel
|
69a4fb9cdc
|
improve queue metrics
|
2023-09-16 03:23:32 +02:00 |
|
Ruben Fiszel
|
e54a8013a0
|
fix: add queue_count to metrics
|
2023-09-16 02:31:58 +02:00 |
|
Ruben Fiszel
|
c8bf141cea
|
chore(main): release 1.174.0 (#2287)
* chore(main): release 1.174.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2023-09-15 23:42:59 +02:00 |
|
Ruben Fiszel
|
23a0be78c3
|
fix concurrency limit with jobs scheduled in the future
|
2023-09-15 23:42:44 +02:00 |
|
Faton Ramadani
|
c19757af1b
|
feat(frontend): Global CSS editor (#2178)
* feat(frontend): add global css
* feat(frontend): working styling
* feat(frontend): Add default classes
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* feat(frontend): Add global css v0
* feat(frontend): Add global css v0
* add css workers
* fix(frontend): Fix overflow issue
* wip
* feat(frontend): check for EE before injecting global css
* wip
* wip
* wip
* fix(frontend): fix typing issues
* fix(frontend): fix typing issues
* fix(frontend): fix global css
* fix(frontend): add missing mapping
* fix(frontend): Fix how styles are loaded
* fix(frontend): fix preview
* feat(frontend): fix everything
* feat(frontend): fix class autocomplete
* feat(frontend): remove console.log
* feat(frontend): update tooltup
* feat(frontend): eval
* feat(frontend): eval
* feat(frontend): fix build
* feat(frontend): fix initial binding
* feat(frontend): wip
* wip
* feat(frontend): Finish theme v0
* feat(frontend): Fix resource page
* feat(frontend): fix build
* feat(frontend): theme UI
* feat(frontend): theme UI
* feat(frontend): theme UI
* feat(frontend): fix EE
* feat(frontend): add missing warning
* feat(frontend): fix preview
* feat(frontend): fix global css by component initialisation
* feat(frontend): remove unused libraries
* feat(frontend): fix EE check
* feat(frontend): fix EE check
* feat(frontend): fix preview
* feat(frontend): Fix migration
* feat(frontend): Fix issues
* feat(frontend): add missing disabled in migration modal
* feat(frontend): Fix preview
* feat(frontend): Fix preview
* all
* all
* all
* sqlx
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
|
2023-09-15 22:55:47 +02:00 |
|
HugoCasa
|
59e27a98f4
|
feat: ai gen support all langs (#2276)
* feat: ai gen support all langs
* fix: improve db schema explorer
* fix: frontend check
|
2023-09-15 16:41:10 +02:00 |
|
HugoCasa
|
35166883e8
|
feat: bun absolute/relative imports + tests (#2286)
* feat: bun relative imports + tests
* fix: add missing .sqlx
|
2023-09-15 13:19:38 +02:00 |
|
Ruben Fiszel
|
83f43b6600
|
bump tests
|
2023-09-15 09:43:33 +02:00 |
|
Ruben Fiszel
|
009e04e582
|
fix nb of conns
|
2023-09-15 09:32:11 +02:00 |
|
Ruben Fiszel
|
e0ff5484e1
|
fix tests
|
2023-09-15 09:30:33 +02:00 |
|
Ruben Fiszel
|
b8d901c4d4
|
fix tests
|
2023-09-15 01:41:35 +02:00 |
|
Ruben Fiszel
|
7cd563596d
|
align capture endpoint with run endpoint
|
2023-09-15 01:06:58 +02:00 |
|
Ruben Fiszel
|
019601959f
|
chore(main): release 1.173.0 (#2282)
* chore(main): release 1.173.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
|
2023-09-14 20:22:00 +02:00 |
|
Ruben Fiszel
|
c08b774eef
|
feat: cli sync on windows (#2283)
* cli windows
* update
|
2023-09-14 18:35:26 +02:00 |
|
Ruben Fiszel
|
73cfa92fa2
|
fix carousel list
|
2023-09-14 15:54:35 +02:00 |
|
Ruben Fiszel
|
bb993336ce
|
improve popup location
|
2023-09-14 15:10:08 +02:00 |
|
Ruben Fiszel
|
a1fdfffb14
|
fix tests
|
2023-09-14 13:20:39 +02:00 |
|
Ruben Fiszel
|
410b4c9cf0
|
fix migration last
|
2023-09-14 11:59:20 +02:00 |
|
Ruben Fiszel
|
ea23ccc05b
|
fix migration last
|
2023-09-14 11:57:38 +02:00 |
|
Ruben Fiszel
|
a74567fb97
|
fix migraiton
|
2023-09-14 11:46:33 +02:00 |
|
Ruben Fiszel
|
216181075a
|
fix migraiton
|
2023-09-14 11:44:36 +02:00 |
|