0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours 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
corrected problem where the Accept-Charset header was being ignored. More... over 13 years ago
updated pom -- dependency is now graphdb-deps-all.. will change to just -neo4j, -orientdb at a later date. More... over 13 years ago
added graphdb-deps to pom.xml. New dependency model for tinkerpop projects. More... over 13 years ago
removed Neo4jGraph transaction handling transactions are nicely handled by Blueprints now. More... over 13 years ago
updated to reflect transaction model update to Blueprints. More... over 13 years ago
moved to Gremlin 0.5-SNAPSHOT dependency. More... over 13 years ago
updated README.textile. More... over 13 years ago
added feature to allow graphs to be disabled from the configuration file. More... over 13 years ago
committed my local play version of json-simple in the pom.xml by mistake. More... over 13 years ago
migrated all config settings for orientdb and neo4j to the xml configuration file. More... over 13 years ago
added support for multiple graphs hosted within the same rexster instance. More... over 13 years ago
updated README to include OrientDB. More... over 13 years ago
added basic orientdb support for rexster. More... over 13 years ago
moved all static strings to Tokens. Fixed result, results bug. More... over 13 years ago
trying to isolate bug for Bartosz. this is a lame duck commit. More... almost 14 years ago
minor adjustment to how JSON is processed when its data in the GET request. More... almost 14 years ago
don't require mime-type when submitting GET request for Gremlin. Also, updated WebServer to display the localhost:port URL of Rexster. Finally, made BaseTest an abstract class so no assertTrue(true) 'dummy method' is needed. Oh yea--and from a long time ago, fixed the 'up time' counter. It was wrong before. More... almost 14 years ago
documentation images. More... almost 14 years ago
updated rexster architecture diagram -- updated wiki documentation to reflect the more RESTful web shell aspect of Rexster. More... almost 14 years ago
updated rexster architecture diagram -- updated wiki documentation to reflect the more RESTful web shell aspect of Rexster. More... almost 14 years ago
now with Blueprints supporting graph.getEdge(id), I updated TenderLoves RESTful API. Much cleaner, must more logical. Good stuff. More... almost 14 years ago
updated the name of Rexster to Rexster: A RESTful Graph Shell. Updated POM, Sever return name, and README.textile. More... almost 14 years ago
added rexster.x as the parameters for rexster---e.g. rexster.offset.end, rexster.offset.start, and rexster.return_keys. Per recommendation of the most tender loving person. More... almost 14 years ago
finished the test suite for DELETE. The RESTful API is on its game. There is still an open question of how to delete individual properties from a vertex or edge. More... almost 14 years ago
more test cases for the RESTful API. All that is left to do is DELETE. More... almost 14 years ago
lost more test cases to the Patterson RESTful API. Includes GET and POST for both vertices and edges. All I need now is POST to create edges between vertices and DELETE based commands. More... almost 14 years ago
moved around classes...started a heavy duty test suite. More... almost 14 years ago
added index support and basic filtering based on labels, types, etc. For more complex filtering, use Gremlin. More... almost 14 years ago
finished first draft of the tenderlove API specification. More... almost 14 years ago
more updates. added POST and DELETE functionality. Stuff is moving along nicely More... almost 14 years ago