Skip to content

Bundle webserver binary

Dmitry Gruzd requested to merge 455620-bundle-webserver-binary into main

What does this MR do and why?

This MR adds zoekt-webserver to the project. That way we can start expanding gitlab-zoekt-webserver with the endpoints we need for &13923

How to set up and validate locally

  1. Set up Zoekt in GDK
  2. make build_web
  3. gdk stop zoekt-webserver-development
  4. ./bin/gitlab-zoekt-webserver -index $GDK_DIR/zoekt-data/development/index -rpc -listen :6090
  5. Perform a Zoekt search in GDK
Edited by Dmitry Gruzd

Merge request reports