featurebase/ctl
Matthew Jaffee 640ba45129 use retryableHTTP in client, fix memory usage of restore
instead of awkwardly reading an entire file into a buffer, we use
retryablehttp's reader func to open the file fresh if we need to
retry, so a small fixed-size buffer can be used internally for copying
the contents onto the network.
2021-12-22 10:56:16 -06:00
..
backup.go add profiling to backup/restore 2021-12-21 16:24:21 -06:00
check.go add copyright notice back in 2021-12-10 11:01:04 -06:00
check_test.go add copyright notice back in 2021-12-10 11:01:04 -06:00
chksum.go make chksum process All() results correctly for unkeyed indexes 2021-12-10 11:52:39 -06:00
common.go add exponential retry logic to internal http client, use in backup 2021-12-21 16:24:20 -06:00
config.go add copyright notice back in 2021-12-10 11:01:04 -06:00
config_test.go add copyright notice back in 2021-12-10 11:01:04 -06:00
doc.go add copyright notice back in 2021-12-10 11:01:04 -06:00
export.go add copyright notice back in 2021-12-10 11:01:04 -06:00
export_test.go add copyright notice back in 2021-12-10 11:01:04 -06:00
generate_config.go add copyright notice back in 2021-12-10 11:01:04 -06:00
generate_config_test.go add copyright notice back in 2021-12-10 11:01:04 -06:00
import.go add copyright notice back in 2021-12-10 11:01:04 -06:00
import_test.go add copyright notice back in 2021-12-10 11:01:04 -06:00
inspect.go add copyright notice back in 2021-12-10 11:01:04 -06:00
inspect_test.go add copyright notice back in 2021-12-10 11:01:04 -06:00
main_test.go add copyright notice back in 2021-12-10 11:01:04 -06:00
rbf_check.go add copyright notice back in 2021-12-10 11:01:04 -06:00
rbf_dump.go add copyright notice back in 2021-12-10 11:01:04 -06:00
rbf_page.go add copyright notice back in 2021-12-10 11:01:04 -06:00
rbf_pages.go don't panic on invalid page type 2021-12-20 10:58:41 -06:00
restore.go use retryableHTTP in client, fix memory usage of restore 2021-12-22 10:56:16 -06:00
server.go Merge branch 'master' into fb1000 2021-12-19 11:38:08 -06:00
server_test.go add copyright notice back in 2021-12-10 11:01:04 -06:00
util.go add profiling to backup/restore 2021-12-21 16:24:21 -06:00