summaryrefslogtreecommitdiff
path: root/service/go
AgeCommit message (Collapse)Author
2016-01-04Rename develop_requirements.txt to requirements.txtFolker Bernitt
- fixes package build as it expects requirements.txt
2015-12-28Dev requirements now use u1db and dirspec from launchpad, vagrant needs ↵Bruno Wagner
bazaar for that to work
2015-10-12Remove zmq server.key before unit tests are runFolker Bernitt
- Make tests that rely on that file fail in dev
2015-09-21Fixes coverage report errorGiovane
2015-08-11reenabled parallelism on integration testsVictor Shyba
2015-08-11reinstall to latest gnupg on go scriptVictor Shyba
2015-08-11Install 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-11Run integration tests sequentially.Folker Bernitt
- Fix for concurrency problems - Should be re-enabled after migration
2015-04-13Added call of pep8 and jshit in when passing coverage_all parameter toTiago Ferraz
go. So we can replace "go test" in builds.
2015-03-30Added command to execute functional testsTiago Ferraz
Just call go passing functional as an argument.
2015-03-23-e will not run on all the steps anymoreBruno Wagner
2015-03-23The whole go script runs with -e now, this will make it break when it breaksBruno Wagner
2015-03-09Don't run jshint when running python testsAlexandre Pretto Nunes
2015-03-09Make test suite stop if any test brakeAlexandre Pretto Nunes
2015-02-12Adding Coverage Commands to service/goTiago Ferraz
Added unit and integration coverage generation command and a combination of both coverage in go script.
2015-02-11General RefactoringTiago 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-10Fixed identation on the go scriptBruno Wagner
2015-02-04Fixing setupjsNeissi Torres Lima
2015-02-03Auto-detecting the number of cores to run integration tests in parallelDuda Dornelles
2015-01-29Fixed typo in gnupg package hackBruno Wagner
2015-01-28Added pip commands to uninstall and install right version for gnupg and scryptJefferson 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 runnerPixpoa pairing
2015-01-21Added -w because nosetests was thinking we wanted to run all the testsBruno Wagner
2015-01-20Fixed the arguments passing of the go script, setup with always unzip was ↵Bruno Wagner
not working because of it
2015-01-14Removed requirements (we are back to using setup.py again) and changed go to ↵Bruno Wagner
reflect that
2015-01-12Added jshint to the go testBruno Wagner
2015-01-09#164 sometimes a mail with more than one alternative will not have an html partDuda Dornelles
2015-01-08Make it easier to run unit, integration and pep8 testsAlexandre Pretto
2015-01-06Npm build already runs cleanBruno Wagner
2015-01-06Nose --no-capture was spilling garbage over the testsBruno Wagner
Removed it by default Added params to './go test' so it can be used if needed
2015-01-06Service ./go has some new tricksBruno 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-18Deferring TagsController.tags and fixing tests to deal with deferredsDuda Dornelles
2014-08-22re-adding go script to run python setup.py [args]Duda Dornelles
2014-08-20Removed go and runtests - setup.py develop creates a pixelated-user-agent ↵Bruno Wagner Goncalves
script that you can run
2014-08-20Added setup.py and changed app to pixelated because it will be a packageBruno Wagner Goncalves
2014-08-07Victor/Bruno: Removing APP_ROOT workaround from app and testsVictor Shyba
2014-08-05Now you can run the server and the tests without changing any code!Neissi Torres Lima
2014-08-04Imported bitmask libraries to serviceBruno Wagner Goncalves
2014-08-01Pixelated user agent REST api without implementationDuda Dornelles