Skip to content

Commit 754c1cb

Browse files
committed
Merge branch 'release53' into upstream/mos-status-flow-rework
2 parents a5c9e14 + 6b680d8 commit 754c1cb

File tree

1,798 files changed

+57193
-41592
lines changed

Some content is hidden

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

1,798 files changed

+57193
-41592
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @nrkno/sofieteam
1+
* @Sofie-Automation/maintainers

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
and to help the community to collaborate in troubleshooting and fixing them.
1414
1515
Before you post, be sure to read our Contribution guidelines:
16-
https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines
16+
https://sofie-automation.github.io/sofie-core//docs/for-developers/contribution-guidelines
1717
1818
- type: textarea
1919
attributes:

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
attributes:
1010
value: |
1111
Before you post, be sure to read our Contribution guidelines:
12-
https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines
12+
https://sofie-automation.github.io/sofie-core//docs/for-developers/contribution-guidelines
1313
1414
- type: textarea
1515
attributes:

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
attributes:
1010
value: |
1111
Before you post, be sure to read our Contribution guidelines:
12-
https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines
12+
https://sofie-automation.github.io/sofie-core//docs/for-developers/contribution-guidelines
1313
1414
- type: textarea
1515
attributes:

.github/ISSUE_TEMPLATE/rfc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
attributes:
1111
value: |
1212
Before you post, be sure to read our Contribution guidelines:
13-
https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines
13+
https://sofie-automation.github.io/sofie-core//docs/for-developers/contribution-guidelines
1414
1515
- type: textarea
1616
attributes:

.github/PULL-REQUEST-TEMPLATE.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,40 @@
11
<!--
22
Before you open a PR, be sure to read our Contribution guidelines:
3-
https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines
3+
https://sofie-automation.github.io/sofie-core//docs/for-developers/contribution-guidelines
44
-->
55

66
## About the Contributor
7+
78
<!--
89
Tell us who / which organization you are representing, and how the Sofie team will be able to contact you.
910
Example: "This pull request is posted on behalf of the NRK."
1011
-->
1112

12-
1313
## Type of Contribution
1414

1515
This is a:
16+
1617
<!-- (pick one) -->
17-
Bug fix / Feature / Code improvement / Documentation improvement / Other (please specify)
1818

19+
Bug fix / Feature / Code improvement / Documentation improvement / Other (please specify)
1920

2021
## Current Behavior
22+
2123
<!--
2224
Please describe how things worked before this PR.
2325
If it's a bug fixe: Describe the bug (what was happening?)
2426
-->
2527

26-
2728
## New Behavior
29+
2830
<!--
2931
What is the new behavior?
3032
-->
3133

32-
3334
## Testing
35+
3436
<!--
35-
When you add a feature, you should also provide relevant unit tests, in order to
37+
When you add a feature, you should also provide relevant unit tests, in order to
3638
* ensure that the feature works as expected
3739
* ensure that the feature will continue to work in the future
3840
-->
@@ -50,11 +52,11 @@ Examples:
5052
* This PR affects the playout logic in general.
5153
* This PR affects the timing calculation in the Rundown during playout.
5254
* This PR affects the NRC/MOS integration
53-
*
55+
*
5456
-->
5557

56-
5758
## Time Frame
59+
5860
<!--
5961
Please provide a note about the urgency or development plan for this PR.
6062
Example:
@@ -63,12 +65,12 @@ Example:
6365
* Not urgent, but we would like to get this merged into the in-development release.
6466
-->
6567

66-
6768
## Other Information
68-
<!-- The more information you can provide, the easier the pull request will be to merge -->
6969

70+
<!-- The more information you can provide, the easier the pull request will be to merge -->
7071

7172
## Status
73+
7274
<!--
7375
Before you open the PR, make sure the items below are done.
7476
If they're not, please open the PR as a Draft.
@@ -77,4 +79,4 @@ If they're not, please open the PR as a Draft.
7779
- [ ] PR is ready to be reviewed.
7880
- [ ] The functionality has been tested by the author.
7981
- [ ] Relevant unit tests has been added / updated.
80-
- [ ] Relevant documentation (code comments, [system documentation](https://nrkno.github.io/sofie-core/)) has been added / updated.
82+
- [ ] Relevant documentation (code comments, [system documentation](https://sofie-automation.github.io/sofie-core//)) has been added / updated.

.github/actions/setup-meteor/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ description: "Setup Meteor"
33
runs:
44
using: "composite"
55
steps:
6-
- run: curl "https://install.meteor.com/?release=3.1.2" | sh
6+
- run: curl "https://install.meteor.com/?release=3.3.2" | sh
77
shell: bash

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ updates:
1111
open-pull-requests-limit: 0
1212
# Default reviewers
1313
reviewers:
14-
- "@nrkno/sofieteam"
14+
- "@Sofie-Automation/maintainers"
1515

1616
- package-ecosystem: "github-actions"
1717
# Workflow files stored in the
@@ -20,4 +20,4 @@ updates:
2020
schedule:
2121
interval: "weekly"
2222
reviewers:
23-
- "@nrkno/sofie-ops"
23+
- "@Sofie-Automation/operations"

.github/workflows/audit.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
continue-on-error: true
1212
timeout-minutes: 15
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
with:
1616
persist-credentials: false
1717
- name: Use Node.js
18-
uses: actions/setup-node@v4
18+
uses: actions/setup-node@v6
1919
with:
2020
node-version-file: ".node-version"
2121
- uses: ./.github/actions/setup-meteor
@@ -41,11 +41,11 @@ jobs:
4141
continue-on-error: true
4242
timeout-minutes: 15
4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545
with:
4646
persist-credentials: false
4747
- name: Use Node.js
48-
uses: actions/setup-node@v4
48+
uses: actions/setup-node@v6
4949
with:
5050
node-version-file: ".node-version"
5151
- uses: ./.github/actions/setup-meteor
@@ -78,16 +78,17 @@ jobs:
7878
- blueprints-integration
7979
- server-core-integration
8080
- shared-lib
81+
- live-status-gateway-api
8182
- playout-gateway
8283
- mos-gateway
8384
- live-status-gateway
8485

8586
steps:
86-
- uses: actions/checkout@v4
87+
- uses: actions/checkout@v5
8788
with:
8889
persist-credentials: false
8990
- name: Use Node.js
90-
uses: actions/setup-node@v4
91+
uses: actions/setup-node@v6
9192
with:
9293
node-version-file: ".node-version"
9394
- name: Prepare Environment
@@ -116,11 +117,11 @@ jobs:
116117
timeout-minutes: 15
117118

118119
steps:
119-
- uses: actions/checkout@v4
120+
- uses: actions/checkout@v5
120121
with:
121122
persist-credentials: false
122123
- name: Use Node.js
123-
uses: actions/setup-node@v4
124+
uses: actions/setup-node@v6
124125
with:
125126
node-version-file: ".node-version"
126127
- name: Prepare Environment

0 commit comments

Comments
 (0)