Tags: PhilippGrashoff/data
Tags
Releasing 2.0.3 into master (atk4#548) * wip * wip * fixes * Feature/test1 (atk4#483) * fixes * testtisg * wip * test * backmerge master * normalize everything * added locale test (atk4#485) * added locale test * Apply fixes from StyleCI * wip * wip * Apply fixes from StyleCI * Update CHANGELOG.md * Implement atk4#386 (atk4#477) * Implement atk4#386 * Apply fixes from StyleCI * Update Field.php * Update Model.php * Update Helper.php * Apply fixes from StyleCI * move functionality to atk4/core * Apply fixes from StyleCI * fix traits * Apply fixes from StyleCI * fix typo * Feature/pgsql test (atk4#486) * fix one test * Setting current dependencies * wip * wip * Add matrix testing (atk4#492) * Test using matrix * wip * wip * wip * clean up bundler * clean up bundler (atk4#493) * wip * Fix/delete callback (atk4#488) * fix one test * Setting current dependencies * fix/delete callback * Update composer.json * Fix/persistence sql condition (atk4#487) * fix one test * Setting current dependencies * fix wrong assignment of value as condition * Update composer.json * Update SQL.php * Feature remove specified action (atk4#489) * fix one test * Setting current dependencies * add method to remove specified action(s) from model * Update Model.php * spaces * Feature/add confirmation callback argument (atk4#491) * fix one test * Setting current dependencies * pass the action object as argument to confirmation callback * badge * Feature/set custom edit exec button (atk4#490) * fix one test * Setting current dependencies * use custom exec button on edit action * Update Model.php * remove class, use seed Co-authored-by: Imants Horsts <DarkSide666@users.noreply.github.com> * model default add field property (atk4#454) * use the object default add field property * no need for double brackets. * force tests Co-authored-by: Romans Malinovskis <me@nearly.guru> Co-authored-by: Imants Horsts <DarkSide666@users.noreply.github.com> * Fix empty array condition (atk4#498) * more tests * Apply fixes from StyleCI * better implementation for addFields() and test cases (atk4#499) * better implementation for addFields() and test cases * Apply fixes from StyleCI * use shorthand method * simplify code * implement `exprNow()` method. Rely on dsql PR. * Apply fixes from StyleCI * pass * add docs Co-authored-by: Romans Malinovskis <me@nearly.guru> * Fix/ Small Action related fix (atk4#502) * Fix/ Small Action related fix - Set Edit action exec button labe lto 'Save' by default - Set Edit action exec button colot to blue by default - Set default description for Add action in model - Add method to retreive model from Action * Apply fixes from StyleCI * fix comment Co-authored-by: Imants Horsts <DarkSide666@users.noreply.github.com> * update multiple delete example (atk4#503) * now supports multiple filter options in getFields() * Apply fixes from StyleCI * Accept any DateTimeInterface impl. for datetime (atk4#505) * Accept any DateTimeInterface impl. for datetime * Fix DateTime::getTimezone method name * Fix setTimezone for any instance of DateTimeInterface * Add microseconds persistence support for datetime/time types + fix normalization/cloning issue (atk4#504) * Fix datetime normalization cloning * Add microseconds persistence support for datetime/time types Co-authored-by: Imants Horsts <DarkSide666@users.noreply.github.com> * include comment about hooks and example how to execute them (atk4#510) * update composer * Update release-drafter.yml * Update bundler.yml * Fix hasOne relation seed processing. It should replace not merge. (atk4#512) * New method $model->getTitles() (atk4#513) * Implement `getTitles()` method * Apply fixes from StyleCI * Update unit-tests.yml * migration to migrator * rename addHook to onHook (atk4#514) * fix atk4#944 (atk4#516) * allow dots in table names, fix atk4#515, fix atk4#517 * Apply fixes from StyleCI * Do not fail-fast PHP test matrix (atk4#522) * Simplify code (atk4#519) * Update release-drafter.yml * Update release-drafter.yml * Fix hook trait usage (atk4#525) * Hook args must be an array * Fix hook onHook() usage * Implement addWith() (atk4#527) * Implement addWith() * Apply fixes from StyleCI * implement `addWith` * add docs * add note * Update unit-tests.yml * Update unit-tests.yml * Update unit-tests.yml * Update unit-tests.yml * Update unit-tests.yml * Update unit-tests.yml * Update unit-tests.yml * Update unit-tests.yml * Update unit-tests.yml * Update unit-tests.yml * Update unit-tests.yml * Action should also support `fields===true` value (atk4#531) * Fix LIKE conditions for Array and SQL persistences (atk4#532) * Fix LIKE conditions - fix fix (atk4#535) * fix atk4#533 (atk4#537) * Fix value trim (atk4#538) * introduce sql null condition test (atk4#540) * introduce test on condition with null value * include mesage in SQL exception details * Fix typo * Convert scalar class names to ::class (atk4#544) * Fix CS - do not import classes without namespace * Use null coalescing operator instead of isset (atk4#545) * Use null coalescing operator instead of isset * Fix tests * Fix refactorability for "owner" (atk4#543) * Fix refactorability for "owner" * Typehint for elements * Narrow phpdoc for SQL subtypes * Fix typos * Setting release dependencies Co-authored-by: Romans Malinovskis <romans@agiletoolkit.org> Co-authored-by: Romans Malinovskis <me@nearly.guru> Co-authored-by: Imants Horsts <DarkSide666@users.noreply.github.com> Co-authored-by: Georgi Hristov <georgehristov@users.noreply.github.com> Co-authored-by: Mimo <ddobchev@gmail.com> Co-authored-by: Alain Belair <belair.alain@gmail.com> Co-authored-by: DarkSide <imants.horsts@inbox.lv> Co-authored-by: Michael Voříšek <mvorisek@mvorisek.cz> Co-authored-by: GitHub Action <noreply@github.com>
Releasing 2.0.3 into master (atk4#548) * wip * wip * fixes * Feature/test1 (atk4#483) * fixes * testtisg * wip * test * backmerge master * normalize everything * added locale test (atk4#485) * added locale test * Apply fixes from StyleCI * wip * wip * Apply fixes from StyleCI * Update CHANGELOG.md * Implement atk4#386 (atk4#477) * Implement atk4#386 * Apply fixes from StyleCI * Update Field.php * Update Model.php * Update Helper.php * Apply fixes from StyleCI * move functionality to atk4/core * Apply fixes from StyleCI * fix traits * Apply fixes from StyleCI * fix typo * Feature/pgsql test (atk4#486) * fix one test * Setting current dependencies * wip * wip * Add matrix testing (atk4#492) * Test using matrix * wip * wip * wip * clean up bundler * clean up bundler (atk4#493) * wip * Fix/delete callback (atk4#488) * fix one test * Setting current dependencies * fix/delete callback * Update composer.json * Fix/persistence sql condition (atk4#487) * fix one test * Setting current dependencies * fix wrong assignment of value as condition * Update composer.json * Update SQL.php * Feature remove specified action (atk4#489) * fix one test * Setting current dependencies * add method to remove specified action(s) from model * Update Model.php * spaces * Feature/add confirmation callback argument (atk4#491) * fix one test * Setting current dependencies * pass the action object as argument to confirmation callback * badge * Feature/set custom edit exec button (atk4#490) * fix one test * Setting current dependencies * use custom exec button on edit action * Update Model.php * remove class, use seed Co-authored-by: Imants Horsts <DarkSide666@users.noreply.github 8000 .com> * model default add field property (atk4#454) * use the object default add field property * no need for double brackets. * force tests Co-authored-by: Romans Malinovskis <me@nearly.guru> Co-authored-by: Imants Horsts <DarkSide666@users.noreply.github.com> * Fix empty array condition (atk4#498) * more tests * Apply fixes from StyleCI * better implementation for addFields() and test cases (atk4#499) * better implementation for addFields() and test cases * Apply fixes from StyleCI * use shorthand method * simplify code * implement `exprNow()` method. Rely on dsql PR. * Apply fixes from StyleCI * pass * add docs Co-authored-by: Romans Malinovskis <me@nearly.guru> * Fix/ Small Action related fix (atk4#502) * Fix/ Small Action related fix - Set Edit action exec button labe lto 'Save' by default - Set Edit action exec button colot to blue by default - Set default description for Add action in model - Add method to retreive model from Action * Apply fixes from StyleCI * fix comment Co-authored-by: Imants Horsts <DarkSide666@users.noreply.github.com> * update multiple delete example (atk4#503) * now supports multiple filter options in getFields() * Apply fixes from StyleCI * Accept any DateTimeInterface impl. for datetime (atk4#505) * Accept any DateTimeInterface impl. for datetime * Fix DateTime::getTimezone method name * Fix setTimezone for any instance of DateTimeInterface * Add microseconds persistence support for datetime/time types + fix normalization/cloning issue (atk4#504) * Fix datetime normalization cloning * Add microseconds persistence support for datetime/time types Co-authored-by: Imants Horsts <DarkSide666@users.noreply.github.com> * include comment about hooks and example how to execute them (atk4#510) * update composer * Update release-drafter.yml * Update bundler.yml * Fix hasOne relation seed processing. It should replace not merge. (atk4#512) * New method $model->getTitles() (atk4#513) * Implement `getTitles()` method * Apply fixes from StyleCI * Update unit-tests.yml * migration to migrator * rename addHook to onHook (atk4#514) * fix atk4#944 (atk4#516) * allow dots in table names, fix atk4#515, fix atk4#517 * Apply fixes from StyleCI * Do not fail-fast PHP test matrix (atk4#522) * Simplify code (atk4#519) * Update release-drafter.yml * Update release-drafter.yml * Fix hook trait usage (atk4#525) * Hook args must be an array * Fix hook onHook() usage * Implement addWith() (atk4#527) * Implement addWith() * Apply fixes from StyleCI * implement `addWith` * add docs * add note * Update unit-tests.yml * Update unit-tests.yml * Update unit-tests.yml * Update unit-tests.yml * Update unit-tests.yml * Update unit-tests.yml * Update unit-tests.yml * Update unit-tests.yml * Update unit-tests.yml * Update unit-tests.yml * Update unit-tests.yml * Action should also support `fields===true` value (atk4#531) * Fix LIKE conditions for Array and SQL persistences (atk4#532) * Fix LIKE conditions - fix fix (atk4#535) * fix atk4#533 (atk4#537) * Fix value trim (atk4#538) * introduce sql null condition test (atk4#540) * introduce test on condition with null value * include mesage in SQL exception details * Fix typo * Convert scalar class names to ::class (atk4#544) * Fix CS - do not import classes without namespace * Use null coalescing operator instead of isset (atk4#545) * Use null coalescing operator instead of isset * Fix tests * Fix refactorability for "owner" (atk4#543) * Fix refactorability for "owner" * Typehint for elements * Narrow phpdoc for SQL subtypes * Fix typos * Setting release dependencies Co-authored-by: Romans Malinovskis <romans@agiletoolkit.org> Co-authored-by: Romans Malinovskis <me@nearly.guru> Co-authored-by: Imants Horsts <DarkSide666@users.noreply.github.com> Co-authored-by: Georgi Hristov <georgehristov@users.noreply.github.com> Co-authored-by: Mimo <ddobchev@gmail.com> Co-authored-by: Alain Belair <belair.alain@gmail.com> Co-authored-by: DarkSide <imants.horsts@inbox.lv> Co-authored-by: Michael Voříšek <mvorisek@mvorisek.cz> Co-authored-by: GitHub Action <noreply@github.com>
Releasing 2.0.2 into master (atk4#511) * wip * wip * fixes * Feature/test1 (atk4#483) * fixes * testtisg * wip * test * backmerge master * normalize everything * added locale test (atk4#485) * added locale test * Apply fixes from StyleCI * wip * wip * Apply fixes from StyleCI * Update CHANGELOG.md * Implement atk4#386 (atk4#477) * Implement atk4#386 * Apply fixes from StyleCI * Update Field.php * Update Model.php * Update Helper.php * Apply fixes from StyleCI * move functionality to atk4/core * Apply fixes from StyleCI * fix traits * Apply fixes from StyleCI * fix typo * Feature/pgsql test (atk4#486) * fix one test * Setting current dependencies * wip * wip * Add matrix testing (atk4#492) * Test using matrix * wip * wip * wip * clean up bundler * clean up bundler (atk4#493) * wip * Fix/delete callback (atk4#488) * fix one test * Setting current dependencies * fix/delete callback * Update composer.json * Fix/persistence sql condition (atk4#487) * fix one test * Setting current dependencies * fix wrong assignment of value as condition * Update composer.json * Update SQL.php * Feature remove specified action (atk4#489) * fix one test * Setting current dependencies * add method to remove specified action(s) from model * Update Model.php * spaces * Feature/add confirmation callback argument (atk4#491) * fix one test * Setting current dependencies * pass the action object as argument to confirmation callback * badge * Feature/set custom edit exec button (atk4#490) * fix one test * Setting current dependencies * use custom exec button on edit action * Update Model.php * remove class, use seed Co-authored-by: Imants Horsts <DarkSide666@users.noreply.github.com> * model default add field property (atk4#454) * use the object default add field property * no need for double brackets. * force tests Co-authored-by: Romans Malinovskis <me@nearly.guru> Co-authored-by: Imants Horsts <DarkSide666@users.noreply.github.com> * Fix empty array condition (atk4#498) * more tests * Apply fixes from StyleCI * better implementation for addFields() and test cases (atk4#499) * better implementation for addFields() and test cases * Apply fixes from StyleCI * use shorthand method * simplify code * implement `exprNow()` method. Rely on dsql PR. * Apply fixes from StyleCI * pass * add docs Co-authored-by: Romans Malinovskis <me@nearly.guru> * Fix/ Small Action related fix (atk4#502) * Fix/ Small Action related fix - Set Edit action exec button labe lto 'Save' by default - Set Edit action exec button colot to blue by default - Set default description for Add action in model - Add method to retreive model from Action * Apply fixes from StyleCI * fix comme 8000 nt Co-authored-by: Imants Horsts <DarkSide666@users.noreply.github.com> * update multiple delete example (atk4#503) * now supports multiple filter options in getFields() * Apply fixes from StyleCI * Accept any DateTimeInterface impl. for datetime (atk4#505) * Accept any DateTimeInterface impl. for datetime * Fix DateTime::getTimezone method name * Fix setTimezone for any instance of DateTimeInterface * Add microseconds persistence support for datetime/time types + fix normalization/cloning issue (atk4#504) * Fix datetime normalization cloning * Add microseconds persistence support for datetime/time types Co-authored-by: Imants Horsts <DarkSide666@users.noreply.github.com> * include comment about hooks and example how to execute them (atk4#510) * update composer * Update release-drafter.yml * Update bundler.yml * Setting release dependencies Co-authored-by: Romans Malinovskis <me@nearly.guru> Co-authored-by: Imants Horsts <DarkSide666@users.noreply.github.com> Co-authored-by: Georgi Hristov <georgehristov@users.noreply.github.com> Co-authored-by: Mimo <ddobchev@gmail.com> Co-authored-by: Alain Belair <belair.alain@gmail.com> Co-authored-by: Michael Voříšek <mvorisek@mvorisek.cz> Co-authored-by: GitHub Web Flow <noreply@github.com>
Releasing refs/heads/release/2.0.1 into master (atk4#494) * wip * wip * fixes * Feature/test1 (atk4#483) * fixes * testtisg * wip * test * backmerge master * normalize everything * added locale test (atk4#485) * added locale test * Apply fixes from StyleCI * wip * wip * Apply fixes from StyleCI * Update CHANGELOG.md * Implement atk4#386 (atk4#477) * Implement atk4#386 * Apply fixes from StyleCI * Update Field.php * Update Model.php * Update Helper.php * Apply fixes from StyleCI * move functionality to atk4/core * Apply fixes from StyleCI * fix traits * Apply fixes from StyleCI * fix typo * Feature/pgsql test (atk4#486) * fix one test * Setting current dependencies * wip * wip * Add matrix testing (atk4#492) * Test using matrix * wip * wip * wip * clean up bundler * clean up bundler (atk4#493) * wip * Setting current dependencies
Release/2.0 rc.1 (atk4#484) * wip * [automated, skip-ci] Autocommit of GitHub Actions-generated files. * fix atk4#482 * wip * wip * wip * fixes * Feature/test1 (atk4#483) * fixes * testtisg * wip * test * wip * wip * wip * wip * wip * wip * go * Setting current dependencies * bye * only run this once
PreviousNext