summaryrefslogtreecommitdiff
path: root/README.rst
AgeCommit message (Collapse)Author
2017-10-09[doc] add pipeline badge to readmedrebs
2017-10-06[doc] move compatibility notes from readme to documentation pagesdrebs
2017-09-28[docs] update badges in README to point to unified packageKali Kaneko
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-06-26[pkg] rename soledad-create-userdb scriptKali Kaneko
2017-06-24[docs] update Readme with extra dependenciesonepythonKali Kaneko
2017-03-17[docs] Define in details the testing environmentefkin
On debian stable the `python3-tox` and `python-tox` packages come with a really old version of `pip` and `setup_tools`. This makes unusable PEP496 that comes handy when dependencies are "py-version-related". As a workaround we can "inject" an upgraded version of `pip` just before running `tox`.
2016-07-12add pep8/flake8 to toxKali Kaneko
2015-12-02[docs] fix run-tests snippetKali Kaneko
2015-10-05[feat] Move config dir to /etc/soledadvarac
- Resolves: #7509
2015-09-30[docs] fix rst link markupKali Kaneko
2015-09-29[docs] added couchdb link to READMEvarac
2015-09-28[refactor] kaliy's review and pep8 fixesVictor Shyba
README with information about latest change, missing docs and licenses, variable naming and pep8.
2015-09-09[docs] add download badgesKali Kaneko
2015-09-09[docs] fix broken pypi badgesKali Kaneko
2015-03-19[feat] use monthly tokens databasedrebs
Any solead release that includes this commit will be incompatible with LEAP Platform < 0.6.1 because only from that version on the platform implements the ephemeral monthly tokens databases. Closes: #6785.
2014-12-08Add compatibility note to README.rst file.drebs
2014-10-08remove dep from READMEKali Kaneko
2013-12-06add entry point for testsKali Kaneko
2013-09-06fix spacingKali Kaneko
2013-08-26Add some notes about the package split.Kali Kaneko
* in description line * in readme * add each package crate icon and link.
2013-08-21Merge remote-tracking branch ↵Tomás Touceda
'drebs/feature/3487_split-soledad-into-common-client-and-server-3' into develop
2013-08-21Update README with info on how to run tests.drebs
2013-08-19Add package requirement for soledad.Ivan Alejandro
2013-07-24Update README with instructions for running tests.drebs
2013-05-31version bump for pypi uploadKali Kaneko
* add comment about oauth version * add pypi badge in README
2013-05-08update setup, deps are in pypi nowKali Kaneko