Age | Commit message (Collapse) | Author |
|
|
|
|
|
This reverts commit 68892379d387abbd8e7ebf81a7e317a8034b34eb.
|
|
The latest chromedriver version is getting recurring errors when
running login.feature from functional tests
|
|
This reverts commit 3b4f57477b58e6e49036d597acabb00cd78f7d32.
|
|
This reverts commit e439f48f40f60f5f317e0ac4b54178b0b677c339.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with @tayanefernandes
|
|
|
|
|
|
|
|
with @anikarni
|
|
|
|
vagrant from working
|
|
|
|
See #751
|
|
This change is based on official node instructions.
|
|
|
|
|
|
so we can use the 'debian.pp' manifest to install
the requirements for setting up the useragent in a
non-vagrant env.
|
|
we don't need to install npm from source anymore since jessie
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
bazaar for that to work
|
|
it had expired and was renewed
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
- Issues #282, #252
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|