-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from netinvent/retention-policy
v3.0.0-beta1
- Loading branch information
Showing
76 changed files
with
35,750 additions
and
3,399 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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: linux-tests | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
matrix: | ||
os: [ubuntu-latest] | ||
# Python 3.3 and 3.4 have been removed since github won't provide these anymore | ||
# As of 2023/01/09, we have removed python 3.5 and 3.6 as they don't work anymore with linux on github | ||
# As of 2023/08/30, we have removed python 2.7 since github actions won't provide it anymore | ||
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12", 'pypy-3.6', 'pypy-3.7', 'pypy-3.8', 'pypy-3.10'] | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/setup-python@v3 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Install dependencies | ||
run: | | ||
python -m pip install --upgrade pip | ||
python -m pip install --upgrade setuptools | ||
if [ -f npbackup/requirements.txt ]; then pip install -r npbackup/requirements.txt; fi | ||
- name: Generate Report | ||
env: | ||
RUNNING_ON_GITHUB_ACTIONS: true | ||
run: | | ||
pip install pytest coverage | ||
python -m coverage run -m pytest -vvs tests | ||
- name: Upload Coverage to Codecov | ||
uses: codecov/codecov-action@v3 |
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,39 @@ | ||
name: windows-tests | ||
|
||
# The default shell here is Powershell | ||
# Don't run with python 3.3 as using python -m to run flake8 or pytest will fail. | ||
# Hence, without python -m, pytest will not have it's PYTHONPATH set to current dir and imports will fail | ||
# Don't run with python 3.4 as github cannot install it (pip install --upgrade pip fails) | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
matrix: | ||
os: [windows-latest] | ||
# As of 2023/08/30, we have removed python 2.7 since github actions won't provide it anymore | ||
# Don't test on pypy since we don't have pywin32 | ||
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12"] | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/setup-python@v3 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Install dependencies | ||
run: | | ||
python -m pip install --upgrade pip | ||
python -m pip install --upgrade setuptools | ||
if (Test-Path "npbackup/requirements.txt") { pip install -r npbackup/requirements.txt } | ||
- name: Generate Report | ||
env: | ||
RUNNING_ON_GITHUB_ACTIONS: true | ||
run: | | ||
pip install pytest coverage | ||
python -m coverage run -m pytest -vvs tests | ||
- name: Upload Coverage to Codecov | ||
uses: codecov/codecov-action@v3 |
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,37 @@ | ||
## Antivirus reports from various Nuitka builds for Windows | ||
|
||
### 2024/03/10 | ||
|
||
#### Viewer compilation | ||
|
||
Build type: Onefile | ||
Compiler: Nuitka 2.1 Commercial | ||
Backend: gcc 13.2.0 | ||
Signed: No | ||
Build target: npbackup-viewer-x64.exe | ||
Result: 9/73 security vendors and no sandboxes flagged this file as malicious | ||
Link: https://www.virustotal.com/gui/file/efb327149ae84878fee9a2ffa5c8c24dbdad2ba1ebb6d383b6a2b23c4d5b723f | ||
|
||
Build type: Standalone | ||
Compiler: Nuitka 2.1 Commercial | ||
Backend: gcc 13.2.0 | ||
Signed: No | ||
Build target: npbackup-viewer-x64.exe | ||
Result: 3/73 security vendors and no sandboxes flagged this file as malicious | ||
Link: https://www.virustotal.com/gui/file/019ca063a250f79f38582b980f983c1e1c5ad67f36cfe4376751e0473f1fbb29 | ||
|
||
Build type: Onefile | ||
Compiler: Nuitka 2.1 Commercial | ||
Backend: gcc 13.2.0 | ||
Signed: Yes (EV Code signing certificate) | ||
Build target: npbackup-viewer-x64.exe | ||
Result: 4/73 security vendors and no sandboxes flagged this file as malicious | ||
Link: https://www.virustotal.com/gui/file/48211bf5d53fd8c010e60d46aacd04cf4dc889180f9abc6159fde9c6fad65f61 | ||
|
||
Build type: Standalone | ||
Compiler: Nuitka 2.1 Commercial | ||
Backend: gcc 13.2.0 | ||
Signed: Yes (EV Code signing certificate) | ||
Build target: npbackup-viewer-x64.exe | ||
Result: 2/73 security vendor and no sandboxes flagged this file as malicious | ||
Link: https://www.virustotal.com/gui/file/31fbd01a763b25111c879b61c79b5045c1a95d32f02bf2c26aa9a45a9a8583ea |
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.