Commit Graph

365 Commits

Author SHA1 Message Date
Ruben Fiszel
833547a6fb downgrade images 2024-12-18 13:09:25 +01:00
Ruben Fiszel
48385bffd1 update backend tests to 1.82.0 2024-12-18 12:35:22 +01:00
Ruben Fiszel
ee28955ba4 restrict backend ci checks to ci changes 2024-12-18 10:08:06 +01:00
Ruben Fiszel
fe4334dfb2 test -> check 2024-12-18 09:51:28 +01:00
Ruben Fiszel
21e20ee8de nit check 2024-12-18 09:39:28 +01:00
Ruben Fiszel
48e68e6406 add fast backend checks 2024-12-18 09:15:27 +01:00
Ruben Fiszel
999e6ee94e revert docker build changes 2024-12-17 20:36:53 +01:00
Ruben Fiszel
cd4dfec61a ci improvements (#4938) 2024-12-17 20:01:11 +01:00
Ruben Fiszel
1693f14fe6 ci improvements 2024-12-17 19:56:47 +01:00
Ruben Fiszel
977a33b397 ci improvements 2024-12-17 19:44:33 +01:00
Ruben Fiszel
c1ba227ae4 ci improvements 2024-12-17 19:39:40 +01:00
Ruben Fiszel
7558572d23 ci improvements 2024-12-17 19:32:46 +01:00
Ruben Fiszel
4f57d9d121 ci improvements 2024-12-17 18:51:39 +01:00
Ruben Fiszel
e3413f8ff8 add uv 2024-12-17 17:25:53 +01:00
Ruben Fiszel
84a45166aa all 2024-12-17 17:05:26 +01:00
Ruben Fiszel
07159ea062 all 2024-12-17 16:53:56 +01:00
Ruben Fiszel
eb8ffbdedb all 2024-12-17 16:49:46 +01:00
Ruben Fiszel
2a9620338f all 2024-12-17 16:48:47 +01:00
Ruben Fiszel
2d58b2c5bc all 2024-12-17 16:46:00 +01:00
Ruben Fiszel
67377a8c63 all 2024-12-17 16:40:07 +01:00
Ruben Fiszel
3d1af4cdb9 all 2024-12-17 16:37:43 +01:00
Ruben Fiszel
2faa929d37 all 2024-12-17 16:31:25 +01:00
Ruben Fiszel
862405e90b all 2024-12-17 16:27:29 +01:00
Ruben Fiszel
6c274849a5 all 2024-12-17 16:26:42 +01:00
Ruben Fiszel
1da8dcc655 all 2024-12-17 16:23:40 +01:00
Ruben Fiszel
bc8c6abd00 all 2024-12-17 16:16:56 +01:00
Ruben Fiszel
ab9481c4c5 all 2024-12-17 15:57:52 +01:00
Ruben Fiszel
191db2b739 all 2024-12-17 15:53:46 +01:00
Ruben Fiszel
c6e06da611 all 2024-12-17 15:44:19 +01:00
Ruben Fiszel
16ce09fd1b all 2024-12-17 15:36:14 +01:00
Ruben Fiszel
6bcaa73af5 all 2024-12-17 15:26:18 +01:00
Ruben Fiszel
5fb68cf28f all 2024-12-17 15:11:10 +01:00
Ruben Fiszel
204ca7ea46 all 2024-12-17 14:52:38 +01:00
Ruben Fiszel
e9eb49b999 all 2024-12-17 14:49:50 +01:00
Ruben Fiszel
7c8040cc16 all 2024-12-17 14:43:10 +01:00
Ruben Fiszel
fd9a4183d3 all 2024-12-17 14:38:44 +01:00
Ruben Fiszel
1846c8795d all 2024-12-17 14:12:12 +01:00
Ruben Fiszel
9194d20bc1 all 2024-12-17 14:08:27 +01:00
Ruben Fiszel
db90705d41 all 2024-12-17 13:00:51 +01:00
Ruben Fiszel
95c613de6e add workflow_dispatch to build 2024-12-17 11:05:54 +01:00
Ruben Fiszel
278ab4bf57 remove rust embed in dev mode 2024-12-15 13:36:21 +01:00
Ruben Fiszel
47e2230cbe add rust to tests 2024-12-15 11:06:56 +01:00
Ruben Fiszel
7762c1d132 make rust optional 2024-12-15 10:00:22 +01:00
Ruben Fiszel
51c0373b4c feature gates more feature for faster compilation (#4928)
* cleanup

* cleanup

* all

* all

* all

* all
2024-12-15 00:00:37 +01:00
HugoCasa
90ece755f7 more feature flags (#4918)
* more feature flags

* include python in tests

* smtp feature flag

* del

* add back file

* fix openapi int
2024-12-14 13:21:28 +01:00
wendrul
c85d2a4957 feat: add C# support (#4908)
* Add csharp stuff and merge after the rewrite

    * Add csharp, boilerplate + minimal execution
    * Add initial parser
    * Frontend + wasm export of the tree sitter parser
    * Arg spread and use cache

* More types and req parsing

* Add logo

* Parse async and void to fit the wrapper to the main sig

* Csharp editor resource and var buttons

* Lockfile generation

* Add default parsing using serde_json::from_str

* Update init code for c#

* Nsjail for c#

* Remove c_variadic feature

* Remove unused imports

* Add c_variadic only for wasm32 assembly

* Fix c# test

* Add dotnet to the images

* Update dockerfiles

* Update dockerfile again

* Touch Dockerfile

* npm install c# parser

* Add opt mount in nsjail

* Update ee repo ref

* Add csharp to backend image for tests

* Add setting to set nuget package

* Windows compatibility

* Disable csharp test

* ADd feature flag
2024-12-13 00:29:01 +01:00
HugoCasa
762ac30b59 fix(frontend): schedule operator perms + add instance settings in operator menu (#4912)
* fix(frontend): schedule operator perms + add instance settings in operator menu

* fix npm timeout

* forgot
2024-12-12 18:11:44 +01:00
HugoCasa
a6db5cddf8 add php and mysql feature flags (#4905) 2024-12-12 01:16:25 +01:00
Ruben Fiszel
2c5d07f3d9 feat: docker runtime 2024-12-09 18:02:18 +01:00
Ruben Fiszel
6d047449e2 feat: add otlp support (#4869)
* all

* all

* add otel

* add otel

* update docker-image

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update
2024-12-07 16:29:20 +01:00