summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-12Remove unused files/changesbuild_packagesvarac
2017-03-08Package for ubuntu 16.10 (yakkety)varac
2017-03-08Revert "Use Standards-Version: 3.9.7 so xenial can lint it"varac
This reverts commit c951e94167f1aa333537571a192476973e81bde7.
2017-03-08Use Standards-Version: 3.9.7 so xenial can lint itvarac
2017-03-08Try packaging for xenialvarac
2017-03-08Run test stage at beginning of pipelinevarac
2017-03-08Use test_jessie_amd64 for testingvarac
2017-03-08Linitan default vars now in gitlab-buildpackagevarac
2017-03-08Change Uploaders to sysdev@leap.se in debian/controlvarac
2017-03-08Package for jessie and stretchvarac
2017-03-08Use Standards-Version: 3.9.8varac
2016-09-22remove dependency to python-zmq>=14.4.1-1.1 from debian/control as welldebian/platform-0.9varac
2016-09-21[pkg] remove zmq pinning, avoids jessie installKali Kaneko
2016-09-20Merge branch 'debian/experimental' into debian/platform-0.9Kali Kaneko
2016-09-20[pkg] update to 0.5.2: remove dirspec depdebian/experimentalKali Kaneko
2016-09-20freeze debian versionKali Kaneko
2016-09-20Merge tag '0.5.2' into debian/experimentalKali Kaneko
0.5.2
2016-07-11[pkg] remove dependency on dirspec0.5.2Kali Kaneko
2016-07-11[tests] ignore .tox folderHEADdevelopKali Kaneko
2016-07-11[pkg] remove dependency on dirspecdrebs
This commit removes the dep introduced in 5e12233 by just importing some tiny bit of dirspec code. The previous change was introduced because: * pyxdg did not account for Mac OS specifics, i.e. using ~/Library/ directory structure instead of .config (see: https://leap.se/code/issues/3574). * dirspec does the correct thing for xdg on Mac OS. * u1db depends on dirspec anyway. The problem is that dirspec is not maintained and published on pypi, what forces us to download it from an URL and add exceptions to be able to pip install it. As we are removing dependence on u1db on other modules, we can also remove it here. To workaround the Mac OS problem, we just add some code from dirspec to ensure we get the correct directory on Mac OS.
2016-07-11[test] toxify testsdrebs
2016-07-06[test] add gitlab ci filedrebs
2016-05-18[pkg] setup: use new versioneer json formatKali Kaneko
2016-05-18[pkg] cleaned up version after running freeze_debianverKali Kaneko
2016-05-18[pkg] setup: use new versioneer json formatKali Kaneko
2016-05-18[pkg] use new versioneer json formatKali Kaneko
2016-05-16[style] move import to topKali Kaneko
2016-04-25update debian changelog to 0.5.1Kali Kaneko
2016-04-25freeze debian versionKali Kaneko
2016-04-25Merge tag '0.5.1' into debian/experimentalKali Kaneko
Tag leap.bitmask version 0.5.1
2016-04-18Merge tag '0.5.1' into developKali Kaneko
Tag leap.bitmask version 0.5.1
2016-04-18[pkg] Update changelog0.5.1Kali Kaneko
2016-04-01[pkg] update to versioneer 0.16Kali Kaneko
2016-03-24[doc] update event annotationKali Kaneko
2016-03-24Merge remote-tracking branch 'leapcode/pr/139' into developKali Kaneko
2016-03-16[bug] close TxAuthenticator properlyChristoph Kluenter
otherwise the context.term() does not return
2016-03-11[feature] HookableServiceKali Kaneko
ad-hoc register/trigger mechanism used for service composition. to be used in bitmask.core and bitmask.bonafide in the first place.
2016-03-11Merge remote-tracking branch 'leapcode/pr/138' into developKali Kaneko
2016-03-10[setup] Added docs on how to run the testsBruno Wagner
Also added dirspec directly to the setuptools for now, because it needs the dependency along with the url, but pip would break if it had both
2016-03-10[setup] pycommon pip installs in edit modeBruno Wagner
Leap pycommon will now be installed in editable mode when you use pip install, so that you can run the tests and develop using only pip
2016-03-10[setup] Added dirspec url to requirementsBruno Wagner
I also added a conditional to the setup.py so that python setup.py develop can be used even with the dirspec url
2016-03-09[style] pep8Kali Kaneko
2016-02-29[tests] adapt events tests to recent changesKali Kaneko
2016-02-29[feature] reactor-based authenticatorKali Kaneko
We don't really need a thread to make use of the ZAP authenticator. Document bug fix after authenticator thread is gone
2016-02-23[bug] avoid the events server to block twistd daemonKali Kaneko
1. refactor the zmq_connect/bind methods to use the txzmq addEndpoints mechanism, which cleans up the code a bit. it uses the underlying bindOrConnect method. 2. wrap the addEndpoints call in a helper function that ensures that doRead is called afterward. I'm not fully comfortable with us still using the AuthenticatorThread, I believe we could go witha txzmq-based authenticator for curve.
2016-02-22[feature] optional flag to disable curve authenticationKali Kaneko
2016-02-18[feat] Get events working on windowsmeskio on windows
Always use tcp channels and disable curve encryption on the zmq connections. - Closes: #7899, #7239 - Related: #7919
2015-12-07[refactor] reorder and comment eventsKali Kaneko
Reorder blocks of events, and comment about which user-specific info it's being emitted with them.
2015-11-17Merge branch 'debian/experimental' into debian/platform-0.9Kali Kaneko
2015-11-15Relax the dependency on pyzmq for jessieMicah Anderson