Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-06 | [style] pep8 | Kali Kaneko | |
2016-08-29 | [pkg] remove deprecated requirements-testing.pip | drebs | |
2016-08-01 | [refactor] remove unused design docs compilation code | drebs | |
2016-07-12 | [pkg] remove testing couchdb dep from common | drebs | |
2016-05-18 | [pkg] update to new versioneer json format | Kali Kaneko | |
2016-04-01 | [pkg] update to versioneer 0.16 | Kali Kaneko | |
2015-08-19 | [style] pep8 cleanups | Kali Kaneko | |
2015-07-22 | [pkg] separate leap requirements | Kali Kaneko | |
this is part of a process to make the setup of the development mode less troublesome. from now on, setting up a virtualenv in pure development mode will be as easy as telling pip to just install the external dependencies:: pip install -r pkg/requirements.pip and traversing all the leap repos for the needed leap dependencies doing:: python setup.py develop - Related: #7288 | |||
2015-03-19 | [fix] exclude all tests from package | drebs | |
Previous to this modification, leap.soledad.common.tests.u1db_tests was being installed and its files were being included in the debian package. By excluding *.tests and *.tests.* from find_packages() in setup.py, we make sure that no test file will be installed not included in the final debian package. | |||
2015-02-11 | Bail out ddocs installation if the path doesn't exist. Fix: #6671 | Kali Kaneko | |
2015-02-11 | Use Twisted trial for running tests. | drebs | |
2014-08-19 | Include ddocs in sdist (#5896). | drebs | |
2014-05-23 | Fix tests for new sync process. | drebs | |
2013-12-18 | Add 'ddocs.py' generation on setup.py. | drebs | |
2013-12-18 | Make couch backend consistent and lightweight. | drebs | |
This commit introduces the use of couch view, list and update functions to put and get data from the couch database. This avoids loads of metadata transferring and encapsulates operations in atomic PUTs. | |||
2013-10-30 | add freeze_debianver command | Kali Kaneko | |
2013-09-18 | Fix couchdb requirement. | drebs | |
2013-08-26 | Add some notes about the package split. | Kali Kaneko | |
* in description line * in readme * add each package crate icon and link. | |||
2013-08-23 | packaging improvements | Kali Kaneko | |
* add versioneer (patched for our particular repo config) * add parse_requirements to unify requirement handling | |||
2013-08-21 | Split soledad into common, client and server. | drebs | |