Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kingdutch/composer-patchchecker
Proof of concept for a tool that can automatically check the status of patches in a composer.json file for GitHub and Drupal.org.
https://github.com/kingdutch/composer-patchchecker
Last synced: 28 days ago
JSON representation
Proof of concept for a tool that can automatically check the status of patches in a composer.json file for GitHub and Drupal.org.
- Host: GitHub
- URL: https://github.com/kingdutch/composer-patchchecker
- Owner: Kingdutch
- License: gpl-3.0
- Created: 2022-01-19T14:41:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-19T14:45:53.000Z (about 3 years ago)
- Last Synced: 2024-11-07T22:49:23.555Z (3 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Patchchecker
This is an unsupported proof of concept.
The patchchecker can look at a composer.json's `extra.patches` field and
detects GitHub URLs for patches as well as specifically formatted patch
names for Drupal.org.The downside to this method is that GitHub PR URLs shouldn't be used for
patches because they are not static. Additionally people adding patches
for Drupal.org often don't correctly use the right formatting for the
patch name.With those constraints in mind the patchchecker has never been developed
into a fully usable tool.