Skip to content

fix: Add sha256 support

Terri Chu requested to merge 34-support-sha256-repo into main

What does this MR do and why?

Closes #34 (closed)

Add SHA256 support to the zoekt indexer

How to set up and validate locally

  1. stop the zoekt indexer for gdk
    gdk stop gitlab-zoekt-indexer-development
  2. checkout this branch and run make gdk to start the indexer running this code
  3. enable a namespace for Zoekt indexing
  4. setup a new project in that namespace that uses sha256

image

  1. verify the project is searchable and returns results from code search
  2. push a commit to the project
  3. verify the updated changes are searchable
Edited by Terri Chu

Merge request reports