fixup perlcritic: indirect new
[?]
Aug 19, 2021, 8:25 PM
E5NSTNVMDLSHP26QFPNFOQY43MVTSLGSBRJO4ISG24HJPEXKJSPACDependencies
- [2]
IDP66ILEUse Google's verifier - [3]
EYAA7MJYhydra-server: Support logs in S3 - [4]
GNQYRBAGImplement GitHub logins - [5]
7YTZDNBOApply requested changes to Config.pm - [6]
KKHVM4KAMove GC roots to /nix/var/nix/gcroots/hydra - [7]
UCJEI7YZDon't compress already-compressed files. - [8]
KI423DCQStream logs if possible and remove size limit - [9]
UCCNGBKLComment around dupe to avoid drift - [10]
ALIOF64I* Use IO::Handles instead of old school filehandles. This ensures - [11]
3CH2DFTVUse email api call - [12]
3PNG7NIBRemove trailing whitespace - [13]
2GK5DOU7* Downloading closures. - [14]
NYC3LZKH* Generate NAR archives on the fly. Necessary for producing channels - [15]
3QWDDLBRAdd support for logging in via a Google account - [16]
5NO7NCKT* Refactoring. - [17]
SGLGUD7REnable apache style includes in the config file - [18]
3PJ77S7QSet utf-8 charset for raw logs - [19]
QRGESEENRemove unnecessary comment - [*]
XJRJ4J7MAdd user registration
Change contents
- replacement in src/lib/Hydra/Controller/User.pm at line 146
my $ua = new LWP::UserAgent;my $ua = LWP::UserAgent->new(); - replacement in src/lib/Hydra/Controller/User.pm at line 174
my $ua = new LWP::UserAgent;my $ua = LWP::UserAgent->new(); - replacement in src/lib/Hydra/Helper/Nix.pm at line 47
my %h = new Config::General(%opts)->getall;my %h = Config::General->new(%opts)->getall; - replacement in src/lib/Hydra/View/NixClosure.pm at line 14
my $fh = new IO::Handle;my $fh = IO::Handle->new(); - replacement in src/lib/Hydra/View/NixLog.pm at line 14
my $fh = new IO::Handle;my $fh = IO::Handle->new(); - replacement in src/lib/Hydra/View/NixNAR.pm at line 16
my $fh = new IO::Handle;my $fh = IO::Handle->new();