BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
89f9074f
Commit
89f9074f
authored
Jan 15, 2018
by
Sean McGivern
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/bump-gitaly-version-to-0-69-0' into 'master'
Bump Gitaly version to 0.69.0 See merge request gitlab-org/gitlab-ce!16460
parents
abae33a8
e528ae2c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
GITALY_SERVER_VERSION
GITALY_SERVER_VERSION
+1
-1
commit_service.rb
lib/gitlab/gitaly_client/commit_service.rb
+1
-1
No files found.
GITALY_SERVER_VERSION
View file @
89f9074f
0.6
7
.0
0.6
9
.0
lib/gitlab/gitaly_client/commit_service.rb
View file @
89f9074f
...
...
@@ -177,7 +177,7 @@ module Gitlab
response
=
GitalyClient
.
call
(
@repository
.
storage
,
:commit_service
,
:list_commits_by_oid
,
request
,
timeout:
GitalyClient
.
medium_timeout
)
consume_commits_response
(
response
)
rescue
GRPC
::
Unknown
# If no repository is found, happens mainly during testing
rescue
GRPC
::
NotFound
# If no repository is found, happens mainly during testing
[]
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment