Commit Graph

24 Commits (master)

Author SHA1 Message Date
Luka Vandervelden 4792d8878f Preserves incoming links on deindex. 2020-10-29 18:03:46 +01:00
Luka Vandervelden db7fddb803 Fixes symlink broken in some situations. 2020-10-29 14:47:52 +01:00
Luka Vandervelden 692e26e816 DirectedGraph fixes. 2020-10-29 14:32:52 +01:00
Luka Vandervelden 909eb776e3 Fixes an indexing issue in DirectedGraph.
The issue was linked to absolute paths being prepended.
2020-10-29 14:27:37 +01:00
Luka Vandervelden 0599e8bfe5 Experimental DODB::DirectedGraph feature. 2020-10-29 04:30:56 +01:00
Karchnu a1d1fd99d4 To many "'". 2020-10-21 23:26:33 +02:00
Karchnu 4fe2719f31 Merge branch 'master' + DODB::CachedDataBase. 2020-07-21 13:25:48 +02:00
Karchnu 161a6e1f44 Adding cached operations DODB::CachedDataBase(V). 2020-07-21 12:49:32 +02:00
Luka Vandervelden 48cf3c23be Fixes issues related to parallel updates. 2020-07-20 15:04:17 +02:00
Luka Vandervelden 9990a3ac1b DODB.no_index, Storage#new_nilable_index.
The APIs are still a bit experimental at this point, but the feature is
very likely to stay.
2020-07-15 17:19:27 +02:00
Luka Vandervelden 800d139a3d WIP for lock files and atomic operations. 2020-06-24 21:45:45 +02:00
Luka Vandervelden b413570d61 Typo in a comment, duh 2020-06-24 21:03:01 +02:00
Philippe PITTOLI e457a80399 index#update(new_value) : index is automatically retrieved. 2020-04-19 18:18:53 +02:00
Philippe PITTOLI 42f3b4e5c0 Partition#delete "element" 2020-04-08 00:35:39 +02:00
Luka Vandervelden c4223eabf1 Emergency fix for tags.
They’ll work, but they’ll still be super slow.
2020-04-07 23:29:29 +02:00
Luka Vandervelden f8e4e6c343 Partition#get(unknown_partition) returns [] 2020-02-11 19:47:13 +01:00
Luka Vandervelden 10b0061133 Partition#delete(partition_index, &matcher) 2020-02-11 16:53:06 +01:00
Luka Vandervelden 355f85d635 Index#update_or_create(key, value) added. 2020-02-02 14:18:03 +01:00
Luka Vandervelden 364887bde3 WIP for indexing by multiple tags.
Basically, DODB::Tags#get(tags : Array(String)).
2020-01-29 16:59:39 +01:00
Luka Vandervelden 787989b447 Exception message conventions. 2020-01-10 11:15:09 +01:00
Luka Vandervelden 52753bce14 DODB::Index(V): #update(String, V) and #delete(String) added. 2020-01-03 09:36:41 +01:00
Luka Vandervelden 14825f4edd Improves #reindex_everything!. 2019-12-19 04:22:56 +01:00
Luka Vandervelden 3f53034b5a DataBase(K, V) becomes DataBase(V). 2019-12-18 03:43:09 +01:00
Luka Vandervelden 4ff5c0c781 Files moved to match name update. 2019-12-12 00:44:05 +01:00