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
Ruben Fiszel
b1c4ba4128
recovery handler is ee only
2023-09-14 09:04:50 +02:00
Ruben Fiszel
afecc756ee
fix sqlx
2023-09-14 08:50:19 +02:00
Ruben Fiszel
b0e699f07f
restrict nb of workspaces to 3 + number of oauth users to 50
2023-09-14 08:48:17 +02:00
Ruben Fiszel
dfcdb2d8ff
feat: worker groups admin panel ( #2277 )
...
* merge
* merge
* merge
* wg
* progress
* all
* all
* all
* all
* all
* all
* fix
* fix
2023-09-13 21:24:54 +02:00
Ruben Fiszel
106644181d
fix premium info computation
2023-08-29 21:41:26 +02:00
Ruben Fiszel
958c172173
fix premium info computation
2023-08-29 21:23:15 +02:00
Ruben Fiszel
702477dd80
exclude cache and state from tarball export
2023-08-29 19:36:25 +02:00
Ruben Fiszel
c77d38563d
remove unecessary postgres transactions and improve performance
2023-08-22 00:34:44 +02:00
Ruben Fiszel
e41a3fc1d2
improve sql query performances
2023-08-20 18:06:59 +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
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
HugoCasa
f7201bff0e
feat: use openai resource for windmill AI ( #1902 )
...
* feat: add inline code gen flow
* feat(frontend): add script gen to flow and app builders
* fix(backend): allow all users to use openai
* feat: use openai resource for windmill AI
---------
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
2023-07-19 13:44:16 +02:00
HugoCasa
d4345fb02c
feat(frontend): generate scripts in the flow and app builders ( #1886 )
...
* feat: add inline code gen flow
* feat(frontend): add script gen to flow and app builders
* fix(backend): allow all users to use openai
* Fix build
* Fix build
* Fix build
---------
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
2023-07-18 12:55:35 +02:00
Ruben Fiszel
62c33eec83
feat: add schedule to syncable resources
2023-07-16 10:47:24 +02:00
Jakub Kołodziejczak
223b80768a
chore(backend): upgrade sqlx to ^0.7 ( #1865 )
...
* DRAFT chore(backend): upgrade sqlx to ^0.7
related to:
* https://github.com/windmill-labs/windmill/pull/1858
* https://github.com/launchbadge/sqlx/issues/1163#issuecomment-1627685514
* (vol. 2) in 0.7, `Transaction` can no longer implement `Executor` directly
ref: afb6b1066e/examples/postgres/transaction/src/main.rs (L14-L17)
notice that I'm temporarly using my custom patch
16e4c9a8f3
it's related to https://github.com/launchbadge/sqlx/issues/2611
* post git rebase chores
* use upstream fix from 0.7.1
* fix compile
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-07-15 14:06:20 +02:00
HugoCasa
1f86d79137
feat: generate and fix scripts using Autopilot powered by OpenAI #1827 )
...
* feat(frontend): generate simple script from prompt
* feat(backend): add OpenAI key workspace settings
* feat(frontend): add OpenAI key workplace settings
* feat: proxy to backend + support all languages
* fix: openapi spec
* feat: ScriptGen new UI + gpt 4
* fix: openai key sqlx data
* fix: diffEditor optional
* feat: beta + minor improvements
* feat: resource type support
* feat: edit with AI
* feat: AI fix
* feat: minor improvements
content max length, format, env info
* fix: minor
2023-07-12 17:07:45 +02:00
Ruben Fiszel
79ea3fae66
bun fixes
2023-07-06 22:29:00 +02:00
HugoCasa
69ee98a835
feat: workspace error handler ( #1799 )
...
* feat: add workspace error handler
* feat: run error handler as group
* fix: handler picker initial path
* fix(backend): separate global / workspace handlers
* fix(frontend): error handler picker tab change
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2023-07-06 21:43:15 +02:00
Ruben Fiszel
acd6a019c3
select + drawer fix + explicit hash
2023-07-05 10:01:07 +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
82c48dc5c9
fix: add CREATE_WORKSPACE_REQUIRE_SUPERADMIN
2023-06-29 23:06:03 +02:00
Ruben Fiszel
81d62f9250
remove warnings
2023-06-29 12:42:09 +02:00
Ruben Fiszel
d6132ed8d2
improve docker-compose and email sending
2023-06-29 11:52:46 +02:00
Ruben Fiszel
663e2148ac
feat: smtp support to invite users ( #1777 )
...
* email support
* everyhting
* smtp
* update
* update
* update
* setup backend test
2023-06-29 10:34:44 +02:00
Ruben Fiszel
01a5ae940f
add proto postgresql backend support as a job language
2023-06-26 18:23:14 +02:00
Ruben Fiszel
03adbdb8a6
feat(cli): add skipSecrets, skipVariables, skipResources
2023-06-22 14:20:46 +02:00
Ruben Fiszel
183edb82a3
feat: dev/staging/prod and deploy from web ( #1733 )
2023-06-17 13:57:04 +02:00
Ruben Fiszel
e91571a58b
rework premium workspace pricing
2023-05-28 13:00:21 +02:00
Ruben Fiszel
ec89b656b6
feat: introduce backend persisted draft systems for scripts
2023-04-30 15:56:52 +02:00
Ruben Fiszel
db075f2ca1
feat(backend): add instance events webhook
2023-04-11 01:45:56 +02:00
Ruben Fiszel
54b9e532a1
feat(backend): lowercase all emails in relevant endpoints ( #1361 )
...
* all
* also modify invite_user
2023-04-05 11:36:17 +02:00
Ruben Fiszel
810e873d7a
only decrypt secret value
2023-03-30 07:58:51 +02:00
Ruben Fiszel
0acbcb9678
fix(cli): add --plain-secrets
2023-03-28 22:46:43 +02:00
Ruben Fiszel
0a9c8d9df6
minor backend fixes
2023-03-27 22:57:29 +02:00
Ruben Fiszel
d1d8a7923f
add more sanity checks to api
2023-03-27 21:07:34 +02:00
Ruben Fiszel
8a848c9e0d
fix(cli): many small fixes
2023-03-11 20:16:56 +01:00
Ruben Fiszel
6686dfb25d
add workspace_add events
2023-02-28 19:41:01 +01:00
Ruben Fiszel
e5df7f4ac1
fix stripe checkout
2023-02-27 08:49:36 +01:00
Ruben Fiszel
44e588b0b2
do not create default variables on workspace creation
2023-02-23 08:07:35 +01:00
Kai Jellinghaus
d396fd57e7
Remove Stripe ( #1217 )
2023-02-22 19:15:10 +01:00
Ruben Fiszel
dcc670afde
remove extra_perms from being encoded in non-folder zip export
2023-02-22 12:55:40 +01:00
Ruben Fiszel
a131fca977
removed edited_by from zip metadata
2023-02-22 09:53:45 +01:00
Ruben Fiszel
0e27bd3c8b
remove archived from zip
2023-02-22 09:23:23 +01:00
Ruben Fiszel
0fd26cf4fe
remove metadata from zip
2023-02-22 09:12:22 +01:00
Ruben Fiszel
29d0cc620f
feat: add delete flows
2023-02-22 08:40:11 +01:00
Ruben Fiszel
81bb580222
remove versions from serialized apps
2023-02-22 01:13:42 +01:00
Ruben Fiszel
9fc186764f
v0 of cli refactor
2023-02-22 00:15:32 +01:00