Matt Jaffee
c1c89b9ef8
fix generate-config command, use single toml lib
...
The generate-config command was printing a fixed string rather than calling
NewConfig() which is the canonical source for default config. I also noticed
that we were depending on two different toml libraries, and so collapsed that to
a single one. We have to use pelletier rather than BurntSushi because the viper
library that we use depends on pelletier.
2018-06-01 09:21:38 -05:00
Yuce Tekol
d79586a434
Merge pull request #1347 from yuce/1342-remove-bench
...
Removes bench command
2018-06-01 03:53:40 +03:00
Yuce Tekol
b3a4d02522
Merge branch 'develop' into 1342-remove-bench
2018-06-01 03:41:51 +03:00
Cody Soyland
1fb51afe60
Merge pull request #1348 from codysoyland/ci-speedup
...
Exclude/remove CI matrix configurations to speed up CI process
2018-05-31 11:11:47 -05:00
Cody Soyland
908066a650
Exclude/remove CI matrix configurations to speed up CI process.
2018-05-30 11:08:49 -05:00
Yuce Tekol
a04e5c8a9b
Merge pull request #1346 from yuce/1336-remove-views-from-api-docs
...
Remove view from API, handler, docs
2018-05-30 17:46:10 +03:00
Yuce Tekol
164b7619aa
Removes bench command
2018-05-30 16:40:21 +03:00
Yuce Tekol
738dead374
Remove view from API, handler, docs
2018-05-30 16:22:15 +03:00
Yuce Tekol
9456a2076d
Merge pull request #1341 from yuce/1319-more-removals
...
More backup/restore stuff removal
2018-05-30 09:14:52 +03:00
Yuce Tekol
dc75021e06
Merge branch 'master' into 1319-more-removals
2018-05-29 22:23:00 +03:00
Cody Soyland
22d48deebe
Merge pull request #1331 from yuce/update-tls-config
...
Match TLSConfig to the docs
2018-05-29 12:23:45 -05:00
Cody Soyland
e69be0b980
Merge branch 'master' into update-tls-config
2018-05-29 11:56:31 -05:00
Cody Soyland
201077b086
Merge pull request #1327 from codysoyland/cors-support
...
Add CORS support to handler
2018-05-29 11:54:38 -05:00
Cody Soyland
d50c2c9f72
Merge branch 'master' into cors-support
2018-05-29 11:38:54 -05:00
Yuce Tekol
998ebf43f9
Merge branch 'master' into update-tls-config
2018-05-29 19:01:51 +03:00
tgruben
2df58b6605
Merge pull request #1333 from tgruben/optimizeMax
...
simplified bitmap max function
2018-05-29 10:59:26 -05:00
Cody Soyland
31c4e18d8d
Merge branch 'master' into cors-support
2018-05-29 10:26:19 -05:00
tgruben
afc8d86161
Merge branch 'master' into optimizeMax
2018-05-29 10:07:47 -05:00
Cody Soyland
65f43c9a4d
Merge pull request #1340 from codysoyland/coveralls-removal
...
Remove coveralls from CI build
2018-05-29 09:48:02 -05:00
Yuce Tekol
5f2b587e7c
More backup/restore stuff removal
2018-05-29 16:44:57 +03:00
Cody Soyland
b8e4f721d7
Merge branch 'master' into coveralls-removal
2018-05-29 08:37:44 -05:00
Cody Soyland
2d06100bd2
Enable fast_finish (do not wait on allow_failures section to complete before marking complete.
2018-05-29 08:37:12 -05:00
Yuce Tekol
57ba900174
Merge pull request #1339 from yuce/1319-remove-backup-endpoint-t2
...
Removes backup/restore stuff
2018-05-29 16:28:54 +03:00
Cody Soyland
adcbb8fc2d
Remove coveralls from CI build
2018-05-29 08:24:31 -05:00
Cody Soyland
77a5c6f811
Merge branch 'master' into cors-support
2018-05-29 08:18:26 -05:00
Yuce Tekol
82f2f14503
Removed backup/restore stuff
2018-05-28 16:54:32 +03:00
Yuce Tekol
70cc3303cc
removed restore endpoint
2018-05-28 16:52:55 +03:00
Matthew Jaffee
7510ff2baa
Merge pull request #1335 from jaffee/remove-inverse
...
Remove inverse
2018-05-25 20:12:48 -05:00
Matt Jaffee
a8795a7445
remove comments about views no longer applicable
2018-05-25 19:30:48 -05:00
Matt Jaffee
b3b29fad47
correct bug where slices were being ignored
2018-05-25 17:18:39 -05:00
Matt Jaffee
47f7beaecc
WIP removing inverse
2018-05-25 17:18:38 -05:00
tgruben
18b485cba1
Merge branch 'master' into optimizeMax
2018-05-25 16:58:42 -05:00
Matthew Jaffee
4a91a9f0a1
Merge pull request #1332 from jaffee/remove-rangeenabled
...
remove rangeEnabled option everywhere
2018-05-25 16:54:48 -05:00
Matt Jaffee
4767ea7bad
fix indentation issue
2018-05-25 14:34:25 -05:00
Todd Gruben
621e22d26c
simplified bitmap max function
2018-05-25 14:24:46 -05:00
Matt Jaffee
75e8a873b1
remove rangeEnabled option everywhere
2018-05-25 13:09:32 -05:00
tgruben
63e440bb74
Merge pull request #1326 from tgruben/bitsToColumn
...
Change bits terminolgy to column
2018-05-25 11:44:40 -05:00
Matt Jaffee
1317d5e989
more bit/column comment tweaks
2018-05-25 11:02:14 -05:00
Matt Jaffee
ca530b1fc3
more fixes
2018-05-25 10:57:51 -05:00
tgruben
f7f20c6595
Merge branch 'master' into bitsToColumn
2018-05-25 10:42:32 -05:00
Matt Jaffee
b878ab347a
few more fixes to bsi comments
2018-05-25 10:23:14 -05:00
Yuce Tekol
ad29269a7f
Add tls tag
2018-05-25 16:03:53 +03:00
Yuce Tekol
5ee2c45d4a
Match TLSConfig to the docs
2018-05-25 10:41:42 +03:00
Yuce Tekol
5cc4e07df1
Merge pull request #1329 from yuce/update-clearbit-docs
...
ClearBit doc fix
2018-05-25 09:01:41 +03:00
Matt Jaffee
4ef266e5cc
revert a bunch of stuff and fix some comments
2018-05-24 16:35:27 -05:00
Cody Soyland
364bbfcf2c
Add docs for handler.allowed-origins
2018-05-24 15:32:34 -05:00
Cody Soyland
1cbc626c1c
Modify comments, change default on handler.allowed-origins
2018-05-24 15:32:09 -05:00
Todd Gruben
e3da6efe3c
revert to old labels on BSI; revert MustSetColumns
2018-05-24 12:48:24 -05:00
Yuce Tekol
c3166fb0c1
ClerBit doc fix
2018-05-24 18:36:09 +03:00
Cody Soyland
1a9beb0916
Add CORS support to handler.
2018-05-24 08:42:34 -05:00