summaryrefslogtreecommitdiff
path: root/service/go
AgeCommit message (Collapse)Author
2017-06-01Revert "Remove old unused files"Tayane Fernandes
This reverts commit 6c52f7a01a0067a1638fd8d64fb7e3030f9b0506.
2017-05-29Remove old unused filesvarac
2017-01-04Simplified service ./go to call make directlyBruno Wagner
Also added the deactivation of the virtualenv before running anything, to avoid conflicting virtualenvs
2017-01-03Moved bower install to npm post_installBruno Wagner
Also fixed some indentation errors on the Makefile
2017-01-03Go script is now using make to ease the transitionBruno Wagner
2016-12-08Revert "[#801] Merge branch 'signup'"Roald de Vries
This reverts commit d10f607a4d40587510b0dc31b31fe4750bf4a3a3, reversing changes made to c28abba2f5b1186c671ebef508d40ffaae6d5bc5.
2016-12-06wipe python packages that already exist on reinstallationRoald de Vries
2016-12-02Finish first smoke testTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-11-23more verbose test outputRoald de Vries
2016-11-04make integration tests pass on Mac OS XRoald de Vries
2016-09-26cleaning pyc files before running testsNavaL
2016-04-06Revert "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-06Revert "use a working utf-8 locale in more places"Christoph Kluenter
This reverts commit 54e946eff87a24122997a109f946dc649c8f0498.
2016-04-06use a working utf-8 locale in more placesChristoph Kluenter
2016-04-06use a locale that is always available and supports UTF-8Christoph 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-22Remove zmq folder before running testsFolker Bernitt
2016-01-08Added c flag so pycryptopp compiles in OSXBruno Wagner
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