Skip to content
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
wants to merge 2,181 commits into
base: main
Choose a base branch
from
Open

[pull] main from WeblateOrg:main #186

wants to merge 2,181 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Nov 15, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@@ -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
flows to this location and may be exposed to an external user.
@@ -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
flows to this location and may be exposed to an external user.
@pull pull bot added the ⤵️ pull label Nov 15, 2024
Peter Vančo and others added 28 commits December 19, 2024 14:16
Currently translated at 99.8% (3287 of 3291 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/sk/
Currently translated at 99.4% (3273 of 3291 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/ru/
Currently translated at 100.0% (9953 of 9953 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/de/
Currently translated at 48.4% (4818 of 9953 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/fr/
Currently translated at 25.9% (2578 of 9953 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/gl/
Currently translated at 100.0% (3291 of 3291 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/uk/
Currently translated at 99.5% (3277 of 3291 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/sq/
Currently translated at 100.0% (3291 of 3291 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/pt_BR/
Currently translated at 100.0% (3291 of 3291 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/pt_BR/
Currently translated at 100.0% (63 of 63 strings)

Translation: Weblate/Application: Javascript
Translate-URL: https://hosted.weblate.org/projects/weblate/javascript/pt_BR/
Currently translated at 19.0% (1894 of 9956 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/da/
Currently translated at 92.2% (9189 of 9956 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/pt_BR/
Currently translated at 17.0% (1699 of 9956 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/sk/
Currently translated at 97.5% (9713 of 9956 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/tr/
Currently translated at 100.0% (9956 of 9956 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/uk/
Currently translated at 88.6% (8828 of 9956 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/pt_PT/
Currently translated at 8.6% (285 of 3291 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/af/
Currently translated at 100.0% (3291 of 3291 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/ga/
Currently translated at 100.0% (9956 of 9956 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/ga/
- clarify when REMOTE_ADDR is not available
- log an error when IP address cannot be obtained with link to the
  documentation
- add gunicorn/nginx example
- document starting gunicorn

See also #13325
There is no longer a separate database that could be corrupt, it uses
same database as Weblate.
* chore(deps): update dependency boto3-stubs to v1.35.85

* chore(deps): update lockfile

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
* chore(deps): update dependency respx to v0.22.0

* chore(deps): update lockfile

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
ldmpub and others added 30 commits January 8, 2025 21:21
Currently translated at 99.6% (3279 of 3291 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/fr/
* chore(deps): update dependency boto3-stubs to v1.35.94

* chore(deps): update lockfile

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Apparently this was sometimes translated that non-open source projects are also okay.
* chore(deps): update dependency boto3-stubs to v1.35.95

* chore(deps): update lockfile

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Currently translated at 99.6% (3281 of 3291 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/fr/
Currently translated at 100.0% (3291 of 3291 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/tr/
Currently translated at 100.0% (3291 of 3291 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/cs/
Currently translated at 98.3% (9802 of 9965 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/tr/
Currently translated at 98.3% (9802 of 9965 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/tr/
Currently translated at 99.8% (3285 of 3291 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/sk/
Currently translated at 17.0% (1699 of 9965 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/sk/
Currently translated at 98.4% (9814 of 9965 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/tr/
Currently translated at 99.8% (3285 of 3291 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/sk/
Currently translated at 98.5% (9816 of 9965 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/tr/
Currently translated at 99.8% (3285 of 3291 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/sk/
Currently translated at 98.6% (9835 of 9965 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/tr/
Currently translated at 99.8% (3285 of 3291 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/sk/
Currently translated at 98.7% (9843 of 9965 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/tr/
….0 (#13465)

* chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.0

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* chore: reorder methods to match Django Style Guide

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Michal Čihař <[email protected]>
Currently translated at 42.8% (1409 of 3291 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/th/
This will make it easier to diagnose issues like #13467.
* chore(deps): update dependency boto3-stubs to v1.35.96

* chore(deps): update lockfile

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
This makes the code easier to read.
There is additional logic to fetch detailed error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.