Safihre
94de00b14c
Automatically release latest snap when building a tag
2022-01-08 10:41:45 +01:00
Safihre
109725fafe
Update text files for 3.5.0RC1
2022-01-07 09:29:57 +01:00
Safihre
207c5430c1
Make sure the test-server in test_newswrapper is shut down
2021-12-01 16:35:25 +01:00
Safihre
a87d38c61f
Full Apple M1 compatibility
...
Closes #1711 (see for more details!)
2021-11-27 16:28:08 +01:00
Safihre
2249b623e6
Restore CI functional tests
...
Use build-in Chrome and ChromeDriver, we shouldn't try to be smarter than GitHub Actions 😉
2021-11-21 13:58:00 +01:00
Safihre
34799c397c
Force compile all Python modules on macOS
2021-11-20 09:31:56 +01:00
Safihre
cbeab4dd55
Force rebuild for binary pip-packages
2021-11-16 21:56:10 +01:00
Safihre
1a76de1ca3
Build PyInstaller bootloader from sources to support macOS 10.9
2021-11-16 20:40:24 +01:00
Safihre
a61b27992e
Update code-format to 3.7
...
No changes really
2021-11-05 07:50:55 +01:00
Safihre
798eec7aa8
Drop (official) Python 3.6 support and run fully on 3.10
...
Probably still runs, we just don't test it.
2021-11-05 07:45:24 +01:00
Safihre
b4ad292ec5
Build release using 3.10
...
Closes #1958
2021-11-02 11:31:43 +01:00
Safihre
c762dda1b1
Fix tavern for Python 3.6 and run tests on Python 3.10 (Linux-only)
2021-10-08 10:33:37 +02:00
Safihre
9c109b803d
Do not fail all jobs if one job fails in order to locate the failing job
2021-10-05 12:29:37 +02:00
Safihre
86f77f8064
Only run Transifex if the TX_TOKEN is set
2021-10-05 12:26:34 +02:00
Safihre
82268b58e2
Update Python build version to 3.9.7
2021-09-01 23:45:30 +02:00
Safihre
0575f1710d
Build release when creating the tag
2021-06-01 11:20:07 +02:00
Safihre
49f21e2c9d
macOS Python set to 3.9.5
2021-05-14 22:02:13 +02:00
Safihre
ea3dc1f2f4
Add validation of translations
2021-05-06 10:00:10 +02:00
Safihre
078b608582
Set Python for macOS release to 3.9.4
2021-04-23 11:17:29 +02:00
Safihre
0cac0bc761
Run black with --diff to show what is wrong
...
Closes #1803
2021-02-26 16:46:39 +01:00
Safihre
9e73f9b5e0
Update macOS build Python to 3.9.2
2021-02-26 09:44:24 +01:00
Safihre
52c5dc589d
Do not re-release from GA when the release tag is pushed
2021-02-01 17:04:39 +01:00
Safihre
b108876017
Set macOS Python installer target to "/"
2021-02-01 16:13:37 +01:00
Safihre
6ef5d41c25
Python cache failed because build script reset work directory
...
So we store the download outside the work directory
2021-02-01 09:54:45 +01:00
Safihre
b9b9f46fbe
Disable macOS Python download cache
...
I am not sure why this doesn't work..
2021-01-31 22:40:12 +01:00
Safihre
8d014e579d
The installer-command removes the pkg file, breaking macOS GA cache
2021-01-31 22:31:59 +01:00
Safihre
691e24a1d8
Build macOS 10.9+ compatible binary
2021-01-30 22:32:59 +01:00
Safihre
412d169f58
Rename of the 32bit legacy release
...
"/" not supported by GA
2021-01-27 11:36:38 +01:00
Safihre
d1c2e6e0dd
Build the 32bit Windows release on Python 3.8 to support Windows 7
2021-01-27 11:30:08 +01:00
Safihre
4f9ac56de0
Rename GITHUB_TOKEN to AUTOMATION_GITHUB_TOKEN
2021-01-27 11:26:14 +01:00
Safihre
826fb3f110
Release directly from GitHub Actions
2021-01-01 20:59:44 +01:00
Safihre
9f42eb3ad7
Update building workflow to support 32bit Windows and Notarization
2021-01-01 20:59:44 +01:00
jcfp
8b5494d0a6
add selecting by nzo_id(s) for api queue and history output ( #1718 )
...
* add select by nzo_id to history api
* add select by nzo_id to queue api
* add tests for selecting by nzo_ids
* Do not run codesign step on pull requests
Co-authored-by: Safihre <safihre@sabnzbd.org >
2020-12-26 13:42:42 +01:00
Safihre
809783cd53
Build binary release for each commit and pull request ( #1708 )
...
* Build binary release for each commit and pull request
* Codesign macOS release
2020-12-24 09:57:21 +01:00
Safihre
9f2a9c32c0
Switch to GitHub Actions for CI
...
Removed the par2 files for the unicode job, they caused too much problems. It's a bad "fix" for #1509 .
2020-12-12 16:52:43 +01:00
Safihre
adc828dc8a
Pin GitHub-actions versions
2020-10-21 11:01:28 +02:00
Safihre
72907de5ef
Use newer version of black pipeline
2020-10-08 10:53:11 +02:00
Safihre
f6c15490cc
Set version to 3.2.0-develop and drop Python 3.5 support
2020-09-19 10:58:49 +02:00
Safihre
aa5c63f467
Run Transifex push/pull in GitHub actions
...
The GitHub integration of Transifex isn't feature-complete. Using the client on every commit gives us more control over all the settings.
2020-07-01 20:23:22 +02:00
Safihre
cbd54bdfe8
Add Github workflow to automatically update translatable texts
2020-06-28 12:24:00 +02:00
Safihre
9bcbcaefdf
Black code-style everything
2020-06-11 10:16:53 +02:00
Safihre
d658f70d2b
Add black as GitHub action
2020-06-09 10:04:31 +02:00