1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-02-15 07:25:47 +00:00
Commit Graph

178 Commits

Author SHA1 Message Date
ServarrAdmin
87fde6f89f Fixed: auto-enable force push after commit amend
Added safety protection to prevent force push to master branch
2025-08-19 07:59:24 -05:00
ServarrAdmin
e61e29f477 Fixed: ensure branch starts from latest upstream to prevent push conflicts 2025-08-19 07:47:02 -05:00
ServarrAdmin
6cfe6f2dea Fixed: use rebase strategy for clean history in sync script 2025-08-19 07:43:49 -05:00
ServarrAdmin
25bbe55392 Fixed: specify merge strategy for git pull in CI sync script 2025-08-19 07:20:38 -05:00
ServarrAdmin
d37acf3e39 Fixed: handle git push failures with pull-retry logic in sync script 2025-08-19 07:15:53 -05:00
ServarrAdmin
55a7192f1f Fixed: handle git push failures properly in sync script 2025-08-18 21:38:23 -05:00
ServarrAdmin
7754efbfb0 New: log commit message during cherry-pick loop 2025-08-17 21:29:33 -05:00
ServarrAdmin
9cdf8fb1ff New: log truncated jackett commit message in sync script 2025-08-17 20:30:49 -05:00
ServarrAdmin
7f797ba734 Fixed: remove duplicate usage function 2025-08-17 14:30:38 -05:00
ServarrAdmin
a9468babdc Fixed: remove sparse checkout from indexer sync and optimize GHA fetching 2025-08-17 14:30:38 -05:00
ServarrAdmin
4fabf916c5 Fixed: handle replaces field in indexer definitions 2025-08-16 21:11:35 -05:00
ServarrAdmin
86376a0d77 Fixed: remove redundant parameter logging 2025-08-16 15:18:31 -05:00
ServarrAdmin
be22cff63f Fixed: remove redundant TRACE logging 2025-08-16 15:18:31 -05:00
ServarrAdmin
e4b2ab5aca Fixed: update script documentation for sparse checkout and logging 2025-08-16 15:18:31 -05:00
ServarrAdmin
bd3bb95849 New: add sparse checkout for Jackett definitions only 2025-08-16 15:18:31 -05:00
ServarrAdmin
6f982b1ef6 Fixed: script logging improvements 2025-08-16 15:18:31 -05:00
ServarrAdmin
db7f116cb8 Fixed: separate general yml conflicts from definition conflicts 2025-08-16 10:02:37 -05:00
ServarrAdmin
13567b7d39 Fixed: detect new indexers from both-added conflicts 2025-08-16 09:59:31 -05:00
ServarrAdmin
ff1dd7a22f Fixed: handle both-added definition conflicts 2025-08-16 09:55:23 -05:00
ServarrAdmin
f388a094f5 Fixed: exclude Jackett Definitions from yml removal 2025-08-16 09:47:43 -05:00
ServarrAdmin
5d052d3bfd Fixed: script adding new indexers 2025-08-16 09:45:52 -05:00
ServarrAdmin
e43d4b6923 Fixed: detect new indexers before conflict resolution moves them 2025-08-16 09:37:50 -05:00
ServarrAdmin
d61253ca99 Fixed: track new indexers moved during conflict resolution 2025-08-16 09:37:03 -05:00
ServarrAdmin
85fb122fd0 Fixed: improve debug logging for new indexer detection 2025-08-16 09:36:18 -05:00
ServarrAdmin
9b17e35c0e Fixed: script fixed adding new indexers 2025-08-16 09:32:07 -05:00
ServarrAdmin
b6ffad5692 Fixed: shellcheck warnings for venv sourcing and unused variables 2025-08-15 23:30:59 -05:00
ServarrAdmin
879ea265c2 Fixed: pathspec errors for deleted files in indexer sync script 2025-08-15 20:45:16 -05:00
ServarrAdmin
15fe1da39f Fixed: remaining f-string backslash syntax error in validate.py line 162 2025-08-15 20:39:00 -05:00
ServarrAdmin
8a4923677a fix: remove backslash from f-string in validation script 2025-08-15 20:29:16 -05:00
ServarrAdmin
689c2e39e3 fix: add missing dollar sign to GIT_DIFF_CMD variable 2025-08-15 20:24:20 -05:00
ServarrAdmin
891ab5b2a4 script:(validate) add flexible folder structure support 2025-08-15 16:32:24 -05:00
ServarrAdmin
9b84483294 script:(validate) improve error messaging 2025-08-15 16:32:24 -05:00
Servarr
6e6a8d0ac8 feat: add debug mode option to sync workflow 2025-08-13 13:24:43 -05:00
Servarr
8435eb2d01 fix: improve commit search range and add debugging 2025-08-13 13:19:48 -05:00
Servarr
e496894828 fix: get more commits and add var 2025-08-13 12:51:34 -05:00
Servarr
26bd0c0bea chore: better python support 2025-08-13 12:47:02 -05:00
Servarr
1d8708a78b chore: better python support 2025-08-13 12:45:47 -05:00
Servarr
c888fc1c3c chore: windows support 2025-08-13 12:44:14 -05:00
Servarr
738dd21852 script: fix getting commits 2025-08-13 12:39:40 -05:00
Servarr
ad78fdf7bc script: bump max commits to pick to 100 2025-08-13 12:36:56 -05:00
Servarr
159b98e101 fix: improve CLI argument parsing in validation script 2025-08-13 12:22:01 -05:00
ServarrAdmin
0f044a4108 feat: add version constants synchronization script 2025-08-13 12:22:01 -05:00
ServarrAdmin
bb23ecc903 feat: centralize version management and improve validation
- Add VERSIONS file for centralized schema version configuration
- Add schema caching with --no-cache override option
- Move best schema version detection from bash to Python
- Skip logging for empty folders below minimum schema version
- Add --find-best-version command line option
- Update sync script to use Python for schema detection
2025-08-13 12:22:01 -05:00
ServarrAdmin
15562d5bd0 fix: handle boolean values in options and case fields 2025-08-13 12:22:01 -05:00
ServarrAdmin
6accb09f95 fix: handle numeric keys in yaml validation 2025-08-13 12:22:01 -05:00
ServarrAdmin
a90e824427 remove: node.js dependencies and scripts 2025-08-13 12:22:01 -05:00
ServarrAdmin
df42b1e7e6 refactor: update indexer sync to use python validation 2025-08-13 12:22:01 -05:00
ServarrAdmin
3040f4a889 feat: add python-based validation system 2025-08-13 12:22:01 -05:00
ServarrAdmin
f1dd41aa42 feat: add automation mode to indexer sync script 2025-08-13 12:22:01 -05:00
bakerboy448
6bc96d1663 script: fix conflicts better 2025-08-04 09:01:38 -05:00