summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-22[pkg] update changelog0.10.5drebs
2017-11-22[pkg] update debian changelogdrebs
2017-11-22[pkg] bump sphinx release infodrebs
2017-11-22[test] avoid collision when running fs backend tests in paralleldrebs
2017-11-22[bug] remove SOLEDAD_COUCH_URL test envVictor Shyba
2017-11-22[feature] make logs less noisy by monkey-patching twisted.internet.protocol.F...drebs
2017-11-22[bug] properly log missing schema version in config docdrebs
2017-11-22[bug] ensure shutdown happens only after reactor startdrebs
2017-11-22[bug] fix logging while checking CouchDB schema versions on server startupdrebs
2017-11-21[bug] use os._exit to ensure a clean log on startup failuredrebs
2017-11-21[docs] add entry for next release to changelogKali Kaneko
2017-11-20[test] avoid failing when there's no couch_url in environment variabledrebs
2017-11-20[bug] log and exit on server startup errorsdrebs
2017-11-20[bug] use reactor.stop() to exit when server startup checks faildrebs
2017-11-20[test] always use a tempdir for server fixture config filedrebs
2017-11-19[test] use environment to pass the couch_url to server TAC testdrebs
2017-11-19[feature] allow setting couchdb url from environmentdrebs
2017-11-19[test] TAC test now checks for server (with retries)drebs
2017-11-19[benchmarks] pin elasticsearch-py version to avoid TLS certs bugdrebs
2017-11-15[pkg] update debian changelog0.10.4drebs
2017-11-15[pkg] bump sphinx release infodrebs
2017-11-15[pkg] update changelogdrebs
2017-11-14[refactor] factor server twisted app to it's own .py filedrebs
2017-11-14[style] comment fix and variable renamingdrebs
2017-11-14[bug] use custom logger everywhere in serverdrebs
2017-11-14[bug] remove unneeded delayed initialization of couch statedrebs
2017-11-14[bug] wait for checks before running serversdrebs
2017-11-14[refactor] rename entrypoints to match design docsdrebs
2017-11-14[pkg] make debian package report the correct versiondrebs
2017-11-14[pkg] add man page for soledad-serverdrebs
2017-11-14[pkg] add binary command for soledad-serverdrebs
2017-11-13[style] fixes from code reviewVictor Shyba
2017-11-13[feature] support unsynced local_only blobsVictor Shyba
2017-11-13[feature] apply deletions from serverVictor Shyba
2017-11-13[feature] list deleted files from serverVictor Shyba
2017-11-13[bug] update pending_upload from server listingVictor Shyba
2017-11-10[bug] mark deletion as pending_delete if offlineVictor Shyba
2017-11-09[bug] retry on sqlcipher db timeouts for blobsdrebs
2017-11-09[pkg] add man page for user db creation scriptdrebs
2017-11-09[pkg] make user db argument mandatory in user db creation scriptdrebs
2017-11-09[pkg] remove unused --migrate-all option from user db creation scriptdrebs
2017-11-09[tests] remove revision when copying couch dbsdrebs
2017-11-06[ci] do not update cache when packagingdrebs
2017-11-03[doc] improve blobs http api descriptiondrebs
2017-11-03[doc] move blobs data structure info to blobs sync sectiondrebs
2017-11-03[doc] add blob data format to docsdrebs
2017-11-03[doc] generalize client side encryption docdrebs
2017-11-03[doc] improve client-side dbs docdrebs
2017-11-03[doc] add blobs api docdrebs
2017-11-02[doc] add blobs sync docsdrebs