|
161526cd41
|
HTTPS everywhere (#19503)
|
2022-08-03 12:32:18 +03:00 |
|
|
6cba80d887
|
Fix #18339: Fix migrate controller actions to return exit codes
Co-authored-by: Bizley <pawel@positive.codes>
|
2020-12-09 16:48:39 +03:00 |
|
|
e50a07c30c
|
Fix #17437: Fixed generating namespaced migrations
|
2019-07-23 17:28:43 +03:00 |
|
|
1b8da6d951
|
Add StringHelper::matchWildcard() (#15389)
`StringHelper::matchWildcard()` added
|
2017-12-20 16:16:25 +02:00 |
|
|
5a8c3d537b
|
Enable phpdoc_summary rule in php-cs-fixer config (#14675)
* Enable `phpdoc_summary` rule in php-cs-fixer config.
* Fix case in "PHPDoc".
|
2017-08-21 11:19:35 +02:00 |
|
|
0c0942d6e2
|
Enable phpdoc_add_missing_param_annotation rule in php-cs-fixer config. (#14681) [skip ci]
|
2017-08-21 01:57:23 +03:00 |
|
|
0070b97837
|
allow migrate/mark to mark the history base (#14428)
fixes #7890
|
2017-07-12 11:48:03 +02:00 |
|
|
ba0ab403b5
|
Added php-cs-fixer coding standards validation to Travis CI (#14100)
* php-cs-fixer: PSR2 rule.
* php-cs-fixer: PSR2 rule - fix views.
* Travis setup refactoring.
* Add php-cs-fixer to travis cs tests.
* Fix tests on hhvm-3.12
* improve travis config
* composer update
* revert composer update
* improve travis config
* Fix CS.
* Extract config to separate classes.
* Extract config to separate classes.
* Add file header.
* Force short array syntax.
* binary_operator_spaces fixer
* Fix broken tests
* cast_spaces fixer
* concat_space fixer
* dir_constant fixer
* ereg_to_preg fixer
* function_typehint_space fixer
* hash_to_slash_comment fixer
* is_null fixer
* linebreak_after_opening_tag fixer
* lowercase_cast fixer
* magic_constant_casing fixer
* modernize_types_casting fixer
* native_function_casing fixer
* new_with_braces fixer
* no_alias_functions fixer
* no_blank_lines_after_class_opening fixer
* no_blank_lines_after_phpdoc fixer
* no_empty_comment fixer
* no_empty_phpdoc fixer
* no_empty_statement fixer
* no_extra_consecutive_blank_lines fixer
* no_leading_import_slash fixer
* no_leading_namespace_whitespace fixer
* no_mixed_echo_print fixer
* no_multiline_whitespace_around_double_arrow fixer
* no_multiline_whitespace_before_semicolons fixer
* no_php4_constructor fixer
* no_short_bool_cast fixer
* no_singleline_whitespace_before_semicolons fixer
* no_spaces_around_offset fixer
* no_trailing_comma_in_list_call fixer
* no_trailing_comma_in_singleline_array fixer
* no_unneeded_control_parentheses fixer
* no_unused_imports fixer
* no_useless_return fixer
* no_whitespace_before_comma_in_array fixer
* no_whitespace_in_blank_line fixer
* not_operator_with_successor_space fixer
* object_operator_without_whitespace fixer
* ordered_imports fixer
* php_unit_construct fixer
* php_unit_dedicate_assert fixer
* php_unit_fqcn_annotation fixer
* phpdoc_indent fixer
* phpdoc_no_access fixer
* phpdoc_no_empty_return fixer
* phpdoc_no_package fixer
* phpdoc_no_useless_inheritdoc fixer
* Fix broken tests
* phpdoc_return_self_reference fixer
* phpdoc_single_line_var_spacing fixer
* phpdoc_single_line_var_spacing fixer
* phpdoc_to_comment fixer
* phpdoc_trim fixer
* phpdoc_var_without_name fixer
* psr4 fixer
* self_accessor fixer
* short_scalar_cast fixer
* single_blank_line_before_namespace fixer
* single_quote fixer
* standardize_not_equals fixer
* ternary_operator_spaces fixer
* trailing_comma_in_multiline_array fixer
* trim_array_spaces fixer
* protected_to_private fixer
* unary_operator_spaces fixer
* whitespace_after_comma_in_array fixer
* `parent::setRules()` -> `$this->setRules()`
* blank_line_after_opening_tag fixer
* Update finder config.
* Revert changes for YiiRequirementChecker.
* Fix array formatting.
* Add missing import.
* Fix CS for new code merged from master.
* Fix some indentation issues.
|
2017-06-12 12:25:45 +03:00 |
|
|
5288577221
|
make migrationPath accept an array
|
2017-06-02 13:35:45 +02:00 |
|
|
dee88787fc
|
compatibility with PHPUnit 6.x added
|
2017-04-13 14:49:43 +03:00 |
|
|
6211f9c030
|
MigrateControllerTestTrait fix for HHVM
|
2016-12-26 16:02:22 +02:00 |
|
|
60307c118b
|
code style fix
|
2016-09-12 14:43:46 +03:00 |
|
|
8c39b1cbfa
|
code style fix
|
2016-09-12 14:41:05 +03:00 |
|
|
8aa0e85a07
|
Add migration namespace support (#12511)
namespace support added to `BaseMigrateController`
|
2016-09-12 14:01:04 +03:00 |
|
|
8ec60e3d9b
|
Merge branch '12423-migration-tool' of https://github.com/pana1990/yii2 into pana1990-12423-migration-tool
|
2016-09-11 21:17:43 +03:00 |
|
|
ae42d7b281
|
Fix #12423 Fix bug migration tool when creating fields with brackets in comment
|
2016-09-11 18:03:09 +02:00 |
|
|
d73d155e43
|
code style fix
|
2016-09-09 14:59:11 +03:00 |
|
|
84124bec4f
|
Fix grammar in migration template docblocks. (#12148)
Fix typo in test file's name.
|
2016-08-12 17:55:43 +03:00 |
|
|
83496853c8
|
Fixes #11461: Fixed migration tool error when create migrate with comma in defaultValue
|
2016-07-28 01:15:55 +03:00 |
|
|
5992eea571
|
Fixes #11808: _table and _column suffixes are now required when generating migration
|
2016-07-04 12:50:37 +03:00 |
|
|
fdbf7d85a1
|
Simple tests (#11606)
* method to simplify migrate/create tests
* use new assertion for all migration/create tests
* move the expected files to test/data/console
|
2016-05-24 09:35:23 +03:00 |
|
|
b923adf75c
|
Enh: Support for useTablePrefix parameter in migrate command
Fixes #11166: migrate command new option `useTablePrefix`
|
2016-04-06 13:37:37 +03:00 |
|
|
49aec24ae1
|
Enh: Migrate command now supports foreign keys
Fixes #11207: migrate command can create foreign keys
|
2016-04-05 01:02:52 +03:00 |
|
|
3cbd64547a
|
Additional phpdoc for #11187
|
2016-03-27 23:38:23 +03:00 |
|
|
4cb0c1b55c
|
Fixed tests
|
2016-03-25 14:08:56 +03:00 |
|
|
9b94dbfe38
|
Merge remote-tracking branch 'upstream/master' into 10969-fix-migration
|
2016-02-26 15:58:17 +01:00 |
|
|
03cb361a59
|
Fixed #10969: add more tests
|
2016-02-26 15:57:41 +01:00 |
|
|
921b102961
|
Fixed #10969: generator migration tool not works with decimal params in column
|
2016-02-26 03:34:03 +01:00 |
|
|
8db7df9352
|
replace all occurrences of migration class
|
2016-02-26 10:04:24 +10:00 |
|
|
c5eebe1a00
|
Fix test for migration
|
2015-11-25 10:56:53 +01:00 |
|
|
0b950f4039
|
Fix phpdocs and small bug
|
2015-11-24 20:03:09 +01:00 |
|
|
2a1764f97a
|
Enhancements for #9465
|
2015-11-23 13:33:26 +03:00 |
|
|
76e8556d34
|
#9465 better naming, code polish, changelog, docs wording
|
2015-11-20 22:50:32 +03:00 |
|
|
9afd240ab6
|
Fixes #9465: ./yii migrate/create now generates code based on migration name and --fields
|
2015-11-20 22:08:47 +03:00 |
|
|
6949992246
|
Simplified tests directory structure a bit
|
2015-04-16 12:10:01 +03:00 |
|