Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-06 | Revert "use a locale that is always available and supports UTF-8" | Christoph Kluenter | |
We should use en_US.UTF-8 because thats what works on snap-ci. Now we need to find out why go does not have en_US.UTF-8 anymore. This reverts commit 6feeaf5c5cb5d22de079d68fb10bb9403a8412ed. | |||
2016-04-06 | Revert "use a working utf-8 locale in more places" | Christoph Kluenter | |
This reverts commit 54e946eff87a24122997a109f946dc649c8f0498. | |||
2016-04-06 | use a working utf-8 locale in more places | Christoph Kluenter | |
2016-04-06 | use a locale that is always available and supports UTF-8 | Christoph Kluenter | |
This fixes #676 Problem is, that en_US.UTF-8 might not be always available. Compass then falls back to C which is not UTF-8 capabable and fails on some asian strings we have. But C.UTF-8 is always available. | |||
2016-01-22 | Remove zmq folder before running tests | Folker Bernitt | |
2016-01-08 | Added c flag so pycryptopp compiles in OSX | Bruno Wagner | |
2016-01-04 | Rename develop_requirements.txt to requirements.txt | Folker Bernitt | |
- fixes package build as it expects requirements.txt | |||
2015-12-28 | Dev requirements now use u1db and dirspec from launchpad, vagrant needs ↵ | Bruno Wagner | |
bazaar for that to work | |||
2015-10-12 | Remove zmq server.key before unit tests are run | Folker Bernitt | |
- Make tests that rely on that file fail in dev | |||
2015-09-21 | Fixes coverage report error | Giovane | |
2015-08-11 | reenabled parallelism on integration tests | Victor Shyba | |
2015-08-11 | reinstall to latest gnupg on go script | Victor Shyba | |
2015-08-11 | Install develop HEAD dependencies on ./go setup. | Folker Bernitt | |
- Allows to build user agent using latest dependencies - does not need extra pypi server with packages | |||
2015-08-11 | Run integration tests sequentially. | Folker Bernitt | |
- Fix for concurrency problems - Should be re-enabled after migration | |||
2015-04-13 | Added call of pep8 and jshit in when passing coverage_all parameter to | Tiago Ferraz | |
go. So we can replace "go test" in builds. | |||
2015-03-30 | Added command to execute functional tests | Tiago Ferraz | |
Just call go passing functional as an argument. | |||
2015-03-23 | -e will not run on all the steps anymore | Bruno Wagner | |
2015-03-23 | The whole go script runs with -e now, this will make it break when it breaks | Bruno Wagner | |
2015-03-09 | Don't run jshint when running python tests | Alexandre Pretto Nunes | |
2015-03-09 | Make test suite stop if any test brake | Alexandre Pretto Nunes | |
2015-02-12 | Adding Coverage Commands to service/go | Tiago Ferraz | |
Added unit and integration coverage generation command and a combination of both coverage in go script. | |||
2015-02-11 | General Refactoring | Tiago Ferraz | |
Refactored __init__ method on app_test_client to be succint, go to say what is doing and package.json to execute handlebars from the whole path. | |||
2015-02-10 | Fixed identation on the go script | Bruno Wagner | |
2015-02-04 | Fixing setupjs | Neissi Torres Lima | |
2015-02-03 | Auto-detecting the number of cores to run integration tests in parallel | Duda Dornelles | |
2015-01-29 | Fixed typo in gnupg package hack | Bruno Wagner | |
2015-01-28 | Added pip commands to uninstall and install right version for gnupg and scrypt | Jefferson Stachelski | |
2015-01-22 | #224 using text reporter for trial - it is the same as the old nosetests ↵ | Pixpoa pairing | |
reporter | |||
2015-01-22 | #224 moving to trial as test runner | Pixpoa pairing | |
2015-01-21 | Added -w because nosetests was thinking we wanted to run all the tests | Bruno Wagner | |
2015-01-20 | Fixed the arguments passing of the go script, setup with always unzip was ↵ | Bruno Wagner | |
not working because of it | |||
2015-01-14 | Removed requirements (we are back to using setup.py again) and changed go to ↵ | Bruno Wagner | |
reflect that | |||
2015-01-12 | Added jshint to the go test | Bruno Wagner | |
2015-01-09 | #164 sometimes a mail with more than one alternative will not have an html part | Duda Dornelles | |
2015-01-08 | Make it easier to run unit, integration and pep8 tests | Alexandre Pretto | |
2015-01-06 | Npm build already runs clean | Bruno Wagner | |
2015-01-06 | Nose --no-capture was spilling garbage over the tests | Bruno Wagner | |
Removed it by default Added params to './go test' so it can be used if needed | |||
2015-01-06 | Service ./go has some new tricks | Bruno Wagner | |
'./go setup' install python dependencies, js build and the pixelated executable './go start' same as pixelated-user-agent, accepts options to passtrough | |||
2014-11-18 | Deferring TagsController.tags and fixing tests to deal with deferreds | Duda Dornelles | |
2014-08-22 | re-adding go script to run python setup.py [args] | Duda Dornelles | |
2014-08-20 | Removed go and runtests - setup.py develop creates a pixelated-user-agent ↵ | Bruno Wagner Goncalves | |
script that you can run | |||
2014-08-20 | Added setup.py and changed app to pixelated because it will be a package | Bruno Wagner Goncalves | |
2014-08-07 | Victor/Bruno: Removing APP_ROOT workaround from app and tests | Victor Shyba | |
2014-08-05 | Now you can run the server and the tests without changing any code! | Neissi Torres Lima | |
2014-08-04 | Imported bitmask libraries to service | Bruno Wagner Goncalves | |
2014-08-01 | Pixelated user agent REST api without implementation | Duda Dornelles | |