Skip to content

feat: extract gitlab stub server in a separate package

feistel requested to merge feistel/gitlab-pages:feat/cmd-stub into master

What does this MR do?

Extract gitlab stub server in a separate package and allow running Pages outside the GDK.

This should people working on Pages.

Setup:

$ go run test/gitlabstub/main/main.go
2022/04/14 00:00:00 listening on http://127.0.0.1:40903

Then use

artifacts-server=http://127.0.0.1:40903/api/v4
gitlab-server=http://127.0.0.1:40903

TODO

Edited by Kassio Borges

Merge request reports