Skip to content

Commit c91ad7c

Browse files
committed
Merge branch 'develop'
2 parents c45f769 + 32e5b9d commit c91ad7c

File tree

124 files changed

+8343
-5921
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+8343
-5921
lines changed

.gfx/permissions_popup.png

201 KB
Loading

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ about: Create a bug report to help us enhance our images
88
**Short overview**
99

1010
**Issue occurs on**
11+
1112
- [ ] Virtual machine
1213
- [ ] Docker container
1314
- [ ] Dev/Host system
@@ -17,4 +18,5 @@ about: Create a bug report to help us enhance our images
1718
**Steps to reproduce error**
1819

1920
**Additional content**
20-
> Please provide any (mandatory) additional data to reproduce the error (Dockerfiles etc.)
21+
22+
> Please provide any (mandatory) additional data to reproduce the error (Dockerfiles etc.)

.github/ISSUE_TEMPLATE/enhancement.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ about: Suggest a possible enhancement to the project
1010
**Detailed description**
1111

1212
**Additional content**
13+
1314
> Please provide any (mandatory) additional data for your enhancement

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Feature request
3-
about: Open a feature request
3+
about: Open a feature request
44
---
55

66
**Short overview**
@@ -10,4 +10,5 @@ about: Open a feature request
1010
**Detailed feature description**
1111

1212
**Additional content**
13-
> Please provide any (mandatory) additional data for your desired feature
13+
14+
> Please provide any (mandatory) additional data for your desired feature

.github/ISSUE_TEMPLATE/question.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ about: File a request to resolve open questions
66
**Short summary**
77

88
**Desired execution environment / tested on**
9+
910
- [ ] Virtual machine
1011
- [ ] Docker container
1112
- [ ] Dev/Host system
1213

13-
14-
**Detailed question**
14+
**Detailed question**

.github/PULL_REQUEST_TEMPLATE/bugfix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ about: Request to merge a bugfix
1212
**Checklist**
1313

1414
- [ ] My change requires a change to the documentation.
15-
- [ ] I have updated the documentation accordingly.
15+
- [ ] I have updated the documentation accordingly.

.github/PULL_REQUEST_TEMPLATE/enhancement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ about: Request to merge an enhancement
1212
**Checklist**
1313

1414
- [ ] My change requires a change to the documentation.
15-
- [ ] I have updated the documentation accordingly.
15+
- [ ] I have updated the documentation accordingly.

.github/PULL_REQUEST_TEMPLATE/feature.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Feature
3-
about: Request to merge a new feature
3+
about: Request to merge a new feature
44
---
55

66
**Short summary**
@@ -12,4 +12,4 @@ about: Request to merge a new feature
1212
**Checklist**
1313

1414
- [ ] My change requires a change to the documentation.
15-
- [ ] I have updated the documentation accordingly.
15+
- [ ] I have updated the documentation accordingly.

.github/workflows/ci.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: Run CI
22
on:
3-
# push:
4-
# branches-ignore:
5-
# - develop
6-
# - release/**
7-
# paths-ignore:
8-
# - '**/*.md'
3+
# push:
4+
# branches-ignore:
5+
# - develop
6+
# - release/**
7+
# paths-ignore:
8+
# - '**/*.md'
99
pull_request:
1010

1111
jobs:
1212
sonar:
1313
runs-on: ubuntu-latest
14-
if: '!contains(github.event.head_commit.message, ''skip ci'')'
14+
if: "!contains(github.event.head_commit.message, 'skip ci')"
1515
steps:
1616
- name: Set up Git repository
1717
uses: actions/checkout@v2
@@ -56,8 +56,8 @@ jobs:
5656
- sonar
5757
strategy:
5858
matrix:
59-
os: [ windows-latest, macos-latest ]
60-
node: [ 16 ]
59+
os: [windows-latest, macos-latest]
60+
node: [16]
6161
runs-on: ${{matrix.os}}
6262
steps:
6363
- name: Set up Git repository

.github/workflows/snapshot_release.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- develop
66
paths-ignore:
7-
- '**/*.md'
7+
- "**/*.md"
88
repository_dispatch:
99
types:
1010
- snapshot-release
@@ -13,8 +13,8 @@ jobs:
1313
test:
1414
strategy:
1515
matrix:
16-
os: [ ubuntu-latest, windows-latest, macos-latest ]
17-
node: [ 16 ]
16+
os: [ubuntu-latest, windows-latest, macos-latest]
17+
node: [16]
1818
runs-on: ${{matrix.os}}
1919
steps:
2020
- name: Set up Git repository
@@ -48,7 +48,6 @@ jobs:
4848
with:
4949
run: npm --prefix e2e/electron-test cit
5050

51-
5251
deploy:
5352
needs:
5453
- test
@@ -60,7 +59,7 @@ jobs:
6059
uses: actions/setup-node@v2
6160
with:
6261
node-version: 16
63-
registry-url: 'https://registry.npmjs.org'
62+
registry-url: "https://registry.npmjs.org"
6463
- name: Install
6564
run: npm ci
6665
- name: Install @nut-tree/libnut@next
@@ -73,7 +72,7 @@ jobs:
7372
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7473
- uses: actions/setup-node@v2
7574
with:
76-
registry-url: 'https://npm.pkg.github.com'
75+
registry-url: "https://npm.pkg.github.com"
7776
- name: Publish snapshot release to GPR
7877
run: npm run publish-next
7978
env:

0 commit comments

Comments
 (0)