https://github.com/google/cayley

sort by:
Revision Author Date Message Commit Date
2ae3331 linkedql: Accept slice in Union 26 October 2019, 21:50:17 UTC
792145b linkedql: Corrected syntax in value_iterator 26 October 2019, 21:45:19 UTC
d6cca04 linkedql: Renamed valueIterator to valueit in TagsIterator 26 October 2019, 21:43:19 UTC
1960af0 linkedql: Make optional a flag in save and saveReverse 26 October 2019, 21:37:18 UTC
bafe787 linkedql: Add dot in the end of sentences 26 October 2019, 21:29:11 UTC
e2cdb3c linkedql: select - Rename tagArray and tagValue to select and selectFirst - Add the ability to select specific tags 26 October 2019, 21:19:35 UTC
720306b linkedql: Move implementation of operators to them 25 October 2019, 23:42:52 UTC
7e4c313 linkedql: Rename field in Intersect and allow slice 25 October 2019, 23:33:52 UTC
0765d7e linkedql: Support special strings in parseValue 25 October 2019, 23:17:53 UTC
ae1c840 linkedql: Limit values in TagValue and Value 22 October 2019, 22:36:21 UTC
4a65a0b linkedql: Remove casting of operations 22 October 2019, 22:28:31 UTC
e23bc9b linkedql: Fix errors from rebasing 22 October 2019, 22:23:37 UTC
8949a0e linkedql: Unify constants 22 October 2019, 22:17:50 UTC
1b00eb7 Merge branch 'feature/linkedql' of github.com:cayleygraph/cayley into feature/linkedql 22 October 2019, 22:17:18 UTC
f9efcd9 linkedql: Change error in parseValue 22 October 2019, 22:17:08 UTC
ff0f997 linkedql: Add comments to value_iterator.go 22 October 2019, 22:17:08 UTC
515e0d6 linkedql: Fix errors with former changes Dry data for single quad in steps_test 22 October 2019, 22:17:08 UTC
d3aa636 linkedql: Remove LabelContext 22 October 2019, 22:17:08 UTC
cfd7c3a linkedql: Rename RegExp.Expression to Pattern 22 October 2019, 22:17:08 UTC
54cb42d linkedql: Differenciate operators + Extract RegistryItem from Step 22 October 2019, 22:17:08 UTC
e381556 linkedql: Correct todo format 22 October 2019, 22:17:08 UTC
48ad042 linkedql: Move final steps to different module 22 October 2019, 22:17:08 UTC
9c79218 Refactor code - Return error instead of panic - Expect ValueStep when values are needed - Correct naming 22 October 2019, 22:17:08 UTC
e135299 linkedql: Test operation filters 22 October 2019, 22:17:08 UTC
1e1e93c linkedql: Test Like 22 October 2019, 22:17:08 UTC
717d561 linkedql: Add todo regarding single values 22 October 2019, 22:17:08 UTC
563b85e linkedql: Test Order 22 October 2019, 22:17:08 UTC
e818574 linkedql: Test Unique 22 October 2019, 22:17:08 UTC
a874332 linkedql: Implement TagValue and Test 22 October 2019, 22:17:08 UTC
1dcafcf linkedql: Test Union 22 October 2019, 22:17:07 UTC
f946bb6 linkedql: Fix Limit test name, Test Skip, Fix Skip 22 October 2019, 22:17:07 UTC
cd6ff7d linkedql: Test SaveReverse 22 October 2019, 22:17:07 UTC
9bb04c0 linkedql: Test SaveOutPredicates 22 October 2019, 22:17:07 UTC
3da2d03 linkedql: Test SaveOptionalReverse 22 October 2019, 22:17:07 UTC
1fa746d linkedql: Test SaveOptional 22 October 2019, 22:17:07 UTC
8767a5e linkedql: Test SaveInPredicates 22 October 2019, 22:17:07 UTC
1f8cd03 linkedql: Test Save and add todo 22 October 2019, 22:17:07 UTC
31f1c64 linkedql: Test OutPredicates 22 October 2019, 22:17:07 UTC
df7dd98 linkedql: Intersect, Is, InPredicates, In 22 October 2019, 22:17:07 UTC
cb37be7 linkedql: Test HasReverse & In 22 October 2019, 22:17:07 UTC
843af90 linkedql: Test steps themselves instead of session 22 October 2019, 22:17:07 UTC
dcecd06 linkedql: Test Back, Both, Count, Except 22 October 2019, 22:17:07 UTC
f70c9d2 Most of the steps are implemented 22 October 2019, 22:17:07 UTC
9738b6e linkedql: HasR -> HasReverse 22 October 2019, 22:17:07 UTC
cf07f98 linkedql: Has and more 22 October 2019, 22:17:07 UTC
2cd2978 linkedql: boilerplate code for all steps 22 October 2019, 22:17:07 UTC
d4b0d1b linkedql: follow 22 October 2019, 22:17:07 UTC
9e977cb linkedql: More operators 22 October 2019, 22:17:07 UTC
a638c7e linkedql: Both 22 October 2019, 22:17:07 UTC
bb6cf87 linkedql: Is 22 October 2019, 22:17:07 UTC
cbf5bb8 linkedql: use parseValue in UnmarshalStep 22 October 2019, 22:17:07 UTC
3ad9e91 Rename Tag to As Add Value Add Intersect 22 October 2019, 22:17:07 UTC
34cbaec linkedql: Scanner to be private 22 October 2019, 22:17:07 UTC
7f58796 linkedql: Implement TagArray iterator 22 October 2019, 22:17:07 UTC
7baf719 linkedql: Added failing test case for TagArray 22 October 2019, 22:17:07 UTC
fe557d1 linkedql: Step to have BuildIterator method which can return any iterator 22 October 2019, 22:17:07 UTC
64fb78d linkedql: actual test cases 22 October 2019, 22:17:07 UTC
5e231f7 linkedql: Implement parsing of quad.Value and BuildPath for Out 22 October 2019, 22:17:07 UTC
32fa80c linkedql: Better description of Vertex, Description of Out 22 October 2019, 22:17:07 UTC
5dd257f linkedql: Integrated registry to the interface 22 October 2019, 22:17:07 UTC
9d3b0f8 Improve naming of steps 22 October 2019, 22:17:07 UTC
176791c linkedql: add registration for query steps 22 October 2019, 22:17:07 UTC
b065426 Correct structure 22 October 2019, 22:17:07 UTC
9695372 Add test and remove limit from session 22 October 2019, 22:17:07 UTC
2c64c06 Create package linkedql Register linkedql as a query language 22 October 2019, 22:17:07 UTC
fbb5f09 linkedql: Change error in parseValue 22 October 2019, 22:16:44 UTC
8b7bb54 linkedql: Add comments to value_iterator.go 22 October 2019, 22:14:55 UTC
b57b97d linkedql: Fix errors with former changes Dry data for single quad in steps_test 22 October 2019, 22:11:26 UTC
c79f4ec linkedql: Remove LabelContext 22 October 2019, 22:04:34 UTC
ab31fa2 linkedql: Rename RegExp.Expression to Pattern 22 October 2019, 22:03:51 UTC
0b9d41e linkedql: Differenciate operators + Extract RegistryItem from Step 22 October 2019, 22:02:46 UTC
789d34b linkedql: Correct todo format 22 October 2019, 21:51:11 UTC
a5db35f linkedql: Move final steps to different module 22 October 2019, 21:50:39 UTC
2528099 Refactor code - Return error instead of panic - Expect ValueStep when values are needed - Correct naming 22 October 2019, 21:46:10 UTC
dc1c500 linkedql: Test operation filters 18 October 2019, 12:58:25 UTC
4e34aba linkedql: Test Like 18 October 2019, 12:54:46 UTC
70c29dd linkedql: Add todo regarding single values 18 October 2019, 12:48:52 UTC
877c44b linkedql: Test Order 18 October 2019, 12:46:57 UTC
de3cad8 linkedql: Test Unique 18 October 2019, 12:46:15 UTC
fbacbd6 linkedql: Implement TagValue and Test 18 October 2019, 12:44:23 UTC
6153d4c linkedql: Test Union 18 October 2019, 12:42:32 UTC
ff1103f linkedql: Fix Limit test name, Test Skip, Fix Skip 18 October 2019, 12:41:09 UTC
dd12b19 linkedql: Test SaveReverse 18 October 2019, 12:39:31 UTC
9e8198a linkedql: Test SaveOutPredicates 18 October 2019, 12:38:49 UTC
7564661 linkedql: Test SaveOptionalReverse 18 October 2019, 12:37:48 UTC
ad05591 linkedql: Test SaveOptional 18 October 2019, 12:36:46 UTC
3a43bc6 linkedql: Test SaveInPredicates 18 October 2019, 12:32:02 UTC
8af705b linkedql: Test Save and add todo 18 October 2019, 12:30:23 UTC
97ea850 linkedql: Test OutPredicates 18 October 2019, 12:27:06 UTC
f59ce9d linkedql: Intersect, Is, InPredicates, In 18 October 2019, 12:25:36 UTC
ef276ea linkedql: Test HasReverse & In 18 October 2019, 12:21:52 UTC
a746753 linkedql: Test steps themselves instead of session 18 October 2019, 12:19:27 UTC
cc1d548 linkedql: Test Back, Both, Count, Except 18 October 2019, 11:47:33 UTC
862dca5 iterator: remove dependency on graph package; addresses #863 17 October 2019, 21:50:43 UTC
768a71a http: deprecate v1 query shape api 17 October 2019, 21:50:43 UTC
57aa8de shape: add a context to the optimize method 17 October 2019, 21:50:43 UTC
0a508fe Most of the steps are implemented 17 October 2019, 20:39:51 UTC
2abd5ce linkedql: HasR -> HasReverse 17 October 2019, 20:18:45 UTC
b448855 linkedql: Has and more 17 October 2019, 20:17:39 UTC
046df6d linkedql: boilerplate code for all steps 17 October 2019, 20:01:24 UTC
back to top