PerlCritic: MoreUtils -> SomeUtils

[?]
Dec 14, 2021, 3:08 PM
HCZ4B6VVBIQTUMEOJSH46BMXZ7GUHRBWU5W6X5IPXBEFP2P4GMEQC

Dependencies

  • [2] 5BXGDG7P Return unique store paths
  • [3] YVH5SVLS Make one-click installs work for binary cache stores
  • [4] TF5HAPRD export a /prometheus endpoint
  • [5] RWNXH3H2 lastModified -> lastModifiedDate
  • [6] Q3FVYVWX search: limit results to 50, default to 10
  • [7] 5NO7NCKT * Refactoring.
  • [8] 7DWCXNC7 Use the new Nix Perl bindings
  • [9] HSVVEKTY * Start of a JSON API to get information about a specific build.
  • [10] NX5BM2OI Machine status page: Show disabled machines and some machine stats
  • [11] 2MSFKTD5 Ensure proper encoding of error messages
  • [12] KZ55DLPH Fix UTF-8 handling of log files
  • [13] HXBXDEFK Speed up channel processing
  • [14] PMNWRTGJ Add multiple output support
  • [15] 7UHHF564 Security: Also check paths in the web server
  • [16] U4TD3AIQ Add support for viewing jobset evaluations
  • [17] T273UOB7 Support obtaining the contents of an evaluation as a channel
  • [18] EYAA7MJY hydra-server: Support logs in S3
  • [19] LZVO64YG Merge in the first bits of the API work
  • [20] HPGWVEFK Add 'readonly_ips' option, to allow readonly access for certain IPs when 'private' option is enabled.
  • [21] SMM4HQTP * Put actions related to builds under /build (e.g. /log/<buildid>
  • [22] LNUINAZC JSON -> JSON::MaybeXS
  • [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
    [5.2351]
    [5.2351]
    ListSomeUtils
  • replacement in src/lib/Hydra/Base/Controller/NixChannel.pm at line 6
    [7.1991][3.0:29]()
    use List::MoreUtils qw(any);
    [7.1991]
    [7.302]
    use List::SomeUtils qw(any);
  • replacement in src/lib/Hydra/Controller/Build.pm at line 14
    [7.17][7.1578:1607](),[7.31][7.1578:1607]()
    use List::MoreUtils qw(all);
    [7.17]
    [7.0]
    use List::SomeUtils qw(all);
  • replacement in src/lib/Hydra/Controller/JobsetEval.pm at line 9
    [7.1460][2.0:30]()
    use List::MoreUtils qw(uniq);
    [7.1460]
    [7.1460]
    use List::SomeUtils qw(uniq);
  • replacement in src/lib/Hydra/Controller/Root.pm at line 16
    [6.28][7.0:29](),[7.10][7.0:29]()
    use List::MoreUtils qw{any};
    [6.28]
    [4.49]
    use List::SomeUtils qw{any};