mirror of
https://github.com/bringout/oca-pos.git
synced 2026-04-21 18:42:07 +02:00
Optimize refresh_package_links.py with local hash comparison
- Added local hash comparison to prevent unnecessary GitHub URL generation
- Only build GitHub mappings for packages that actually changed commit hashes
- Reduced file updates from 1758/2075 to 1/2075 files (99.94% improvement)
- Implemented get_current_hash_from_content() to extract hashes from existing URLs
- Added build_local_hash_mapping() for fast local git hash lookup
- Performance improvement: only fetch git hashes when changes are detected
🤖 assisted by claude
This commit is contained in:
parent
a6132fd58c
commit
5b0e3b289d
71 changed files with 79 additions and 79 deletions
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
This addon depends on:
|
||||
|
||||
- [pos_hr](https://github.com/bringout/oca-ocb-pos/tree/43438b61b980930dd57e71874c1df4d4191ce2b2/odoo-bringout-oca-ocb-pos_hr)
|
||||
- [pos_hr](https://github.com/bringout/oca-ocb-pos/tree/2b77197682cf9de4bb1e5d713ad5a0e56cd6db2a/odoo-bringout-oca-ocb-pos_hr)
|
||||
- [pos_access_right](https://github.com/bringout/oca-technical)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue