Jeff Mitchell
81ef0bb190
Unify time.Duration handling across framework and parseutil ( #6935 )
...
This removes a lot of duplicated code and adds time.Duration support to
parseutil, needed by the jwt auth method.
2019-06-20 14:28:32 -04:00
Jeff Mitchell
55e9f46ca3
Allow Default for TimeDurationSecond values to be time.Duration ( #6934 )
2019-06-20 12:28:15 -04:00
Jim Kalafut
122134b207
Add new structures for OpenAPI/UI enhancements ( #6931 )
2019-06-19 16:48:58 -07:00
Jeff Mitchell
2f7019f5bd
Fix some regressions ( #6723 )
...
Multierror is not nil unless you return ErrorOrNil, so this was causing
non-nil errors to be returned when not expected.
Also we need to ensure we only call handleWALRollback if a function
exists.
2019-05-13 11:04:06 -04:00
Clint
970840d88c
Update handleRollback to run both PeriodicFunc and handleWALRollback ( #6717 )
2019-05-10 14:11:42 -05:00
Jim Kalafut
944adb53d6
Don't show TypeHeader fields as being sent as headers in OpenAPI ( #6679 )
...
Fixes #6671
2019-05-03 15:12:24 -07:00
Jeff Mitchell
8bcb533a1b
Create sdk/ and api/ submodules ( #6583 )
2019-04-12 17:54:35 -04:00