0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added unit tests for TraversalResource. More... over 13 years ago
Added comments to .gitignore More... over 13 years ago
Completed unit tests for the EdgeResource. More... over 13 years ago
Added unit tests for EdgeResource with mocked web server. More... over 13 years ago
Added tests for IndexResource and RexsterResource. More... over 13 years ago
Significant refactoring of the unit tests. More... over 13 years ago
Completed unit tests for VertexResource. More... over 13 years ago
added more unit tests around VertexResource. More... over 13 years ago
added Sail support in Rexster More... over 13 years ago
added support for Sail in Rexster. More... over 13 years ago
bumped up the master branch to 0.2-SNAPSHOT. More... over 13 years ago
Rexster 0.1 Fluffy release More... over 13 years ago
better error message and test for error. More... over 13 years ago
did a code optimization to remove unneeded imports. added rexster.bat for Windows machines. Thank you Pavel. More test cases to IndexResource. More... over 13 years ago
added comments to all methods in REST connector. This allows to see the correspondence between the URI and the Blueprints code that is evaluated. Makes it easy to see what each method does. More... over 13 years ago
massive work to get multi-indices working. need to do more test cases, but works great so far. testing done through RexsterGraph and manually through browser. Will write aggressive tests now. More... over 13 years ago
lots more work on multi-indices. No test cases, just manual testing through browser. Once all actions are complete, a full round of test development will happen. Then I will finish RexsterGraph in Blueprints. More... over 13 years ago
Added unit tests for property setting. More... over 13 years ago
Added a unit test set for adding properties to elements. More... over 13 years ago
changed the naming of the short-cut graph type configuration names. More... over 13 years ago
a collection of traversal paths are returned when calling {graphname}/traversals More... over 13 years ago
VertexResource index funtionality moded to IndexResource. More... over 13 years ago
able to DELETE properties from vertices and edges. DELETE http://localhost/graph/vertices/1?key1 More... over 13 years ago
renamed methods to be consistent with other resources. More... over 13 years ago
added ability to drop and index with DELETE http://graph/indices/my_index. More... over 13 years ago
added DELETE /graph to graph.clear(). Stubbed DELETE graph/vertices and graph/edges. Test case written for clear. More... over 13 years ago
add the basic functionality for indices. Added IndexJSONObject to JSONize an Index.java. More... over 13 years ago
allow setting of map properties on the URI. More... over 13 years ago
added basics for setting properties on vertices and edges. More... over 13 years ago
resources now return data types when the URI includes show_types=true More... over 13 years ago