Alexander Petric
1cd347df77
feat: msft teams support for critical alerts
2025-01-21 18:38:52 -05:00
Alexander Petric
010928b37f
feat: support gpg signing commits with git sync ( #5053 )
2025-01-13 19:00:15 +01:00
Henri Courdent
06d13375ab
Workspace settings clarifications, delete workspace message ( #5052 )
2025-01-13 18:40:55 +01:00
Ruben Fiszel
427aae6164
chore(main): release 1.445.1 ( #5050 )
...
* chore(main): release 1.445.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-13 15:28:27 +01:00
Guilhem
ebfde197fc
fix(ui): capture v2 UX ( #4954 )
...
* feat: captures
* flow UI and improvements
* fix: build
* fix sqlx
* Move Capture WIP
* Add capture to webhook and websocket
* Move connection status viewer in the head
* change trigger section label
* Add popover capture picker using melt ui
* Add shortcut to triggers capture from input form
* remove capture tab in input
* Allways show capture
* remove useless logs
* Add email capture
* Add kafka capture into triggers
* Add edit option in capture table
* use light header for arg input
* Add prefilled group id
* Change button label
* fix logic
* Open resource drawer if prototype has fields
* fix default completion
* Change name Prototype
* Dissociate Editor Mode for triggers
* Fix bug for script
* Fix apply args
* fix apply schema
* Add capture table to script
* fix apply args
* Add capture button for script
* Delete capture tab
* Set capture on when opening triggers capture
* fix connection indicator
* fix minor issues
* Add preprocessor logic
* Use slot in log Panel for captures
* handle capture refresh in script
* Delete capture tab from script editor
* reset kafka resource on toggle static
* fix minor issue
* Allow resource in kafka capture
* use simple capture button in flow
* Remove capture panel
* Polish route trigger editor
* Fix resource saving
* Remove excessive padding
* merge nits
* Add history tab
# Conflicts:
# frontend/src/lib/components/EditableSchemaForm.svelte
* add workflow_dispatch to build
* add workflow_dispatch to build
* Move input copy from in a panel
* better capture UI
* Add smoothing animation on open input editor
* fix bad wrapping in input editor menu
* clean code
* restore captureTable
* clean
* fix sqlx
* fix build
* fix build
* build
* make initial_messages optional in line with db
* fix npm check
* better handle args for capture webhook and http
* add capture pagination
* Add capture table
* Add table for history inputs
* nit
* simplify capture table
* stop capturing on closing capture section
* show only 10 items per page for captures
* set focus to logs on script test
* Fix collapsable section
* nit
* open captures when applying args from triggers
* update edit input drawer
* fix all EditableSchemaForm
* fix panel init animation
* Add capture popover
* change open tab button
* clean code
* fix bad table display
* Fix JSON input bad sync
* make capture icon bigger
* nit
* nit
* revert unwanted change
* Change capture name and nits
* infinite scroll and cleaning
* Add toast when failing to retreive first step input
* add icons to dropdown edit input list
* remove unused log
* Add click outside to all schema pickers
* fix click oustide
* Fix migrations
* solve run button not refreshing properly
* Add a capture drawer
* change apply args and schema logic
* change apply args and schema logic
* fix toggle display
* fix schema display
* improve preview mode
* Add first step panel
* nit
* clean
* Add hint for captures
* clean
* nit
* nit
* fix script node page height
* improve animation on redirecting to capture
* improve saved input picker
* nit
* add Json placeholder
* nit
* add list animations
* delete useless logs
* add animated list to captures history and saved inputs
* Delete unused component
* clean
* nit
* clean code
* improve tab scroll experience
* nit
* nits
* nits
* fix script args update
* nit
* nit: include preview in history inputs in edit mode
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-13 14:45:38 +01:00
Ruben Fiszel
7255ad8154
chore(main): release 1.445.0 ( #5035 )
...
* chore(main): release 1.445.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2025-01-10 20:01:53 +01:00
HugoCasa
e66fcf9270
feat: nats triggers ( #5039 )
...
* feat: nats triggers
* missing files
* fix build
* update feature flags
* event stream fixes
* update ee ref
2025-01-10 19:47:17 +01:00
Alexander Petric
03450bd6f4
ws color: separate logic from reactivity condition ( #5046 )
...
* fix workspace color picker issue
* removing useless reactive statement
* some ui fixes
* separate logic from reactivity condition
2025-01-10 19:41:50 +01:00
Alexander Petric
089e698d43
workspace color fixes part2 ( #5045 )
...
* fix workspace color picker issue
* removing useless reactive statement
* some ui fixes
2025-01-10 19:33:45 +01:00
Alexander Petric
cc3fabbb0e
remove unused reactive statement ( #5044 )
...
* fix workspace color picker issue
* removing useless reactive statement
2025-01-10 16:50:00 +01:00
Alexander Petric
6d934ddb43
fix workspace color picker issue ( #5043 )
2025-01-10 16:36:14 +01:00
Alexander Petric
6711a81378
only load critical alerts modal once devops store is set ( #5034 )
...
* only load critical alerts modal once devops store is set
* remove console log
2025-01-09 06:43:08 +01:00
Alexander Petric
0c391372cc
feat(frontend): allow workspace admin to set workspace color ( #5032 )
...
* feat(frontend): allow workspace admin to set workspace color
* sqlx prep
* sqlx prep
* make border wider, add removed comment
2025-01-09 06:42:36 +01:00
Alexander Petric
53c62f2dbc
fix: support html in github markdown plugin ( #5031 )
...
* support html in github markdown plugin
* also support github alerts in markdown
2025-01-09 06:40:54 +01:00
Ruben Fiszel
4c8c90e7fb
nits
2025-01-08 23:01:54 +01:00
Alexander Petric
02b96ba00f
doc link job labels ( #5028 )
2025-01-08 18:50:08 +01:00
Ruben Fiszel
ec2ff527d0
chore(main): release 1.444.0 ( #5017 )
...
* chore(main): release 1.444.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2025-01-06 13:59:13 +01:00
HugoCasa
01c6f84520
feat: captures ( #4807 )
...
* feat: captures
* flow UI and improvements
* fix: build
* fix sqlx
* Move Capture WIP
* Add capture to webhook and websocket
* Move connection status viewer in the head
* change trigger section label
* Add popover capture picker using melt ui
* Add shortcut to triggers capture from input form
* remove capture tab in input
* Allways show capture
* remove useless logs
* Add email capture
* Add kafka capture into triggers
* Add edit option in capture table
* use light header for arg input
* Add prefilled group id
* Change button label
* fix logic
* Open resource drawer if prototype has fields
* fix default completion
* Change name Prototype
* Dissociate Editor Mode for triggers
* Fix bug for script
* Fix apply args
* fix apply schema
* Add capture table to script
* fix apply args
* Add capture button for script
* Delete capture tab
* Set capture on when opening triggers capture
* fix connection indicator
* fix minor issues
* Add preprocessor logic
* Use slot in log Panel for captures
* handle capture refresh in script
* Delete capture tab from script editor
* reset kafka resource on toggle static
* fix minor issue
* Allow resource in kafka capture
* use simple capture button in flow
* Remove capture panel
* Polish route trigger editor
* Fix resource saving
* Remove excessive padding
* merge nits
* add workflow_dispatch to build
* add workflow_dispatch to build
* better capture UI
* fix sqlx
* fix build
* fix build
* build
* make initial_messages optional in line with db
* fix npm check
* better handle args for capture webhook and http
* improve migration + http capture fixes
* fix sqlx
* update ee ref
---------
Co-authored-by: Guilhem <guilhemlemouel@gmail.com >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-06 12:07:09 +01:00
Ruben Fiszel
bc87efd69e
chore(main): release 1.443.0 ( #5013 )
...
* chore(main): release 1.443.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2025-01-04 03:29:11 +01:00
HugoCasa
0c19171f57
feat: allow s3 file download/preview from inside apps ( #5004 )
...
* feat: allow s3 file download/preview from inside apps
* improve security + handle image preview
* fix build
* fix build
2025-01-04 01:47:57 +01:00
Ruben Fiszel
eeb712c270
chore(main): release 1.442.0 ( #4991 )
...
* chore(main): release 1.442.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2025-01-03 18:13:32 +01:00
Alexander Petric
c999788c71
snowflake resource picker to show both snowflake + snowflake_oauth ( #5005 )
2025-01-03 16:28:09 +01:00
HugoCasa
bbf7fd695b
feat: update git sync scripts with url redacted ( #5008 )
2025-01-03 16:26:48 +01:00
Alexander Petric
736e241e71
adding otel example + small typos in instance settings ( #5009 )
2025-01-03 16:26:13 +01:00
Ruben Fiszel
6bcdde927c
chore(main): release 1.441.2 ( #4987 )
...
* chore(main): release 1.441.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-27 16:37:20 +01:00
Ruben Fiszel
9bdf0e680f
nits script lang
2024-12-25 14:02:03 +01:00
Ruben Fiszel
03694dcf92
nits script lang
2024-12-25 13:58:11 +01:00
Ruben Fiszel
d440a71e2f
chore(main): release 1.441.1 ( #4966 )
...
* chore(main): release 1.441.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-24 11:40:49 +09:00
Ruben Fiszel
c1d11ce044
improve app editor behavior when hiding right panel
2024-12-21 00:53:55 +01:00
Ruben Fiszel
82031a920d
chore(main): release 1.441.0 ( #4962 )
...
* chore(main): release 1.441.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-20 22:20:54 +01:00
Henri Courdent
6143efc7b3
Resource type description markdown support ( #4960 )
2024-12-20 21:48:42 +01:00
HugoCasa
ce9cb510f9
fix frontend checks for script and flow preview jobs ( #4961 )
2024-12-21 05:13:27 +09:00
Ruben Fiszel
d45cdf8a04
improve oneOf handling
2024-12-19 14:37:04 +01:00
Ruben Fiszel
cfd93a3ead
chore(main): release 1.440.3 ( #4955 )
...
* chore(main): release 1.440.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-19 01:47:19 +01:00
Ruben Fiszel
0770613fa4
chore(main): release 1.440.2 ( #4953 )
...
* chore(main): release 1.440.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-18 19:00:18 +01:00
Ruben Fiszel
fb72e89d49
chore(main): release 1.440.1 ( #4948 )
...
* chore(main): release 1.440.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-18 12:29:23 +01:00
Ruben Fiszel
d8d47d910d
chore(main): release 1.440.0 ( #4931 )
...
* chore(main): release 1.440.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-18 11:40:33 +01:00
Ruben Fiszel
1b008409e2
flow editor improvements
2024-12-18 00:21:25 +01:00
Ruben Fiszel
33bacb2ee8
improve date setValue
2024-12-17 22:17:58 +01:00
wendrul
d8806555f1
fix: add workspace selector and fix css for create webhook page ( #4939 )
...
* fix: add workspace selector and fix css for create webhook page
* Improve the tooltip message about token generation
2024-12-17 15:41:16 +01:00
michael
d39193063f
Update displayDate to use local time format preferences ( #4826 )
...
* update date display time to use local browser locale
* incorporate displaySecond and displayDate
* rewrite
* a
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-12-16 11:18:52 +01:00
Ruben Fiszel
e4bffe4741
chore(main): release 1.439.0 ( #4925 )
...
* chore(main): release 1.439.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-16 10:53:56 +01:00
Ruben Fiszel
02e31372f5
refresh user tokens less aggressively
2024-12-13 20:09:33 +01:00
Ruben Fiszel
30256ae6ec
chore(main): release 1.438.0 ( #4899 )
...
* chore(main): release 1.438.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-13 17:58:50 +01:00
Alexander Petric
0e11c43014
small ui fix for result display in psql + adding --return_last_result to psql script helper ( #4919 )
2024-12-13 17:55:19 +01:00
Ruben Fiszel
a7ef9e9f52
fix flow module adder
2024-12-13 16:56:45 +01:00
wendrul
393b838ec9
Target dotnet 9.0 for C# ( #4920 )
2024-12-13 15:41:39 +01:00
Ruben Fiszel
1b0d4dd46b
nit
2024-12-13 12:11:16 +01:00
Henri Courdent
4fb366d11f
Harmonization sentence cases ( #4888 )
...
Co-authored-by: HugoCasa <hugo@casademont.ch >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-12-13 11:31:46 +01:00
wendrul
afac8a73f0
fix: c#: nsjail image, default langs and feature cage imports ( #4917 )
...
* fix: nsjail image, default langs and feature cage csharp imports
* Fix unused imports with csharp flag
2024-12-13 09:36:17 +01:00