summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2017-05-11Adds a run task to Makefile.Denis Costa
2017-04-26Adds step do run smoke testsThais Siqueira
with @tayanefernandes
2017-03-30[#927] Creates functional tests for backup account flowAnike Arni
with @tayanefernandes
2017-03-30[#1018] Upgrades twisted from 16.1.1 to 17.1.0Sriram Viswanathan
2017-03-22Add account recovery plantuml diagramsAnike Arni
2017-03-13Merge branch 'master' into makefile-testsAnike Arni
2017-02-21Remove multiple workers for integration testsTulio Casagrande
with @anikarni
2017-02-21Fix integration tests tagTulio Casagrande
with @anikarni
2017-02-17[#907] Add chromedriver to vagrant for functional testsTulio Casagrande
with @anikarni
2017-02-17[#907] Change default webdriver to chromeTulio Casagrande
with @anikarni
2017-02-08[#922] Add test coverage for new js filesAnike Arni
Since this added a lot of scripts to our npm scripts, this commit also organizes the package.json. with @tayanefernandes
2017-02-08Fix linters not having packages installedTulio Casagrande
2017-02-07Simplify test routines to not install packages every timeTulio Casagrande
2017-02-06[#922] Add command to rebuild node-sass for vagrantTayane Fernandes
with @anikarni
2017-01-19Clean up Makefile by unifying all phone targets, and removing a bunch of ↵Ola Bini
redundant printing
2017-01-13Fix js setup for vagrantTulio Casagrande
2017-01-09Moved source to . so we are compatible with shBruno Wagner
Snap uses sh directly to run the build, so we cannot expect bash. I changed everything to . so that the make runs more broadly
2017-01-09Added special bundled requirements for pysqlcipherBruno Wagner
The build breaks without it, with it most machines can run the tests
2017-01-09Added error message in case virtualenv doesn't existBruno Wagner
2017-01-09Functional tests and linters can now be ran standaloneBruno Wagner
Also adapted the README to use the makefile for instructions
2017-01-04Make target setup now only calls installBruno Wagner
2017-01-03Moved bower install to npm post_installBruno Wagner
Also fixed some indentation errors on the Makefile
2017-01-03Added coverage to the MakefileBruno Wagner
2017-01-03Go script is now using make to ease the transitionBruno Wagner
2017-01-03Adds javascript build and tests to makefileBruno Wagner
Now you can setup both javascript and python from scratch and run the test suites on both sides directly from the root of the project
2017-01-03Creates a unified makefile for pixelated client and web-uiBruno Wagner
The python setup (including automatic creation of virtualenv) and test runners are already working. Pending javascript build and tests