1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-04-25 13:49:21 +03:00
Commit graph

178 commits

Author SHA1 Message Date
Alexander Yakovlev af6faf04f6 echo view instead of returning it
The view wasn't printed out on my terminal for some reason.
2016-10-19 11:40:42 +07:00
Alexander Yakovlev ba56bc84b2 Now the dry-runs use MySQLi instead of MySQL. 2016-10-19 11:32:04 +07:00
Alexander Yakovlev 575925e86d Fixed the status task 2016-10-19 11:29:41 +07:00
Alexander Yakovlev b89ffeee39 composer.json update (cont.) 2016-10-19 11:28:09 +07:00
Alexander Yakovlev 6829fda37e Update composer.json 2016-10-19 11:24:24 +07:00
Michael 420ad1ddb8 Updated function documentation 2016-04-04 14:25:55 +10:00
Michael eb34d15738 _execute() now takes zero arguments. 2016-04-04 14:15:32 +10:00
Michael d5244b9e72 Updated for Minion 3.4 - New
- New command will now work. As of the most recent update the _execute
  function does not take arguments, and these have been removed.
2016-04-04 14:03:21 +10:00
Michael Roberts c1d7d5a961 Updated packages and info 2016-04-04 13:54:19 +10:00
Lorenzo Pisani 2759cfb9d8 Merge pull request #48 from EvanPurkhiser/fixup/remove-gitignore
Remove gitignore
2014-04-27 10:45:45 -07:00
Evan Purkhiser 3250f6528e Remove gitignore 2014-04-26 21:15:21 -04:00
Lorenzo Pisani 18f0d1480c Merge pull request #47 from EvanPurkhiser/feature/composer-support
Add composer support
2014-04-26 18:07:30 -07:00
Evan Purkhiser 844f4e4c0a Add composer support 2014-04-26 19:12:59 -04:00
Lorenzo Pisani 35556a52fa Merge pull request #44 from f1ames/3.3/develop
use table_prefix from database config when creating migrations table
2014-02-28 09:13:40 -08:00
f1ames 5d1e612515 table name with prefix also in checking query 2014-02-26 09:40:16 +01:00
f1ames 5ffab5e738 use table_prefix from database config when creating migrations table 2014-02-25 12:51:23 +01:00
Lorenzo Pisani 5f584751d9 Merge pull request #42 from samwilson/guide
An update to the guide
2013-06-06 12:43:13 -07:00
Sam Wilson ad6fb8f6c2 A bit of a rewrite of the guide for Minion Migrations. 2013-05-30 08:35:29 +08:00
Sam Wilson e0a26722ad Merge remote-tracking branch 'origin/feature/docs' into guide 2013-05-29 15:03:11 +08:00
Bob Eagan c1d64eee11 Merge pull request #39 from pusherman/patch-1
Update views/minion/task/migrations/schema.php
2012-11-02 10:16:58 -07:00
pusherman f4db9da95e Update views/minion/task/migrations/schema.php
Removed short tags so code will not fail if short tags are disabled
2012-11-02 13:20:31 -03:00
Lorenzo Pisani 79614748ef Merge pull request #37 from EvanPurkhiser/CS-cleanup
Cleanup coding style to conform to Kohana CS
2012-10-26 20:00:37 -07:00
Evan Purkhiser bc28977d65 Cleanup coding style to conform to Kohana CS
- Added variable names to just about all @param tags
 - Ensured proper alignment in doc block comments
 - Ensured proper file spacing and trimmed all trailing whitespace
 - Corrected improper languge construct formats (eg if () not if())
 - Corrected some assignment operator alignment
 - A few spelling corrections
 - All classes pass `phpcs --Standard=Kohana` (asside from tests)
2012-10-24 04:08:09 -04:00
Lorenzo Pisani 21757aea08 Merge pull request #35 from EvanPurkhiser/feature/config-table-name
Add a configuration option for the table name
2012-10-24 00:25:16 -07:00
Evan Purkhiser bc9cf3f440 Add a configuration option for the table name 2012-10-24 03:17:34 -04:00
Lorenzo Pisani 09da9b1c0e fix migrations in 3.3.x 2012-10-23 23:45:12 -07:00
Lorenzo Pisani 526e589f3d 3.3.0 support 2012-10-23 23:06:52 -07:00
Lorenzo Pisani 3d412dd2aa Merge pull request #34 from EvanPurkhiser/template-CS-corrections
Template coding standards corrections
2012-06-05 01:52:03 -07:00
Evan Purkhiser 5e2d050247 Fix the new migration template
- The Kohana PHP security line now properly has a newline at the end of
   it
 - The new migration template view now also contains a newline at the
   begining so that classes and the PHP opening line aren't all smushed
   together
 - Added the parameter name to the @param tag so phpcs stops complaining
2012-05-25 22:04:48 -04:00
Lorenzo Pisani 916268f2cb Merge branch '3.1/develop' into 3.2/develop 2011-09-12 14:26:19 -07:00
Lorenzo Pisani 01f49c5676 Merge pull request #29 from d4rky-pl/fix/database-schema
Changed minion_migrations table to use utf-8 rather than latin1
thanks :)
2011-09-12 14:24:35 -07:00
Michał Matyas 2431f23c06 Changed minion_migrations table to use utf-8 rather than latin1 2011-09-12 23:17:51 +02:00
Lorenzo Pisani 238bb4373a Merge branch '3.1/develop' into 3.2/develop 2011-07-19 11:38:05 -07:00
Lorenzo Pisani c1c96ffde3 fixing comments in unittests 2011-07-19 11:37:34 -07:00
Matt Button b2e1af6b71 Rethrow exception if migration fails, refs #27 2011-07-13 22:31:36 +01:00
Matt Button 8800a290de Rethrow exception if migration fails, refs #27 2011-07-13 22:31:22 +01:00
Matt Button 0395d8f25d Don't exit with a zero status code on migration failure, fixes #27 2011-07-13 22:28:50 +01:00
Matt Button 981b81c43d Don't exit with a zero status code on migration failure, fixes #27 2011-07-13 14:19:13 -07:00
Lorenzo Pisani 5f1fecf77d Merge branch '3.1/develop' into 3.2/develop 2011-07-01 23:32:51 -07:00
Lorenzo Pisani 0f201b0906 adding a test for sql files in the migrations folder (refs #18) 2011-07-01 23:32:31 -07:00
Lorenzo Pisani cc193c43c6 filtering the files in the migrations folder (refs #18) 2011-07-01 23:30:15 -07:00
Lorenzo Pisani 0c65956d6b adjusting the old util classes to run in the model tests (refs #11) 2011-07-01 23:22:23 -07:00
Lorenzo Pisani 307181ccc4 Moving the util methods to the model (refs #11) 2011-07-01 23:18:05 -07:00
Lorenzo Pisani 04172692df Merge branch '3.1/develop' into 3.2/develop 2011-07-01 21:01:01 -07:00
Lorenzo Pisani 48df2fe47e missed a reference to db:status (refs #11) 2011-07-01 21:00:49 -07:00
Lorenzo Pisani 745c40dfc9 Merge branch '3.1/develop' into 3.2/develop 2011-07-01 20:57:27 -07:00
Lorenzo Pisani 6005b85670 fixing the documentation for migrations:new 2011-07-01 20:56:12 -07:00
Lorenzo Pisani c6e24b2d81 updating documentation (refs #11) 2011-07-01 20:49:20 -07:00
Lorenzo Pisani 1d3f5e736c removing the migrate-* prefix to the migrations:run options (refs #11) 2011-07-01 20:48:30 -07:00
Lorenzo Pisani b97efcf806 renaming the migration tasks for cleaner separation (refs #11) 2011-07-01 20:47:01 -07:00