forked from WeblateOrg/weblate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 5.1.1 # -----BEGIN PGP SIGNATURE----- # # iQIzBAABCAAdFiEEh+Zzr4P2w6DDRMjD9KoinU1YwkUFAmU5F94ACgkQ9KoinU1Y # wkVbDA/8Dg1SH0fZ4x6TDp9t6L2p2bjMF5gpkd2c/pld5LA3ob0clCmXJ9BWT3V7 # /mGSXeQJ11Q/C3JA5QM2rBOrvxTEiPY5xuQNmuLF2G8lt3utKMd42jO8IBQZtDGr # zpdSFoL9/g3fZupsVjRcuYaIvsmFluNgaWCRtNxLpYH0auQ6+5fw2YSxPU7fz+W4 # 4fjiOM0WkdEziGl6ywd6ogCeoAshKniPVCsbVuGn3Hl4mPe9S5ecnlh05wszTdrL # 1i/Bwzls3LJy+2W2IO0huWOh5p2ZVD85S4SG4nDChy225D+gnq73FOgFJ5iyK3Ph # DHgBdSwR+O1zv4WL8HcoQzdmc8LYThMx2O3zPN6n8VOiJjtBhQGkcNaMhIeHPJ7a # 1UjhcPMt2o86EqBtPgSQbs0+wBjEFg0WTl1xfrguWr5+tvlQPU3036Ux61EK83Nf # lEyuIx7+hydCwTT1zqmx75pcgrbzDbn3e1AboQFu2KXyib4bIVaBEnGMrDmkuf2e # Dn5Uz/u+EK3TlDHAiToA+QHBbaUoVCRuaPCRCcY8Z6iMSgBlLxiuBLDlc4ik1fiq # LrriGxo7fyi7lSiZ94ZkiD3KxdcWoDx9K1OftsnDBAiwTm9U48JjsfPwV88TzKxe # 11D2wZjdqdEuRK8Xw0286sAyGScvYSlbh+EJ2MPcy2+ekd8EG2g= # =w5qH # -----END PGP SIGNATURE----- # gpg: Signature made 25.10.2023 15:27:58 �rodkowoeuropejski czas letni # gpg: using RSA key 87E673AF83F6C3A0C344C8C3F4AA229D4D58C245 # gpg: Can't check signature: No public key
- Loading branch information
Showing
875 changed files
with
558,644 additions
and
370,252 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Copyright © Michal Čihař <[email protected]> | ||
# | ||
# SPDX-License-Identifier: GPL-3.0-or-later | ||
|
||
name: macOS | ||
|
||
on: | ||
push: | ||
branches-ignore: | ||
- deepsource-fix-** | ||
- renovate/** | ||
- weblate | ||
pull_request: | ||
|
||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
macos: | ||
# This verifies that installation instructions works, any changes here | ||
# need to be reflected in docs/admin/install/venv-macos.rst | ||
runs-on: macos-13 | ||
env: | ||
PYTHONUNBUFFERED: 1 | ||
PYTHONWARNINGS: default,ignore:unclosed:ResourceWarning | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- run: brew update | ||
- name: Install Python | ||
run: brew link --overwrite python | ||
- name: Install brew dependencies | ||
run: brew install pango cairo gobject-introspection glib libyaml tvuotila/libxmlsec1/[email protected] openssl pkg-config zstd xxhash | ||
- name: Install Weblate | ||
run: pip3 install -e .[all,test] |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,17 +116,3 @@ jobs: | |
with: | ||
flags: setup | ||
name: dist | ||
|
||
macos: | ||
# This verifies that installation instructions works, any changes here | ||
# need to be reflected in docs/admin/install/venv-macos.rst | ||
runs-on: macos-13 | ||
env: | ||
PYTHONUNBUFFERED: 1 | ||
PYTHONWARNINGS: default,ignore:unclosed:ResourceWarning | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Install brew dependencies | ||
run: brew install python pango cairo gobject-introspection glib libyaml tvuotila/libxmlsec1/[email protected] | ||
- name: Install Weblate | ||
run: pip3 install -e .[all,test] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ jobs: | |
- '3.9' | ||
- '3.10' | ||
- '3.11' | ||
- '3.12' | ||
requirements: [latest] | ||
database: [postgresql] | ||
include: | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# See https://pre-commit.com/hooks.html for more hooks | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.4.0 | ||
rev: v4.5.0 | ||
hooks: | ||
- id: trailing-whitespace | ||
- id: end-of-file-fixer | ||
|
@@ -19,26 +19,21 @@ repos: | |
args: [--no-sort-keys, --autofix, --no-ensure-ascii] | ||
exclude: ^weblate/trans/fixtures/simple-project.json|weblate/trans/tests/data/.*.json$ | ||
- repo: https://github.com/adamchainz/django-upgrade | ||
rev: 1.14.1 | ||
rev: 1.15.0 | ||
hooks: | ||
- id: django-upgrade | ||
args: [--target-version, '4.2'] | ||
- repo: https://github.com/adrienverge/yamllint | ||
rev: v1.32.0 | ||
hooks: | ||
- id: yamllint | ||
- repo: https://github.com/asottile/pyupgrade | ||
rev: v3.10.1 | ||
hooks: | ||
- id: pyupgrade | ||
args: [--py39-plus] | ||
- repo: https://github.com/astral-sh/ruff-pre-commit | ||
rev: v0.0.289 | ||
rev: v0.1.2 | ||
hooks: | ||
- id: ruff | ||
args: [--fix, --exit-non-zero-on-fix] | ||
- repo: https://github.com/psf/black | ||
rev: 23.9.1 | ||
rev: 23.10.1 | ||
hooks: | ||
- id: black | ||
- repo: https://github.com/asottile/blacken-docs | ||
|
@@ -55,7 +50,7 @@ repos: | |
- id: prettier | ||
types_or: [css, javascript] | ||
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks | ||
rev: v2.10.0 | ||
rev: v2.11.0 | ||
hooks: | ||
- id: pretty-format-yaml | ||
args: [--autofix, --indent, '2'] | ||
|
@@ -70,32 +65,32 @@ repos: | |
- mdformat-black==0.1.1 | ||
- mdformat-shfmt==0.1.0 | ||
- repo: https://github.com/pre-commit/mirrors-eslint | ||
rev: v8.49.0 | ||
rev: v8.52.0 | ||
hooks: | ||
- id: eslint | ||
args: [--format=compact] | ||
additional_dependencies: | ||
- [email protected] | ||
- eslint@8.49.0 | ||
- eslint-plugin-import@2.28.1 | ||
- eslint@8.52.0 | ||
- eslint-plugin-import@2.29.0 | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected].0 | ||
- [email protected].1 | ||
- repo: https://github.com/awebdeveloper/pre-commit-stylelint | ||
rev: 0.0.2 | ||
hooks: | ||
- id: stylelint | ||
args: [--formatter=compact] | ||
additional_dependencies: | ||
- stylelint@15.10.3 | ||
- stylelint@15.11.0 | ||
- repo: https://github.com/fsfe/reuse-tool | ||
rev: v2.1.0 | ||
hooks: | ||
- id: reuse | ||
- repo: https://github.com/shellcheck-py/shellcheck-py | ||
rev: v0.9.0.5 | ||
rev: v0.9.0.6 | ||
hooks: | ||
- id: shellcheck | ||
require_serial: true | ||
|
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.