PerlCritic: MoreUtils -> SomeUtils
[?]
Dec 14, 2021, 3:08 PM
HCZ4B6VVBIQTUMEOJSH46BMXZ7GUHRBWU5W6X5IPXBEFP2P4GMEQCDependencies
- [2]
5BXGDG7PReturn unique store paths - [3]
YVH5SVLSMake one-click installs work for binary cache stores - [4]
TF5HAPRDexport a /prometheus endpoint - [5]
RWNXH3H2lastModified -> lastModifiedDate - [6]
Q3FVYVWXsearch: limit results to 50, default to 10 - [7]
LZVO64YGMerge in the first bits of the API work - [8]
2MSFKTD5Ensure proper encoding of error messages - [9]
HSVVEKTY* Start of a JSON API to get information about a specific build. - [10]
T273UOB7Support obtaining the contents of an evaluation as a channel - [11]
EYAA7MJYhydra-server: Support logs in S3 - [12]
5NO7NCKT* Refactoring. - [13]
7UHHF564Security: Also check paths in the web server - [14]
PMNWRTGJAdd multiple output support - [15]
KZ55DLPHFix UTF-8 handling of log files - [16]
U4TD3AIQAdd support for viewing jobset evaluations - [17]
NX5BM2OIMachine status page: Show disabled machines and some machine stats - [18]
HPGWVEFKAdd 'readonly_ips' option, to allow readonly access for certain IPs when 'private' option is enabled. - [19]
LNUINAZCJSON -> JSON::MaybeXS - [20]
7DWCXNC7Use the new Nix Perl bindings - [21]
SMM4HQTP* Put actions related to builds under /build (e.g. /log/<buildid> - [22]
HXBXDEFKSpeed up channel processing - [23]
XDDCO6CH* hydra: add dependency list with links to logfiles - [*]
LBNVQXUB* Build the /build stuff in a separate controller. - [*]
J5UVLXOK* Start of a basic Catalyst web interface.
Change contents
- edit in flake.nix at line 480
ListSomeUtils - replacement in src/lib/Hydra/Base/Controller/NixChannel.pm at line 6
use List::MoreUtils qw(any);use List::SomeUtils qw(any); - replacement in src/lib/Hydra/Controller/Build.pm at line 14
use List::MoreUtils qw(all);use List::SomeUtils qw(all); - replacement in src/lib/Hydra/Controller/JobsetEval.pm at line 9
use List::MoreUtils qw(uniq);use List::SomeUtils qw(uniq); - replacement in src/lib/Hydra/Controller/Root.pm at line 16
use List::MoreUtils qw{any};use List::SomeUtils qw{any};