Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-27 | [pkg] remove pgpy dependency from requirements | Kali Kaneko | |
2017-06-27 | [tests] ignore vendored modules | Kali Kaneko | |
2017-06-27 | [pkg] vendor pgpy 0.4.1 | Kali Kaneko | |
2017-06-27 | [feat] use PGPy instead of leap.keymanager to encrypt | Ruben Pollan | |
In PGPy 0.4.0 keys are not accepted if they have empty lines before the ascii armored text. I addapt the tests around that for now. This is fixed already in PGPy repo, so it will not be an issue in comming releases. - Resolves: #8558, #8663 | |||
2017-06-21 | Add mandatory REPONAMES CI var for packaging | Varac | |
2017-05-26 | [docs] update gitignore for the coverage html folder | Ruben Pollan | |
2017-05-26 | [bug] check if key is expired | Ruben Pollan | |
For expired keys gnupg will not allow us to encrypt (to force it we'll need to fake the system date). Let's bounce the email properly in this case, and register the error. Make sure as well that _encrypt_message does not return None, let's raise exceptions in case of failure. - Related: #8663 | |||
2017-03-17 | Fix logging of couchdb errors. | drebs | |
Leap MX was previously wrapping soledad's couchdb-related exceptions messages in its own exception. The problem was that message attribute of those exceptions were actually empty, and so the information of the actual error was lost. This commit removes the wrapper exception and forwards whatever exception was received from soledad to the logging system. Signed-off-by: Ruben Pollan <meskio@sindominio.net> | |||
2017-03-08 | Run test stage at beginning of pipeline | varac | |
2017-03-08 | Merge branch 'build_packages' into 'master' | micah | |
Build packages See merge request !6 | |||
2017-03-08 | Use Standards-Version: 3.9.8build_packages | varac | |
2017-03-08 | Branch decides which repo to use in custom-vars | varac | |
2017-03-08 | Test with amd64:stretch job | varac | |
2017-03-08 | Use one package job for every arch/dist combination | varac | |
2017-03-08 | Remove default vars from .gitlab-ci.yml | varac | |
2017-03-02 | Change to Uploaders in debian/control | varac | |
2017-03-02 | Use LEAP automated build <sysdev@leap.se> as uploader | varac | |
2017-03-02 | Quote square brackets in .gitlab-ci.yml | varac | |
2017-03-02 | Upload to different deb repo for any other branch than master | varac | |
2017-03-02 | Split builing and uploading package | varac | |
2017-03-02 | Remove duplicate deb-systemd-invoke start leap-mx.service | varac | |
2017-03-02 | Restart on upgrades | varac | |
2017-03-02 | Fix lintian errors when packaging without initfile | varac | |
2017-03-02 | Shutdown container after successful build | varac | |
2017-03-02 | Run freeze_python_version.sh from PATH | varac | |
2017-03-02 | Move freeze_python_version.sh to gitlab-buildpackage repo | varac | |
2017-03-02 | Use . before git ref in python version | varac | |
2017-03-02 | Add git describe output to CI | varac | |
2017-03-02 | Make pip version similar to git describe | varac | |
2017-03-02 | Fix .gitlab-ci.yml | varac | |
2017-03-02 | Freeze python version | varac | |
2017-03-02 | Show pwd on docker build | varac | |
2017-03-02 | Sleep after successful building to enable debugging | varac | |
2017-03-02 | Run dh with --with=systemd | varac | |
2017-03-02 | Remove unused old initscript | varac | |
2017-03-02 | Build and test deb packages on 0xacab.org | varac | |
2017-03-02 | Include debian/ into master | varac | |
2017-02-17 | remove executable permissions on non-executable file | Micah Anderson | |
2017-02-16 | [docs] add changelog for 0.9.10.9.1 | Kali Kaneko | |
2017-01-27 | [style] pep8 fixes | drebs | |
2017-01-27 | Returns doc as None if we have some error during the encryption | Thais Siqueira | |
When we had an error during encryption, the doc property "_enc_json" was empty and we were saving this empty data on CouchDb. Then it was causing the [GNUPG:] NODATA 2 error during decryption. Related with: https://github.com/pixelated/pixelated-user-agent/issues/908 with @tayanefernandes | |||
2017-01-27 | [pkg] Configure systemd to auto-restart. | Thais Siqueira | |
2017-01-26 | [test] add gitlab CI | Ruben Pollan | |
2017-01-26 | [test] run the tests with tox and py.test | Ruben Pollan | |
- Resolves: #14 | |||
2017-01-26 | [pkg] update to new versioneer json format | Kali Kaneko | |
2017-01-26 | [style] improve readability | Kali Kaneko | |
2017-01-26 | [pkg] add changelog for 0.8.1 | Kali Kaneko | |
2017-01-26 | [pkg] remove old changes notes | Kali Kaneko | |
2017-01-26 | [bug] check if 'enabled' field exist in the Identity document | Ruben Pollan | |
- Related: #7961 | |||
2016-04-18 | Merge tag '0.8.0' | Kali Kaneko | |
Tag leap.mx version 0.8.0 # gpg: Signature made Mon 18 Apr 2016 12:03:24 PM BOT # gpg: using RSA key 1CAF6C5B9F720808 # gpg: Good signature from "Kaliyuga <kaliyuga@riseup.net>" [ultimate] # gpg: aka "Kali Kaneko (leap communications) <kali@leap.se>" [ultimate] |