forked from nzbgetcom/nzbget
-
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 pull request nzbgetcom#238 from nzbgetcom/develop
v24.0
- Loading branch information
Showing
134 changed files
with
6,911 additions
and
2,215 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,85 @@ | ||
name: Bug Report | ||
description: 'Any bug about core nzbget, EXCLUDING extensions, performance issues or compiling nzbget.' | ||
labels: ['bug'] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Is there already an issue for your problem? | ||
description: Please make sure you are not creating an already submitted <a href="https://github.com/nzbgetcom/nzbget/issues">Issue</a>. Check closed issues as well, because your issue may have already been fixed. | ||
options: | ||
- label: I have checked older issues, open and closed | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: NZBGet Version | ||
description: Which version of NZBGet has this bug? | ||
options: | ||
- v23-stable | ||
- v23-testing | ||
- v22-stable (nzbgetcom takeover) | ||
- v22-testing (nzbgetcom takeover) | ||
- v21 or earlier (orignal nzbget) | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Platform | ||
description: Select a specific platform for this bug report, choose All if it applies to all platforms | ||
options: | ||
- All | ||
- Windows | ||
- macOS | ||
- NAS/Synology/QNAP | ||
- Linux/Docker | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: Please provide the details of the system NZBGet is running on. The more information you can provide, the better | ||
placeholder: | | ||
Device: | ||
OS version: platform n.nn (32bit/64bit) | ||
CPU architecture: (32bit/64bit) | ||
Includes libs or tool that apply: 7zip x.x, unrar x.x, python3.11 | ||
Running in Docker: No/Yes | ||
render: markdown | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Current Behavior | ||
description: A concise description of what you're experiencing. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected Behavior | ||
description: A concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
1. In this environment... | ||
2. With this config... | ||
3. Run '...' | ||
4. See error... | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Logs | ||
description: | | ||
Any logs or messages that apply | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Extra information | ||
description: | | ||
Please refer to any extra information - extra documentation, attach files or images | ||
validations: | ||
required: false |
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,36 @@ | ||
name: Feature Request | ||
description: 'Feature requests or small enhancements' | ||
labels: ['enhancement'] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Is there already an issue for this request? | ||
description: Please make sure you are not creating an already submitted <a href="https://github.com/nzbgetcom/nzbget/issues">Issue</a>. Check closed issues as well, because your issue could have been resolved and waiting to be released. | ||
options: | ||
- label: I have checked older issues, open and closed | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Platform | ||
description: Select a specific platform for this request, choose All if it applies to all platforms | ||
options: | ||
- All | ||
- Windows | ||
- macOS | ||
- NAS/Synology/QNAP | ||
- Linux/Docker | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the enhancement you'd like | ||
description: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Extra information | ||
description: | | ||
Please refer to any extra information - competing product(s) and/or features, extra documentation, attach files or images | ||
validations: | ||
required: false |
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,71 @@ | ||
name: Building, compiling, contributing | ||
description: 'Problems building nzbget or questions about contributing' | ||
labels: ['question'] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: NZBGet Version | ||
description: Version of NZBGet for the scope of this issue | ||
options: | ||
- v23-stable | ||
- v23-testing | ||
- v22-stable (nzbgetcom takeover) | ||
- v22-testing (nzbgetcom takeover) | ||
- v21 or earlier (orignal nzbget) | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Platform | ||
description: Select a specific platform for this issue, choose All if it applies to all platforms | ||
options: | ||
- All | ||
- Windows | ||
- macOS | ||
- NAS/Synology/QNAP | ||
- Linux/Docker | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: Please provide the details of the system where the issue is observed | ||
placeholder: | | ||
Device: | ||
OS version: platform n.nn (32bit/64bit) | ||
CPU architecture: (32bit/64bit) | ||
Includes libs or tool that apply: 7zip x.x, unrar x.x, python3.11 | ||
render: markdown | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Problem or Question | ||
description: Describe the problem, expected behavior | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
1. In this environment... | ||
2. With this config... | ||
3. Run '...' | ||
4. See error... | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Logs | ||
description: | | ||
Any logs or messages that apply | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Extra information | ||
description: | | ||
Please refer to any extra information - extra documentation, attach files or images | ||
validations: | ||
required: false |
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,25 @@ | ||
# this flow should definitely be impoved with a form - separate suggestions, | ||
# extensions master list and actual extensions questions, TBD | ||
|
||
name: Extension | ||
description: 'Questions, bugs, requests related to Extensions' | ||
labels: ['extension'] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Is there already an issue for this request? | ||
description: Please make sure you are not creating an already submitted <a href="https://github.com/nzbgetcom/nzbget/issues?q=label%3Aextension">Issue</a>. Check closed issues as well, because your issue could have been resolved and waiting to be released. | ||
options: | ||
- label: I have checked older issues, open and closed | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe your issue | ||
description: Describe the issue with the extension. Provide as much information as possible | ||
placeholder: | | ||
Existing extension - details about environment - version of nzbget - version of extension - related libs or tools if any. | ||
Please provide as much useful information as possible | ||
.. | ||
Or suggest new extension to be supported with Extension Manager | ||
validations: | ||
required: 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Discussions | ||
url: https://github.com/nzbgetcom/nzbget/discussions | ||
about: Discuss, suggest. Any questions, including performance issues. | ||
- name: NZBGet.com Website | ||
url: https://nzbget.com/contact/ | ||
about: Contact Us via Email |
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,59 @@ | ||
name: linux packages | ||
|
||
on: | ||
workflow_call: | ||
inputs: | ||
external_call: | ||
description: 'To distinguish workflow_call from regular push / workflow_dispatch' | ||
type: boolean | ||
required: false | ||
default: false | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build-linux: | ||
uses: ./.github/workflows/linux.yml | ||
if: ${{ inputs.external_call == false }} | ||
|
||
build-pkg: | ||
runs-on: [self-hosted, nzbget-linux] | ||
needs: [build-linux] | ||
if: always() | ||
permissions: | ||
actions: write | ||
|
||
steps: | ||
|
||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Download build artifacts | ||
uses: actions/download-artifact@v4 | ||
|
||
- name: Build DEB and RPM packages | ||
run: | | ||
sudo apt-get update && sudo apt-get install rpm -y | ||
bash linux/pkg/build-pkg.sh | ||
- name: Upload DEB build artifacts | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: nzbget-deb-packages | ||
path: build/deb/*.deb | ||
retention-days: 5 | ||
|
||
- name: Upload RPM build artifacts | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: nzbget-rpm-packages | ||
path: build/rpm/*.rpm | ||
retention-days: 5 | ||
|
||
- name: Delete unneded linux artifacts | ||
if: ${{ inputs.external_call == false }} | ||
uses: geekyeggo/delete-artifact@v4 | ||
with: | ||
name: | | ||
nzbget-linux-installers |
Oops, something went wrong.