Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-26 | [pkg] rename soledad-create-userdb script in all the places | Kali Kaneko | |
2017-06-24 | [test] adapt tests to new python package | drebs | |
2017-04-19 | [test] remove docker scripts from this repo | drebs | |
Docker scripts are only used for CI and do not need to be in this repository. Beause of that, we decided to moved the docker scripts to a private repository where dockerfiles for other parts of leap also live. | |||
2017-04-05 | Use $DOCKER_BUILD_OPTIONS for building | varac | |
2017-04-05 | Use soledad master branch, install curl and git | varac | |
2017-02-15 | [pkg] restart service instead of starting it | Kali Kaneko | |
2017-02-13 | [pkg] add build-deb.sh script | drebs | |
2017-02-13 | [pkg] fail on errors | Kali Kaneko | |
2017-02-13 | [pkg] add script for deploying from git | Kali Kaneko | |
- Resolves: #8765 | |||
2017-02-09 | [bug] Fix import for load_configuration on migration script | Thais Siqueira | |
2017-02-09 | [pkg] improve migration script logging | drebs | |
2017-02-09 | [bug] Fix import for load_configuration on migration script | Thais Siqueira | |
Related with https://leap.se/code/issues/8742 | |||
2016-12-12 | [refactor] improve logging | Victor Shyba | |
Some exceptions were missing a proper description and client_side_db.py script wasn't capturing logs from Twisted. | |||
2016-12-12 | [test] fix test and remove leftovers defer_encryption | Victor Shyba | |
2016-11-22 | [refactor] separate server application into another file | drebs | |
Conflicts: server/src/leap/soledad/server/__init__.py testing/tests/conftest.py | |||
2016-11-09 | [pkg] use correct folder name for migrate script | drebs | |
2016-10-21 | [feature] adds libsqlite3-dev on docker image | Victor Shyba | |
This is necessary for keymanager and this image is shared, thus adding here with a comment explaining why. Also explained why using jessie-backports. | |||
2016-10-21 | [feature] use latest image | Victor Shyba | |
Instead of hardcoding a version. This should give us the flexibility of changing images without changing code. | |||
2016-10-21 | [bug] adds libsqlcipher to docker | Victor Shyba | |
Current docker image is broken due missing libsqlcipher. This commit adds it and jessie-backports due package needs. Resolves: #8508 | |||
2016-08-23 | [test] avoid failing on interrupted couch schema migrations | drebs | |
2016-08-23 | [pkg] improve logging of couch schema migration script | drebs | |
2016-08-23 | [pkg] log errors and continue with next db in couch schema migration script | drebs | |
2016-08-23 | [pkg] log any errors in couch schema migration script | drebs | |
2016-08-23 | [pkg] ignore existing correct gen docs in couch schema migrate script | drebs | |
2016-08-23 | [pkg] improve log message for skipped dbs on couch schema migration script | drebs | |
2016-08-23 | [pkg] fail gracefully for missing design doc on couch schema migration script | drebs | |
2016-08-23 | [pkg] move config doc as last action of couch schema migration script | drebs | |
If the moving of the config document is the last action of the couch schema migration script, then we can test for successful migration of a certain db by checking if the config document was already moved. This commit just changes the order of migration actions to enforce this situation. | |||
2016-08-23 | [pkg] add leftovers deletion to couch scehma migration script | drebs | |
Previous versions of the couchdb schema used documents "u1db_sync_log" and "u1db_sync_state" to store sync metadata. At some point this was changed, but the documents might have stayed as leftovers. This commit adds the deletion of such documents to the migration script. | |||
2016-08-23 | [pkg] add --pdb option to migration script | drebs | |
2016-08-17 | [bug] remove misleading ensure_ddoc | Victor Shyba | |
ensure_ddoc doesnt make sense anymore as we dont have any ddoc other than _security, which has its own method for setting. 'ensure_security' is explicit and is set internally when user is creating a database, otherwise it will be False as it's only used during creation. This isn't exposed externally (of couch module) to avoid confusion. This confusion was making create-user-db fail to create a security ddoc as it wasn't passing ensure_ddocs=True. -- Resolves: #8388 | |||
2016-08-09 | [test] use "leapcode" in docker image name | drebs | |
"leapcode" is the LEAP docker hub organisation varac could squat (https://hub.docker.com/r/leap/ was already taken). | |||
2016-08-03 | [pkg] support netrc couch access in migrate script | drebs | |
2016-08-01 | [refactor] remove unused design docs compilation code | drebs | |
2016-08-01 | [pkg] add couch schema migration script | drebs | |
2016-08-01 | [test] add custom couchdb docker image | drebs | |
2016-08-01 | [test] allow passing number of docs on command line on perf tests | drebs | |
2016-08-01 | [test] use random name for couchdb container in docker perf test | drebs | |
2016-08-01 | [test] add rules to run perf test on docker with separate couchdb server ↵ | drebs | |
container | |||
2016-08-01 | [test] use pip download cache for tests and docker image | drebs | |
2016-08-01 | [test] use docker image with couchdb service to run tests | drebs | |
2016-08-01 | [test] use tox and couchdb image to run tests | drebs | |
2016-08-01 | [test] use tox to create docker image | drebs | |
2016-07-25 | [test] remove ddocs param from docker setup script | drebs | |
2016-07-25 | [test] update docker readme and todo | drebs | |
2016-07-25 | [test] fail gracefully on cert delete | drebs | |
2016-07-12 | [refactor] remove u1db dep from support code | drebs | |
2016-06-22 | [test] use docker for gitlab-ci tests | drebs | |
2016-06-22 | [test] limit cpu sets for docker perf test containers | drebs | |
2016-06-22 | [test] add commit/branch checkout to docker test running script | drebs | |
2016-06-22 | [test] add logging to client running on docker container | drebs | |