Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-22 | Add account recovery plantuml diagrams | Anike Arni | |
2017-03-13 | Merge branch 'master' into makefile-tests | Anike Arni | |
2017-02-21 | Remove multiple workers for integration tests | Tulio Casagrande | |
with @anikarni | |||
2017-02-21 | Fix integration tests tag | Tulio Casagrande | |
with @anikarni | |||
2017-02-17 | [#907] Add chromedriver to vagrant for functional tests | Tulio Casagrande | |
with @anikarni | |||
2017-02-17 | [#907] Change default webdriver to chrome | Tulio Casagrande | |
with @anikarni | |||
2017-02-08 | [#922] Add test coverage for new js files | Anike Arni | |
Since this added a lot of scripts to our npm scripts, this commit also organizes the package.json. with @tayanefernandes | |||
2017-02-08 | Fix linters not having packages installed | Tulio Casagrande | |
2017-02-07 | Simplify test routines to not install packages every time | Tulio Casagrande | |
2017-02-06 | [#922] Add command to rebuild node-sass for vagrant | Tayane Fernandes | |
with @anikarni | |||
2017-01-19 | Clean up Makefile by unifying all phone targets, and removing a bunch of ↵ | Ola Bini | |
redundant printing | |||
2017-01-13 | Fix js setup for vagrant | Tulio Casagrande | |
2017-01-09 | Moved source to . so we are compatible with sh | Bruno 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-09 | Added special bundled requirements for pysqlcipher | Bruno Wagner | |
The build breaks without it, with it most machines can run the tests | |||
2017-01-09 | Added error message in case virtualenv doesn't exist | Bruno Wagner | |
2017-01-09 | Functional tests and linters can now be ran standalone | Bruno Wagner | |
Also adapted the README to use the makefile for instructions | |||
2017-01-04 | Make target setup now only calls install | Bruno Wagner | |
2017-01-03 | Moved bower install to npm post_install | Bruno Wagner | |
Also fixed some indentation errors on the Makefile | |||
2017-01-03 | Added coverage to the Makefile | Bruno Wagner | |
2017-01-03 | Go script is now using make to ease the transition | Bruno Wagner | |
2017-01-03 | Adds javascript build and tests to makefile | Bruno 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-03 | Creates a unified makefile for pixelated client and web-ui | Bruno Wagner | |
The python setup (including automatic creation of virtualenv) and test runners are already working. Pending javascript build and tests |