https://github.com/orientechnologies/orientdb

sort by:
Revision Author Date Message Commit Date
c652e53 OrientDB prepare release 3.2.19 11 May 2023, 11:28:46 UTC
d710bfb chore: update history 10 May 2023, 11:16:56 UTC
6d7338f fix: re-change again the migration checks 10 May 2023, 10:24:38 UTC
0d428cc fix:additional correction for storage migration check 09 May 2023, 17:05:42 UTC
605d7df fix: make sure to unblock other storage open operations only when migration is complete, issue #9974 09 May 2023, 10:50:50 UTC
41cf52f refactor: minor change in distributed server check to avoid to use the storage 05 May 2023, 14:32:40 UTC
c657e4b fix: add migration latch to avoid concurrent opening during migration 05 May 2023, 12:24:32 UTC
906b6ca test: minor change in test assert 05 May 2023, 11:38:45 UTC
5856c4b refactor: minor cleanup on distributed messages logic 03 May 2023, 16:21:53 UTC
1545716 refactor: enabled double configuration management, storage and file 03 May 2023, 15:14:01 UTC
f405214 refactor:minor change to pass the database for feching the distributed configuration 03 May 2023, 12:54:39 UTC
310e23d feat: add command to fetch distributed configuration from SQL 03 May 2023, 12:54:39 UTC
1eba20d refactor: add shared context on session instance creation to allow to read distributed configuration 03 May 2023, 12:54:39 UTC
08ea8aa attempt to store distributed configuration in the database 03 May 2023, 12:54:38 UTC
1e855a5 refactor: removed logic for cluster management per node never used 03 May 2023, 12:54:38 UTC
e837076 fix: avoid that failure on load of database block the server starting 03 May 2023, 10:53:37 UTC
9a01195 fix: remove cluster remaping at start, that was messing with transaction flow 02 May 2023, 16:27:03 UTC
5cf435b fix: avoid startup failure in case of rebalancing failure 02 May 2023, 16:27:03 UTC
0a2b1db refactor: moved database load from plugin to context 02 May 2023, 16:26:58 UTC
58e78a3 refactor: removed operation waiting flow not needed anymore 02 May 2023, 14:56:00 UTC
15bd182 refactor: simplified access to distributed database 02 May 2023, 14:08:49 UTC
b0552c8 refactor: deduplication and semplification of distributed logic 02 May 2023, 12:06:48 UTC
aa5bb5d chore: revert upgrade of minor dependency that cause issue on older OS 28 April 2023, 13:39:54 UTC
aeced7c fix: minor fix for new internal experimental configuration store 27 April 2023, 18:25:23 UTC
adda7ea refactor: moved some database inizialization logic in database factory method 27 April 2023, 17:27:12 UTC
e345126 fix:make sure ODocument java serialization is safe for missing id 27 April 2023, 15:28:41 UTC
0e1f3b3 Merge pull request #9976 from brollb/patch-1 Fix typo "Documentaiton" -> "Documentation" 26 April 2023, 14:37:20 UTC
3679d14 Fix typo "Documentaiton" -> "Documentation" 26 April 2023, 14:30:58 UTC
17c8595 refactor: moved sources in main modules to avoid split packages, issue #8001 25 April 2023, 12:55:38 UTC
7e49782 fix: make sure to have a default value of block size, if failing to detect the value 25 April 2023, 11:19:48 UTC
17e40e4 refactor: removed the need to load a native library to check some system settings 24 April 2023, 16:28:07 UTC
1c2db07 refactor: removed not needed implementations in native logic 24 April 2023, 15:28:04 UTC
e9c4425 refactor: reduced some dependencies from external libraries 24 April 2023, 13:56:24 UTC
e288707 fix: correct the class for scanning vertex on graph repair, issue #9970 20 April 2023, 12:00:49 UTC
7734ec6 test: removed not needed shutdown from distributed test servers manager 20 April 2023, 11:24:11 UTC
005a9d4 fix: minor fixes from static analisys results 18 April 2023, 13:15:32 UTC
0709e4a OrientDB prepare for next development iteration 12 April 2023, 12:16:59 UTC
7589013 OrientDB prepare release 3.2.18 12 April 2023, 12:16:59 UTC
b78b230 udpate history 12 April 2023, 11:22:32 UTC
31d71da feat: add option to disable ioExecutor, issue #9927 06 April 2023, 12:25:17 UTC
9b00f97 chore: fix formatting 05 April 2023, 15:47:32 UTC
5bd8a06 chore: migrated some server tests to the new executor 05 April 2023, 15:40:41 UTC
49f05c5 fix: automatically remove null links on write of embedded ridbags, issue #9767 04 April 2023, 11:14:09 UTC
f3b6033 fix: make sure to use the plugin class loader to load the plugin class 04 April 2023, 10:45:28 UTC
687c0d1 Avoid repeated distributed database shutdowns. 03 April 2023, 11:27:28 UTC
45dfc4d Fix race in registering installing database to guard against concurrent installs. 03 April 2023, 11:22:57 UTC
c2712a2 Log transaction ID on re-enqueue 03 April 2023, 11:06:22 UTC
917940a Merge pull request #9959 from bernhardriegler/patch-3 add link to 3.2.x documentation 03 April 2023, 11:00:57 UTC
72f08f8 add link to 3.2.x docs 31 March 2023, 11:37:39 UTC
41397c2 refactor: simplified storage APIs for index creation and load 22 March 2023, 13:51:29 UTC
97325d0 chore: upgrade test ng dependency 21 March 2023, 14:33:31 UTC
f1f051e chore: removed old unused code 21 March 2023, 14:19:23 UTC
8638ee5 fix: add shutdown request for the io executor 21 March 2023, 13:04:13 UTC
a0a6a17 feat: add shutdown of the IO executor on context close 21 March 2023, 10:47:54 UTC
5636552 refactor: moved truffle dependency to the core module to avoid all the downstream project to automatically depende to truffle 16 March 2023, 13:47:36 UTC
92a5428 chore: fix some code formatting 15 March 2023, 14:53:14 UTC
c3f5869 revert: revert context scheduler from etl processor 15 March 2023, 14:52:47 UTC
9b31925 feat: add configuration for max size of IO executor pool, issue #9927 15 March 2023, 14:29:35 UTC
ee2066c refactor: integrated specific bounded executor for the IO operations 15 March 2023, 14:02:09 UTC
ec2c7b9 refactor: moved lucene commit executio to executor instead of in the timer task 15 March 2023, 14:02:09 UTC
f6ad67a refactor: used context timer task for additional storage use cases 15 March 2023, 14:02:09 UTC
302b46a refactor: merged storage abstract and abstract paginated storage 14 March 2023, 17:44:28 UTC
1095784 refactor: add context to storage implementation 14 March 2023, 17:04:12 UTC
f0412c4 refactor: cleanup in the engine logic for the creation of storage engines 14 March 2023, 16:07:51 UTC
0bb4f9f fix: minor fix on embedded storage reload 14 March 2023, 14:05:03 UTC
bbec31d refactor: increased separation of schema logic for remote and embedded cases 14 March 2023, 13:53:27 UTC
8991375 refactor: used generic storage metadata in remote binary executor 14 March 2023, 13:52:42 UTC
c0ce184 refactor: minor refactor in object APIs to reduce use of storage 14 March 2023, 13:51:12 UTC
1dd0c1b test: removed set of legacy csv serializer in graph module that mess with tests 09 March 2023, 17:14:09 UTC
347afac fix: corrected edge iteration in remote after commit, with relative test case issue #9805 09 March 2023, 16:31:30 UTC
612e0e9 refactor: removed listener not used anymore 08 March 2023, 15:28:51 UTC
dfc9891 OrientDB prepare for next development iteration 07 March 2023, 11:38:32 UTC
211ebdf OrientDB prepare release 3.2.17 07 March 2023, 11:38:31 UTC
cb54566 chore updated history 07 March 2023, 11:17:50 UTC
e2bde3c cleanup: removed old configurations that do not have any effect anymore 02 March 2023, 18:21:33 UTC
9f0155f feat: add configuration for define the max number of threas for the context executor 02 March 2023, 17:41:26 UTC
be21982 refactor: moved some scheduled logic, to context scheduler and executor 02 March 2023, 15:35:21 UTC
db48bb2 fix: use correct index in immutable view metadata 02 March 2023, 14:58:04 UTC
3b3877b refactor: optimization on index drop 01 March 2023, 16:59:53 UTC
033d1cc test: add verification for index usage in views 01 March 2023, 13:57:43 UTC
79283c0 fix: removed double fetching of indexes for view 01 March 2023, 12:52:12 UTC
0eb92b0 refactor: removed global executor not used anymore 01 March 2023, 12:51:40 UTC
64f0483 refactor: made tests use context executor 28 February 2023, 18:38:20 UTC
9f38569 refactor: add executor in remote implementation with additional methods 28 February 2023, 18:37:52 UTC
4c61bc1 refactor: used context executor for distributed background ops 28 February 2023, 16:13:31 UTC
c2cb5dd refactor: used context executor for most background operations instead of generic executor 28 February 2023, 16:12:26 UTC
3a55e29 fix: minor fix on view metadata serialization and deserializatin over network 28 February 2023, 14:45:32 UTC
f67f9b8 refactor: removed not needed intermediate state for removing indexes from a view 28 February 2023, 14:29:13 UTC
dd4dce9 refactor: moved cleanup of old structures out of the view refresh window 28 February 2023, 14:28:51 UTC
4bc43a1 refactor: minor changes on constants load to reduce failures if missing 23 February 2023, 16:12:18 UTC
934e1f4 fix: add check to use the spatial index on spatial function only with specific supported operator 23 February 2023, 16:09:49 UTC
4292ada refactor: change flag on spatial funcitions to make sure to execute them after the index This reverts commit 135f709605bbc2d3486495ea3873a847e28d7a24. 23 February 2023, 12:44:31 UTC
f093a10 fix: make sure to use the correct functions to convert paramenters to shapes for lucene spacial 23 February 2023, 12:44:11 UTC
135f709 Revert "refactor: change flag on spatial funcitions to make sure to execute them after the index" This reverts commit 85d1b8e2bc5350f10cd5ca76278b900129c551c8. 23 February 2023, 12:08:46 UTC
916cda6 fix: add check to avoid failure when engines are unloaded, issue #9629 22 February 2023, 16:45:06 UTC
85d1b8e refactor: change flag on spatial funcitions to make sure to execute them after the index 22 February 2023, 14:35:47 UTC
3143c78 refactor: moved match logic from parser to statement 22 February 2023, 13:59:36 UTC
fc848b4 refactor: moved some logic from the parser to the query engine 22 February 2023, 13:32:19 UTC
517d710 refactor: replaced inner class with lambda in distributed configuration management 21 February 2023, 18:06:01 UTC
c9f45a7 refactor: changed install logic to reduce use of distributed configuration 21 February 2023, 17:56:04 UTC
back to top