[catalog/setup][xs]: updates for deployment.
- Set DMS to demo.dev.datopian.com which has more datasets than demo.ckan.org. - Fix typesript bug which was breaking previous deployment. - Update yarn.lock file so that 'portal' is installed from the latest commit.
This commit is contained in:
@@ -41,7 +41,7 @@ module.exports = (phase, { defaultConfig }) => {
|
|||||||
defaultLocale: 'en',
|
defaultLocale: 'en',
|
||||||
},
|
},
|
||||||
publicRuntimeConfig: {
|
publicRuntimeConfig: {
|
||||||
DMS: dms ? dms.replace(/\/?$/, '') : 'https://demo.ckan.org',
|
DMS: dms ? dms.replace(/\/?$/, '') : 'https://demo.dev.datopian.com',
|
||||||
CMS: cms ? cms.replace(/\/?$/, '') : 'oddk.home.blog',
|
CMS: cms ? cms.replace(/\/?$/, '') : 'oddk.home.blog',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ const Org: React.FC<{ variables: any }> = ({ variables }) => {
|
|||||||
export const getServerSideProps: GetServerSideProps = async (context) => {
|
export const getServerSideProps: GetServerSideProps = async (context) => {
|
||||||
const apolloClient = initializeApollo();
|
const apolloClient = initializeApollo();
|
||||||
const variables = {
|
const variables = {
|
||||||
id: context.query.org.replace('@', ''),
|
id: (context.query.org as string).replace('@', ''),
|
||||||
};
|
};
|
||||||
|
|
||||||
await apolloClient.query({
|
await apolloClient.query({
|
||||||
|
|||||||
@@ -14152,7 +14152,7 @@ popper.js@1.16.1-lts:
|
|||||||
|
|
||||||
"portal@https://github.com/datopian/portal.js":
|
"portal@https://github.com/datopian/portal.js":
|
||||||
version "0.1.0"
|
version "0.1.0"
|
||||||
resolved "https://github.com/datopian/portal.js#b103b0e845d0e43c6b6f7d602af972423ea4c012"
|
resolved "https://github.com/datopian/portal.js#4dfaaad85eb4775f890bd9e87493f37a90a211f0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@material-ui/core" "^4.11.3"
|
"@material-ui/core" "^4.11.3"
|
||||||
"@material-ui/data-grid" "^4.0.0-alpha.20"
|
"@material-ui/data-grid" "^4.0.0-alpha.20"
|
||||||
@@ -14164,6 +14164,7 @@ popper.js@1.16.1-lts:
|
|||||||
react-plotly.js "^2.5.1"
|
react-plotly.js "^2.5.1"
|
||||||
react-scripts "3.4.3"
|
react-scripts "3.4.3"
|
||||||
tailwindcss "^2.0.2"
|
tailwindcss "^2.0.2"
|
||||||
|
timeago.js "^4.0.2"
|
||||||
|
|
||||||
portfinder@^1.0.26:
|
portfinder@^1.0.26:
|
||||||
version "1.0.28"
|
version "1.0.28"
|
||||||
|
|||||||
Reference in New Issue
Block a user