Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-11 | [pkg] update to new CHANGELOG.rst | Kali Kaneko | |
2015-11-11 | Merge tag '0.5.0' into debian/experimental | Kali Kaneko | |
Tag leap.common version 0.5.0 | |||
2015-11-11 | [pkg] migrate changelog to rst and fold in changes0.5.0 | Ivan Alejandro | |
Also, convert issues like #1234 to link pointing to issue tracker. | |||
2015-11-11 | [docs] add next-changelog to changes/ | Kali Kaneko | |
2015-11-11 | [feature] add variable to skip twisted version | Kali Kaneko | |
2015-11-10 | missed one merge conflict fix | Micah Anderson | |
2015-11-10 | Merge branch 'debian/experimental' into debian/platform-0.8 | Micah Anderson | |
2015-11-02 | Merge branch 'debian/experimental' of ssh://leap.se/leap_pycommon into ↵ | Kali Kaneko | |
debian/experimental | |||
2015-11-02 | [pkg] rename extras to 'http' | Kali Kaneko | |
and document the dependencies on the README. | |||
2015-11-02 | [pkg] move python-service-identity to Recommends | Kali Kaneko | |
- Resolves: #7559 | |||
2015-10-31 | remove dh-python so we can build on wheezy | Micah Anderson | |
2015-10-29 | [pkg] relax dependency on twisted version. Closes: #7556 | Kali Kaneko | |
we're going to use soledad-client on wheezy (for the soledad-sync test). soledad-client depends on leap-common, which depends on twisted, but we only have 13.x in wheezy backports. we do this assuming that the hard pinning on twisted-web is done elsewhere for the moment (ie, in bitmask). | |||
2015-10-29 | [pkg] bump changelog to dummy release to fix former versioning error | Kali Kaneko | |
2015-10-29 | [pkg] bump changelog to 0.4.4 | Kali Kaneko | |
2015-10-29 | freeze debian version | Kali Kaneko | |
2015-10-29 | Merge tag '0.4.4' into debian/experimental | Kali Kaneko | |
Tag leap.common version 0.4.4 | |||
2015-10-28 | [pkg] fold in changes0.4.4 | Ivan Alejandro | |
2015-10-21 | Workaround for deadlock problem in zmq auth | Folker Bernitt | |
- See https://leap.se/code/issues/7536 - Actual root cause not identified yet | |||
2015-10-13 | [bug] fix typo on dirname usage | Ivan Alejandro | |
2015-10-09 | [bug] fix wrong ca_cert path inside bundle | Kali Kaneko | |
-Resolves: #7524 | |||
2015-10-07 | [bug] consider STANDALONE for the paths | Ivan Alejandro | |
Since we need to write a file we have to consider whether we are running in 'standalone' mode or not to use the right path prefix. - Related: #7512 | |||
2015-10-06 | [pkg] add python-twisted-web and python-service-identity as Depends. | Kali Kaneko | |
this is listed as extras, but it's needed for soledad and the client. | |||
2015-09-24 | Merge branch 'debian/experimental' of ssh://leap.se/leap_pycommon into ↵ | Kali Kaneko | |
debian/experimental | |||
2015-09-24 | freeze debian version | Kali Kaneko | |
2015-09-24 | [pkg] update debian changelog to 0.4.3 | Kali Kaneko | |
2015-09-24 | Merge tag '0.4.3' into debian/experimental | Kali Kaneko | |
Tag leap.common version 0.4.3 | |||
2015-09-22 | [pkg] fold in changes0.4.3 | Ivan Alejandro | |
2015-09-16 | [refactor] move checking flag to main module | Kali Kaneko | |
2015-09-16 | [tests] Make txclient honor flags.EVENTS_ENABLED | Folker Bernitt | |
- Breaks tests in dependent repos like soledad otherwise, because server.key could not be found | |||
2015-09-15 | [feat] expose async events in api | Kali Kaneko | |
to make simpler the import of the tx client - Related: #7274 | |||
2015-09-10 | Specify explicit dependencies for python-zmq and python-txzmq | Micah Anderson | |
2015-09-09 | [docs] add downloads badge | Kali Kaneko | |
2015-09-09 | [docs] fix broken pypi badge | Kali Kaneko | |
2015-09-03 | add pydist-overrides for pyopenssl | Micah Anderson | |
2015-09-01 | minor lintian fixes for new package | Micah Anderson | |
2015-09-01 | Merge remote-tracking branch 'kali/debian/0.4.2' into debian/experimental | Micah Anderson | |
2015-08-28 | [style] pep8 fixes | Kali Kaneko | |
2015-08-28 | remove python-gnupg dependency | Kali Kaneko | |
this was moved to keymanager time ago | |||
2015-08-28 | update dependencies | Kali Kaneko | |
- remove protobuf - add zmq/txzmq | |||
2015-08-28 | [deb] bump changelog | Kali Kaneko | |
2015-08-28 | freeze debian version | Kali Kaneko | |
2015-08-28 | Merge tag '0.4.2' into debian/experimental | Kali Kaneko | |
Tag leap.common version 0.4.2 Conflicts: pkg/requirements-testing.pip setup.cfg src/leap/common/_version.py src/leap/common/events/events_pb2.py | |||
2015-08-26 | [pkg] fold in changes0.4.2 | Ivan Alejandro | |
2015-08-17 | [tests] add pep8/flake8 ignores | Kali Kaneko | |
2015-08-17 | [style] pep8 fix | Kali Kaneko | |
2015-08-17 | [feature] allow passing callback to http client | drebs | |
2015-08-05 | [feat] WHEELHOUSE can be a url + --use-leap-wheels | Parménides GV | |
--use-leap-wheels sets --trusted-host (remove it when we have a proper cert) and WHEELHOUSE to https://ftp.lizard.leap.se Until we get ftp.lizard cname, use lizard as the wheels server. | |||
2015-08-04 | [bug] HTTP timeout was not being cleared on abort | Bruno Wagner | |
In case the http client loses connection, it has to clear it's timeout or the reactor will be left in a dirty state Fixing this solves a problem with some of the tests in Soledad that were trying to run on a dirty reactor | |||
2015-08-03 | [tests] ignore trial temp folder | Kali Kaneko | |
2015-08-03 | [feat] use wheels to install dependencies | Parménides GV | |
generate_wheels uses $WHEELHOUSE to generate and store the wheels for requirements.pip and requirements-testing.pip (if it exists). pip_install_requirements.sh installs requirements.pip from them if possible (if not, then it fetches them from pypi) or, if passed the --testing flag, it installs requirements-testing.pip. |