Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-24 | [feature] allow to pass a static_folder to RootResource | Kali Kaneko (leap communications) | |
in this way, I can pass the pixelated_www.__path__ directly. | |||
2017-07-24 | [feature] package web-ui as a distributable python module | Kali Kaneko (leap communications) | |
in this way, we can generate wheels and pip-install it from pypi or other sources. we intend to use this for easing the shipping of the Pixelated UI in our packages/bundles. a separate debian package can also be easily generated form this artifact. | |||
2017-06-07 | Fix virtualenv path in .bashrc | Varac | |
2017-06-07 | Remove old unused files again | Varac | |
2017-06-07 | Run activate_custom_node_modules.sh from .bashrc | Varac | |
2017-06-07 | Revert "Revert "Use "make install" to install useragent from source"" | Varac | |
This reverts commit 68892379d387abbd8e7ebf81a7e317a8034b34eb. | |||
2017-06-06 | Merge pull request #1080 from pixelated/chromedriver | Tulio Casagrande | |
Ship our local version of google-chrome and chromedriver | |||
2017-06-06 | Add missing requires to chromedriver module | Tulio Casagrande | |
2017-06-06 | Remove old chromedriver path | Tulio Casagrande | |
2017-06-06 | Install chromedriver from github | Tulio Casagrande | |
The latest chromedriver version is getting recurring errors when running login.feature from functional tests | |||
2017-06-02 | Merge pull request #1079 from pixelated/split_node_modules | Tayane Fernandes | |
Split node modules | |||
2017-06-02 | Organizing npm libraries | Tayane Fernandes | |
Related to #1076 | |||
2017-06-02 | Split node modules into production and development groups | varac | |
The rationale behind this is that we now a too complex dependency graphs of node modules (~1000 !). This breaks at least under certain circumstances like installing the modules on a shared folder inside vagrant. This should fix #1076. | |||
2017-06-02 | Merge pull request #1078 from pixelated/fix-vagrant | Tayane Fernandes | |
Reverted code that broke vagrant configurations | |||
2017-06-01 | Revert "Remove old unused files" | Tayane Fernandes | |
This reverts commit 6c52f7a01a0067a1638fd8d64fb7e3030f9b0506. | |||
2017-06-01 | Revert "Remove leftover files/activate_custom_node_modules.sh" | Tayane Fernandes | |
This reverts commit 3b4f57477b58e6e49036d597acabb00cd78f7d32. | |||
2017-06-01 | Revert "Use "make install" to install useragent from source" | Tayane Fernandes | |
This reverts commit e439f48f40f60f5f317e0ac4b54178b0b677c339. | |||
2017-06-01 | Fix _attach_key mock to reflect bitmask-dev changes | Tulio Casagrande | |
2017-05-30 | Use phantomjs from jessie-backports | varac | |
2017-05-29 | Remove old unused files | varac | |
2017-05-24 | Remove leftover files/activate_custom_node_modules.sh | varac | |
2017-05-24 | Use "make install" to install useragent from source | varac | |
2017-05-24 | Remove pixelated apt repo and deb vagrant box | varac | |
2017-05-18 | Add gitlab-ci.yml to allow local and remote builds | varac | |
See https://github.com/pixelated/pixelated-user-agent.git for the documentation. | |||
2017-05-18 | Update build-deps | varac | |
These packages were missing: * virtualenv * libssl-dev * Depend on node >=6.0 * libpng-dev | |||
2017-05-17 | Moves contributions section on README | Anike Arni | |
2017-05-16 | Remove unused installation scripts | Tayane Fernandes | |
2017-05-16 | Update debian/changelog with tag 1.0beta2 | varac | |
2017-05-15 | Update local LEAP provider instructions | Tulio Casagrande | |
2017-05-15 | Add text to design contributions | Tayane Fernandes | |
2017-05-15 | Fixes watch command for vagrant environments | Anike Arni | |
2017-05-12 | Fixes compass watch command | Anike Arni | |
2017-05-12 | Updates format for links to wiki pages in README | Anike Arni | |
2017-05-12 | Removes deployment step from circle ci | Anike Arni | |
2017-05-12 | Replace the website url by github url | Tayane Fernandes | |
2017-05-12 | Replace the website url by github url | Tayane Fernandes | |
2017-05-12 | Updates with local certificate setup | Sriram Viswanathan | |
2017-05-11 | Adds a run task to Makefile. | Denis Costa | |
2017-05-10 | Clarify instructions for the local provider installation | Tulio Casagrande | |
2017-05-10 | Update development installation instructions | Tulio Casagrande | |
2017-05-10 | Remove dockerfile | Sriram Viswanathan | |
2017-05-10 | Revert "Trigger Docker build" | Sriram Viswanathan | |
This reverts commit 0c7950d02e7bbc4aca0cd8141a1345f63f9b7783. | |||
2017-05-10 | Remove a unused provider url | Tayane Fernandes | |
2017-05-10 | Remove a unused provider url | Tayane Fernandes | |
2017-05-10 | Update Readme | Tayane Fernandes | |
2017-05-10 | Add the Single User vs Multi User page link | Tayane Fernandes | |
2017-05-10 | Extrated Multi user mode session | Tayane Fernandes | |
2017-05-10 | Extrated Developer Setup On Native OS session | Tayane Fernandes | |
2017-05-09 | Add 'start development page' in the README | Tayane Fernandes | |
with @thaissiqueira | |||
2017-05-09 | Add rule to change to vagrant folder on login | Tulio Casagrande | |