| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
cbaa1de9ec |
Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964)
* Graceful Shutdown for windows and others Restructures modules/graceful, adding shutdown for windows, removing and replacing the old minwinsvc code. Creates a new waitGroup - terminate which allows for goroutines to finish up after the shutdown of the servers. Shutdown and terminate hooks are added for goroutines. * Remove unused functions - these can be added in a different PR * Add startup timeout functionality * Document STARTUP_TIMEOUT |
6 years ago |
|
|
33ad554800 | update go-git to v4.12.0 - fixes #7248 (#7249) | 6 years ago |
|
|
34d06f4c6b | Handle CORS requests (#6289) | 6 years ago |
|
|
99c09dfbfa | Update vendor/golang.org/x/sys (#5059) | 7 years ago |
|
|
b6a95a8cb3 |
Integrate public as bindata optionally (#293)
* Dropped unused codekit config * Integrated dynamic and static bindata for public * Ignore public bindata * Add a general generate make task * Integrated flexible public assets into web command * Updated vendoring, added all missiong govendor deps * Made the linter happy with the bindata and dynamic code * Moved public bindata definition to modules directory * Ignoring the new bindata path now * Updated to the new public modules import path * Updated public bindata command and drop the new prefix |
9 years ago |