Ruben Fiszel
93063b1c50
chore(main): release 1.425.1 ( #4728 )
...
* chore(main): release 1.425.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-16 10:04:30 +01:00
Ruben Fiszel
4b04cc4d1a
chore(main): release 1.425.0 ( #4715 )
...
* chore(main): release 1.425.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-15 22:31:49 +01:00
Ruben Fiszel
47facb3826
chore(main): release 1.424.0 ( #4709 )
...
* chore(main): release 1.424.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-14 21:28:20 +01:00
dieriba
556b4a41a1
feat: Support mistral anthropic for ai ( #4692 )
...
* wip: openai proxy and other ai proxy integration
* fixing migration script
* wip: support different ai provider in front, fix proxy openai
* wip: adding frontend ai provider
* updated copilot types
* wip: working on anthropic integration
* done AI proxy front
* adding new type and support for anthropic
* updating gitignore
* adding streaming response
* added streaming prompt
* push lib/gen
* wip: fixing anthropic
* anthropic fully supported
* fix backend missing var error and fully support stream event for anthropic
* remove gen directory
* fixing openapi file
* add support for mistral, and update create workspace components
* remove deref.json
* remove package-json
* openapi
* fix ui enable code
* added utility function for init workspace ai provider
* fix workspace switch bug
* update anthropic property and fixed frontend error
* fix workspace settings
* update error message and fix typo migration file
* chore: update openapi file
* fix dev file
* add .sqlx
* all
* update sqlx
---------
Co-authored-by: dieriba <t.dieriba@gmail.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-11-14 14:24:35 +01:00
Ruben Fiszel
ca8020cf82
chore(main): release 1.423.2 ( #4701 )
...
* chore(main): release 1.423.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-14 00:35:12 +01:00
Ruben Fiszel
9f7aa01cac
chore(main): release 1.423.1 ( #4693 )
...
* chore(main): release 1.423.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-13 11:23:44 +01:00
Ruben Fiszel
c1b220be26
chore(main): release 1.423.0 ( #4691 )
...
* chore(main): release 1.423.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-12 23:41:33 +01:00
Ruben Fiszel
7784c14726
chore(main): release 1.422.1 ( #4688 )
...
* chore(main): release 1.422.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-12 10:44:41 +01:00
Ruben Fiszel
d832cd8b5f
chore(main): release 1.422.0 ( #4678 )
...
* chore(main): release 1.422.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-11 10:37:17 +01:00
Ruben Fiszel
4c98410b83
chore(main): release 1.421.2 ( #4675 )
...
* chore(main): release 1.421.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-08 16:57:09 +01:00
Ruben Fiszel
1c7d295c52
chore(main): release 1.421.1 ( #4674 )
...
* chore(main): release 1.421.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-08 15:43:28 +01:00
Ruben Fiszel
162070dcca
chore(main): release 1.421.0 ( #4668 )
...
* chore(main): release 1.421.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-07 20:54:42 +01:00
Ruben Fiszel
d35d2ccfd0
chore(main): release 1.420.1 ( #4665 )
...
* chore(main): release 1.420.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-07 17:59:15 +01:00
Ruben Fiszel
adeb30ca51
chore(main): release 1.420.0 ( #4659 )
...
* chore(main): release 1.420.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-07 17:18:20 +01:00
Ruben Fiszel
43b8a5ade3
chore(main): release 1.419.0 ( #4649 )
...
* chore(main): release 1.419.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-06 20:29:19 +01:00
wendrul
77735d859c
feat: Add full-text search on windmill service logs ( #4576 )
...
* Add service_log indexer file (ee)
* Rename to completed_run
* rename to service_logs
* Update lib.rs
* Make indexing of logs and simple frontend
* Add common ee file
* Update lib.rs
* Make log search global to fix openapi unused path param
* Prepare sqlx
* Show last indexed also when no jobs are found
* Adapt feature flags to service logs indexer
* Update api and main
* Build service log search page
* scope query to the min and max time
* Migrate modal, bug fixes
* Remove unused import
* Make the service logs page take the full screen
* improve quick access menu to service_logs, fix date stuff, hide 0 matches
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-11-05 09:52:07 +01:00
Ruben Fiszel
c578ecd1f9
chore(main): release 1.418.0 ( #4648 )
...
* chore(main): release 1.418.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-05 01:23:22 +01:00
Guilhem
22ab51e991
feat(frontend): improve and simplify scheduled poll flows ( #4560 )
2024-11-04 23:18:09 +01:00
Ruben Fiszel
b245edc2dd
chore(main): release 1.417.3 ( #4647 )
...
* chore(main): release 1.417.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-04 20:49:56 +01:00
Ruben Fiszel
e87a860626
chore(main): release 1.417.2 ( #4633 )
...
* chore(main): release 1.417.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-04 17:51:04 +01:00
Ruben Fiszel
021ed5a38b
chore(main): release 1.417.1 ( #4629 )
...
* chore(main): release 1.417.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-04 17:17:22 +01:00
Ruben Fiszel
a1c0f676ca
chore(main): release 1.417.0 ( #4628 )
...
* chore(main): release 1.0.0
* Apply automatic changes
* update
* Apply automatic changes
* Update CHANGELOG.md
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-03 03:09:26 +01:00
Ruben Fiszel
98358a8ba7
chore(main): release 1.416.2 ( #4623 )
...
* chore(main): release 1.416.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-02 14:10:25 +01:00
Ruben Fiszel
c080210444
chore(main): release 1.416.1 ( #4621 )
...
* chore(main): release 1.416.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-01 16:42:17 +01:00
Ruben Fiszel
29aa4d6184
chore(main): release 1.416.0 ( #4618 )
...
* chore(main): release 1.416.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-01 13:52:58 +01:00
Ruben Fiszel
9777a994d8
chore(main): release 1.415.2 ( #4616 )
...
* chore(main): release 1.415.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-01 01:15:42 +01:00
Ruben Fiszel
856cbfd7d8
chore(main): release 1.415.1 ( #4611 )
...
* chore(main): release 1.415.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-31 14:55:42 +01:00
Ruben Fiszel
833d9ad1bf
chore(main): release 1.415.0 ( #4608 )
...
* chore(main): release 1.415.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-31 14:28:00 +01:00
Ruben Fiszel
f2d6b47f86
chore(main): release 1.414.2 ( #4603 )
...
* chore(main): release 1.414.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-29 18:35:47 +01:00
Ruben Fiszel
97b5ccb78c
chore(main): release 1.414.1 ( #4600 )
...
* chore(main): release 1.414.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-29 14:18:35 +01:00
Ruben Fiszel
9c15fdde8a
chore(main): release 1.414.0 ( #4599 )
...
* chore(main): release 1.414.0
* Apply automatic changes
* Update CHANGELOG.md
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-29 09:34:42 +01:00
Ruben Fiszel
fe8c95755d
chore(main): release 1.413.2 ( #4598 )
...
* chore(main): release 1.413.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-29 09:13:48 +01:00
Ruben Fiszel
c3db5348a4
chore(main): release 1.413.1 ( #4595 )
...
* chore(main): release 1.413.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-28 17:32:43 +01:00
Ruben Fiszel
614a177b49
chore(main): release 1.413.0 ( #4591 )
...
* chore(main): release 1.413.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-28 16:36:18 +01:00
Ruben Fiszel
e0fefa22ee
chore(main): release 1.412.0 ( #4573 )
...
* chore(main): release 1.412.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-25 20:02:57 +02:00
Ruben Fiszel
f37f242666
chore(main): release 1.411.1 ( #4569 )
...
* chore(main): release 1.411.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-22 20:26:35 +02:00
Ruben Fiszel
6cbfd1bad1
chore(main): release 1.411.0 ( #4559 )
...
* chore(main): release 1.411.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-21 20:20:59 +02:00
Ruben Fiszel
908f8d05d4
chore(main): release 1.410.3 ( #4556 )
...
* chore(main): release 1.410.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-20 12:57:00 +02:00
Ruben Fiszel
faefb24168
chore(main): release 1.410.2 ( #4555 )
...
* chore(main): release 1.410.2
* Update version.txt
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-19 17:14:57 +02:00
Ruben Fiszel
3bf4b3274f
chore(main): release 1.410.1 ( #4553 )
...
* chore(main): release 1.410.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-19 12:30:25 +02:00
Ruben Fiszel
6da1ee5c71
chore(main): release 1.410.0 ( #4546 )
...
* chore(main): release 1.410.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-18 20:35:20 +02:00
Ruben Fiszel
46f85e926a
chore(main): release 1.409.4 ( #4543 )
...
* chore(main): release 1.409.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-17 17:12:22 +02:00
Ruben Fiszel
e07813a863
chore(main): release 1.409.3 ( #4542 )
...
* chore(main): release 1.409.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-17 15:35:11 +02:00
Ruben Fiszel
5eb372d2e1
chore(main): release 1.409.2 ( #4541 )
...
* chore(main): release 1.409.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-17 01:22:18 +02:00
Ruben Fiszel
bddbeb1cb0
chore(main): release 1.409.1 ( #4540 )
...
* chore(main): release 1.409.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-17 00:08:06 +02:00
Ruben Fiszel
5e0af5d6cc
chore(main): release 1.409.0 ( #4530 )
...
* chore(main): release 1.409.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-16 20:49:06 +02:00
Ruben Fiszel
954064b4c4
chore(main): release 1.408.1 ( #4526 )
...
* chore(main): release 1.408.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-12 18:03:06 +02:00
Ruben Fiszel
4959a3c6c2
chore(main): release 1.408.0 ( #4522 )
...
* chore(main): release 1.408.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-12 04:38:44 +02:00
Ruben Fiszel
2e6d4944ee
chore(main): release 1.407.2 ( #4518 )
...
* chore(main): release 1.407.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-10 15:14:15 +02:00
Ruben Fiszel
6ae931a430
chore(main): release 1.407.1 ( #4515 )
...
* chore(main): release 1.407.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-10-10 04:42:55 +02:00