modprox / mp

Private Go Module Proxy
https://modprox.org
BSD 3-Clause "New" or "Revised" License
16 stars 1 forks source link

registry: make it easier to add pre-module modules #173

Closed ovesh closed 4 years ago

ovesh commented 5 years ago

Right now, the /mods/find page will list repo tags and a pseudo-version of HEAD per user-input line (for github repos only).

  1. fix the pseudo-version
  2. add UI that will allow to easily register any of the listed version.
ovesh commented 5 years ago

this is what the UI flow looks like in my branch:

/mods/find

findflow1

/mods/new

findflow2

Note that the URL in /mods/new is a GET form. I figured that this is preferred because the request doesn't change state, but I'm ok with changing it.