Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-04 | Merge pull request #901 from bwagnerr/remove_ssh_keydir | Tulio Casagrande | |
Removes directory sshKeyDir | |||
2017-01-03 | Moved bower install to npm post_install | Bruno Wagner | |
Also fixed some indentation errors on the Makefile | |||
2017-01-03 | Removes directory sshKeyDir | Bruno Wagner | |
That was added when trying to add manhole support, we removed manhole some time ago and this directory doesn't make sense anymore, so I removed it | |||
2017-01-03 | Fixed mockito conflict with zope | Bruno Wagner | |
I bumped into this problem where trial would try to clean up after running the SiteTest and run into an error 'RememberedInvocation has no attribute "_implied"' That happened because mockito is strict with the set of functions it's mock accepts and _implied doesn't exist. It didn't really make sense in this test context so I've adapted the test to use MagicMock instead and now the test pass without problems. | |||
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 | |||
2017-01-03 | Simplifies the get_static_folder on RootResource | Bruno Wagner | |
There are only two possibilities currently: - The static files are at web-ui/dist - The static files are installed by the debian package at /usr/share/pixelated-user-agent This change removed the third non-existent possibility that was causing errors sometimes in a new environment (service/web-ui/dist) | |||
2017-01-02 | Removes unused method | Thais Siqueira | |
2017-01-02 | Change python-gnupg to use our branch of key extension | Thais Siqueira | |
2017-01-02 | [#851] minor refactoring, and using the right keymanager branch | NavaL | |
2017-01-02 | [#850] refactoring as a result of moving should_renew to be in key | NavaL | |
2017-01-02 | [#850] keys will now be renewed two months before expiry date | NavaL | |
2017-01-02 | [#815] regenerating new keys when the current one expires | NavaL | |
2017-01-02 | [#815] regenerating new keys when the current one expires | NavaL | |
2016-12-30 | Merge pull request #893 from pixelated/webpack | Anike Arni | |
Transition from require to webpack | |||
2016-12-29 | Delete require config file main.js | Anike Arni | |
2016-12-29 | Move package script to npm | Anike Arni | |
2016-12-29 | Adds back missing foundation bower dependency to fix build | Anike Arni | |
2016-12-29 | Move aliases to common folder for local and production compilation | Anike Arni | |
2016-12-29 | Compile sandbox files through webpack as well | Anike Arni | |
2016-12-29 | Makes sure builds include all necessary files | Anike Arni | |
2016-12-29 | Use only dist folder for serving application | Anike Arni | |
2016-12-28 | Fixes offcanvas menu by moving foundation back to index.html | Anike Arni | |
2016-12-28 | Add compiled files to gitignore | 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-28 | Bundles local files that were previously in script tags with webpack for ↵ | Anike Arni | |
optimization | |||
2016-12-28 | Copy all necessary assest to dist folder to package, via webpack | Anike Arni | |
2016-12-28 | Output javascript bundle in dist folder and use it locally | Anike Arni | |
2016-12-27 | Clarifies how js files are compiled by creating separate npm task | Anike Arni | |
2016-12-27 | Fixes jshint by adding semicolon in index.js | Anike Arni | |
2016-12-27 | Add webpack compilation to build, fix aliases, and add babel | Anike Arni | |
2016-12-27 | Adds index file for loading app with webpack | Anike Arni | |
2016-12-27 | Removes almond from package.json as it will not be needed with webpack | Anike Arni | |
2016-12-27 | Remove uneccessarily aliases in webpack | Anike Arni | |
2016-12-27 | Move all bower dependencies to npm | Anike Arni | |
2016-12-27 | Create webpack config file and add aliases | Anike Arni | |
2016-12-27 | Removes all unecessary node modules references from package.json | Anike Arni | |
2016-12-22 | Removes inexistent link | Tayane Fernandes | |
2016-12-22 | Changes board link | Tayane Fernandes | |
2016-12-22 | Fixes the steps | Tayane Fernandes | |
2016-12-22 | Adds link to 'Furter Notes' and 'See the results' | Tayane Fernandes | |
2016-12-22 | Organizes installation steps | Tayane Fernandes | |
2016-12-22 | Updates board link | Tayane Fernandes | |
2016-12-20 | Revert "Background settings" | Tayane Fernandes | |
This reverts commit eae2e182940f34050c464c3c7f0e406934578969. |