Ruben Fiszel
b0ccbe22ee
UX improvements
2022-11-27 00:07:44 +01:00
Ruben Fiszel
2585fff8da
increase description length for resource types
2022-11-26 23:10:46 +01:00
Ruben Fiszel
2dad606422
UX improvements
2022-11-26 23:09:21 +01:00
Ruben Fiszel
9d80a46297
fix(deno-client): pg 0.16.1 -> 0.17.0
2022-11-26 20:51:59 +01:00
Ruben Fiszel
ce3f2cc71f
pg migration
2022-11-26 19:39:37 +01:00
Ruben Fiszel
3f728b35ea
fix no color without nsjail
2022-11-26 19:06:36 +01:00
Ruben Fiszel
010185df04
fix same_worker/shared to work with and without nsjail
2022-11-26 19:02:49 +01:00
Ruben Fiszel
f329b495c4
use caching for dockerfile
2022-11-26 17:17:10 +01:00
Ruben Fiszel
55f25645e7
fix adding nsjail based on arg
2022-11-26 17:13:14 +01:00
Ruben Fiszel
be8673b2e3
fix adding nsjail based on arg
2022-11-26 16:52:25 +01:00
Ruben Fiszel
26aa27452e
fix overflow for dropdown on resources
2022-11-26 16:47:01 +01:00
Ruben Fiszel
47853529e5
fix getting email from github
2022-11-26 15:57:55 +01:00
Ruben Fiszel
e909e296cc
fix getting email from github
2022-11-26 15:33:15 +01:00
Ruben Fiszel
66781c1fd4
update default login scopes for github
2022-11-26 14:52:30 +01:00
Ruben Fiszel
635a207d3b
update sqlx-info
2022-11-26 14:46:13 +01:00
Ruben Fiszel
f027920221
modify github default oauth scopes
2022-11-26 14:43:14 +01:00
Ruben Fiszel
da958894ea
more explicit error for login
2022-11-26 14:38:45 +01:00
Ruben Fiszel
081edba816
fix removing users
2022-11-26 14:21:42 +01:00
Kai Jellinghaus
cae9287501
Update renders ( #948 )
2022-11-26 04:59:51 +01:00
Ruben Fiszel
d9c7704c9f
UX nits
2022-11-25 20:28:55 +01:00
Ruben Fiszel
49799e3236
add support for fetching variable and resource from bash
2022-11-25 19:40:38 +01:00
Ruben Fiszel
65a535eb86
add urandom and all /etc to nsjail
2022-11-25 19:05:41 +01:00
Kai Jellinghaus
d7757dbe74
feat(cli): Run flows & scripts ( #940 )
...
* Enable Script Running from CLI
* Improve Script Logic & Enable Flow run
* Update README
* Fix empty input 415 unsupported media type
* Add flow execution asciicast
* Allow reading inputs
* Add --silent & print result
* Updated syntax
* Update readme
* Fix superadmin users
* Handle values correctly
* Rework input parsing to try-catch JSON
* Accept all input types
* VHS scripts
* Test add Video to Markdown
* Use GIF only
* Final revisions
* I'm not sure why this works but stackoverflow told me
https://stackoverflow.com/questions/4279611/how-to-embed-a-video-into-github-readme-md/4279746#4279746
* Also rename file?
* Use MP4
* Use GIF
* Use MP4 again
* Revert "Use MP4 again"
This reverts commit d3ed4dc28a .
2022-11-25 18:05:23 +01:00
Ruben Fiszel
760fdb2318
remove armv7 support for now
2022-11-25 18:05:05 +01:00
Ruben Fiszel
389ef02e16
add support for rpi
2022-11-25 17:24:50 +01:00
Ruben Fiszel
28e74a1847
remove nsjail from the non enterprise image
2022-11-25 17:10:50 +01:00
Ruben Fiszel
7d4222d7a2
remove nsjail from the non enterprise image
2022-11-25 17:04:52 +01:00
Ruben Fiszel
95a68b7d74
remove nsjail from the non enterprise image
2022-11-25 16:57:02 +01:00
Ruben Fiszel
6b98ae2ffc
disable nsjail by default
2022-11-25 16:31:15 +01:00
Ádám Kovács
e99e2394cb
feat(frontend): Add inline script picker to apps ( #945 )
...
* feat(frontend): Add inline script picker
2022-11-25 08:27:43 +01:00
Ruben Fiszel
4d808966dc
support for generic userinfo_url
2022-11-25 04:54:14 +01:00
Ruben Fiszel
af37536a67
remove duplicate logins
2022-11-24 18:30:35 +01:00
Ádám Kovács
2f7ebe9eab
feat(frontend): Add guard against script overwrite ( #944 )
...
* feat(frontend): Add guard against script overwrite
* fix: Error message flash up
2022-11-24 13:34:26 +01:00
Ádám Kovács
f0ebb5c9d8
feat: Add notification on app save ( #943 )
2022-11-24 12:51:57 +01:00
Ruben Fiszel
7bc1a996e4
flex-wrap on script builder languages
2022-11-24 12:10:37 +01:00
Ruben Fiszel
6073d0e0ff
add custom login to the login page
2022-11-24 11:46:46 +01:00
Ruben Fiszel
3f234280c1
feat(backend): add configurable custom client
2022-11-24 11:40:02 +01:00
Ruben Fiszel
0d7973d230
no error message on canceling a completed job
2022-11-24 10:18:29 +01:00
Ruben Fiszel
ecf6a0529c
fix flow UX
2022-11-24 09:16:05 +01:00
Ruben Fiszel
50d5ade593
fix flow UX
2022-11-24 02:30:41 +01:00
Ruben Fiszel
3e69421f8e
fix UX flow
2022-11-24 02:04:53 +01:00
Ruben Fiszel
5ccc85e60f
fix flow UX
2022-11-24 02:04:53 +01:00
Faton Ramadani
6e98be606c
fix(frontend): add checkbox component + fix alignment ( #941 )
2022-11-24 00:08:56 +01:00
Kai Jellinghaus
edb8738cb1
Enable user deletion ( #939 )
...
* Update windmill version
* Enable User Deletion
2022-11-23 20:38:27 +01:00
Faton Ramadani
3827da7174
fix(frontend): prevent runnable to run if the script is not defined ( #938 )
2022-11-23 20:37:38 +01:00
Ádám Kovács
5437eb52a5
feat: Update apps button component with colors ( #936 )
...
* feat: Update app component types
* fix: Typos
* feat: Add select input type to components
* fix: Remove width property from component types
* fix: Make button full width in editor
* fix: Types
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
2022-11-23 19:45:19 +01:00
Faton Ramadani
db0b9f0a2f
fix(frontend): Fix context panel + delete component ( #937 )
...
* fix(frontend): Fix context panel + delete component
* fix(frontend): Handle nested paths
2022-11-23 19:31:36 +01:00
Kai Jellinghaus
d33d465d3a
fix(backend): bash flow lock & add flow lock tests ( #933 )
...
* Fix Bash flow lock
* Tests w/ fixes
* Add Sequence privileges
2022-11-23 19:17:19 +01:00
Ruben Fiszel
0640df275d
add ld.so.cache to bash path
2022-11-23 15:20:50 +01:00
Faton Ramadani
5fc7eb6470
fix(frontend): Cleanup dead code ( #935 )
2022-11-23 14:45:56 +01:00