1
0
Fork 0
mirror of https://github.com/NixOS/ofborg synced 2024-10-18 14:56:36 -04:00

Commit graph

  • 69350f83d5
    Merge 85d9a30519 into 5a4e743f19 zeuner 2024-08-08 21:07:37 +0200
  • aa91a885f2
    Merge 16df9822ab into 5a4e743f19 Jan Tojnar 2024-08-08 21:07:36 +0200
  • b4cceebe1f
    Merge b11f3491b4 into 5a4e743f19 Daiderd Jordan 2024-08-08 21:07:36 +0200
  • 97930adb2e
    Merge e2e4c9b40d into 5a4e743f19 Andreas Rammhold 2024-08-08 21:07:36 +0200
  • 63d0d088f3
    Merge 0739e3f602 into 5a4e743f19 Andreas Rammhold 2024-08-08 21:07:36 +0200
  • 6faf81a190
    Merge 5c91f708d6 into 5a4e743f19 Cole Helbling 2024-08-08 21:07:36 +0200
  • af8e4ac93c
    Merge 50ed8b35ce into 5a4e743f19 dependabot[bot] 2024-08-08 21:07:36 +0200
  • e58bc3bd35
    Merge 8254df9303 into 5a4e743f19 hesiod 2024-08-08 21:07:36 +0200
  • a4858be87f
    Merge 3d9ec5c205 into 5a4e743f19 Silvan Mosberger 2024-08-08 21:07:36 +0200
  • 5a4e743f19 rewrite Display::fmt() to prevent many allocations released abysssol 2024-07-30 13:02:41 -0400
  • 29bae01c22 replace String::from_utf8() with std::str::from_utf8() abysssol 2024-07-30 10:42:46 -0400
  • f362b08678 move to_lowercase() to relevant format! argument abysssol 2024-07-30 06:06:42 -0400
  • 368c2a083b rename variables abysssol 2024-07-30 14:44:29 -0400
  • c832d88698 inline format symbols abysssol 2024-07-24 23:35:21 -0400
  • b9a19c0e86 replace mixed quotes using backtick and singlequote with just backticks abysssol 2024-07-25 00:49:45 -0400
  • 7ad28dac41 update edition to "2021" abysssol 2024-07-25 00:00:28 -0400
  • 54cccade52 remove write(true) from OpenOptions builder abysssol 2024-07-24 23:05:58 -0400
  • 610453d531 replace comparison to None with call to is_none() abysssol 2024-07-24 22:43:44 -0400
  • 8c5bf51e17 remove call to into_iter() on ranges abysssol 2024-07-24 22:39:24 -0400
  • da1aa4a890 combine str::replace() calls together abysssol 2024-07-24 22:37:48 -0400
  • 48ec78cf39 simplify explicit default value abysssol 2024-07-24 20:11:02 -0400
  • 8f1c3b4490 simplify iteration on map keys abysssol 2024-07-24 20:07:35 -0400
  • f67e8c4d8b merge trait bound from where clause with inline bound abysssol 2024-07-24 20:00:16 -0400
  • cf2790bdc6 replace assert_eq!(true, x) with assert!(x) abysssol 2024-07-24 19:57:23 -0400
  • 0fc4d05b06 remove unnecessary argument references in calls abysssol 2024-07-24 19:42:55 -0400
  • fb3d581ce4 remove useless parameter dereferences in closures abysssol 2024-07-24 18:06:01 -0400
  • 50a89a8fe7 switch from filter_map() to map_while() abysssol 2024-07-24 22:19:35 -0400
  • 973b6c4293 fix incorrect test that fails to compare lists abysssol 2024-07-24 17:07:50 -0400
  • 0cde2ec7c8 rewrite Display::fmt() to prevent many allocations abysssol 2024-07-30 13:02:41 -0400
  • 7eab2ab1c8 replace String::from_utf8() with std::str::from_utf8() abysssol 2024-07-30 10:42:46 -0400
  • 34eb3effc5 move to_lowercase() to relevant format! argument abysssol 2024-07-30 06:06:42 -0400
  • b678b0db3f rename variables abysssol 2024-07-30 14:44:29 -0400
  • 6c22ee94c2 inline format symbols abysssol 2024-07-24 23:35:21 -0400
  • 996587f987 replace mixed quotes using backtick and singlequote with just backticks abysssol 2024-07-25 00:49:45 -0400
  • 91d0c27fa6 update edition to "2021" abysssol 2024-07-25 00:00:28 -0400
  • 5daa6b0081 remove write(true) from OpenOptions builder abysssol 2024-07-24 23:05:58 -0400
  • 2b6904631d replace comparison to None with call to is_none() abysssol 2024-07-24 22:43:44 -0400
  • 05eaeacd56 remove call to into_iter() on ranges abysssol 2024-07-24 22:39:24 -0400
  • fbd70e9199 combine str::replace() calls together abysssol 2024-07-24 22:37:48 -0400
  • 7e09123266 simplify explicit default value abysssol 2024-07-24 20:11:02 -0400
  • b5c5014f3e simplify iteration on map keys abysssol 2024-07-24 20:07:35 -0400
  • e58f010272 merge trait bound from where clause with inline bound abysssol 2024-07-24 20:00:16 -0400
  • 5c5ee75072 replace assert_eq!(true, x) with assert!(x) abysssol 2024-07-24 19:57:23 -0400
  • fa0bc6cdc9 remove unnecessary argument references in calls abysssol 2024-07-24 19:42:55 -0400
  • 0ead872a41 remove useless parameter dereferences in closures abysssol 2024-07-24 18:06:01 -0400
  • 9925e497a7 switch from filter_map() to map_while() abysssol 2024-07-24 22:19:35 -0400
  • da632b4762 fix incorrect test that fails to compare lists abysssol 2024-07-24 17:07:50 -0400
  • 83a0dc0156
    Merge 82000acd4d into 1d74f577a1 Daiderd Jordan 2024-06-08 01:34:51 +0200
  • e0365a06ae
    Merge e28480c171 into 1d74f577a1 Ryan Lahfa 2024-06-03 11:10:43 +0200
  • ed4588d2a5
    Merge 3ca6ee6d2b into 1d74f577a1 Lily Foster 2024-05-27 11:41:52 -0400
  • 3ca6ee6d2b
    tagger: tag with aarch64 rebuilds Lily Foster 2024-05-27 11:38:16 -0400
  • 1d74f577a1 php: update svanderburg/composer2nix and php-amqplib/php-amqplib Cole Helbling 2024-05-19 15:26:58 -0700
  • 0cd3543bc1 fixup: flake-compat Cole Helbling 2024-05-19 13:11:25 -0700
  • 5d4d9c3904 Drop unused installation_id parameter Cole Helbling 2024-05-19 13:00:16 -0700
  • 2aeca1fb72 Get GitHub token from file instead of static string Cole Helbling 2024-05-19 13:00:01 -0700
  • aa70c3db6e Get rabbitmq password from file instead of static string Cole Helbling 2024-05-19 12:59:42 -0700
  • 9254a448b7 Use rustls instead of openssl Cole Helbling 2024-05-19 12:17:53 -0700
  • 8ba47c1e06 factoids.toml: remove Cole Helbling 2024-05-19 16:26:49 -0700
  • 0468bb1863 factoids.toml: remove Cole Helbling 2024-05-19 16:26:49 -0700
  • 850eb9f433 php: update svanderburg/composer2nix and php-amqplib/php-amqplib Cole Helbling 2024-05-19 15:26:58 -0700
  • c21c673e0d fixup: flake-compat Cole Helbling 2024-05-19 13:11:25 -0700
  • 20f545404f Drop unused installation_id parameter Cole Helbling 2024-05-19 13:00:16 -0700
  • 095389026f Get GitHub token from file instead of static string Cole Helbling 2024-05-19 13:00:01 -0700
  • 323c66be4c Get rabbitmq password from file instead of static string Cole Helbling 2024-05-19 12:59:42 -0700
  • 912037aa22 Use rustls instead of openssl Cole Helbling 2024-05-19 12:17:53 -0700
  • e9ce9c9e65 update nixos wiki links jopejoe1 2024-05-08 21:38:50 +0200
  • 47d88a741e
    Merge b7881ecae8 into 3fd6b66cd3 dependabot[bot] 2024-03-29 20:27:55 +0530
  • ff0f58ce90
    Merge 29e76aa233 into 3fd6b66cd3 dependabot[bot] 2024-03-29 20:27:55 +0530
  • 0c92eb12a3
    Merge 517b51f59b into 3fd6b66cd3 Artturi 2024-03-29 20:27:55 +0530
  • 3fd6b66cd3 README: remove stale advice about cargo2nix Harsh Shandilya 2024-03-29 15:09:14 +0530
  • 6f94483234
    README: remove stale advice about cargo2nix Harsh Shandilya 2024-03-29 15:09:14 +0530
  • eb120ff74c build: send Ack if HEAD failed to fetch Cole Helbling 2024-01-20 17:24:59 -0800
  • f6159fbdd2 clone: also cleanup checkout with git gc Cole Helbling 2024-01-16 14:22:21 -0800
  • bd6b7f8846 Support multiple evaluators on a single machine Cole Helbling 2024-01-26 14:49:49 -0800
  • 909000d5b3
    report build failures as failures Adam Stephens 2024-02-01 09:04:08 -0500
  • 80ef583ff6 build: send Ack if HEAD failed to fetch Cole Helbling 2024-01-20 17:24:59 -0800
  • f9c1379f2f clone: also cleanup checkout with git gc Cole Helbling 2024-01-16 14:22:21 -0800
  • dae0d5343c Support multiple evaluators on a single machine Cole Helbling 2024-01-26 14:49:49 -0800
  • 7db074df7b ofborg/src/maintainers.nix: look up files pointed by "pos" attribute Sergei Trofimovich 2023-12-26 10:39:50 +0000
  • 517b51f59b flake.lock: Update Artturin 2023-12-28 13:15:20 +0200
  • ea507a7b60 ofborg/src/maintainers.nix: look up files pointed by "pos" attribute Sergei Trofimovich 2023-12-26 10:39:50 +0000
  • 85d9a30519 cope with maintainer entries using a non-github contact Isidor Zeuner 2023-12-10 03:04:25 +0100
  • ab4b09cca0
    Merge 01e36acd7f into de415d3729 Adam Joseph 2023-12-03 07:29:59 +0000
  • 222f9e4194
    Merge 0db6ef0b84 into de415d3729 Adam Joseph 2023-12-03 06:17:11 +0000
  • 0db6ef0b84 ofborg/src/tasks/eval/nixpkgs.rs: drop redundant call to lib/tests/release.nix Your Name 2023-12-02 22:15:27 -0800
  • 01e36acd7f eval/nixpkgs: add single Continuous Testing entry point for nixpkgs <nixpkgs/ct> Your Name 2023-12-02 19:38:15 -0800
  • be94f39b63 test Artturin 2023-10-25 06:28:35 +0300
  • e1fcc24462 cargo upgrade & cargo update Artturin 2023-10-24 06:42:30 +0300
  • 50680684a7 fix cargo test Artturin 2023-08-14 20:41:31 +0300
  • 78988188fa cargo upgrade & cargo update Artturin 2023-08-14 19:51:02 +0300
  • 012b51b03b cargo clippy --fix Artturin 2023-08-14 19:44:56 +0300
  • 8d0700ec5f add cargo-edit Artturin 2023-08-14 19:34:08 +0300
  • d531c5e508 bump nixpkgs to 23.05 Artturin 2023-08-14 19:22:21 +0300
  • da3dbb0b68
    Merge fa9b66af80 into de415d3729 Adam Joseph 2023-09-23 04:19:15 -0600
  • de415d3729 eval/nixpkgs: add note about why the extra curly braces are necessary Cole Helbling 2023-09-15 06:42:25 -0700
  • e043e3d9dd Update README.md Ryan Hendrickson 2023-07-10 23:57:57 -0400
  • 7101ab45ba eval/nixpkgs: parse Bash-braces in commits Ryan Hendrickson 2023-06-07 00:35:03 -0400
  • 6af23b6989 eval/nixpkgs: add note about why the extra curly braces are necessary Cole Helbling 2023-09-15 06:42:25 -0700
  • 653829c95e clone: more forcefully clean clones of untracked files and empty dirs Lily Foster 2023-08-29 19:22:05 -0400
  • 151987153a
    clone: more forcefully clean clones of untracked files and empty dirs Lily Foster 2023-08-29 19:22:05 -0400