1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-05-05 02:28:16 +03:00
Commit graph

178 commits

Author SHA1 Message Date
Lorenzo Pisani a6fd63a035 Merge remote branch 'minion/3.1/develop' into 3.2/develop 2011-07-01 20:33:25 -07:00
Matt Button 212b525b6b Merge pull request #26 from d4rky-pl/mod/db-migrate
Refactors the migrate:generate task to allow separate tasks to generate migrations with custom up/down code. Thanks Michał!
2011-06-30 13:46:05 -07:00
Michał Matyas fca8ccdf77 created possibility of writing generated code directly into migration 2011-06-30 14:46:58 +02:00
Michał Matyas f30cca150b moved generating of migration to public method so it can be used for other tasks 2011-06-30 14:40:24 +02:00
Lorenzo Pisani 3c8d16ce55 Merge pull request #23 from d4rky-pl/fix/descriptions
fixing unproperly handled lack of description
2011-06-29 21:53:59 -07:00
Matt Button 5a1fecabe1 Updating config for 3.2 2011-06-27 20:57:21 +01:00
Michał Matyas b1fa2b7cb0 fixing unproperly handled lack of description 2011-06-26 11:21:18 +02:00
Lorenzo Pisani 8b38ab7025 Some better group validation and usage of Minion_CLI to clean up output code. (refs #22) 2011-06-25 23:11:09 -07:00
Lorenzo Pisani 5d3bf345ba refactoring some of the code to prevent some errors (refs #22) 2011-06-25 22:55:13 -07:00
Lorenzo Pisani 2cb4566e96 Merge remote branch 'remotes/d4rky/develop' into develop 2011-06-25 22:40:37 -07:00
Michał Matyas 25848a26c0 making descriptions optional 2011-06-26 04:05:13 +02:00
Michał Matyas 67bdc628e7 removed default path from configuration 2011-06-26 03:49:49 +02:00
Michał Matyas 7b0fc8bdb6 removing default path from configuration and adding support for --location 2011-06-26 03:41:52 +02:00
Michał Matyas 0eba2a0f02 Add creating directories for migrations if they don't exist 2011-06-26 01:23:17 +02:00
Michał Matyas f7b1b1151e fixed default path in configuration file 2011-06-26 01:18:42 +02:00
Michał Matyas 3fc98e5866 modified groups to work like groups and not like location 2011-06-25 19:47:13 +02:00
Matt Button 89932a9417 Merge pull request #20 from sittercity/develop
Add config option to hard prevent migrations before a certain date from r
2011-05-13 07:56:27 -07:00
Jeremy Bush b55a258760 Fix bug where migrations to +/- would not work properly. Fixes #16 2011-05-12 14:52:00 -05:00
Jeremy Bush e6cdf3ce32 Fix bad variable call, Fixes #15 2011-05-12 14:23:15 -05:00
Jeremy Bush 64d87e1be9 Add config option to hard prevent migrations before a certain date from running 2011-05-12 14:14:09 -05:00
Lorenzo Pisani 3e4edb1c0f fixes #13 (fetch_current_versions fails when there are none that have been applied yet) 2011-03-02 14:30:30 -07:00
Matt Button 57dde28cbe Adding basic docs 2011-02-19 20:13:49 +00:00
Bob Eagan 483d9dac79 if target is null and down is false, then assume up is true 2011-02-18 17:49:06 -07:00
Matt Button 99eca42020 Coding standards fix 2011-02-18 15:47:46 +00:00
Matt Button 110e510e54 Removing syntax typo in migration manager 2011-02-18 15:45:47 +00:00
Matt Button fbd5416594 Fixing up comment in migrate task 2011-02-18 02:23:45 +00:00
Matt Button e42be14cc6 Refactored the migrate view & removed some var_dump calls 2011-02-18 02:20:47 +00:00
Matt Button fd690e6494 Rewrite of the core migrations system is pretty much complete, fixes #4 2011-02-18 02:20:05 +00:00
Matt Button 42001496eb Adding tests for/fixing fetch_required_migrations() / resolve_target() 2011-02-17 23:53:15 +00:00
Matt Button 63ad3348f2 Rewriting tests for fetch_required_migrations 2011-02-17 21:16:36 +00:00
Matt Button e0fe87f443 Starting to refactor stuff.
Renaming locations -> groups
Cut down the size of fetch_required_migrations()
2011-02-17 20:43:04 +00:00
Matt Button 8b550a43d4 Chaning phpunit groups in the migration util test 2011-02-16 23:09:45 +00:00
Matt Button 17b36782e1 Changing tests to auto-create and auto-teardown the testing table fixes #5 2011-02-16 23:04:19 +00:00
Matt Button 12670e28ef Removing non-migration related files
In an ideal world I would've been able to simply strip out the unwanted stuff
using git filter-branch, however it seems that command is limited to only one subdirectory
2011-02-06 01:35:23 +00:00
Matt Button a880742631 Change link to issue tracker, fixes #21 - thanks Bob! 2011-02-03 10:53:26 -08:00
Matt Button 8c92824af1 Adding syspath checks to files 2011-01-31 17:38:04 +00:00
Matt Button 628f2b21c3 Small typo fix in doccomment 2011-01-31 17:33:06 +00:00
Matt Button 8fc8ea440e Updating code to follow kohana coding standards 2011-01-31 17:28:58 +00:00
Matt Button e52563165c Fixing @covers notation in util tests, fixes #19 2011-01-31 17:14:34 +00:00
Matt Button da31601428 Fixing some leftover crud, cheers Bob! 2011-01-29 10:55:34 -08:00
Bob Eagan f7a15027d9 fixes #15 - uses array_merge instead of + to prevent overwriting of migrations 2011-01-29 05:17:54 +08:00
Bob Eagan 0c35486157 adding .gitignore file 2011-01-29 05:17:54 +08:00
Matt Button 34564b0283 Merge branch 'develop' of github.com:BRMatt/kohana-minion into develop 2011-01-25 05:03:18 +00:00
Matt Button 3a0067b78e Updated the cache:purge task to actually purge caches 2011-01-24 17:44:17 +00:00
Matt Button fccbda3341 Moved the cahce purge task to its proper location 2011-01-24 17:30:29 +00:00
Matt Button 26208a3255 Followup to previous, just bolded the note 2011-01-23 10:34:29 -08:00
Matt Button 8a646acd6b Made "Don't pm me" message more prominent 2011-01-23 10:14:09 -08:00
Matt Button 36d92858da Fixing old typo in one of the tests 2011-01-21 01:39:36 +00:00
Matt Button 5648f47110 Ensure the migrations table exists before running migrations, fixes #9 2011-01-21 01:18:08 +00:00
Matt Button 74eeb0aa3d Renaming schema.sql to minion_schema.sql 2011-01-21 01:17:14 +00:00