-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: start default in memory without sync #185
Conversation
Signed-off-by: Wouter Termont <[email protected]>
Signed-off-by: Wouter Termont <[email protected]>
@wouteraj this should make the default start script run a single node in memory without sync. It also reads the node url for the demo app from a env var |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not working in it's current state. The application builds, but when going to the demo-app at localhost:4200 and logging in with tonypaillard's webid, no components are shown
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to be working!
* build: bump componentsjs & n3 (#202) Signed-off-by: Wouter Termont <[email protected]> * feat: add resourceShapeFromQuads to discovery (#201) * feat: add resourceShapeFromQuads to discovery * test: remove redundant casts Signed-off-by: Wouter Termont <[email protected]> Co-authored-by: Wouter Termont <[email protected]> * docs: complete-ts-docs (#194) * docs: complete ts docs WIP * docs: complete ts docs WIP * docs: semcom docs update * chore: apply suggestions from code review Co-authored-by: Wouter Termont <[email protected]> * docs: fixed typo in tsdocs Co-authored-by: Wouter Termont <[email protected]> * chore: release v0.9.7 * build: release component package (#206) Signed-off-by: Wouter Termont <[email protected]> * chore: release v0.9.8 * chore: import semcom components from dgt-compontens (#209) * chore: added DS_Store to gitignore * build: added dgt shared dependencies * feat: added semcom components from dgt-components * chore: replaced components WIP * fix: fix node modules build error * chore: restrucute components into folders * chore: exported and defined imported semcom components * chore: added imported semcom components to rollup options * feat: added metadata json files * feat: document-component (#210) * feat: added document component WIP * chore: added typing * feat: added json metadata file * chore: defined, exported document component + added to rollup options * fix: fixed using custom port * chore: added components to demo * chore: added test data * fix: fixed typo * fix: incorrect path fix * chore: added intial data to document component * fix: fixed non loading css * test: move demo data Signed-off-by: Wouter Termont <[email protected]> Co-authored-by: Wouter Termont <[email protected]> * chore: release v0.10.0 * chore: change metadata folder structure (#215) * chore: changed folder structure for components metadata * fix: fixed incorrect paths * fix: fix correct paths index.ts * chore: release v0.10.1 * fix: component-shape corrections (#216) * fix: component shape corrections * build: publish upload component * build: clean * chore: release v0.10.2 * fix: start default in memory without sync (#185) * fix: start default in memory without sync Signed-off-by: Wouter Termont <[email protected]> * fix: remove local env var Signed-off-by: Wouter Termont <[email protected]> * chore: merge from develop * fix: restore demo files in lib * fix: start default in mem * chore: remove last old handler syntax (#217) * chore: remove intermediate response (WIP) * test: fix old rxjs syntax * chore: release v0.11.0 * build: add licenses (#220) --------- Signed-off-by: Wouter Termont <[email protected]> Co-authored-by: Arne Vandoorslaer <[email protected]> Co-authored-by: Jasper Vandenberghen <[email protected]>
Signed-off-by: Wouter Termont [email protected]