forked from WeblateOrg/weblate
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] main from WeblateOrg:main #186
Open
pull
wants to merge
3,446
commits into
ESEHUMPS:main
Choose a base branch
from
WeblateOrg:main
base: main
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
+1,558,290
−1,183,884
Conversation
This file contains 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
weblate/api/views.py
Outdated
@@ -1389,7 +1413,8 @@ | |||
try: | |||
parse_query(query_string) | |||
except Exception as error: | |||
raise ValidationError(f"Could not parse query string: {error}") from error | |||
msg = f"Could not parse query string: {error}" | |||
raise ValidationError(msg) from error |
Check warning
Code scanning / CodeQL
Information exposure through an exception Medium
Stack trace information
Error loading related location
Loading
weblate/api/views.py
Outdated
@@ -1505,7 +1530,8 @@ | |||
try: | |||
parse_query(query_string) | |||
except Exception as error: | |||
raise ValidationError(f"Could not parse query string: {error}") from error | |||
msg = f"Could not parse query string: {error}" | |||
raise ValidationError(msg) from error |
Check warning
Code scanning / CodeQL
Information exposure through an exception Medium
Stack trace information
Error loading related location
Loading Currently translated at 67.5% (6759 of 10001 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/zh_Hant/
Currently translated at 100.0% (3301 of 3301 strings) Translation: Weblate/Application Translate-URL: https://hosted.weblate.org/projects/weblate/application/de/
Currently translated at 100.0% (3301 of 3301 strings) Translation: Weblate/Application Translate-URL: https://hosted.weblate.org/projects/weblate/application/zh_Hans/
Currently translated at 100.0% (10001 of 10001 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/zh_Hans/
Introduce codespell dictionary to catch this kind of error.
It is not really a blacklist, so describe it better.
Make it work with linkcheck.
* chore(deps): update dependency selenium to v4.28.0 * chore(deps): update lockfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update dependency pre-commit to v4.1.0 * chore(deps): update lockfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Include scope and compoent in the error message so that it gives more insight where the blocking operation is happening. Issue #13345
DeepL API Free tokens are suffixed with :fx, we can use this to automatically use matching endpoint. See #13581
This is the list admins most likely want to see, so make it default one. Fixes #13469
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fixes WEBLATE-22Q0
This avoids some ordering issues.
This is way faster and avoids stats update on each label.
…22 (#13718) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
….4 (#13717) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This can considerably reduce backup sizes for repos using squashing and rebasing.
Currently translated at 26.8% (2686 of 10001 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/gl/
Currently translated at 34.7% (3474 of 10001 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/id/
* chore(deps): update dependency rapidfuzz to >=3.8.0,<3.13 * chore(deps): update lockfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update dependency boto3-stubs to v1.36.10 * chore(deps): update lockfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
These can not make the translation complete.
* chore(deps): update dependency altcha to v1.1.1 * chore(js): update vendored libraries --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Currently translated at 0.2% (8 of 3301 strings) Translation: Weblate/Application Translate-URL: https://hosted.weblate.org/projects/weblate/application/awa/
Currently translated at 11.8% (1189 of 10001 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/awa/
Currently translated at 54.8% (1812 of 3301 strings) Translation: Weblate/Application Translate-URL: https://hosted.weblate.org/projects/weblate/application/ar/
Currently translated at 16.0% (1602 of 10001 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/ar/
Currently translated at 0.2% (9 of 3301 strings) Translation: Weblate/Application Translate-URL: https://hosted.weblate.org/projects/weblate/application/mn/
Currently translated at 0.2% (9 of 3301 strings) Translation: Weblate/Application Translate-URL: https://hosted.weblate.org/projects/weblate/application/awa/
Currently translated at 11.8% (1190 of 10001 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/awa/
* chore(deps): update dependency @sentry/browser to v8.53.0 * chore(js): update vendored libraries --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Currently translated at 100.0% (3301 of 3301 strings) Translation: Weblate/Application Translate-URL: https://hosted.weblate.org/projects/weblate/application/ja/
Currently translated at 3.1% (104 of 3301 strings) Translation: Weblate/Application Translate-URL: https://hosted.weblate.org/projects/weblate/application/mr/
Currently translated at 96.4% (9641 of 10001 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/ja/
* chore(deps): update dependency boto3-stubs to v1.36.11 * chore(deps): update lockfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )