codeigniter4-patches

Automated project updates for CodeIgniter 4

MIT License

Downloads
50.7K
Stars
30
Committers
7

Bot releases are hidden (Show)

codeigniter4-patches - Bugfixes and Enhancements Latest Release

Published by MGatner about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/tattersoftware/codeigniter4-patches/compare/v2.0.5...v2.1.0

codeigniter4-patches - Commit Hooks

Published by MGatner over 2 years ago

Adds --no-verify arguments to skip post-commit hooks which may disrupt the patching process.

What's Changed

Full Changelog: https://github.com/tattersoftware/codeigniter4-patches/compare/v2.0.4...v2.0.5

codeigniter4-patches - With Dependencies

Published by MGatner almost 3 years ago

Adds the Composer directive with-all-dependencies to decrease the likelihood of failure due to upstream dependency issues.

What's Changed

Full Changelog: https://github.com/tattersoftware/codeigniter4-patches/compare/v2.0.3...v2.0.4

codeigniter4-patches - Remove writable

Published by MGatner over 3 years ago

Since writable/ will often contain many ignored items that a project wants to keep, it should not be removed. It does not really need patching anyways.

codeigniter4-patches - Formatting

Published by MGatner over 3 years ago

  • Improves formatting on display output
  • Fixes a bug where the final message after conflict was not displayed
  • New feature: restores the state of vendor/ after completing
codeigniter4-patches - Hotfix: Binary

Published by MGatner over 3 years ago

Fixes a typo in the Composer binary name.

codeigniter4-patches - Library Refactor

Published by MGatner over 3 years ago

This is a complete overhaul of this library into a single shell script. You can read about the reasons why in the release notes for version 1.2.0, but basically Patches as a CodeIgniter module was overly complex and under-performing. This simplified version is vastly more useful for accomplishing the end goal: patching project files to their framework equivalents.

codeigniter4-patches - Library Deprecation

Published by MGatner over 3 years ago

This is a minor release with no content changes simply to notify users that this version of the library is deprecated in its entirety.

Patches began as a concept for alleviating the very rote task of comparing framework revisions to their project equivalent. A tremendous amount of effort went into the handlers and interactive command, which amounted to the following:

  1. Auto-merging updated files that were untouched in the project
  2. Notifying the developer (with optional diff) about updated files that were touched and needed conflict resolution

The eventual goal was to offer an additional, more complex Merger to handle three-way merges, thus relieving some of the work hidden in point 2 above. There were a handful of abandoned attempts at this, with the final conclusion: Git already does this better.

What else does Git do great? Point number one. Basically I realized that Patches had become an effort at recreating some of the power of Git in a PHP backend framework, very unnecessarily. So instead of pressing further into this approach, I will be ending support for this library as a PHP module and refactoring it into a command-line script that leverages git and composer to handle the heavy lifting.

Version 2 of this library is around the corner! For those who prefer the current approach: version 1.2 will remain available, or check out Liaison Revision.

codeigniter4-patches - Composer Updates

Published by MGatner almost 4 years ago

  • Loosens dependencies to actual requirements
  • Updates PHPUnit to version 9
codeigniter4-patches - Composer v2

Published by MGatner almost 4 years ago

  • Updates Composer dependency to version 2 (note: does not affect library)
  • Adds development tools and applies numerous static analysis fixes
  • Improves Command readability
  • Bugfixes
codeigniter4-patches - Correct dependencies

Published by MGatner over 4 years ago

  • Remove some unneeded packages
  • Move required packages out of required-dev
codeigniter4-patches - Initial Release

Published by MGatner over 4 years ago

Package Rankings
Top 5.09% on Packagist.org
Badges
Extracted from project README
Related Projects