Merge branch 'refactor-upstream' into 'master'
Refactor upstream Rationale: the code has become a tangled mess of global variables and types that hang together when they need not. For example: every HTTP handler uses a 'gitRequest'?? I want to clean this up and see if I can move some things into internal packages. Apart from using internal packages we now use http.Handler where we can, and fewer global variables. See merge request !20
Showing
artifacts.go
deleted
100644 → 0
development.go
deleted
100644 → 0
internal/helper/helpers.go
0 → 100644
internal/lfs/lfs.go
0 → 100644
internal/proxy/proxy.go
0 → 100644
internal/upload/artifacts.go
0 → 100644
internal/upstream/routes.go
0 → 100644
lfs.go
deleted
100644 → 0
upstream.go
deleted
100644 → 0
urlflag.go
0 → 100644
Please register or sign in to comment