Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-07 | Fix virtualenv path in .bashrc | 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 | Add missing requires to chromedriver module | 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-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-05-30 | Use phantomjs from jessie-backports | 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-12 | Fixes compass watch command | Anike Arni | |
2017-05-09 | Add rule to change to vagrant folder on login | Tulio Casagrande | |
2017-05-09 | Change chromedriver to latest version | Tulio Casagrande | |
2017-04-26 | Sets specific chromedriver and chromium versions to be compatible with tests | Thais Siqueira | |
with @tayanefernandes | |||
2017-02-27 | Fix fetching of pixelated apt key | varac | |
2017-02-27 | Remove old spt keys | varac | |
2017-02-27 | Remove things already present in LEAP/jessie box | varac | |
2017-02-17 | [#907] Add chromedriver to vagrant for functional tests | Tulio Casagrande | |
with @anikarni | |||
2017-01-20 | Removes old virutalenv that is no longer being used | Anike Arni | |
2016-12-07 | Fix out of memory errors and problems with older node versions that stopped ↵ | Ola Bini | |
vagrant from working | |||
2016-10-19 | Add libsqlcipher-dev to vagrant dependencies | Tulio Casagrande | |
2016-07-14 | set NODE_PATH in shell | Christoph Kluenter | |
See #751 | |||
2016-06-30 | Implement nodejs provisioning based on package mnaging | Caio Carrara | |
This change is based on official node instructions. | |||
2016-06-28 | ship our local copy of phantomjs | varac | |
2016-05-18 | use leap 0.9 deb repo | varac | |
2016-03-21 | Bumped phantomjs version to match snapci version | Bruno Wagner | |
This also fix the functional tests not passing in vagrant, the old phantomjs had trouble with keepalive requests that selenium uses, that was fixed in this version so we shouldn't find badstatusline errors anymore | |||
2016-02-11 | don't update venv on every login shell | varac | |
2016-02-09 | Refactor vagrant provisioning scripts | varac | |
so we can use the 'debian.pp' manifest to install the requirements for setting up the useragent in a non-vagrant env. | |||
2016-02-08 | Install npm from debian package archive | varac | |
we don't need to install npm from source anymore since jessie | |||
2016-02-08 | install bzip2 before installing phantomjs | varac | |
- Resolves: #597 | |||
2016-02-08 | also use httpredir.debian.org for jessie-backports | varac | |
2016-02-08 | Install virtualenv, install compass as .deb | varac | |
2016-02-04 | fix installation of useragent deb package | varac | |
2016-02-04 | update LEAP archive signing key | varac | |
2016-01-06 | Add nodejs_legacy package for required node symlink | Felix Hammerl | |
2016-01-04 | Changed wheezy backports to jessie | Bruno Wagner | |
Changed to jessie backports as we are using that now. Also adapted the nodejs_legacy package calls to nodejs, that's the name of the package on jessie | |||
2015-12-28 | Dev requirements now use u1db and dirspec from launchpad, vagrant needs ↵ | Bruno Wagner | |
bazaar for that to work | |||
2015-10-29 | update key used for downloading our packages | Christoph Kluenter | |
it had expired and was renewed | |||
2015-08-20 | Upgrade pip and setuptools when logging into the dev box | kaeff | |
Doing the upgrade while ssh'ing into the box because 1) The virtualenv is loaded already 2) Happends right before pip is used the first time See https://github.com/pixelated/pixelated-user-agent/pull/436 | |||
2015-05-07 | added build-essential package to source provisioning | varac | |
2015-04-28 | Updated user agent vagrant to run on Jessie | Bruno Wagner | |
2015-04-28 | Activate custom modules now uses the correct setup | Bruno Wagner | |
2015-02-12 | Bower always uses node_modules and added LC_ALL for the compass compile to work | Bruno Wagner | |
2015-02-12 | Use wheezy for vagrant source box #272 | varac | |
2015-02-11 | (Re-)added auto setup of vagrant ssh. | Folker Bernitt | |
- Issues #282, #252 | |||
2015-02-10 | for #282 not running ./go setup as part of activate_custom_node_modules | Duda Dornelles | |
Withot this fix we would run ./go setup everytime the user does vagrant ssh. Running that should be a user option and not enforced like that. | |||
2015-02-10 | Depend on python-requests from wheezy-backports #279 | varac | |
2015-02-10 | moved wheezy-backports sources to dedicated file, see #278 | varac | |
2015-02-09 | #278 adding wheezy-backports repo to deb vagrant sources list | Duda Dornelles | |