Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-06 | [feat] add recovery doc format version | drebs | |
2016-06-06 | [feature] add sync phase stats | drebs | |
2016-06-06 | [refactor] encdecpool queries and testing | Victor Shyba | |
This commit adds tests for doc ordering and encdecpool control (start/stop). Also optimizes by deleting in batch and checking for a sequence in memory before asking the local staging for documents. | |||
2016-06-06 | [feature] use deferred semaphore | Kali Kaneko | |
2016-06-06 | [bug] remove doc content conversion to unicode | drebs | |
Theoretically (until now), Soledad inherits from U1DB the behaviour of only accepting valid JSON for documents contents. JSON documents only allow for unicode strings. Despite that, until now we had implemented lossy convertion to unicode to avoid encoding errors when dumping/loading JSON content. This allowed for API users to pass non-unicode to Soledad, but caused the application to take more time because of conversion. There were 2 problem with this: (1) conversion may take a long time and a lot of memory when convertin large payloads; and (2) conversion was being made before deferring to the adbapi, and this was blocking the reactor. This commit completelly removes the conversion to unicode, thus leaving the responsibility of unicode conversion to users of the Soledad API. | |||
2016-04-26 | [refactor] add changes file for shared db lock removal | drebs | |
2016-04-18 | [pkg] Update changelog0.8.0 | Kali Kaneko | |
2016-01-28 | [docs] document deprecation of pycryptopp in changelog | Kali Kaneko | |
2015-12-10 | [feat] use uuid in events, multi-user aware | Kali Kaneko | |
- Resolves: #7656 - Releases: 0.8.0 |