mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-26 01: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
d13d52acaf
commit
36e2aa27a1
72 changed files with 163 additions and 163 deletions
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
This addon depends on:
|
||||
|
||||
- [l10n_it](https://github.com/bringout/oca-ocb-l10n_europe/tree/df4e9c04063f84cdc1ffe56f3b52d86963add46e/odoo-bringout-oca-ocb-l10n_it)
|
||||
- [account_edi](https://github.com/bringout/oca-ocb-accounting/tree/6e99f2e941ecad12aceb9b1f887fbe526940de95/odoo-bringout-oca-ocb-account_edi)
|
||||
- [account_edi_proxy_client](https://github.com/bringout/oca-ocb-accounting/tree/6e99f2e941ecad12aceb9b1f887fbe526940de95/odoo-bringout-oca-ocb-account_edi_proxy_client)
|
||||
- [l10n_it](https://github.com/bringout/oca-ocb-l10n_europe/tree/d13d52acaf033ed99ee03c2c2a094b66fa3a343e/odoo-bringout-oca-ocb-l10n_it)
|
||||
- [account_edi](https://github.com/bringout/oca-ocb-accounting/tree/3bdbee2033c3989f108204c90af9cf1db37bf0a0/odoo-bringout-oca-ocb-account_edi)
|
||||
- [account_edi_proxy_client](https://github.com/bringout/oca-ocb-accounting/tree/3bdbee2033c3989f108204c90af9cf1db37bf0a0/odoo-bringout-oca-ocb-account_edi_proxy_client)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue