summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-03[test] move benchmark-all-commits script to scripts dirbenchmark-all-commitsdrebs
2017-07-03[test] Set a timeout of 2 hours for docker jobs.drebs
2017-07-03[test] Checkout check-pysqlcipher script because older commits don't have it.drebs
2017-07-03[test] Add timestamp, commit id and exit status to results.txtdrebs
2017-07-03[test] Fix script name inside .gitlab-ci.ymldrebs
2017-07-03[test] Fix script name.drebs
2017-07-03[test] Use script to tune adbapi parameters istead of cherry-pick.drebs
2017-07-03[test] Cherry pick tuned adbapi parameters before running tests.drebs
2017-07-03[test] All PRs got mergedvarac
2017-07-03[test] Ignore failed commitsvarac
2017-07-03[test] Fetch files from the futurevarac
2017-07-03[test] Show pytest-benchmark git remote in tox.inivarac
2017-07-03[test] Stay on current branch and not in detatched HEADvarac
2017-07-03[test] Use git reset --hard so commit_info.branch will stay at mastervarac
2017-07-03[test] Show date and commit infovarac
2017-07-03[test] Break on errorvarac
2017-07-03[test] Run test in dockervarac
2017-07-03[test] Improve benchmark-all-commits.sh scriptvarac
2017-07-03[test] Add benchmark-all-commits.shvarac
2017-06-29[pkg] avoid adding upstream repo twicedrebs
2017-06-29[doc] add readthedocs yaml config filedrebs
2017-06-29[doc] use bundled pyzmq when building docdrebs
2017-06-28[pkg] print explanation message when SSH_PRIVATE_KEY is missingdrebs
2017-06-28[test] remove \n from benchmarking script in CIdrebs
2017-06-28[pkg] skip package upload if no ssh private key is setdrebs
2017-06-28[pkg] ensure repo has tags from upstreamdrebs
2017-06-28[test] remove double avoidance of synchronous benchmark testsdrebs
2017-06-28[test] use pip -e for installing soledad for testsdrebs
2017-06-28[docs] corrections to the specKali Kaneko
based on review by drebs and shyba
2017-06-28[docs] first draft of the incoming box specificationKali Kaneko
2017-06-28[pkg] Add ssl-cert to soledad-server deb depsVarac
The soledad user needs to read the ssl certificate private key stored in `/etc/x509/keys/leap.key`, which is accessible by users in the `ssl-cert` group, added by the `ssl-cert` package. On installation, the soledad user is added to that group so the ssl-package needs to be installed by then. - Resolves: #8849
2017-06-28[pkg] Add missing soledad-server.postinstVarac
2017-06-28[pkg] Fix soledad-server and -client deb depsVarac
- Resolves: #8900
2017-06-27Merge branch 'fix_soledad_sudoers' into 'master'Varac
[pkg] Use pkg/server/soledad-sudoers directly See merge request !106
2017-06-27[pkg] Use pkg/server/soledad-sudoers directlyVarac
2017-06-27[pkg] Use pkg/server/soledad-sudoers for packagingVarac
2017-06-27[pkg] Note about missing manpage to .gitlab-ci.ymlVarac
2017-06-26[pkg] move examples folder to docs/Kali Kaneko
2017-06-26[pkg] remove non-needed gitignoreKali Kaneko
2017-06-26[pkg] Add python-treq to soledad-common depsVarac
2017-06-26[pkg] Add deprecated create-user-db cmd to sudoers fileVarac
2017-06-26[pkg] copy also the _version file from soledad-commondebian_packageKali Kaneko
2017-06-26[pkg] Add systemd service file to debian packageVarac
Also, remove old init file
2017-06-26[pkg] install init fileKali Kaneko
2017-06-26[pkg] Install soledad-server service unit fileVarac
2017-06-26[pkg] Add Build-depends on dh-systemdVarac
2017-06-26[pkg] Use git-buildpackage image for packagingVarac
2017-06-26[pkg] rename soledad-create-userdb script in all the placesKali Kaneko
2017-06-26[pkg] add a symlink to soledad-create-userdb for backwards compatibilityKali Kaneko
We have changed the name of the script, to qualify it with the 'soledad' preffix. Here I am creating a symlink with the name of the previous script, for backwards-compatibility reasons - basically to avoid breaking unattended upgrades. (Note that the path is hardcoded in the config file deployed by the platform, so it needs to be changed in the platform accordingly too). This symlink should be deprecated after a couple of release cycles.
2017-06-26[pkg] build package with systemd supportKali Kaneko