Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-06 | [#922] Add back link | Tayane Fernandes | |
with @anikarni | |||
2017-02-06 | [#922] Add accessibility warning in dev env | Tayane Fernandes | |
with @anikarni | |||
2017-02-03 | [#922] Move new js tests to mocha | Anike Arni | |
We decided to move to mocha because it has more support for node testing with webpack (no need for browser). Since we're moving to React, we don't need the browser for our unit tests. With @tayanefernandes | |||
2017-02-03 | [#922] Adds css to account recovery | Anike Arni | |
with @tayanefernandes | |||
2017-02-01 | [#922] Add react tests | Anike Arni | |
with @tayanefernandes | |||
2017-02-01 | [#922] Add react | Anike Arni | |
with @tayanefernandes | |||
2017-01-13 | Adds js to watch command so that dev is faster in js | Anike Arni | |
2017-01-13 | Fix js setup for vagrant | Tulio Casagrande | |
2017-01-03 | Moved bower install to npm post_install | Bruno Wagner | |
Also fixed some indentation errors on the Makefile | |||
2016-12-29 | Move package script to npm | Anike Arni | |
2016-12-29 | Compile sandbox files through webpack as well | Anike Arni | |
2016-12-28 | Fixes offcanvas menu by moving foundation back to index.html | Anike Arni | |
2016-12-28 | Remove requirejs compilation taks and options | Anike Arni | |
2016-12-28 | Use webpack files for packaging | Anike Arni | |
2016-12-28 | Use minified files for dependencies and copy them to dist folder with webpack | Anike Arni | |
2016-12-28 | Move foundation from bower to npm and package them with webpack | Anike Arni | |
2016-12-28 | Update package script to use webpack files | Anike Arni | |
2016-12-27 | Clarifies how js files are compiled by creating separate npm task | Anike Arni | |
2016-12-27 | Add webpack compilation to build, fix aliases, and add babel | Anike Arni | |
2016-12-27 | Removes almond from package.json as it will not be needed with webpack | Anike Arni | |
2016-12-27 | Move all bower dependencies to npm | Anike Arni | |
2016-12-27 | Removes all unecessary node modules references from package.json | Anike Arni | |
2016-12-08 | Revert "[#801] Merge branch 'signup'" | Roald de Vries | |
This reverts commit d10f607a4d40587510b0dc31b31fe4750bf4a3a3, reversing changes made to c28abba2f5b1186c671ebef508d40ffaae6d5bc5. | |||
2016-12-05 | no difference between dev and prod static files | Roald de Vries | |
2016-12-02 | [refactor] use static url instead of assets url | Zara Gebru | |
2016-12-02 | [refactor] move app dir into public dir | Zara Gebru | |
2016-11-18 | serve signup page through twisted | Roald de Vries | |
2016-11-16 | rename react subdir to signup | Roald de Vries | |
2016-11-16 | add a form and use fetch | Roald de Vries | |
2016-11-16 | mock up the first forms of signup | Roald de Vries | |
2016-07-27 | Fix web-ui unit tests | Roald de Vries | |
Reason for the failure: see https://github.com/karma-runner/karma-phantomjs-launcher/issues/104 | |||
2016-06-29 | Add jasmine-ajax to mock ajax calls on tests | Tulio Casagrande | |
We had some tests trying to hit the backend. Considering these are unit tests, we decided to mock all ajax calls. This removes the warnings we had when running js tests. | |||
2016-06-27 | Uses browser set on karma conf file | Caio Carrara | |
2016-06-26 | Updated handlebars to latest version | Bruno Wagner | |
2016-06-26 | Updated bower and fixed dist clean | Bruno Wagner | |
2016-06-26 | Updated karma and requirejs | Bruno Wagner | |
Also changed reporter to dots, to decrease verbosity a little bit | |||
2016-06-26 | Updated minifiers and packaging accordingly | Bruno Wagner | |
2016-03-23 | Updated karma launcher so we use the same phantomjs | Bruno Wagner | |
It is now on version 1.0.0, to support phantomjs2, now we bumped the version of phantomjs to 2.1.1 in all environments and for all the types of tests | |||
2016-03-22 | removed minified js libraries before our minification | NavaL | |
expressly added non-zero exit code if minification fails upgraded minify version Issue #655 | |||
2016-03-18 | Bumped html_minify to fix errors in old version | Bruno Wagner | |
2016-03-09 | Issue #617: Add sandbox to build scripts | Felix Hammerl | |
2016-01-13 | Updated bower and requirejs versions | Bruno Wagner | |
2016-01-13 | Updated karma so try to fix timestamp problem on snap | Bruno Wagner | |
2015-12-30 | Updates jshint to latest version #565 | Giovane | |
- Change 'use strict' mode to function-level - Update needed files | |||
2015-12-30 | Updating bower, html-minifier and imagemin versions #565 | Giovane | |
2015-12-15 | Updates vagrant box image and fix jshint path. | Giovane | |
- Change vagrant image to debian jessie - Uses absolute path to jshint on package.json | |||
2015-11-20 | Chaged jshint version to the newest one | Jefferson Stachelski | |
2015-11-13 | Revert "Add absolute path for jshint call." | Giovane | |
This reverts commit 7b67d64ce75600961cc9836fb124997590126d0e. | |||
2015-11-13 | Add absolute path for jshint call. | Giovane | |
2015-09-29 | #476 jshint as requirement to run js tests. | Giovane | |