-
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 pull request #2017 from OpenNeuroOrg/ssr-enable
Enable SSR
- Loading branch information
Showing
317 changed files
with
10,678 additions
and
17,033 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,7 @@ coverage | |
datalad-key | ||
content | ||
packages/openneuro-server/yarn.lock | ||
.docz | ||
.docz | ||
dist | ||
.build-cache | ||
.ultra.cache.json |
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,19 +1,11 @@ | ||
FROM node:12.18.1 as dependencies | ||
FROM node:14.16.0 as dependencies | ||
|
||
WORKDIR /srv | ||
|
||
COPY package.json yarn.lock ./ | ||
# Sadly we have to manually copy each of these to get a full node_modules tree | ||
COPY packages/openneuro-app/package.json packages/openneuro-app/package.json | ||
COPY packages/openneuro-cli/package.json packages/openneuro-cli/package.json | ||
COPY packages/openneuro-client/package.json packages/openneuro-client/package.json | ||
COPY packages/openneuro-indexer/package.json packages/openneuro-indexer/package.json | ||
COPY packages/openneuro-server/package.json packages/openneuro-server/package.json | ||
|
||
RUN yarn install --frozen-lockfile | ||
|
||
COPY . /srv | ||
|
||
RUN yarn install --frozen-lockfile && yarn tsc -b | ||
|
||
FROM dependencies as tests | ||
|
||
RUN yarn test |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.