Commit graph

  • 1eddc8dcf7
    Merge pull request #393 from VlaDexa/updated-rust Thomas Hobson 2021-11-19 13:44:56 +13:00
  • c2d9367b99 pkg(rust-1.56.1): Added rust 1.56.1 VlaDexa 2021-11-18 17:36:10 +03:00
  • dec059da10
    Compile all provided files in java the-codeboy 2021-11-14 11:31:26 +01:00
  • c091c117c7
    api(job): Decrease safe_call CPU time By increasing the niceness value of child processes, the scheduler gives less CPU Time to them. This allows the node process to get more CPU time, and can work through the event queue faster. Thomas Hobson 2021-11-11 21:34:30 +13:00
  • c7efa5372a
    api(job): Switch process cleanup to sync The system used to use async. This would result in execution is handed off to other processes. In the case of a forkbomb was used, it could circumvent the janitor as it consumed more CPU time which would prevent the process janitor from reading the process information in. Thomas Hobson 2021-11-11 19:27:54 +13:00
  • d8b430654b
    Merge pull request #382 from Brikaa/file Thomas Hobson 2021-10-21 21:19:40 +13:00
  • 78b075089f
    Merge branch 'master' into file Thomas Hobson 2021-10-21 21:13:06 +13:00
  • b0d8de7fc3
    Merge pull request #384 from ccall48/master Thomas Hobson 2021-10-17 15:25:10 +13:00
  • cd2b471eed add missing libs back into py v3.10 Cory 2021-10-17 11:46:17 +11:00
  • 52fb900603 Don't read the file twice Brikaa 2021-10-16 11:55:22 +02:00
  • f9aac54735
    Merge pull request #377 from dvargas46/master Thomas Hobson 2021-10-16 22:50:12 +13:00
  • 19252467cb Use some() instead of filter() in v2.js Brikaa 2021-10-15 16:57:11 +02:00
  • 821d5496e4 Check for base64 in CLI Brikaa 2021-10-15 16:51:11 +02:00
  • 64833a0408 pkg(file-0.0.1): Run executable Brikaa 2021-10-15 14:25:33 +02:00
  • 85cba0d89d
    Merge pull request #383 from Brikaa/let-const Thomas Hobson 2021-10-16 22:48:18 +13:00
  • 6ca9606f81 Adhere to project let, const practices in my code Brikaa 2021-10-16 11:01:17 +02:00
  • 4483cdbe3e
    Merge pull request #381 from engineer-man/binary Thomas Hobson 2021-10-16 00:40:41 +13:00
  • 7d218f11f4
    Merge pull request #373 from engineer-man/binary Thomas Hobson 2021-10-15 16:15:02 +13:00
  • 7e5844bcb1
    require arleast 1 utf-8 encoded file binary Thomas Hobson 2021-10-15 16:14:06 +13:00
  • 0a2dae82e8 Continue implementation for uploading binary files Brikaa 2021-10-14 21:14:10 +02:00
  • c1732bcd6e Add base64 to readme Brikaa 2021-10-14 19:01:52 +02:00
  • 658bdb6772 pkg(base64-0.0.1): Added base64 Brikaa 2021-10-14 18:57:37 +02:00
  • 901f301f9b
    Merge pull request #378 from Brikaa/pre-commit Thomas Hobson 2021-10-14 23:47:35 +13:00
  • dfd6beb6ed Fix piston script after rebase Brikaa 2021-10-14 12:44:51 +02:00
  • 5822a209ed
    Merge pull request #376 from Pyroseza/python-3.10 Thomas Hobson 2021-10-14 13:45:12 +13:00
  • 280456ad49
    Merge branch 'engineer-man:master' into python-3.10 Pyroseza 2021-10-13 22:31:02 +01:00
  • 8403e0f512 added extra alias for python 3.10 Pyroseza 2021-10-13 22:30:38 +01:00
  • 0f440c082b fix pkg build action for when pkg files are deleted Dan Vargas 2021-10-13 16:23:49 -05:00
  • 5641f671d1 remove unneeded compile file from python 3.10.0 package Pyroseza 2021-10-13 20:33:29 +01:00
  • b654a77ced
    Merge pull request #375 from Pyroseza/python-3.10 Thomas Hobson 2021-10-14 05:18:54 +13:00
  • fecfed48fd added python 3.10 Pyroseza 2021-10-13 16:56:12 +01:00
  • 0faea205db
    Only compile/run files in utf8 encoding Thomas Hobson 2021-10-14 01:36:29 +13:00
  • 24a352699d
    Support for uploading files in base64/hex format Thomas Hobson 2021-10-14 00:46:49 +13:00
  • 8a89af7512
    Merge pull request #366 from Brikaa/pre-commit Thomas Hobson 2021-10-13 23:17:52 +13:00
  • ddb3703a0d
    Merge branch 'master' into pre-commit Thomas Hobson 2021-10-13 23:17:44 +13:00
  • 94a5568121
    Merge pull request #371 from Brikaa/timeout Thomas Hobson 2021-10-13 23:15:29 +13:00
  • e97b6d426d
    Merge pull request #367 from Brikaa/constraints-bug Thomas Hobson 2021-10-13 06:43:26 +13:00
  • 72c11467e3
    Merge pull request #370 from Brikaa/zig Thomas Hobson 2021-10-13 06:41:54 +13:00
  • 6b2a5a9d33
    Merge pull request #368 from Brikaa/env-val-bug Thomas Hobson 2021-10-13 06:40:53 +13:00
  • d1b87e8017
    Merge pull request #372 from dvargas46/master Thomas Hobson 2021-10-13 06:40:03 +13:00
  • 198d8ff061 improve piston shell script Dan Vargas 2021-10-12 11:59:49 -05:00
  • 80eefaa6fb Increase zig compile timeout Brikaa 2021-10-11 13:26:43 +02:00
  • afd71cc82d Fix env_val bug Brikaa 2021-10-10 22:01:26 +02:00
  • 2f114d6e54 Fix important constraints bug Brikaa 2021-10-10 19:11:16 +02:00
  • 5968090f50 Improve precommit Brikaa 2021-10-10 16:56:16 +02:00
  • f973ecf281 Add infinite timeout Brikaa 2021-10-10 17:18:31 +02:00
  • 90945d1621
    Merge pull request #365 from Brikaa/mono Thomas Hobson 2021-10-11 02:17:16 +13:00
  • 7fc0b9efb8 Revert Mono error separation to work with websockets Brikaa 2021-10-10 14:40:58 +02:00
  • 8cb54cfe58
    Merge pull request #355 from Brikaa/lint Thomas Hobson 2021-10-11 00:19:58 +13:00
  • 40d70ac086
    Merge pull request #363 from Hydrazer/master Thomas Hobson 2021-10-11 00:18:50 +13:00
  • 6416b4d8cb pkg(vyxal-2.4.1): add vyxal Hydrazer 2021-10-09 10:28:26 -06:00
  • 3ad734a877 pkg(dotnet-5.0.201): Give separate compilation errors Brikaa 2021-10-08 18:36:12 +02:00
  • f8eb7053ed Fix typescript Brikaa 2021-10-09 18:16:41 +02:00
  • f2c91acbe6 Piston lint Brikaa 2021-10-08 15:16:57 +02:00
  • f205a676a4 added regex to python 3.9.4 Hydrazer 2021-10-09 06:54:52 -06:00
  • d61fb8ec5b
    Merge pull request #356 from Brikaa/remove-container Thomas Hobson 2021-10-09 22:51:49 +13:00
  • 0e7775f5d6
    Merge pull request #359 from Hydrazer/master Thomas Hobson 2021-10-09 15:12:25 +13:00
  • 7ff87cf0f2 pkg(husk-1.0.0): add husk Hydrazer 2021-10-08 17:14:08 -06:00
  • a2231f5c72 fix typo in readme.md Hydrazer 2021-10-08 15:30:19 -06:00
  • b6b8a14005 add husk Hydrazer 2021-10-08 15:29:38 -06:00
  • cfbb62f5bf Remove stopped package builder container Brikaa 2021-10-08 17:20:10 +02:00
  • 2ae63a4d69
    Merge pull request #354 from Niki4tap/master Thomas Hobson 2021-10-07 02:49:26 +13:00
  • fbee9e6c22 pkg(llvm_ir-12.0.1): Add the package to readme and ll alias Niki4tap 2021-10-06 13:32:54 +00:00
  • 478ccefa58 pkg(llvm_ir-12.0.1): Fixed test.ll Niki4tap 2021-10-06 13:00:58 +00:00
  • 70cf0b1a90 Merged master branch Niki4tap 2021-10-06 12:57:16 +00:00
  • 82d6dfd3e9 pkg(llvm_ir-12.0.1): Added llvm_ir 12.0.1 Niki4tap 2021-10-06 12:52:59 +00:00
  • 69ea3ec7a0
    Merge pull request #353 from Brikaa/docs Thomas Hobson 2021-10-07 00:44:01 +13:00
  • c6ccf642f6
    Merge pull request #347 from dvargas46/master Thomas Hobson 2021-10-06 17:22:37 +13:00
  • fec08cbce5
    Merge pull request #349 from milindmadhukar/master Thomas Hobson 2021-10-06 17:21:59 +13:00
  • 63de4850d8
    dockerfile to manage mounting of /nix Thomas Hobson 2021-10-05 15:18:08 +13:00
  • 6c9c00813c
    install API in container Thomas Hobson 2021-10-05 14:57:49 +13:00
  • 064715d413
    create packages flake Thomas Hobson 2021-10-05 14:57:40 +13:00
  • 363daa2a24 Document limit_overrides, timeouts, provides and local testing Brikaa 2021-10-04 21:35:13 +02:00
  • eb6d00c9d7
    Merge pull request #352 from Brikaa/dotnet Thomas Hobson 2021-10-05 05:11:42 +13:00
  • aa4b94a237 Add csharp.net, fsharp.net basic.net to readme Brikaa 2021-10-04 17:38:48 +02:00
  • d3cbb64bd7 Merge branch 'master' into dotnet Brikaa 2021-10-04 17:36:59 +02:00
  • adae6fde2f pkg(dotnet-5.0.201): Added F#.net, F# interactive and VB.net Brikaa 2021-09-14 13:59:19 +02:00
  • a5c3858100 Add per-language constraint overrides Brikaa 2021-10-02 14:08:36 +02:00
  • c0f203537c config.js: timeout, overrides Brikaa 2021-10-01 21:41:09 +02:00
  • 1c48ca2ab5 pkg(japt-2.0.0): add japt Hydrazer 2021-10-02 16:50:37 -06:00
  • 4f5ef06adf pkg(freebasic-1.8.0): Add Freebasic Dan Vargas 2021-09-17 09:59:24 -05:00
  • 883d584c15 pkg(iverilog-11.0.0): Added iverilog 11.0.0 Brikaa 2021-09-26 13:25:13 +02:00
  • e5732ef459 pkg(forte-1.0.0): add forte Dan Vargas 2021-08-06 13:30:48 -06:00
  • b36ce650dd Add ./piston logs Brikaa 2021-09-26 14:09:25 +02:00
  • 241b56a5e9 Add semantic versioning in CONTRIBUTING.MD Brikaa 2021-09-26 14:02:03 +02:00
  • 36d72383a5 rework process janitor Old process janitor required starting a ps process. This was problematic, as ps requires another entry in the process table, which in some cases was impossible as it was exhausted. Thomas Hobson 2021-10-02 00:07:37 +13:00
  • 5d392effcc api: maximum concurrent jobs and potential fix for gcc Thomas Hobson 2021-10-01 20:28:54 +13:00
  • c24937aeb7 Add self to license Thomas Hobson 2021-09-30 08:11:47 +13:00
  • 6f3ad0f9ed
    Merge pull request #348 from Brikaa/overrides Thomas Hobson 2021-10-05 04:03:08 +13:00
  • 94af5639bf Add per-language constraint overrides Brikaa 2021-10-02 14:08:36 +02:00
  • 6a8dc48233
    Merge pull request #351 from Hydrazer/master Thomas Hobson 2021-10-03 16:16:12 +13:00
  • 78d0ce156f prevent building empty package on pr Vargas, Dan 2021-10-01 14:16:30 -05:00
  • 1c675b5f8f pkg(japt-2.0.0): add japt Hydrazer 2021-10-02 16:50:37 -06:00
  • 46ecd482bb
    Added Go-Piston to the Readme milindmadhukar 2021-10-02 23:38:11 +05:30
  • c864f893d0 initial commit Hydrazer 2021-10-02 11:23:56 -06:00
  • 89a6f81123
    Merge pull request #345 from dvargas46/add-forte Thomas Hobson 2021-10-03 01:45:58 +13:00
  • fa28d1c0c7
    Merge branch 'master' into add-forte Thomas Hobson 2021-10-03 01:36:30 +13:00
  • 4d4b6b9bf0
    Merge pull request #346 from dvargas46/add-freebasic Thomas Hobson 2021-10-03 01:36:21 +13:00
  • 4870441574 config.js: timeout, overrides Brikaa 2021-10-01 21:41:09 +02:00
  • 5280739326 pkg(freebasic-1.8.0): Add Freebasic Dan Vargas 2021-09-17 09:59:24 -05:00