| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
cd9cb8c69a |
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 |
|
|
99f593acb0 | update go-git to v4.12.0 - fixes #7248 (#7249) | 6 years ago |
|
|
96c6253b9b | Handle CORS requests (#6289) | 7 years ago |
|
|
8fa17a99d0 | Update vendor/golang.org/x/sys (#5059) | 7 years ago |
|
|
6c09e5368f |
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 |