Skip to content
  • Georges Racinet's avatar
    HGitayRepository: fixing Diff invocations · 92500bee7f38
    Georges Racinet authored
    Although they go trough `gitaly_commit_client` they actually
    call the `DiffService`, not currently implemented by HGitaly at
    all (obscure generic NoMethod gRPC error, hard to track which
    caller it was).
    
    We need to
    
    - use @git_storage to call the regular Gitaly
    - convert SHAs to Git SHAs
    
    This gives us our first working Commit page in the Web UI, but only
    for Commits without parents. In the (frequent, yes) general case,
    we still need at least BatchByOids to display the Commit parents list
    (must go partly through Markdown rendering). This last part will be
    done after 0.17.0rc1
    92500bee7f38