https://github.com/thinkaurelius/titan

sort by:
Revision Author Date Message Commit Date
813cd4e Merge branch 'master' of github.com:thinkaurelius/titan 29 March 2013, 02:52:41 UTC
c7daeb5 delete old HBase test directories 28 March 2013, 00:35:48 UTC
cefa133 Merge branch 'master' of github.com:thinkaurelius/titan 27 March 2013, 16:09:29 UTC
a8c866d added titan + rexster image 27 March 2013, 16:09:13 UTC
c70e439 windows .bat file accepts groovy init script. 27 March 2013, 11:54:54 UTC
9438b5e Initialize Gremlin repl with a groovy script. #132 26 March 2013, 22:19:26 UTC
3e9ad15 Allow rexster extensions to be exposed in Titan Server. #176 26 March 2013, 21:24:20 UTC
e87a48a Titan Server starts without specifying the rexster.xml file. It will configure both http/rest and rexpro in this case. 26 March 2013, 19:49:24 UTC
6b161e0 Embed rexster HTTP/REST server. #176 26 March 2013, 19:16:53 UTC
afbe554 added DateSerializer and corresponding test 26 March 2013, 19:13:57 UTC
ee078f3 Changed default io-strategy setting in rexster.xml to leader-follower. This is now the standard setting in rexster. 26 March 2013, 18:14:26 UTC
fc34048 Removed code that formerly prevented errors if rexster.xml did not have security configured. 26 March 2013, 18:11:45 UTC
6ad465d If id is a string, do a Long.valueOf (not Double.valueOf) 26 March 2013, 02:07:59 UTC
8a34e15 needed to disable testDataTypeValidationOnProperties because MockSerializable has no equals implementation and hence Titan cannot verify de/serialization. Revert when https://github.com/tinkerpop/blueprints/issues/374 is fixed. 26 March 2013, 02:04:42 UTC
9fb28cb fixing serialization test 26 March 2013, 01:42:17 UTC
aad40f0 updated poms to 0.2.2-SNAPSHOT 26 March 2013, 01:05:37 UTC
b2a0a26 Merge branch 'master' of github.com:thinkaurelius/titan 26 March 2013, 01:02:29 UTC
50251c7 added verification checks prior to serialization to see if objects can be successfully deserialized. 26 March 2013, 00:59:09 UTC
7f25adb refactored and updated BerkeleyJE 25 March 2013, 23:35:24 UTC
a18c3d7 fix nit in HBase compression check 25 March 2013, 22:39:16 UTC
531f328 enable GZIP compression on HBase CFs 25 March 2013, 20:52:25 UTC
ac96cc0 Merge pull request #185 from thinkaurelius/issue_163 add JMX settings to bin scripts 23 March 2013, 21:09:25 UTC
1d7ba09 add JMX settings to bin scripts 23 March 2013, 18:49:39 UTC
5d3d28f 0.2.1 release commit. 22 March 2013, 14:49:22 UTC
e4922b2 updated changelog and upgrade 22 March 2013, 08:30:39 UTC
c539059 Reverting previous fix - commit only on shutdown 22 March 2013, 07:46:27 UTC
2f3814b Updated pom versions 22 March 2013, 07:25:05 UTC
0793bdd fixed InMemoryTitanGraph change 22 March 2013, 07:24:49 UTC
29cab78 changed v.remove() to conform to Blueprints semantics 22 March 2013, 07:11:35 UTC
0091952 Merge branch 'master' of github.com:thinkaurelius/titan 22 March 2013, 06:38:38 UTC
a3fe630 add HBase testing directories to gitignore 22 March 2013, 06:16:24 UTC
a25423c Removed unnecesary repo 22 March 2013, 05:33:27 UTC
b62a5a3 Fixes #156 22 March 2013, 05:12:27 UTC
3b864a1 Merge branch 'master' of github.com:thinkaurelius/titan 21 March 2013, 21:45:30 UTC
a58f63a updated log4j properties to use INFO and not DEBUG. 21 March 2013, 21:44:49 UTC
264625b Update README.textile 21 March 2013, 21:09:59 UTC
d03b656 add HBase scripts/config into HBase Titan distribution 21 March 2013, 19:38:26 UTC
e4cdd60 generalizing tweak to README.txt and distribution.xmls of distributions. 21 March 2013, 18:42:18 UTC
9a86143 Added javascript and css directory for documentation. 21 March 2013, 15:53:45 UTC
2eb9bd5 updated blueprints dependency to 2.3.0 20 March 2013, 22:51:29 UTC
1380d36 Merge pull request #178 from thinkaurelius/issue_125 automatic testing for HBase (+ some code fixes) 20 March 2013, 16:29:44 UTC
ac4d1d0 resurect mutateMany wait 20 March 2013, 04:03:22 UTC
97a3b6d Delegating responsibility to create directories to storage implementations 19 March 2013, 23:11:06 UTC
93929a3 Merge pull request #181 from thinkaurelius/issue_172 BerkleyJE create data directory if it doesn't exist 19 March 2013, 23:08:29 UTC
83bec8d BerkleyJE create data directory if it doesn't exist 18 March 2013, 22:19:17 UTC
62ca1d0 registered existing storage backends 18 March 2013, 21:13:08 UTC
a6ede97 refactor and optimize HBase implementation 18 March 2013, 07:20:28 UTC
ba70b6d Merge branch 'master' of github.com:thinkaurelius/titan 16 March 2013, 02:51:09 UTC
f1d362f fixed poms for 0.2.1 16 March 2013, 02:50:37 UTC
6e33195 Allow Titan Server to initialize scriptengine with a script. Similar to functionality with Rexster. Allows server-side logic to be initialized to the scriptengine for future calls through the script engine via RexPro. 15 March 2013, 21:59:58 UTC
3725292 automatic testing for HBase 15 March 2013, 01:38:46 UTC
d6ce9dc fixed test cases for GraphQuery 09 March 2013, 20:16:19 UTC
fcb0b96 updated to Blueprints 2.3.0-SNAPSHOT using DefaultGraphQuery 09 March 2013, 19:48:43 UTC
921520c Merge branch 'master' of github.com:thinkaurelius/titan 08 March 2013, 02:15:32 UTC
d830a6f Merge pull request #171 from thinkaurelius/issue_166 Issue 166 global vertex/edge operations 08 March 2013, 02:07:05 UTC
eb7dd1c resurect part of the scanTest 08 March 2013, 02:05:18 UTC
ced1354 merge with master 08 March 2013, 01:25:22 UTC
83a2840 add HBase support for global vertex/edge operations 08 March 2013, 01:08:48 UTC
20b89ba add C* global Vertex/Edge operatations 07 March 2013, 21:42:37 UTC
aeff6c8 changed version to 0.2.1 07 March 2013, 09:21:53 UTC
3487f1e Merge pull request #168 from thinkaurelius/issue_167 add storage.cassandra.thrift.{frame_size_mb, max_message_size_mb} options 07 March 2013, 09:18:41 UTC
6f1ed44 Added sample berkelydb properties file for TitanServer. 06 March 2013, 19:07:48 UTC
1f230cf Provide default config files for TitanServer with cassandra. 06 March 2013, 18:09:51 UTC
d253be3 add storage.cassandra.thrift.{frame_size_mb, max_message_size_mb} options 05 March 2013, 09:26:18 UTC
14292f0 Merge pull request #164 from thinkaurelius/issue_149 make c*/hbase/berkleyje as separate distributions 27 February 2013, 06:55:26 UTC
692a96f make c*/hbase/berkleyje as separate distributions 27 February 2013, 01:38:26 UTC
5b91ba1 removed highly scalable from CHANGELOG title. 26 February 2013, 20:04:46 UTC
93d8f3e Merge pull request #162 from thinkaurelius/issue_160 change get/set properties to use dedicated C* CF 25 February 2013, 09:57:42 UTC
6c0b87f change get/set properties to use dedicated C* CF 23 February 2013, 01:07:35 UTC
4f0b52d Updated Rexpro based TitanClient 20 February 2013, 10:17:18 UTC
ae30472 Updated addEdge for Blueprints 20 February 2013, 10:17:05 UTC
8ad9885 Merge pull request #157 from thinkaurelius/issue_152 use different names for Astyanax contexts. Fixes #152 16 February 2013, 23:22:43 UTC
5fafe91 added simple performance test for key column value store 16 February 2013, 23:19:06 UTC
e800323 use different names for Astyanax contexts 16 February 2013, 23:14:06 UTC
889b63a Updated RexsterClient to reflect recent changes in Rexpro 14 February 2013, 05:40:20 UTC
8502bfb Merge branch 'master' of github.com:thinkaurelius/titan 14 February 2013, 01:19:27 UTC
318de97 Merge pull request #155 from thinkaurelius/issue_135 fix javadoc to honor exclusions 14 February 2013, 01:10:20 UTC
0a1f889 fix javadoc to honor exclusions 14 February 2013, 00:45:29 UTC
222c20e Merge branch 'master' of github.com:thinkaurelius/titan 14 February 2013, 00:08:01 UTC
beb3813 Added new documentation graphics to explain the benefit of unidirectional edges 14 February 2013, 00:07:37 UTC
c1f10ea Missed to include pom in previous commit. 14 February 2013, 00:06:43 UTC
b7cc561 Added CompactMap as a utility that will be useful. 14 February 2013, 00:06:01 UTC
f86aa3e Merge pull request #154 from michaelklishin/patch-1 Correct broken link 13 February 2013, 20:29:56 UTC
b330e64 Merge pull request #150 from thinkaurelius/issue_139 add default cassandra.yaml 13 February 2013, 20:29:15 UTC
b55f4f3 Fixes #129. Added additional tests to verify other cases that are similar. 13 February 2013, 02:37:05 UTC
1df57ec Correct broken link 13 February 2013, 02:06:33 UTC
ac746d5 Fixes #127. 13 February 2013, 01:41:59 UTC
bd14458 Updated to Blueprints 2.3.0-SNAPSHOT and refactored codebase correspondingly 13 February 2013, 01:18:05 UTC
43619ac Fixes #144. 13 February 2013, 00:15:33 UTC
180d1c3 add default cassandra.yaml 04 February 2013, 20:29:51 UTC
2acbf82 Get config directory with rexster.xml into distro 27 January 2013, 22:42:46 UTC
baebedd Modified to minimum rexster.xml. 27 January 2013, 15:22:42 UTC
69eaa88 added a default rexster.xml. 27 January 2013, 03:45:43 UTC
a1bcc85 Merge pull request #141 from thinkaurelius/issue_134 add Titan.version() (per issue #134) 22 January 2013, 07:00:41 UTC
b8e8860 add Titan.version() 21 January 2013, 21:33:57 UTC
e7fd2b5 added cassandra and hbase.local files. 18 January 2013, 23:55:56 UTC
d1beb77 added ../doc to the distribution.xml 17 January 2013, 22:32:12 UTC
47af98f added doc/ to the distribution.xml so wikis are included. 15 January 2013, 02:33:51 UTC
2fa2443 fix to distribution.xml to include LICENSE, README, CHANGELOG, UPDATE, and aggreaged javadocs. Still need to figure out how to exclude certain JavaDoc packages. 11 January 2013, 06:43:01 UTC
506d59a Merge remote-tracking branch 'origin/master' Conflicts: CHANGELOG.textile 11 January 2013, 04:24:01 UTC
back to top