summaryrefslogtreecommitdiff
path: root/testing/tests/server/test_config.py
AgeCommit message (Collapse)Author
2017-09-17[refactor] move tests to root of repositorydrebs
Tests entrypoint was in a testing/ subfolder in the root of the repository. This was made mainly because we had some common files for tests and we didn't want to ship them (files in testing/test_soledad, which is itself a python package. This sometimes causes errors when loading tests (it seems setuptools is confused with having one python package in a subdirectory of another). This commit moves the tests entrypoint to the root of the repository. Closes: #8952
2017-09-14[pkg] standardize location of services tokens filedrebs
Introduction of local services authentication added a configuration file containing the auth tokens for each service. There were different names for that file, and this commit standardizes all of them to the same value: /etc/soledad/services.tokens
2017-09-14[pkg] use /var/lib/soledad/blobs to store blobsdrebs
Soledad Server was previously using something in /srv to store blobs in the server side. Debian/lintian doesn't like that at all, so we are changing to /var/lib/soledad/blobs. Closes: #8948
2017-09-05[feature] new config option for tokens auth fileVictor Shyba
-- Related: #8867
2017-08-23[bug] fix testsVictor Shyba
2017-08-23[test] use sensible server default config for testingdrebs
2017-06-26[pkg] rename soledad-create-userdb script in all the placesKali Kaneko
2017-02-27[feat] add configurable blobs path in serverdrebs
- Resolves: #8777
2017-02-09[test] move server url mapper tests to its own filedrebs
2017-02-09[test] move server auth tests to its own filedrebs