Skip to content

Commit

Permalink
Merge pull request #247 from carlosms/gitbase-0.17
Browse files Browse the repository at this point in the history
Implement new gitbase v0.17 uast serialization
  • Loading branch information
carlosms authored Oct 1, 2018
2 parents e4bc9b4 + cb46f22 commit 0718ceb
Show file tree
Hide file tree
Showing 10 changed files with 1,266 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .helm-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gitbaseServer:
url: https://github.com/src-d/siva-java.git
image:
repository: srcd/gitbase
tag: v0.16.0
tag: v0.17.0-rc.3
pullPolicy: IfNotPresent
squashEnable: "true"
readonly: "true"
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
- make coverage
- make validate-commit
- script:
- docker run -d --name bblfshd --privileged --volume $HOME/bblfsh-drivers:/var/lib/bblfshd -p "9432:9432" bblfsh/bblfshd
# TODO (carlosms) fixed bblfshd version because latest fails with https://github.com/bblfsh/bblfshd/issues/195
- docker run -d --name bblfshd --privileged --volume $HOME/bblfsh-drivers:/var/lib/bblfshd -p "9432:9432" bblfsh/bblfshd:v2.7.2
- sleep 5
- docker exec -it bblfshd bblfshctl driver install go docker://bblfsh/go-driver:latest
- docker exec -it bblfshd bblfshctl driver install javascript docker://bblfsh/javascript-driver:latest
Expand Down
1 change: 1 addition & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
depends_on:
- gitbase
gitbase:
image: "srcd/gitbase:v0.16.0"
image: "srcd/gitbase:v0.17.0-rc.3"
environment:
BBLFSH_ENDPOINT: bblfsh:9432
GITBASE_UNSTABLE_SQUASH_ENABLE: "true"
Expand Down
Loading

0 comments on commit 0718ceb

Please sign in to comment.