Commit Graph

58 Commits (1a7668b85dd3fc0dc83c32d84a98f3e01a96ee09)

Author SHA1 Message Date
Gregor Schmidt 38a8a44732 updating down migration to read value directly from db 14 years ago
Jens Ulferts 715bc2dff4 using read_attribute(:start_date) on down migration 14 years ago
Jens Ulferts d51ab9d8cb fix: because version.start_date returns the earliest start date of the associated issues if no own start_date is set, we have to read the attribute :start_date directly when making executing the sprint_start_date/start_date migration 14 years ago
Gregor Schmidt ce7fed699a actually, there's no problem, when both dates are the same 14 years ago
Gregor Schmidt 04b23eef93 Migrations do not abort on every rollback - therefore we need to raise a different error 14 years ago
Gregor Schmidt 119456c86c Redoing migration in a way, that my brain is able to parse 14 years ago
Romano Licker 64e931598c removes sprint_start_date and replaces it with start_date from 14 years ago
Jens Ulferts 81c0d3de36 removing position setting migrations, keeping the migrations as such to make it transparent 14 years ago
Jens Ulferts 5aeb056b6c using "remove" instead of "drop" on down migration 14 years ago
Jens Ulferts 9f5d02ca11 correct default table name to correct table name in version_settings down migration 14 years ago
Jens Ulferts ee454a8cca #2891: creating table and specs for version_settings which will hold the display information 14 years ago
Gregor Schmidt 27b841407c removing x-bits 14 years ago
friflaj b54b17a8d2 Stupid rails 14 years ago
friflaj 35919d5bd5 Stupid rails 14 years ago
friflaj c9aedbec5d Don't break on nested tasks 14 years ago
friflaj 577596eb09 sqlite bombs out on the transaction stuff 14 years ago
friflaj 00ff75ec59 Task reordering must be done ordered by parent,position 14 years ago
friflaj 16103b8fc3 Treat task as story so we can remove it from the stories list 14 years ago
Emiliano Heyns 89e7a76da0 remove_from_list is not supported on Task anymore 14 years ago
friflaj db7eb66a88 Fix for forum topic 12 14 years ago
Mark Maglana b9a6b7ab1e Fix positions 14 years ago
friflaj 76645c13d7 Fix for sqlite 14 years ago
Mark Maglana 6c222f3845 Additional tests to product owner role 14 years ago
friflaj 314271f2b4 Remove position from an issue when it is changed from a story into a task 14 years ago
friflaj 5985c77f7d Looks like PG doesn't return the same row structure as mysql, explicitly picking columns now 14 years ago
friflaj c660ddd1ae comment cleanup, make sure 012 migration runs on clean postgresql 14 years ago
friflaj 0bd0f3949f Down-migration 011 missed sprint-start-date 14 years ago
friflaj f632f43194 Add migration reversal for 011 14 years ago
friflaj 587903ba08 Move task order to nested_set 14 years ago
Mark Maglana de6060f699 Fixing positions for unified story priorities 14 years ago
friflaj 509a531060 ActiveRecord execute sees fit to return _everything_ as a string. 14 years ago
friflaj 77d63df2c1 Legacy migration -- thank you James Dobson! 14 years ago
friflaj 9d42d95b5c Split legacy migration from schema creation 14 years ago
friflaj 3a0e63f55b Can't request items on a non-legacy DB 14 years ago
friflaj f17c7c1968 Another typo 14 years ago
friflaj 3e687a5373 Not all items had a position, and parent must be set before position on tasks 14 years ago
friflaj c627b99c95 More informative abort message for the migration 14 years ago
friflaj a89c93194f I need to stop fighting ActiveRecord 14 years ago
friflaj 91dae6e83b I need to stop fighting ActiveRecord 14 years ago
friflaj d4e181aa63 Tree rebuild causes save on stories, which recalculation of derived attributes... which needs the tree to be present 14 years ago
friflaj 13e8e80cac Damn stupid typos -- apologies! 14 years ago
friflaj e80d89feb7 Legacy migration fixes 14 years ago
friflaj bb33962771 test for parent, not parent_id 14 years ago
friflaj bf4e1bf285 Drop items/backlogs table after migration 14 years ago
friflaj eb53e1f3f6 Explicitly set root_id 14 years ago
friflaj 95ce5bfa40 Force plugin setup before migration 14 years ago
friflaj f1e7231d39 Migration requested version_id twice, shifting everything one position 14 years ago
friflaj 85567ad652 Doesn't really matter whether we've selected the backlog, just show the link 15 years ago
friflaj 5b9fd88518 disentangled migrations 15 years ago
friflaj 9182bfc29a handling non-null just makes things harder. The burndown method 15 years ago