summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | Update Sphinx theme and add todo directives.Isis Lovecruft2013-11-28
| * | Add Sphinx options for ignoring pickled doctree state.Isis Lovecruft2013-11-28
| * | fixup! Add modified Bootwatch stylesheet so we don't hit googlefonts.com.Isis Lovecruft2013-11-28
| * | Link twisted.* Sphinx directives to Twisted API docs.Isis Lovecruft2013-11-28
| * | Add modified Bootwatch stylesheet so we don't hit googlefonts.com.Isis Lovecruft2013-11-28
| * | Remove unused static resources from doc/sphinx/source/.Isis Lovecruft2013-11-28
| * | Fix Sphinx references to bridgedb.parse and bridgedb.Storage.Isis Lovecruft2013-11-28
| * | Include Sphinx documentation for gen_bridge_descriptors script.Isis Lovecruft2013-11-28
| * | Also mock ipaddr module for doc builds.Isis Lovecruft2013-11-26
| * | Mock C-extensions out for doc building.Isis Lovecruft2013-11-26
| * | Add sources for building Sphinx documentation.Isis Lovecruft2013-11-25
|/ /
* | Pin coverage, coveralls, and sure version numbers in .travis.yml.Isis Lovecruft2013-11-25
* | Merge branch 'feature/9865-test-harness-coverage' into developIsis Lovecruft2013-11-19
|\ \
| * | Fix CI Python2.6 fail due to twisted.trial API changes; no TestCase.skipTest().Isis Lovecruft2013-11-19
| * | Skip test_getGPGContext_goodkey() because of #5463.Isis Lovecruft2013-11-19
| * | Or… we need both libgpgme11 and libgpgme11-dev dependencies.Isis Lovecruft2013-11-19
| * | Fix dependency requirement libgpgme11-dev → libgpgme11.Isis Lovecruft2013-11-19
| * | Remove coverage html report generation from .travis.yml directives.Isis Lovecruft2013-11-19
| * | Fix unittest failures in test_EmailServer due to creating an existent dir.Isis Lovecruft2013-11-19
| * | Ignore _trial_temp/ directory.Isis Lovecruft2013-11-19
| * | Improve error handling for the HTTPServer if a port is already occupied.Isis Lovecruft2013-11-19
| * | Add unittests for bridgedb.EmailServer.getGPGContext() function.Isis Lovecruft2013-11-19
| * | Move method wrapper utility @fileCheckDecorator() to bridgedb.test.util.Isis Lovecruft2013-11-19
| * | Don't include the old unittests in the calculation of coverage results.Isis Lovecruft2013-11-19
| * | Refactor bridgedb.EmailServer.getGPGContext() to improve exception/error hand...Isis Lovecruft2013-11-19
| * | Sphinxify the docstring for bridgedb.EmailServer.getGPGContext().Isis Lovecruft2013-11-19
| * | Make the IRC Travis CI bot a bit less noisy.Isis Lovecruft2013-11-19
| * | Fix unittest fail for test_bridgedb due to changing where make-ssl-cert puts ...Isis Lovecruft2013-11-19
| * | I *really* hate Python2.6.Isis Lovecruft2013-11-19
| * | Add unittests for the bridgedb.crypto module.Isis Lovecruft2013-11-19
| * | Add integration tests which start the BridgeDB servers through the cli scripts.Isis Lovecruft2013-11-19
| * | Add sitecustomize.py for running parallelized coverage tests.Isis Lovecruft2013-11-19
| * | Fix another CI failure due to twisted.trial API changes in Python2.6.Isis Lovecruft2013-11-19
| * | Fix Python2.6 CI failures due to changed twisted.trial.unittest.TestCase API.Isis Lovecruft2013-11-19
| * | Add coverage and coveralls support to the test runner.Isis Lovecruft2013-11-19
|/ /
* | Merge branch 'hotfix/9872-return-status-codes' into developIsis Lovecruft2013-11-19
|\ \
| * | Return status codes from subcommands.hotfix/9872-return-status-codesIsis Lovecruft2013-11-19
|/ /
* | Merge branch 'hotfix/9872-options-subcommands-relative-rundir' into developIsis Lovecruft2013-11-19
|\ \
| * | Fix a test_persistent unittest failing do to options rundir/config changes.Isis Lovecruft2013-11-19
* | | Merge branch 'hotfix/9872-options-subcommands-relative-rundir' into developIsis Lovecruft2013-11-19
|\ \ \ | |/ /
| * | Fix a bug where relative rundir/config options didn't work with subCommands.hotfix/9872-options-subcommands-relative-rundirIsis Lovecruft2013-11-19
|/ /
* | Merge branch 'hotfix/revert-a49ee2a' into developIsis Lovecruft2013-11-19
|\ \
| * | Revert "Deepcopy the HMAC factory function's resulting function."hotfix/revert-a49ee2aIsis Lovecruft2013-11-19
* | | Ignore state files.Isis Lovecruft2013-11-16
* | | Fix make-ssl-cert script to output private key and cert in top-level dir.Isis Lovecruft2013-11-16
|/ /
* | Change setup.py/requirements.txt to allow URI/VCS resources.Isis Lovecruft2013-11-16
* | Call raise SystemExit, not sys.exit, and tweak the format on a print statement.Isis Lovecruft2013-11-16
* | Sign generated descriptors with the secret OR server IDkey.Isis Lovecruft2013-11-16
* | Create the spacey OR fingerprint from the fingerprint, not the idkey digest.Isis Lovecruft2013-11-16
* | Remove unused base64 encoding of idkey digest in gen_bridge_descriptors.Isis Lovecruft2013-11-16