forked from openstf/stf
-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Versions Bump #184
Open
galek
wants to merge
52
commits into
DeviceFarmer:master
Choose a base branch
from
galek:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Versions Bump #184
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
20cad09
Updated docker image version from 16 to 21
galek dd1a14b
Amend
galek cfe0d7a
zmq update
galek 54460e6
UPD: version bump, BE
galek e17007f
UPD: depends, BE
galek 676e088
Revert "UPD: depends, BE"
galek acfe6b7
UPD: dump version of package
galek 507aea3
FIX: building
galek 84cf25e
UPD: deps
galek 4a0d69d
UPD: versions bump
galek 09408af
UPD: Version bumps
galek 991bec1
UPD: added privileged mode for adb
galek 00da923
UPD: depends
galek 0ceb8f1
UPD: depends
galek 235ebf1
UPD: deps is updated
galek 2bdb992
UPD: deps
galek 3b0ad3e
UPD: webpack-dev-server
galek 89548aa
UPD: deps
galek af336bc
UPD: deps
galek d5796e5
UPD: Sinin is updated
galek 04c2356
UPD: versions is locked
galek d26570c
UPD: versions locked
galek 80e45e1
UPD: Karma has been updated
galek 3617535
UPD: Deps
galek 1538b0d
UPD: deps
galek 424c5af
Updated docker image version from 16 to 21
galek 215148c
Amend
galek ddc521a
zmq update
galek 5ecbead
UPD: version bump, BE
galek 2ebf253
UPD: depends, BE
galek b46fcaa
Revert "UPD: depends, BE"
galek 99852ee
FIX: building
galek ff1843a
UPD: deps
galek db5138e
UPD: versions bump
galek 0addfed
UPD: Version bumps
galek d8f3942
UPD: added privileged mode for adb
galek e1493eb
UPD: depends
galek 8a86e03
UPD: depends
galek 93989f9
UPD: deps is updated
galek ca14804
UPD: deps
galek ce8d1c9
UPD: webpack-dev-server
galek f008193
UPD: deps
galek 868a368
UPD: deps
galek 508458f
UPD: Sinin is updated
galek b9084b0
UPD: versions is locked
galek cb27edf
UPD: versions locked
galek 3dba075
UPD: Karma has been updated
galek fbd8e2b
UPD: Deps
galek 24b92a6
UPD: deps
galek ccc1058
Merge branch 'DeviceFarmer-master'
galek c3b86bb
Merged 3.6.1 to my version
galek 957cb87
Reverted 3.6.1 to my version
galek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
8.16.1 | ||
9.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
nodejs 8.16.1 | ||
nodejs 9.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ version: "3" | |
services: | ||
rethinkdb: | ||
container_name: rethinkdb | ||
image: rethinkdb:2.3 | ||
image: rethinkdb:latest | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should use fixed version. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Okay |
||
restart: unless-stopped | ||
volumes: | ||
- "rethinkdb-data:/data" | ||
|
@@ -12,6 +12,7 @@ services: | |
adb: | ||
container_name: adb | ||
image: devicefarmer/adb:latest | ||
privileged: true | ||
restart: unless-stopped | ||
volumes: | ||
- "/dev/bus/usb:/dev/bus/usb" | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why formatting here is changed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was the auto-formatting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.