https://github.com/orientechnologies/orientdb

sort by:
Revision Author Date Message Commit Date
76ab59e releasing OrientDB 2.2.20 11 May 2017, 13:53:38 UTC
7db47d8 fixes release date 11 May 2017, 13:46:29 UTC
fb1d0f4 HA: fixed conflict resolution by comparing documents instead byte[] in case of conflict 10 May 2017, 15:09:31 UTC
9e6e729 adds release 2.2.20 10 May 2017, 13:37:31 UTC
3762706 HA: fixed issue with recycling records Recycling records wasn’t ACID. Implemented regular ACID support. Added 2 new test cases. 10 May 2017, 10:14:12 UTC
6e886f0 Fix SQL UPDATE and INSERT that involve temporary RIDs in tx Resolves: #7383 09 May 2017, 14:47:07 UTC
e3ffa5d Fix timezone issue on SQL binary comparator Resolves: #7403 09 May 2017, 11:19:17 UTC
8267f0f Fix Graph HTTP response (graph editor) to return only explicitly queried edges, when present Resolves: #7404 09 May 2017, 10:14:38 UTC
bbdad6b updates gitignore: linux, mac, windows, idea, eclipse, maven, gradle 09 May 2017, 06:58:01 UTC
e018086 Fix GROUP BY with NULL values Resolves: #7166 08 May 2017, 08:43:27 UTC
98a152b HA: Fixed issue computing the quorum and conflict resolver, added new API `isWriteQuorumPresent(String databaseName)` 05 May 2017, 22:38:49 UTC
c77ccf3 Fix wrong binary comparation on links Resolves: #7394 05 May 2017, 13:10:57 UTC
9bdacb4 Issue #7395 was fixed 05 May 2017, 08:20:45 UTC
2a936b0 Fix suffix identifiers to support multi-value input 04 May 2017, 07:27:53 UTC
29e6c08 HA: fixed issue with custom configuration of conflict strategy 04 May 2017, 00:58:18 UTC
1fe5fe2 Fix EXPLAIN stats for MATCH statement Resolves: #7387 03 May 2017, 14:51:29 UTC
212c88a Issue #7390 was fixed 03 May 2017, 13:13:45 UTC
89d0036 Check that new files will have id bigger than already existing once was added 03 May 2017, 13:13:45 UTC
051db2e removed reference to storage instace from profiler to help garbage collection, issue #7320 03 May 2017, 13:12:52 UTC
b897957 Fix UPDATE ADD on property that does not exist Resolves: #7194 02 May 2017, 15:04:47 UTC
43f0f65 Changed content type in case of csv. https://github.com/orientechnologies/orientdb/issues/7376 02 May 2017, 11:47:41 UTC
53985d7 disables javadoc generation 02 May 2017, 11:27:34 UTC
55a00db runs javadoc on java8 slave 02 May 2017, 11:06:55 UTC
b328be4 Fix index usage on getVertices() when property order is inverted Resolves: #7375 02 May 2017, 10:55:18 UTC
3738cd9 adds use of ansicolor plugin 02 May 2017, 10:29:57 UTC
96cfc9a removes java8 calls 02 May 2017, 10:03:35 UTC
4883ddf moves the entire build to java7 02 May 2017, 09:52:45 UTC
0602be1 forces tests to use algorithms provided with java7 02 May 2017, 09:52:13 UTC
2a4a080 HA: moved to ConcurrentMap interface to use putIfAbsent atomic method 02 May 2017, 07:04:06 UTC
c355703 HA: fixed bug on repair of a record that is a graph element If the record is an edge, it’s removed as edge by using the Graph API. The same for Vertices. 02 May 2017, 01:13:57 UTC
21e3ec7 fixes lucene's range queries on date timezone mismatch refs https://github.com/orientechnologies/orientdb/issues/7382 30 April 2017, 11:35:56 UTC
45578f8 Console: supported case insensitive database type (plocal/remote/memory) 29 April 2017, 01:40:08 UTC
66c661d HA: fixed synchronisation problems, fixed Java7 run-time error 29 April 2017, 01:40:08 UTC
16c92dc Add support for :from as a named parameter in SQL 28 April 2017, 10:39:54 UTC
a19f304 Add ignore for .orientdb_history 28 April 2017, 10:36:10 UTC
3d117d4 Optimize memory management and performance for graph rendering in Studio resolves internal issue 8628 27 April 2017, 14:15:16 UTC
22602bb Fix BETWEEN operator for queries on indexed embedded lists 26 April 2017, 15:41:30 UTC
8cd71d9 Fix equals comparison of byte[] properties 26 April 2017, 15:41:30 UTC
c2d61bc version bumped to 2.2.20-SNAPSHOT 26 April 2017, 14:58:47 UTC
1758205 releasing OrientDB 2.2.19 26 April 2017, 10:19:13 UTC
07c4822 Resolved NPE 26 April 2017, 09:23:17 UTC
dd49cbd Improved statistic of byte buffer exposed through JMX 26 April 2017, 08:43:28 UTC
a27e7ec HA: Temporary fix waiting for the definitive solution 26 April 2017, 05:40:03 UTC
2f5405c HA: implemented relock() to release and re-acquire locks during a retry sleep 25 April 2017, 22:46:54 UTC
9bcdec8 Added test case for supported wildcards in exclude() and include() functions Fixed issue https://github.com/orientechnologies/orientdb/issues/4773 25 April 2017, 22:46:54 UTC
c816938 updates history for 2.2.19 release process 25 April 2017, 09:36:17 UTC
8618d78 Merge branch '2.2.x' of github.com:orientechnologies/orientdb into 2.2.x 25 April 2017, 08:58:59 UTC
3e207d2 Incorrect value of lock name in atomic lock manager 25 April 2017, 08:58:45 UTC
3d50040 Supported wildcards in exclude() and include() functions. Fixed issue https://github.com/orientechnologies/orientdb/issues/4773 24 April 2017, 19:57:48 UTC
0e20ae7 HA: fixed issue with distributed rollback by covering all the missing cases 24 April 2017, 15:32:14 UTC
ae9b4eb Improved logs at storage level 24 April 2017, 15:32:14 UTC
04c77c2 Add -force and -full options to HA SYNC DATABASE command 24 April 2017, 14:43:50 UTC
cc7edef Fix parsing of UPDATE statement with multiple SET/ADD/REMOVE... clauses 24 April 2017, 14:24:33 UTC
d873c11 Storage name now are registered in case insensitive way Fixed issue https://github.com/orientechnologies/orientdb/issues/7358 22 April 2017, 15:18:24 UTC
6fc0717 HA: fixed NPE 21 April 2017, 23:43:36 UTC
35700e4 HA: fixed fix update 21 April 2017, 21:23:26 UTC
0108be4 HA: fixed formatting of log 21 April 2017, 17:21:21 UTC
feb5d63 Removed tons of warnings 21 April 2017, 16:38:30 UTC
ce13204 HA: fixed issue with asynchronous mgmt of messages after the quorum was reached - I’ve also improved some of the test cases to be more reliable - improved logs - fixed issue when a server was considered in the quorum while it switches from NOT_AVAILABLE to SYNCHRONIZING. 21 April 2017, 15:36:29 UTC
d128baa improves data type mapping and spark compatibility of JDBC driver 20 April 2017, 14:46:24 UTC
94d1ac7 Minor: just improved logs 18 April 2017, 15:19:25 UTC
ec18ba1 RidBag: copy constructor now uses the rawIterator to avoid lazy loading 18 April 2017, 13:48:45 UTC
0a3bab2 ridbag.add() now throws IllegalArgumentException instead of NullPointerException 18 April 2017, 13:08:36 UTC
c0c1d1d HA: fixed NPE at starting time 17 April 2017, 21:15:14 UTC
ce97366 Removed a deadlock while getting the class name The deadlock was found running distributed. 17 April 2017, 20:51:59 UTC
a2d997e HA: Enlarged timeout during switch of coordinator 17 April 2017, 00:16:20 UTC
bd95bb4 HA: added timeout in every lock request 16 April 2017, 23:54:17 UTC
f373ab5 HA: Fixed NPE at startup 16 April 2017, 22:14:53 UTC
21f985d HA: Fixed problem on registering nodeId=-1 at startup 16 April 2017, 21:51:20 UTC
440d899 HA: Fixed problem when nodes start at the same time (unknown node problem) 16 April 2017, 20:04:36 UTC
2f35cb2 HA: fixed issue on election of coordinator 15 April 2017, 23:13:56 UTC
c832aa2 HA: fixed NPE at startup and ODistributedException is caught during coordinator locking 15 April 2017, 09:21:36 UTC
fcae573 HA: fixed election of coordinator 15 April 2017, 00:44:28 UTC
823fc6a HA: fixe bug with re-election of coordinator 14 April 2017, 17:03:05 UTC
903d736 HA: fixed deadlock in case multiple servers went down 14 April 2017, 16:31:24 UTC
b0192e2 HA: printed also who is the coordinator server 14 April 2017, 06:13:59 UTC
218c467 HA: fixed bug in ClusterHeatChecker component by looking for available nodes not online This caused to avoid asking for database when multiple nodes were restarted at the same time, because no one could be in ONLINE status. 14 April 2017, 06:13:41 UTC
bd891a8 versions bumped to 2.2.19-SNAPSHOT 13 April 2017, 15:40:35 UTC
1acbd7b improves field's names mapping from documents to reusultSET ph 8555 13 April 2017, 12:30:44 UTC
9d241bd Fix index estimation on MATCH statement execution planning 13 April 2017, 11:48:09 UTC
322ca88 HA: checked if coordinator changes during lock/release requests 13 April 2017, 07:08:28 UTC
2c11011 forced the utf8 encoding for storage configuration on the network, removed version upgrade 12 April 2017, 16:30:37 UTC
30102e4 HA: Increased timeout in a test 12 April 2017, 13:00:37 UTC
7a561a5 Server plugin: created default `enabled` property 12 April 2017, 09:29:06 UTC
0d4d8de Issue with incorrect cluster names stored in configuration was fixed 12 April 2017, 07:11:51 UTC
8e46d31 HA: Fixed issue with sending msg to the local node 12 April 2017, 02:19:14 UTC
c3c1515 HA: Fixed issue with creation of new clusters - New clusters are created only when necessary - Startup of servers now is faster - Fixed also issue https://www.prjhub.com/#/issues/8561 12 April 2017, 01:58:28 UTC
78119b2 Merge branch '2.2.x' of github.com:orientechnologies/orientdb into 2.2.x 11 April 2017, 12:30:23 UTC
1041e02 Issue with incorrect cluster names stored in configuration was fixed 11 April 2017, 12:29:27 UTC
e72991e HA: Fixed test case 10 April 2017, 23:54:23 UTC
6084638 HA: fixed last test about split merge network - Added new MERGING status - Improved the tests 10 April 2017, 23:01:36 UTC
9a7609f HA: Fixed split brain network issue 09 April 2017, 23:11:17 UTC
9d2c894 Update README.md 08 April 2017, 02:43:56 UTC
63261a4 backports fix on configuration of dateTimeformat refs: https://github.com/orientechnologies/orientdb/pull/7316 07 April 2017, 08:39:12 UTC
7318a0f fixes wrong mapping of column's names when aliases are used refs https://github.com/orientechnologies/orientdb/issues/7307 06 April 2017, 10:16:36 UTC
3d92411 updates release date 06 April 2017, 10:09:29 UTC
896c061 excludes QA tests 06 April 2017, 07:55:30 UTC
3c84e32 fixes problem in drop/create of remote databases refs https://github.com/orientechnologies/orientdb/issues/7251 06 April 2017, 07:47:03 UTC
1028b65 adds stage to run QA/integration tests - backport from develop branch 06 April 2017, 07:13:22 UTC
50c4f2f HA: improved management of absence of server 06 April 2017, 01:20:23 UTC
back to top