Dolt – It's Git for Data
-
Updated
Jul 19, 2021 - Go
Add a description, image, and links to the git-for-data topic page so that developers can more easily learn about it.
To associate your repository with the git-for-data topic, visit your repo's landing page and select "manage topics."
Currently lakeFS register openapi handlers and handle all specific routes.
In case of a call to
/api/v1/test, the unknown path under the API prefix, the mux will serve the request by the UI handler and return a valid HTML (UI) page.The expected behaviour is to return a non-2xx status code with JSON error - prefered the internal error format, so the developer will handle an error and not fai