Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-07 | [benchmarks] Add benchmark-all-commits.sh | varac | |
2017-07-07 | [doc] add tests and benchmarks documentation | drebs | |
2017-07-07 | [test] change memory sampling interval to 0.1 on benchmarks | drebs | |
2017-07-07 | [test] mark tests that depend on couchdb server | drebs | |
2017-07-02 | [feature] namespace capability to BlobsBackend | Victor Shyba | |
Adds an extra parameter called "namespace" on the backend interface and on FileSystemBlobsBackend. This parameter overrides default id partitioning and uses a separate folder for a custom namespace. -- Resolves: #8889 | |||
2017-07-02 | [bug] fix file path from repo unify | Victor Shyba | |
2017-07-02 | [bug] incoming doesnt accept encryption schemes | Victor Shyba | |
According to /incoming specification, this parameter doesn't exists. It was added on MX side and brought here on transition. This commit explicitly removes it, leaving a track on history that it got removed during transition. Further work on MX will also remove the "NONE" encryption scheme, which is part of dead code. | |||
2017-07-02 | [style] fix naming from review | Victor Shyba | |
2017-07-02 | [feature] add formatting from MX into incoming | Victor Shyba | |
Use the same formatting as MX was using for backwards compatibility. -- Resolves: #8828 | |||
2017-07-02 | [feature] make /incoming persist doc on CouchDB | Victor Shyba | |
-- Resolves: #8827 | |||
2017-07-02 | [feature] direct /incoming requests to IncomingResource | Victor Shyba | |
Adds the routing code for exposing /incoming from SoledadResource. - Related: #8827 | |||
2017-07-02 | [feature] add an IncomingResource | Victor Shyba | |
That's the resource used for incoming documents or documents to be added externally into user's db. - Related: #8827 | |||
2017-06-29 | [pkg] avoid adding upstream repo twice | drebs | |
2017-06-29 | [doc] add readthedocs yaml config file | drebs | |
2017-06-29 | [doc] use bundled pyzmq when building doc | drebs | |
2017-06-28 | [pkg] print explanation message when SSH_PRIVATE_KEY is missing | drebs | |
2017-06-28 | [test] remove \n from benchmarking script in CI | drebs | |
2017-06-28 | [pkg] skip package upload if no ssh private key is set | drebs | |
2017-06-28 | [pkg] ensure repo has tags from upstream | drebs | |
2017-06-28 | [test] remove double avoidance of synchronous benchmark tests | drebs | |
2017-06-28 | [test] use pip -e for installing soledad for tests | drebs | |
2017-06-28 | [docs] corrections to the spec | Kali Kaneko | |
based on review by drebs and shyba | |||
2017-06-28 | [docs] first draft of the incoming box specification | Kali Kaneko | |
2017-06-28 | [pkg] Add ssl-cert to soledad-server deb deps | Varac | |
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.postinst | Varac | |
2017-06-28 | [pkg] Fix soledad-server and -client deb deps | Varac | |
- Resolves: #8900 | |||
2017-06-27 | Merge 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 directly | Varac | |
2017-06-27 | [pkg] Use pkg/server/soledad-sudoers for packaging | Varac | |
2017-06-27 | [pkg] Note about missing manpage to .gitlab-ci.yml | Varac | |
2017-06-26 | [pkg] move examples folder to docs/ | Kali Kaneko | |
2017-06-26 | [pkg] remove non-needed gitignore | Kali Kaneko | |
2017-06-26 | [pkg] Add python-treq to soledad-common deps | Varac | |
2017-06-26 | [pkg] Add deprecated create-user-db cmd to sudoers file | Varac | |
2017-06-26 | [pkg] copy also the _version file from soledad-commondebian_package | Kali Kaneko | |
2017-06-26 | [pkg] Add systemd service file to debian package | Varac | |
Also, remove old init file | |||
2017-06-26 | [pkg] install init file | Kali Kaneko | |
2017-06-26 | [pkg] Install soledad-server service unit file | Varac | |
2017-06-26 | [pkg] Add Build-depends on dh-systemd | Varac | |
2017-06-26 | [pkg] Use git-buildpackage image for packaging | Varac | |
2017-06-26 | [pkg] rename soledad-create-userdb script in all the places | Kali Kaneko | |
2017-06-26 | [pkg] add a symlink to soledad-create-userdb for backwards compatibility | Kali 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 support | Kali Kaneko | |
2017-06-26 | [pkg] cleanup debian rules | Kali Kaneko | |
2017-06-26 | [pkg] ignore artifacts | Kali Kaneko | |
2017-06-26 | [pkg] split the binary packages | Kali Kaneko | |
2017-06-26 | [pkg] remove unused dep | Kali Kaneko | |
2017-06-26 | [pkg] remove unused python packages | Kali Kaneko | |
2017-06-26 | [pkg] remove unneeded file | Kali Kaneko | |
2017-06-26 | [pkg] rename soledad-create-userdb script | Kali Kaneko | |