Remove the errorMsg column from the Builds table
[?]
Feb 12, 2016, 4:21 PM
26PYNDXVE4EBTZ5R3PYSFRPYNV777BM2EBPREGH5DOUHPSBJMTVQCDependencies
- [2]
TPNHTE5VRemove obsolete Builds columns and provide accurate "Running builds" - [3]
S5PV6IIM* Represent jobs explicitly in the DB. - [4]
UQQ4IL55Add a error type for "unsupported system type" - [5]
ECBA3GQO* Make the schema class names match the case of the SQL table names. - [6]
53IMJNBBAdd isChannel column and meta attribute. - [7]
H7CNGK4O* Log evaluation errors etc. in the DB. - [8]
BHZXGT2H* Channels: provide an index page that lists all the packages in the - [9]
Y6AHH4THRemove the logfile and logSize columns from the database - [10]
WYN733ST* Store build duration, handle cached builds. - [11]
EYNG4EL4* Regenerate the bindings from a clean sqlite database. - [12]
WWZWUPFIif no previous successful build, do not show changes section - [13]
YTIDBFGUDrop unused "disabled" columns - [14]
2GUAKGTBFix indentation of build.tt - [15]
YTZOC7C5* Editing of jobset inputs. - [16]
GNIEG2GC* Disambiguate jobs by jobset name. I.e. jobs with the same name in - [17]
3PNG7NIBRemove trailing whitespace - [18]
37R34XJO* Negative caching: don't perform a build if a dependency already - [19]
SJLEZFC4check getHydraPath in stead of Envvar HYDRA_DBI directly - [20]
RU7AQO7U* Role-based access control. Only admins can create projects. Only - [21]
FTPCV25MStore aggregate members in the database - [22]
ZVTSOVHN* Support Subversion checkouts. - [23]
HH3LID6LRe-implement log size limits - [24]
ZI535LI6* hydra: 'new' UI for project/jobset/job/build - [25]
PMNWRTGJAdd multiple output support - [26]
VJHIHMEH* Store the meta.longDescription and meta.license attributes in the - [27]
ZILILXXK* Allow scheduled builds to be cancelled. They're not removed from - [28]
V4RNHJNR* Add a link to each project's homepage. Suggested by karltk. - [29]
S66BOMVU* Added authentication. - [30]
FHF6IZJQ* Basic release management: releases are now dynamically computed as - [31]
SHBLLAVH* More global substitution. - [32]
4S5JF5JPUse latest DBIx::Class::Schema::Loader - [33]
HPEG2RHVMerge the BuildResultInfo table into the Builds table - [34]
XHK7IGYI* hdyra: show last succeeded build and changes since on build status summary if build has failed - [35]
4CELXP7PRemove the longDescription field - [36]
5DSF5KWY* Perl sucks. "getBuildLog $drvPath" doesn't mean the same as - [37]
BD3GRK4B* Get rid of "positive failures" and separate log phases. - [38]
TWVSALRL* Allow the maximum number of concurrent builds per platform to be - [39]
B72GLND4 - [40]
LZVO64YGMerge in the first bits of the API work - [41]
TW5ZQX5Z* Move up the build products in the builds page, since they're more - [42]
3E6IP3R3* Add the name of the jobset to ReleaseSetJobs, otherwise we can't - [43]
WE5Q2NVIAllow build to be bumped to the front of the queue via the web interface - [44]
R5D7DZPE - [45]
MOX7XJ2EMerge the BuildSchedulingInfo table into the Builds table - [46]
IK53RV4V - [47]
TQKGQ5R3 - [48]
LCKWLQW3* In Sqlite "release" is now a keyword, so use "release_" instead. - [49]
G2T4WAHIStore the inputs of each evaluation in the database - [50]
KOTB7BKV - [51]
6BLUKEQ2* Caching of "path" inputs, and fake a revision number for those. - [52]
CLJQCY2X* Store info about all the build actions and allow them to be - [53]
3SQCOHZN* minor performance tweaks - [54]
JTHWA6AMRename aggregate members to constituents - [55]
CMU3YKOU* Store the release name. - [56]
YAPITGB3* Boolean inputs. - [57]
L2E6EVE2* Merged the Build and Job tables. - [58]
AHTEIK7G* Added a maintainers field to the Builds table. - [59]
TLZ2SPBR - [60]
D3DIBMOK* For products that are directories (like manuals), allow a default - [61]
T5BIOVJEAdd support for tracking custom metrics - [62]
3ZCEPLNO - [*]
J5UVLXOK* Start of a basic Catalyst web interface. - [*]
N22GPKYT* Put info about logs / build products in the DB. - [*]
D5QIOJGP* Move everything up one directory.
Change contents
- edit in src/lib/Hydra/Schema/Builds.pm at line 171
is_nullable: 1=head2 errormsgdata_type: 'text' - edit in src/lib/Hydra/Schema/Builds.pm at line 247
"errormsg",{ data_type => "text", is_nullable => 1 }, - replacement in src/lib/Hydra/Schema/Builds.pm at line 540
# Created by DBIx::Class::Schema::Loader v0.07043 @ 2015-10-27 13:54:16# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:iN9vwO5i3dURKOTgaPTHxw# Created by DBIx::Class::Schema::Loader v0.07043 @ 2016-02-12 17:20:42# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/8aVtXu/+o0jmKHnSzwt+g - edit in src/root/build.tt at line 283
[% IF build.errormsg && build.buildstatus != 5 %]<h2 id="nix-error">Nix error output</h2><pre class="buildlog">[% HTML.escape(build.errormsg) %]</pre>[% END %] - replacement in src/sql/hydra.sql at line 187
-- 3 = other failure (see errorMsg)-- 3 = other failure - edit in src/sql/hydra.sql at line 195[3.4874]→[3.9983:9984](∅→∅),[3.2005]→[3.9983:9984](∅→∅),[3.9984]→[3.2005:2071](∅→∅),[3.2005]→[3.2005:2071](∅→∅)
errorMsg text, -- error message in case of a Nix failure - file addition: upgrade-44.sql[66.3004]
alter table Builds drop column errorMsg;