Ruben Fiszel
c194e124da
chore(main): release 1.430.0 ( #4764 )
...
* chore(main): release 1.430.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-22 16:41:12 +01:00
HugoCasa
b49ba59da7
fix: infer python list inner type from default if unknown inner ( #4771 )
2024-11-21 14:44:19 +01:00
Ruben Fiszel
3f74eeb684
chore(main): release 1.429.0 ( #4761 )
...
* chore(main): release 1.429.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-20 20:46:56 +01:00
Guilhem
37318861ac
feat: app editor ctrl nav ( #4757 )
...
* Add panzoom
* Add panzoom
* scroll top when reseting view
* fix drop in component
* Enable panzoom in connection mode
* nit view fix
* clean
* clean
* prevent component to change when using zoom menu
* Add button to enter panzoom
* Polish grid outline
* darker outline on darkmode
* change hand icon when holding cmd
* remove unused code
* reset isModifierKeyPressed on tab change
* fix resizing component issue
2024-11-20 19:44:14 +01:00
Ruben Fiszel
83ac5f032e
chore(main): release 1.428.1 ( #4759 )
...
* chore(main): release 1.428.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-20 10:12:08 +01:00
Ruben Fiszel
b4be86c706
chore(main): release 1.428.0 ( #4749 )
...
* chore(main): release 1.428.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-19 20:19:21 +01:00
HugoCasa
35bad085a2
use unpkg cdn for pdfjs worker ( #4755 )
2024-11-19 19:45:58 +01:00
dependabot[bot]
673189cdf4
chore(deps): bump chart.js from 4.4.0 to 4.4.6 in /frontend ( #4735 )
...
Bumps [chart.js](https://github.com/chartjs/Chart.js ) from 4.4.0 to 4.4.6.
- [Release notes](https://github.com/chartjs/Chart.js/releases )
- [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.0...v4.4.6 )
---
updated-dependencies:
- dependency-name: chart.js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 13:49:44 +01:00
dependabot[bot]
3eb7545bf3
chore(deps-dev): bump postcss from 8.4.41 to 8.4.49 in /frontend ( #4736 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.41 to 8.4.49.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.41...8.4.49 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 13:49:30 +01:00
Ruben Fiszel
8e8608869c
chore(main): release 1.427.0 ( #4747 )
...
* chore(main): release 1.427.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-19 11:32:00 +01:00
Ruben Fiszel
5e975260df
chore(main): release 1.426.1 ( #4741 )
...
* chore(main): release 1.426.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-19 00:30:25 +01:00
Ruben Fiszel
46fae2a6c2
chore(main): release 1.426.0 ( #4732 )
...
* chore(main): release 1.426.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-18 17:14:55 +01:00
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