Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-09-15 | Add git revision to web-ui on build | Folker Bernitt | |
- Issue #453 | |||
2015-03-27 | Minify was used on packaging, re-adding it | Bruno Wagner | |
2015-03-27 | Updated karma version and karma coverage | Bruno Wagner | |
2015-03-27 | Removed unused libraries and upgraded jshint and watch | Bruno Wagner | |
2015-03-27 | Simplified jshint command and removed absolute path | Bruno Wagner | |
2015-03-27 | Updated some of our npm packages | Bruno Wagner | |
2015-03-27 | Added some missing properties for the package.json | Bruno Wagner | |
2015-03-13 | Changed test and debug tasks, they shouldn't break the css anymore | Bruno Wagner | |
2015-02-12 | Add generation of coverage information from jasmine tests. | Tiago Ferraz | |
Coverage is always generated when tests are executed, information is in web-ui/coverage | |||
2015-02-11 | Fixing handlebars call. | Tiago Ferraz | |
2015-02-11 | General Refactoring | Tiago 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-01-30 | Added npm run watch command that runs compass and handlebars. | Folker Bernitt | |
- Starts two watch jobs for compass and handlebars in parallel - Issue #259 | |||
2015-01-29 | (Duda) #259 - Adding compass watch | Gabriel Albo | |
2015-01-26 | Issue #251: app.min.js is in assets folder, not in root. | Folker Bernitt | |