Skip to content
Snippets Groups Projects

Initial implementation of an elasticsearch indexer in Go

Merged Nick Thomas requested to merge 1-initial-implementation into master
All threads resolved!
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -29,8 +29,6 @@ func (i *Indexer) SubmitCommit(c *git.Commit) error {
}
func (i *Indexer) SubmitBlob(f *git.File, _, toCommit string) error {
// FIXME(nick): Not sure commitSHA is right, or how it works at all
blob, err := BuildBlob(f, i.Submitter.ParentID(), toCommit)
if err != nil {
if isSkipBlobErr(err) {
Loading