-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'upstream/release52' into upstream/server-side-notificat…
…ions
- Loading branch information
Showing
351 changed files
with
5,786 additions
and
12,572 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
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
18.16 | ||
22.11 |
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 |
---|---|---|
|
@@ -18,10 +18,8 @@ Follow these instructions to start up Sofie Core in development mode. (For produ | |
|
||
### Prerequisites | ||
|
||
- Install [Node.js](https://nodejs.org) 14 (using [nvm](https://github.com/nvm-sh/nvm) or [nvm-windows](https://github.com/coreybutler/nvm-windows) is the recommended way to install Node.js) | ||
- Install [Meteor](https://www.meteor.com/install) (`npm install --global meteor@2`) | ||
- Install [Node.js](https://nodejs.org) 18 (using the same method you used above, you can uninstall node 14 if needed) | ||
- Install an older version of corepack (`npm install --global [email protected]`) | ||
- Install [Node.js](https://nodejs.org) 20 (using [nvm](https://github.com/nvm-sh/nvm) or [nvm-windows](https://github.com/coreybutler/nvm-windows) is the recommended way to install Node.js) | ||
- Install [Meteor](https://www.meteor.com/install) (`npm install --global meteor`) | ||
- Enable [corepack](https://nodejs.org/api/corepack.html#corepack) (`corepack enable`) as administrator/root. If `corepack` is not found, you may need to install it first with `npm install --global corepack` | ||
|
||
- If on Windows, you may need to `npm install --global windows-build-tools` but this is not always necessary | ||
|
@@ -144,8 +142,8 @@ However, one usage by AdlibActions for their userDataManifest remains as this is | |
|
||
## Blueprint Migrations | ||
|
||
In R49, a replacement flow was added consisting of `validateConfig` and `applyConfig`. | ||
It is no longer recommended to use the old migrations flow for showstyle and studio blueprints. | ||
In R52, the replacement flow of `validateConfig` and `applyConfig` was extended to the system blueprint | ||
It is no longer recommended to use the old migrations flow for system blueprints. | ||
|
||
### ExpectedMediaItems | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
.meteor | ||
public | ||
eslint-rules | ||
scripts | ||
server/_force_restart.js | ||
/packages/ |
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 |
---|---|---|
|
@@ -8,19 +8,15 @@ | |
|
||
# but you can also edit it by hand. | ||
|
||
meteor[email protected] # Packages every Meteor app needs to have | ||
[email protected] # The database Meteor supports right now | ||
reactive-var@1.0.12 # Reactive variable for tracker | ||
meteor@2.0.1 | ||
[email protected] | ||
ddp@1.4.2 | ||
|
||
[email protected] # Enable ECMAScript2015+ syntax in app code | ||
[email protected] # Enable TypeScript syntax in .ts and .tsx modules | ||
[email protected] # Server-side component of the `meteor shell` command | ||
[email protected] # The database Meteor supports right now | ||
|
||
[email protected] # Meteor's client-side reactive programming library | ||
[email protected] # Enable ECMAScript2015+ syntax in app code | ||
[email protected] # Enable TypeScript syntax in .ts and .tsx modules | ||
|
||
[email protected] | ||
ostrio:meteor-root | ||
[email protected] | ||
[email protected] # Meteor's client-side reactive programming library | ||
|
||
julusian:[email protected] | ||
zodern:types |
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 |
---|---|---|
@@ -1 +1 @@ | ||
METEOR@2.16 | ||
METEOR@3.1 |
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.