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.
Merge branch 'WeblateOrg:main' into main
- Loading branch information
Showing
507 changed files
with
458,607 additions
and
325,259 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
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] 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
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 | ||
|
@@ -27,13 +27,8 @@ repos: | |
rev: v1.32.0 | ||
hooks: | ||
- id: yamllint | ||
- repo: https://github.com/asottile/pyupgrade | ||
rev: v3.13.0 | ||
hooks: | ||
- id: pyupgrade | ||
args: [--py39-plus] | ||
- repo: https://github.com/astral-sh/ruff-pre-commit | ||
rev: v0.0.291 | ||
rev: v0.1.0 | ||
hooks: | ||
- id: ruff | ||
args: [--fix, --exit-non-zero-on-fix] | ||
|
@@ -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,19 +65,19 @@ repos: | |
- mdformat-black==0.1.1 | ||
- mdformat-shfmt==0.1.0 | ||
- repo: https://github.com/pre-commit/mirrors-eslint | ||
rev: v8.50.0 | ||
rev: v8.51.0 | ||
hooks: | ||
- id: eslint | ||
args: [--format=compact] | ||
additional_dependencies: | ||
- [email protected] | ||
- eslint@8.50.0 | ||
- eslint@8.51.0 | ||
- [email protected] | ||
- [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: | ||
|
@@ -95,7 +90,7 @@ repos: | |
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
Oops, something went wrong.