summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-05Revert "[#888] Fix soledad class contract to be compatible with new merge. ↵Anike Arni
with @thaissiqueira." This reverts commit ebdeec4ad6d0f91bc60fd34a580fc02787026692.
2017-01-04Merge pull request #898 from bwagnerr/simplify_staticTulio Casagrande
Simplifies the get_static_folder on RootResource
2017-01-04[#888] Fix soledad class contract to be compatible with new merge. with ↵Anike Arni
@thaissiqueira.
2017-01-04Merge pull request #900 from bwagnerr/fix_test_siteTulio Casagrande
Fixed mockito conflict with zope
2017-01-04Merge pull request #901 from bwagnerr/remove_ssh_keydirTulio Casagrande
Removes directory sshKeyDir
2017-01-03Removes directory sshKeyDirBruno 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-03Fixed mockito conflict with zopeBruno 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-03Simplifies the get_static_folder on RootResourceBruno 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-02Removes unused methodThais Siqueira
2017-01-02Change python-gnupg to use our branch of key extensionThais Siqueira
2017-01-02[#851] minor refactoring, and using the right keymanager branchNavaL
2017-01-02[#850] refactoring as a result of moving should_renew to be in keyNavaL
2017-01-02[#850] keys will now be renewed two months before expiry dateNavaL
2017-01-02[#815] regenerating new keys when the current one expiresNavaL
2017-01-02[#815] regenerating new keys when the current one expiresNavaL
2016-12-30Merge pull request #893 from pixelated/webpackAnike Arni
Transition from require to webpack
2016-12-29Delete require config file main.jsAnike Arni
2016-12-29Move package script to npmAnike Arni
2016-12-29Adds back missing foundation bower dependency to fix buildAnike Arni
2016-12-29Move aliases to common folder for local and production compilationAnike Arni
2016-12-29Compile sandbox files through webpack as wellAnike Arni
2016-12-29Makes sure builds include all necessary filesAnike Arni
2016-12-29Use only dist folder for serving applicationAnike Arni
2016-12-28Fixes offcanvas menu by moving foundation back to index.htmlAnike Arni
2016-12-28Add compiled files to gitignoreAnike Arni
2016-12-28Remove requirejs compilation taks and optionsAnike Arni
2016-12-28Use webpack files for packagingAnike Arni
2016-12-28Use minified files for dependencies and copy them to dist folder with webpackAnike Arni
2016-12-28Move foundation from bower to npm and package them with webpackAnike Arni
2016-12-28Update package script to use webpack filesAnike Arni
2016-12-28Bundles local files that were previously in script tags with webpack for ↵Anike Arni
optimization
2016-12-28Copy all necessary assest to dist folder to package, via webpackAnike Arni
2016-12-28Output javascript bundle in dist folder and use it locallyAnike Arni
2016-12-27Clarifies how js files are compiled by creating separate npm taskAnike Arni
2016-12-27Fixes jshint by adding semicolon in index.jsAnike Arni
2016-12-27Add webpack compilation to build, fix aliases, and add babelAnike Arni
2016-12-27Adds index file for loading app with webpackAnike Arni
2016-12-27Removes almond from package.json as it will not be needed with webpackAnike Arni
2016-12-27Remove uneccessarily aliases in webpackAnike Arni
2016-12-27Move all bower dependencies to npmAnike Arni
2016-12-27Create webpack config file and add aliasesAnike Arni
2016-12-27Removes all unecessary node modules references from package.jsonAnike Arni
2016-12-22Removes inexistent linkTayane Fernandes
2016-12-22Changes board linkTayane Fernandes
2016-12-22Fixes the stepsTayane Fernandes
2016-12-22Adds link to 'Furter Notes' and 'See the results'Tayane Fernandes
2016-12-22Organizes installation stepsTayane Fernandes
2016-12-22Updates board linkTayane Fernandes
2016-12-20Revert "Background settings"Tayane Fernandes
This reverts commit eae2e182940f34050c464c3c7f0e406934578969.
2016-12-20Revert "Removing specific background"Tayane Fernandes
This reverts commit 20d93106c8d373a5438d6d69bff38c7ecd393d5a.