https://github.com/orientechnologies/orientdb

sort by:
Revision Author Date Message Commit Date
4d28095 Merge branch 'master' of https://github.com/orientechnologies/orientdb 30 July 2013, 17:03:26 UTC
192403f Added upgrade.txt file in distro 30 July 2013, 17:02:23 UTC
e157f2a Fixed import paramater by supporting classic param syntax. Added new -deleteRIDMapping by default it's TRUE. If false avoids to delete the RID mapping index 30 July 2013, 17:02:01 UTC
e513713 Restored timeouts and catch all the exceptions in storage.commit() 30 July 2013, 16:03:58 UTC
bb9f097 Distributed: fixed bug on conflict reset 30 July 2013, 15:53:17 UTC
bd7a844 Transaction: added auto-retry on timeout (i.e. dead-lock cases). Default is 10 30 July 2013, 15:53:02 UTC
0164fe6 Released 1.5.0 30 July 2013, 13:14:34 UTC
0d198cf Minor: avoid to get the db instance in TL when is not necessary 30 July 2013, 10:44:34 UTC
9476f14 Fixed problem with only one connection in the pool 30 July 2013, 10:44:15 UTC
5aea458 Fixed console "replication" commands 30 July 2013, 10:44:03 UTC
0cd7e0b Replication: avoided to send same record multiple times 30 July 2013, 02:11:59 UTC
d62d9ad Fixed problem on client reconnection 30 July 2013, 02:09:57 UTC
4507981 Merge branch 'develop' of github.com:/orientechnologies/orientdb into develop 29 July 2013, 18:52:11 UTC
d9a98c0 Updated Blueprints libs to last version 29 July 2013, 18:43:34 UTC
84a655f Merge branch 'develop' into develop-ObjectSchemaGeneration 29 July 2013, 18:42:57 UTC
02f5e0b Distirbuted: minor change to display record's version after created 29 July 2013, 18:18:56 UTC
8c30df2 DB Pool: used a mutex to handle locking timeouts 29 July 2013, 18:11:15 UTC
6399a7b Revert "Revert "DB Pool: fixed timeout problems when a db was open in a pool and the server doesn't answer. Changed synchronized() to a r/w lock"" This reverts commit b6ebe1e60d02c20f7b3b472b071ff277e88524c6. 29 July 2013, 18:08:45 UTC
b6ebe1e Revert "DB Pool: fixed timeout problems when a db was open in a pool and the server doesn't answer. Changed synchronized() to a r/w lock" This reverts commit 71d776ec8e861a8e13f53079dc56a1de1fbdf05f. 29 July 2013, 18:06:53 UTC
3219097 Merge branch 'develop' into develop-ObjectSchemaGeneration 29 July 2013, 18:00:23 UTC
a464f1a Fix for issue #1579 Automatic Schema generation in Object Database (issue #1567) 29 July 2013, 17:58:54 UTC
559cb14 Merge branch 'develop' of https://github.com/orientechnologies/orientdb into develop 29 July 2013, 17:58:53 UTC
71d776e DB Pool: fixed timeout problems when a db was open in a pool and the server doesn't answer. Changed synchronized() to a r/w lock 29 July 2013, 17:58:42 UTC
552055d Fixed auto-reconnection in client 29 July 2013, 17:58:00 UTC
6fe43f9 Merge remote-tracking branch 'nuvolabase/develop' into remote-connection-fix Conflicts: server/src/main/java/com/orientechnologies/orient/server/OClientConnectionManager.java 29 July 2013, 16:58:42 UTC
dbebeee Changed default locking strategy to NO_LOCKING to avoid dead lock problems when MVRBTreeRIDSet s are involved 29 July 2013, 16:27:20 UTC
2248ffc Minor: added toString() in SQL eval() to avoid CCE and to parse any object 29 July 2013, 15:59:21 UTC
c6e4685 Minor: added on shutdown if profiler is defined to avoid NPE 29 July 2013, 15:58:50 UTC
5cac29a Fixed issues on replication 29 July 2013, 15:58:11 UTC
260b2e8 Merge branch 'develop' into develop-ObjectSchemaGeneration 29 July 2013, 13:21:50 UTC
8292b19 Merge branch 'develop-fixNPECollections' into develop-ObjectSchemaGeneration 29 July 2013, 13:18:31 UTC
cad085b Added check and test for Collections and map without generics 29 July 2013, 13:18:07 UTC
ee7a426 Added property check in ObjectProxyMethodHandler in case of existing schema Fixed test cases Added schema generation from a package 29 July 2013, 11:45:17 UTC
1d54f3f Fixed problem with remote connection to distributed storage 29 July 2013, 08:28:55 UTC
de77805 Minor: fix warnings 27 July 2013, 06:53:30 UTC
06b98fb Improve concurrency in OClientConnectionManager 27 July 2013, 06:45:30 UTC
7a8de91 Console: supported "transactional" command 26 July 2013, 16:03:13 UTC
569805b Merge branch 'develop' of https://github.com/orientechnologies/orientdb into develop 26 July 2013, 15:45:55 UTC
6c3b969 Fixed issue #1574 26 July 2013, 15:45:33 UTC
c4099d9 Merge pull request #1573 from luigidellaquila/develop a little fix to network command parameters parsing 26 July 2013, 15:40:21 UTC
87a7573 a little fix to network command parameters parsing 26 July 2013, 07:08:12 UTC
1cdc795 Merge branch 'develop' of github.com:/orientechnologies/orientdb into develop 25 July 2013, 17:12:27 UTC
f7a3a3a Console: fixed problem with #, // and -- without a ; at the end 25 July 2013, 16:56:19 UTC
fef6c44 Fixed issue #1541 by implementing synch fetching like asynchronous one (saving few bytes) 25 July 2013, 16:15:01 UTC
840e331 Merge branch 'develop-ObjectDatabaseSchemaGeneration' into develop 25 July 2013, 16:10:54 UTC
e6ab6b5 Added schema generation from Class<?> in ObjectDatabase Added testcase Issue #1567 25 July 2013, 16:09:17 UTC
2e47950 Fixed problem launching the console under Windows 25 July 2013, 12:08:07 UTC
7268ef7 Printed protocol version on Server startup 25 July 2013, 11:59:26 UTC
c7e0ad7 Limited default fetch plan when load a user/role (users could attach arbitrary records to OUser and ORole) 25 July 2013, 11:59:03 UTC
7a2909e Fixed issue #1541 about fetching in synch remote commands. Binary protocol version now is 17 25 July 2013, 11:58:19 UTC
6701fc6 Merge branch 'develop' of https://github.com/orientechnologies/orientdb into develop 25 July 2013, 09:54:10 UTC
964a11a Minor: reduced log severity from error to info 25 July 2013, 09:31:58 UTC
507178c Merge branch 'develop' of https://github.com/orientechnologies/orientdb into develop 25 July 2013, 09:29:06 UTC
4eafc0d Added log when record returns NULL stream in transaction 25 July 2013, 09:29:03 UTC
9551be8 Merge remote-tracking branch 'origin/develop' into develop 25 July 2013, 03:50:39 UTC
b69b0f8 Logging of tx rollback reason was added. 25 July 2013, 03:49:33 UTC
07c4222 Changed message of multiple record instance in the same tx 24 July 2013, 22:49:27 UTC
9640c5c Minor: fixed object database for non document record from tx 24 July 2013, 22:05:02 UTC
3249603 Transaction: warning if the record instance is different than the record in tx, inserted record in transaction ram if has been saved by linking 24 July 2013, 22:04:05 UTC
27e761d Minor: used constants for cluster index names 24 July 2013, 22:02:00 UTC
5bd0f4b Minor improvement on collection remove 24 July 2013, 22:01:29 UTC
5be6a11 Merge branch 'develop' of https://github.com/orientechnologies/orientdb into develop 24 July 2013, 20:37:34 UTC
28bf943 Improved performance on management of collections 24 July 2013, 20:37:32 UTC
cd7fe6b Cache: index records aren't anymore collected 24 July 2013, 20:35:59 UTC
f6e94cc Optimization of remove method 24 July 2013, 15:51:34 UTC
57c6fd0 Minor: changed def level for client log messages 24 July 2013, 12:43:58 UTC
5dea757 Added asSet() and asList() method to transform in pipeline result in respectively set and list 24 July 2013, 12:37:45 UTC
97fff48 Some improvements on collections: size(), remove() and removeAll() introduced the new interface OSizeable to know the size of certain iterators without browsing them. New removeAll() SQL function to remove all the occurrencies. Now remove() removes only the first one 24 July 2013, 12:11:42 UTC
dbd6f92 Fixing Issue #1564 - Incorrect Version returned for Updated records by TX_COMMIT 23 July 2013, 21:08:55 UTC
17bdd88 Console: extended the collecting of multiple commands also to the GREMLIN command (was only for JS) 23 July 2013, 17:37:05 UTC
0d531a2 Fixed issue #1566 about new 'transactional' SQL command 23 July 2013, 15:07:44 UTC
5b44d87 Minor: changes exception with warn message when client and server versions differ 23 July 2013, 10:42:48 UTC
20c8d00 Bug in check point completeness check was fixed. 23 July 2013, 04:21:14 UTC
9cb97f6 Merge branch 'develop' of https://github.com/nuvolabase/orientdb into develop 22 July 2013, 18:37:53 UTC
766d567 Hash index issues were fixed. 22 July 2013, 17:11:39 UTC
5794c17 Minor: added timer sleep between concurrent tests 22 July 2013, 14:42:07 UTC
6f11238 Index manager close bug was fixed. 22 July 2013, 09:57:26 UTC
bf7aee0 Merge branch 'develop' into hashindex Conflicts: server/src/main/java/com/orientechnologies/orient/server/network/protocol/http/ONetworkProtocolHttpDb.java 22 July 2013, 08:22:08 UTC
81a95ed Fix of issues related to plocal server support. 22 July 2013, 05:36:50 UTC
489d2d4 Merge branch 'develop' of git://github.com/kowalot/orientdb into kowalot-develop 21 July 2013, 23:43:20 UTC
da2e965 Fixed bug on database close: the thread local instance is removed. 21 July 2013, 23:30:29 UTC
e315187 Fixed Fetch plan for async SQL statement in binary protocol 21 July 2013, 17:55:55 UTC
31a6730 Merge branch 'develop' of https://github.com/orientechnologies/orientdb into develop 21 July 2013, 10:41:14 UTC
07c8f7d Profiler: fixed metric generation 21 July 2013, 10:40:38 UTC
a5793f9 Added delete of record with primitive types arrays 19 July 2013, 18:51:32 UTC
fe7f6f3 Merge branch 'develop' of github.com:/orientechnologies/orientdb into develop 19 July 2013, 17:13:56 UTC
b1356a8 Added few asserts to the concurrent test cases 19 July 2013, 16:23:20 UTC
e62ad86 Fixed issue on exception during UPDATE at server side in a transactional scope 19 July 2013, 16:23:01 UTC
c21a23f Demote hash index tests were fixed. 19 July 2013, 11:09:15 UTC
37f07c2 Merge branch 'develop' of github.com:/orientechnologies/orientdb into develop 18 July 2013, 12:10:59 UTC
adcae56 File header compatibility issue was fixed. 18 July 2013, 12:01:13 UTC
eedaec8 Hash index tests fix. 18 July 2013, 10:07:41 UTC
6a532a3 Fixed issue #898 about new breadth_first strategy in traverse 17 July 2013, 23:02:37 UTC
aaab9de Merge branch 'develop' of github.com:/orientechnologies/orientdb into develop 17 July 2013, 16:03:10 UTC
86ad0e2 Merged ObjectDatabase fixes from 1.4.2 17 July 2013, 16:02:36 UTC
d0358a0 Fixed minor rissue with new JSON "graph" format 17 July 2013, 15:09:16 UTC
6cdfbd9 Addd 2 new format for JSON: shallow=avoid fetching and graph=always consider as collections the fields that starts with in_ and out_ 17 July 2013, 14:46:28 UTC
637b2fb Fixed compilation problem in gephi http command 17 July 2013, 13:50:07 UTC
122a0a9 Added testcase for Collection removal in ObjectDatabase 17 July 2013, 13:12:27 UTC
ff9de1a Fixed bug on Gephi command. Now Gephi HTTP command resides in graphdb project and it's configured by graphed's server xml config 17 July 2013, 12:53:46 UTC
back to top