Drop unused BuildProducts.description column
[?]
Apr 13, 2016, 12:49 PM
RUTFLXFQRM6J3UCOZXDG6B4FZJVQBGXEYDSJPFE7YRLFXGLQJ6FACDependencies
- [2]
LZVO64YGMerge in the first bits of the API work - [3]
CLJQCY2X* Store info about all the build actions and allow them to be - [4]
BVOPAMLS - [5]
R5D7DZPE - [6]
B72GLND4 - [7]
4D4U5IPY* Allow jobsets to be disabled. - [8]
YAPITGB3* Boolean inputs. - [9]
MOX7XJ2EMerge the BuildSchedulingInfo table into the Builds table - [10]
IK53RV4V - [11]
TQKGQ5R3 - [12]
SHBLLAVH* More global substitution. - [13]
CMU3YKOU* Store the release name. - [14]
ECBA3GQO* Make the schema class names match the case of the SQL table names. - [15]
Y6AHH4THRemove the logfile and logSize columns from the database - [16]
WYN733ST* Store build duration, handle cached builds. - [17]
BHZXGT2H* Channels: provide an index page that lists all the packages in the - [18]
LCKWLQW3* In Sqlite "release" is now a keyword, so use "release_" instead. - [19]
X27GNHDV* Basic job info in the database. - [20]
3E6IP3R3* Add the name of the jobset to ReleaseSetJobs, otherwise we can't - [21]
RBNQKATL* Adding persistant releases. A release is a named set of builds. - [22]
KOTB7BKV - [23]
H7CNGK4O* Log evaluation errors etc. in the DB. - [24]
S66BOMVU* Added authentication. - [25]
EYNG4EL4* Regenerate the bindings from a clean sqlite database. - [26]
RU7AQO7U* Role-based access control. Only admins can create projects. Only - [27]
L2E6EVE2* Merged the Build and Job tables. - [28]
S5PV6IIM* Represent jobs explicitly in the DB. - [29]
FHF6IZJQ* Basic release management: releases are now dynamically computed as - [30]
M552HLIA* Support variant builds. - [31]
3ZCEPLNO - [32]
RO5E66ZCmake filesize field for buildproducts a bigint to support big files - [33]
GWCV3TQV* BuildInputs table: link to dependencies, include store paths. - [34]
VJHIHMEH* Store the meta.longDescription and meta.license attributes in the - [35]
3HCBU2FA - [36]
AHTEIK7G* Added a maintainers field to the Builds table. - [37]
SB2V735VKeep track of the database schema version - [38]
BD3GRK4B* Get rid of "positive failures" and separate log phases. - [39]
JTRG7RDQadd support for git as jobinput - [40]
ZVTSOVHN* Support Subversion checkouts. - [41]
6BLUKEQ2* Caching of "path" inputs, and fake a revision number for those. - [42]
GNIEG2GC* Disambiguate jobs by jobset name. I.e. jobs with the same name in - [43]
P5X4P6VK* Renaming "release sets" to "views" (not finished yet). Having - [44]
37R34XJO* Negative caching: don't perform a build if a dependency already - [45]
V4RNHJNR* Add a link to each project's homepage. Suggested by karltk. - [46]
JM3DPYOMgenerated schema with new dbix class schema loader, grrrrrr - [47]
YTZOC7C5* Editing of jobset inputs. - [48]
7YBYT2LQ - [49]
TWVSALRL* Allow the maximum number of concurrent builds per platform to be - [50]
67P45PY4 - [51]
DVNWJXWW* Generic declaration of build products. - [52]
TLZ2SPBR - [53]
J5UVLXOK* Start of a basic Catalyst web interface. - [54]
ZEHSSVFG - [55]
S6OISBQ3* Mark the "current" builds in a jobset, i.e. those corresponding to - [56]
KN3VYE5P* Cleaned up the foreign key constraints. - [57]
D3DIBMOK* For products that are directories (like manuals), allow a default - [58]
PHX2HIVG* Store info about the build inputs in the build record. - [*]
N22GPKYT* Put info about logs / build products in the DB. - [*]
D5QIOJGP* Move everything up one directory.
Change contents
- edit in src/lib/Hydra/Schema/BuildProducts.pm at line 83[3.2395]→[3.2395:2416](∅→∅),[3.2416]→[3.2917:2937](∅→∅),[3.2937]→[3.2457:2474](∅→∅),[3.2457]→[3.2457:2474](∅→∅)
=head2 descriptiondata_type: 'text'is_nullable: 1 - edit in src/lib/Hydra/Schema/BuildProducts.pm at line 110[3.3313]→[3.792:809](∅→∅),[3.3402]→[3.792:809](∅→∅),[3.792]→[3.792:809](∅→∅),[3.809]→[3.3403:3448](∅→∅)
"description",{ data_type => "text", is_nullable => 1 }, - replacement in src/lib/Hydra/Schema/BuildProducts.pm at line 146
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-06-13 01:54:50# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+0LkZiaRL5tGJvbLxnwD/g# Created by DBIx::Class::Schema::Loader v0.07043 @ 2016-04-13 14:49:33# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:kONECZn56f7sqfrLviiUOQ - edit in src/sql/hydra.sql at line 329
description text, -- optionally, some description of this file/directory - file addition: upgrade-47.sql[61.3004]
alter table BuildProducts drop column description;