-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ui_stability' into fix_merge_ui_stability
- Loading branch information
Showing
726 changed files
with
59,706 additions
and
12,809 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
- run: pip install --upgrade pip wheel | ||
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear | ||
flake8-comprehensions isort mypy pytest pyupgrade safety | ||
- run: bandit --recursive --skip B105,B110,B404,B602,B603,B605 . | ||
- run: bandit --recursive --skip B105,B110,B404,B602,B603,B605,B501,B607 -x ./rust/target/ . | ||
- run: black --check . || true | ||
# - run: codespell --skip="./.*,./old" # --ignore-words-list="" | ||
- run: flake8 . --count --exclude="./.*,./old/" --select=E9,F63,F7,F82 --show-source --statistics | ||
|
@@ -24,7 +24,7 @@ jobs: | |
- run: pytest . || true | ||
- run: pytest --doctest-modules . || true | ||
- run: shopt -s globstar && pyupgrade --py37-plus **/*.py || true | ||
- run: safety check --ignore=62044 | ||
- run: safety check --ignore=62044,70612,66742,67895 | ||
#- uses: pyupio/[email protected] | ||
# with: | ||
# api-key: ${{secrets.SAFETY_API_KEY}} |
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,5 @@ | ||
# LibreQoS v1.4 to v1.5 Change Summary | ||
|
||
## Unified Configuration | ||
|
||
All configuration has been moved into `/etc/lqos.conf`. |
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.