featurebase/ctl
reesporte b9865ee99a add row-col-mode to featurebase import
most types are imported in the format `<row>,<col>`, but ints and decimals
aren't. with this new flag, ints and decimals are imported using the
`<row>,<col>` format, instead of `<col>,<row>`.
2022-08-02 12:12:53 -05:00
..
testdata Enable authentication/authorization for featurebase tools 2022-01-26 17:30:26 -06:00
auth_token.go [FB-1379] Create a featurebase subcommand to obtain an auth token (#2079) 2022-05-26 11:35:51 -05:00
auth_token_internal_test.go [FB-1379] Create a featurebase subcommand to obtain an auth token (#2079) 2022-05-26 11:35:51 -05:00
backup.go verify available space before backup 2022-07-29 11:30:36 -05:00
chksum.go remove http subpackage and bring implementations into core 2022-02-03 21:04:04 -06:00
common.go remove http subpackage and bring implementations into core 2022-02-03 21:04:04 -06:00
config.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
config_test.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
doc.go add copyright notice back in 2021-12-10 11:01:04 -06:00
export.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
export_test.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
generate_config.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
generate_config_test.go add copyright notice back in 2021-12-10 11:01:04 -06:00
import.go add row-col-mode to featurebase import 2022-08-02 12:12:53 -05:00
import_test.go Create a pool of goroutines bounded to hardware limits. This should resolve "connection refused" error from spawning too many goroutines at once. (#2138) 2022-06-29 16:22:37 -05:00
keygen.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
main_test.go listen on localhost:0 instead of :0 2022-03-18 13:38:30 -05:00
rbf_check.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
rbf_check_test.go Avoid panics in RBF debug tooling 2022-01-03 13:13:02 -07:00
rbf_dump.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
rbf_page.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
rbf_pages.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
rbf_pages_test.go Avoid panics in RBF debug tooling 2022-01-03 13:13:02 -07:00
restore.go simplify, streamline, and possibly debug embedded etcd 2022-07-21 11:42:35 -05:00
server.go [FB-1598] Phase 0 of etcd extraction (#2169) 2022-07-29 15:27:04 -05:00
server_test.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
util.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00