Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -2/+2 |
| | |||||
* | Fix broken migration v27 (#1504) | Jonas Östanbäck | 2017-04-30 | 1 | -12/+30 |
| | | | | Mirror.interval column type needed to be changed to bigint. Correct interval where the interval set is < MinInterval. | ||||
* | Mirror sync interval specified as duration string (#1407) | Jonas | 2017-04-08 | 1 | -0/+56 |
* Sync interval specifed as duration string * Changed mirror interval text * make fmt * Add MinInterval for mirror sync * Use duration internally * Changed min default to 10m * make fmt * Incorrect default * Removed defaults in MustDuration() * Add Mirror interval migration * Default values corrected * Use transaction during migration * Change http 500 to page with error message * Cleanup session.commit() |