Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09 | Log user's current key for easier debug | Tulio Casagrande | |
Related with: #815 | |||
2017-01-06 | Raise exception when sending a renerated key fails | Tulio Casagrande | |
We still need to figure out what to do when the upload fails. But we're already raising the exception, so we can track it on the logs See: https://github.com/pixelated/pixelated-user-agent/issues/815 | |||
2017-01-06 | Removes soledad server (leap.soledad.server) from requirements | Anike Arni | |
with @thaissiqueira | |||
2017-01-05 | Revert "[#888] Fix soledad class contract to be compatible with new merge. ↵ | Anike Arni | |
with @thaissiqueira." This reverts commit ebdeec4ad6d0f91bc60fd34a580fc02787026692. | |||
2017-01-04 | Merge pull request #898 from bwagnerr/simplify_static | Tulio 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-04 | Merge pull request #900 from bwagnerr/fix_test_site | Tulio Casagrande | |
Fixed mockito conflict with zope | |||
2017-01-04 | Make target setup now only calls install | Bruno Wagner | |
2017-01-04 | Simplified service ./go to call make directly | Bruno Wagner | |
Also added the deactivation of the virtualenv before running anything, to avoid conflicting virtualenvs | |||
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 | |