Skip to content

Commit 0718ceb

Browse files
authored
Merge pull request #247 from carlosms/gitbase-0.17
Implement new gitbase v0.17 uast serialization
2 parents e4bc9b4 + cb46f22 commit 0718ceb

File tree

10 files changed

+1266
-12
lines changed

10 files changed

+1266
-12
lines changed

.helm-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ gitbaseServer:
4444
url: https://github.com/src-d/siva-java.git
4545
image:
4646
repository: srcd/gitbase
47-
tag: v0.16.0
47+
tag: v0.17.0-rc.3
4848
pullPolicy: IfNotPresent
4949
squashEnable: "true"
5050
readonly: "true"

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
- make coverage
4343
- make validate-commit
4444
- script:
45-
- docker run -d --name bblfshd --privileged --volume $HOME/bblfsh-drivers:/var/lib/bblfshd -p "9432:9432" bblfsh/bblfshd
45+
# TODO (carlosms) fixed bblfshd version because latest fails with https://github.com/bblfsh/bblfshd/issues/195
46+
- docker run -d --name bblfshd --privileged --volume $HOME/bblfsh-drivers:/var/lib/bblfshd -p "9432:9432" bblfsh/bblfshd:v2.7.2
4647
- sleep 5
4748
- docker exec -it bblfshd bblfshctl driver install go docker://bblfsh/go-driver:latest
4849
- docker exec -it bblfshd bblfshctl driver install javascript docker://bblfsh/javascript-driver:latest

Gopkg.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
depends_on:
1313
- gitbase
1414
gitbase:
15-
image: "srcd/gitbase:v0.16.0"
15+
image: "srcd/gitbase:v0.17.0-rc.3"
1616
environment:
1717
BBLFSH_ENDPOINT: bblfsh:9432
1818
GITBASE_UNSTABLE_SQUASH_ENABLE: "true"

0 commit comments

Comments
 (0)