Commit Graph

219 Commits

Author SHA1 Message Date
Will Webberley
a82756ab73 updated refs to github repos 2018-07-11 13:15:04 +01:00
Will Webberley
2c527f95fd
Merge pull request #22 from jtorreggiani/multi-responses-relationship-questions
Multiple responses to relationship questions
2018-03-19 19:21:50 +00:00
Joe Torreggiani
6229aa5aaa Add test for what relationship questions 2018-03-18 00:45:49 -04:00
Joe Torreggiani
505dec2ac4 Add support for multiple responses to what relationship questions 2018-03-18 00:45:08 -04:00
Will Webberley
feb2962d36 fixed lint issues and bumped version 2017-07-27 18:31:41 +01:00
Will Webberley
7080db074a 3.0.12 2017-07-27 18:27:04 +01:00
Will Webberley
65da1e698d added gist card handlers and implemented 'gist policy' logic 2017-07-27 18:24:04 +01:00
Will Webberley
e28648a65a 3.0.11 2017-07-21 21:52:14 +01:00
Will Webberley
a215382af1 changed all *Parser error/success methods to be static 2017-07-21 21:09:03 +01:00
Will Webberley
1cf2e0d601 reduced the likelihood of uncaught exceptions in the CEParser and QuestionParser parse functions 2017-07-21 20:55:20 +01:00
Will Webberley
96e8adbcd0 reduced chance of questionparser returning a null value 2017-07-21 20:49:07 +01:00
Will Webberley
4b6ea42053 updated return type of key parsers to improve consistency 2017-07-21 19:46:56 +01:00
Will Webberley
e4b2955211 3.0.10 2017-07-07 20:14:50 +01:00
Will Webberley
d5ae77bc31 Allow the CEServer /instance endpoint to also return the instance gist 2017-07-07 20:14:38 +01:00
Will Webberley
3d4851d695 fixed lint issues 2017-07-07 19:13:53 +01:00
Will Webberley
94ddd18a5b 3.0.9 2017-07-07 19:11:48 +01:00
Will Webberley
3e68cc6966 allow for querying instances through CEServer by name as well as ID 2017-07-07 19:11:07 +01:00
Will Webberley
7aa4818ea6 3.0.8 2017-05-15 19:54:19 +01:00
Will Webberley
1cd45aa352 support for addressing an instance by descendants of its concept type 2017-05-15 19:44:58 +01:00
Will Webberley
28d913f370 updated gitignore 2017-05-12 17:27:56 +01:00
Will Webberley
6021b4cc2c allow instances to be addressed by an ancestor concept 2017-05-12 17:26:38 +01:00
flyingsparx
9a37d3f0be merged changes 2017-04-09 21:46:01 +01:00
Will Webberley
272cbe3653 3.0.7 2017-04-03 17:39:00 +01:00
Will Webberley
9ec24fa083 fixed bug that prevented CEParser from correctly working with sentences containing a mixture of quoted and unquoted names/values 2017-04-03 17:38:50 +01:00
Will Webberley
8bf6dd0c9a 3.0.6 2017-04-03 15:37:59 +01:00
Will Webberley
78ead39e10 fixed lint issues 2017-04-03 15:37:52 +01:00
Will Webberley
4de7f6c5e1 3.0.5 2017-04-03 15:35:06 +01:00
Will Webberley
e9e86eb855 fixed bug that causes CENode to crash when evaluating rules against unquoted multi-word instance names 2017-04-03 15:34:49 +01:00
flyingsparx
8561283dd2 3.0.5 2017-04-02 14:17:43 +01:00
flyingsparx
52979f8954 fixed bug that prevented the forwardall policy from functioning correctly 2017-04-02 14:17:04 +01:00
Will Webberley
4b5888b0bb 3.0.4 2017-02-27 22:33:59 +00:00
Will Webberley
9bb4cbbd1d fixed problem that sometimes caused the CardHandler to crash 2017-02-27 22:33:28 +00:00
Will Webberley
29b0b633ea 3.0.3 2017-02-14 20:56:59 +00:00
Will Webberley
a95784e907 Improvements to CEServer and improved grammar understood by CEParser 2017-02-13 19:31:11 +00:00
Will Webberley
aaf791f577 fixed bug causing rogue full stops between inherited concept types 2017-02-01 18:12:51 +00:00
Will Webberley
4513811b01 updates to Readme 2017-01-22 15:09:21 +00:00
Will Webberley
561f6736f1 Merged version 3 updates into master 2017-01-22 14:13:42 +00:00
Will Webberley
e2792abedf updated docs 2016-03-24 11:08:03 +00:00
Will Webberley
cdc2bb9504 added documentation for new 'source' feature 2016-03-22 15:39:20 +00:00
Will Webberley
d5dda6e8f8 refactored blame -> source and updated instance.properties method signature 2016-03-22 15:32:11 +00:00
Will Webberley
eb8ce63bb7 added support for 'blame' on instances and their properties 2016-03-17 21:13:22 +00:00
Alun Preece
dd4057bc04 Added more example queries to Space demo 2016-02-26 18:03:53 +00:00
Alun Preece
4f66ad77f5 Fixed Space demo HTML 2016-02-26 18:02:17 +00:00
Alun Preece
611cdbfd21 Added example of new query type to Space demo 2016-02-26 18:01:58 +00:00
Alun Preece
6c35579242 Updated Apple system font in CSS 2016-02-26 17:58:32 +00:00
Will Webberley
05877610cb updated 'planets' demo to use latest CENode version 2016-02-23 21:50:32 +00:00
Will Webberley
2f4c5fe89c added support for basic 'who eats apples?' style questions 2016-02-23 21:27:03 +00:00
Will Webberley
879a18f40e added support for basic 'what does prof crane eat' style questions 2016-02-23 20:32:38 +00:00
alunpreece
c0e6bf681a Merge pull request #17 from flyingsparx/alun-updates
Added link to 'Getting Started' guide in Readme
2016-02-13 13:57:37 +00:00
Alun Preece
b2a37d8d1c Added link to 'Getting Started' guide in Readme 2016-02-13 13:57:11 +00:00