Skip to content

Commit

Permalink
update prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Jun 11, 2020
1 parent 5ecf265 commit f31acad
Show file tree
Hide file tree
Showing 20 changed files with 8,937 additions and 4,138 deletions.
Binary file modified dist/schimatos.war
Binary file not shown.
16 changes: 8 additions & 8 deletions dist/static/js/admin.bundle.js

Large diffs are not rendered by default.

93 changes: 42 additions & 51 deletions dist/static/js/index.bundle.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions dist/static/js/supplier.bundle.js

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions source/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

"knowledge_graphs" : {
"wikidata" : {
"location" : "http://www.wikidata.org/",
"location" : "http://www.wikidata.org/Human-en-gb-Subset",
"sparql_endpoint" : "http://rsmsrv01.nci.org.au:8080/fuseki/Wikidata",
"prefix" : "http://www.wikidata.org/entity/",
"triplestore" : "fuseki",
Expand All @@ -62,14 +62,15 @@


"schema_prefixes" : {
"sh" : "http://www.w3.org/ns/shacl#",
"agrif" : "http://linked.data.gov.au/def/agrif#",
"ex" : "http://example.org/",
"wds" : "http://www.wikidata.org/entity/statement/",
"wd" : "http://www.wikidata.org/entity/",
"wdtn" : "http://www.wikidata.org/prop/direct-normalized/",
"p" : "http://www.wikidata.org/prop/direct/",
"wdt" : "http://www.wikidata.org/prop/",
"wdt" : "http://www.wikidata.org/prop/direct/",
"wdv" : "http://www.wikidata.org/value/",
"p" : "http://www.wikidata.org/prop/",
"sh" : "http://www.w3.org/ns/shacl#",
"orcid" : "https://orcid.org/",
"ex" : "http://example.org/",
"a":"http://www.w3.org/2005/Atom",
"address":"http://schemas.talis.com/2005/address/schema#",
"admin":"http://webns.net/mvcb/",
Expand Down
12,212 changes: 8,210 additions & 4,002 deletions source/package-lock.json

Large diffs are not rendered by default.

100 changes: 50 additions & 50 deletions source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,92 +15,92 @@
"author": "Jesse Wright",
"license": "ISC",
"dependencies": {
"@cloudflare/util-regex": "^1.3.17",
"@cloudflare/util-regex": "^1.3.25",
"async-request": "^1.2.0",
"axios": "^0.19.0",
"axios": "^0.19.2",
"babel-polyfill": "^6.26.0",
"codemirror": "^5.50.2",
"codemirror": "^5.54.0",
"cors": "^2.8.5",
"crypto-js": "^3.1.9-1",
"crypto-js": "^3.3.0",
"express": "^4.17.1",
"faker": "^4.1.0",
"fetch": "^1.1.0",
"fs": "0.0.1-security",
"graceful": "^1.0.2",
"immer": "^5.0.1",
"immer": "^5.3.6",
"indigestion": "^0.1.3",
"jest": "^25.1.0",
"jest": "^25.5.4",
"lsp-editor-adapter": "0.0.10",
"mongo-regex-description": "^1.3.0",
"n3": "^1.3.5",
"n3": "^1.4.0",
"net": "^1.0.2",
"node-fetch": "^2.6.0",
"node-gyp": "^6.1.0",
"quadstore": "^6.0.1",
"quadstore-sparql": "^6.0.0",
"rdflib": "^1.0.6",
"rdflib": "^1.2.2",
"rdfstore": "^0.9.17",
"react": "^16.12.0",
"react-codemirror2": "^6.0.0",
"react-dom": "^16.12.0",
"react-hook-form": "^4.6.2",
"react": "^16.13.1",
"react-codemirror2": "^6.0.1",
"react-dom": "^16.13.1",
"react-hook-form": "^4.10.2",
"react-native": "^0.61.5",
"react-test-render": "^1.1.2",
"react-use": "^13.12.2",
"reactstrap": "^8.2.0",
"react-use": "^13.27.1",
"reactstrap": "^8.4.1",
"reader": "0.0.8",
"request": "^2.88.0",
"request": "^2.88.2",
"rw-stream": "^0.3.3",
"semantic-ui-react": "^0.88.2",
"semantic-ui-react-numberinput": "^1.3.5",
"shacl-language-server": "^1.1.8",
"semantic-ui-react-numberinput": "^1.4.1",
"shacl-language-server": "^1.3.0",
"sparql-http-client": "^1.2.0",
"stardust": "^0.52.5",
"tls": "0.0.1",
"turtle-language-server": "^3.0.1",
"underscore": "^1.9.1",
"turtle-language-server": "^3.2.0",
"underscore": "^1.10.2",
"webpack-war-plugin": "^1.0.0-beta.3",
"www-authenticate": "^0.6.2",
"xregexp": "^4.2.4",
"yup": "^0.28.0"
"xregexp": "^4.3.0",
"yup": "^0.28.5"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.7",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.8.3",
"@craco/craco": "^5.6.2",
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-decorators": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@craco/craco": "^5.6.4",
"@semantic-ui-react/craco-less": "^1.2.1",
"@testing-library/react": "^9.4.0",
"@welldone-software/why-did-you-render": "^3.5.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"@testing-library/react": "^9.5.0",
"@welldone-software/why-did-you-render": "^3.6.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-runtime": "^6.26.0",
"clean-webpack-plugin": "^3.0.0",
"concurrently": "^5.0.1",
"css-loader": "^3.3.2",
"docz-core": "^2.2.0",
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.19.1",
"concurrently": "^5.2.0",
"css-loader": "^3.5.3",
"docz-core": "^2.3.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.21.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"file-loader": "^5.0.2",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^2.5.1",
"file-loader": "^5.1.0",
"html-webpack-plugin": "^3.2.0",
"nodemon": "^2.0.2",
"nodemon": "^2.0.4",
"semantic-ui-less": "^2.4.1",
"style-loader": "^1.0.1",
"style-loader": "^1.2.1",
"url-loader": "^3.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default (state, id, type, loading) => {
state[type][id] = {...state[type][id],
submitted : true,
submitted : state[type][id].value !== '',//true,
loading : loading === true
}

Expand Down
1 change: 1 addition & 0 deletions source/src/client/custom-hooks/activeraul.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ export const useActiveraul = () => {
}

const submitAll = () => {
dispatch({type:'SUBMISSION_MADE', t : 'targets', id : 0})
Object.entries(state.targets).forEach(([k, x]) => {
console.log(k,x)
!x.submitted && x.value !== '' && submission(false, _.cloneDeep({type : 'targets', id : k}))
Expand Down
2 changes: 1 addition & 1 deletion source/src/client/forms/activeraul-form/activeraul-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default () => {
const {property, loading, hidden} = properties[id]
const {path, pathType, severity, maxCount, message, minCount, name, description, class:cl,in:ins} = propertyList[property]
const displayProperties = Object.keys(propertyList[property]).filter(x => !['path', 'pathType', 'message', 'severity'].includes(x))

console.log(property)
children = pathType === 'alternativePath' ? [...children[0], ...children[pathOpen]] : children
const targetsNo = children.length
const atMax = maxCount && (maxCount <= targetsNo)
Expand Down
Loading

0 comments on commit f31acad

Please sign in to comment.