forked from nvdaaddons/AddonTemplate
-
Notifications
You must be signed in to change notification settings - Fork 13
add tool to synchronize add-on repository with latest addonTemplate #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
abdel792
wants to merge
22
commits into
nvaccess:master
Choose a base branch
from
abdel792:syncAddon
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
574bd73
feat(infra): add syncAddonWithTemplate.py script and unit test suite
abdel792 3553ac3
test(sync): update testFormatAuthorList for PEP 621 compliance
abdel792 bc4816d
docs(unitTesting): clarify testFormatAuthorList email omission in doc…
abdel792 241ee9a
test(infra): adjust test package docstrings and remove redundant sani…
abdel792 81b9779
fix(sync): normalize package names and bootstrap `.addonmergeignore`
abdel792 f64404c
test(sync): make `load_tests` sorting robust against inherited methods
abdel792 a8ef694
docs(sync): fix unit test path and CLI usage examples
abdel792 87372e5
test: add unit tests and documentation for .addonmergeignore
abdel792 4cbab17
tests(template): add missing trailing newline to test_syncAddonWithTe…
abdel792 57c1819
docs: restore AddonTemplate URL casing and remove test suite details
abdel792 f8cd032
refactor(syncAddonTool): modularize architecture and improve unit tests
abdel792 e073bd9
docs(managementFromGit): update documentation for syncAddonTool and s…
abdel792 723d869
build(lint): exclude syncAddonTool folder and syncAddonTool.spec file…
abdel792 9a4afbe
build: ignore PyInstaller output directories
abdel792 c48885b
fix(sync): remove extra empty lines in generated TOML files
abdel792 d6a6050
style(sync): add trailing empty line to some files
abdel792 8e3c1f4
- Remove obsolete `syncAddonWithTemplate.py` top-level script.
abdel792 7c7b92e
Update docs/managementFromGit/updatingExistingAddons.md to document
abdel792 9701532
docs: remove invalid -m script syntax in syncAddonTool usage examples
abdel792 9abf590
docs(cli): document -v/--verbose flag and refine debug logging
abdel792 8f8694b
fix(logging): include full TOML section path in list merge debug logs
abdel792 4319d23
Merge branch 'master' into syncAddon
abdel792 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # Files and directories ignored during template synchronization | ||
| .addonmergeignore |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,3 +10,5 @@ manifest.ini | |
| .sconsign.dblite | ||
| /[0-9]*.[0-9]*.[0-9]*.json | ||
| *.egg-info | ||
| dist/ | ||
| build/ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Copyright (C) 2026 NV Access Limited, Abdel | ||
| # This file is covered by the GNU General Public License. | ||
| # See the file COPYING for more details. | ||
|
|
||
| """Core synchronization logic package for NVDA Add-on update tool.""" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.