featurebase/server
Seebs 474d3e0794 kill everything that tries to pass nil tx to field/view things
The "field/view will just synthesize a tx" behavior is awful and
also hides a number of fundamental flaws. We distinguish between
"we really do mean to work on a single shard here" and "we intend
to work on the whole field or view", and the latter now take
Qcx instead of Tx.

This eliminates a lot of very weird cases where we checked for
nil Tx and synthesized them, and also gets us away from
field and view taking Tx parameters when no possible Tx
can be constructed which is valid, because Tx are inherently
shard-specific at this time.
2022-09-02 11:40:37 -05:00
..
testdata/certs Supply "subject alternative name" for TLS certificates 2020-10-20 14:14:26 -05:00
cluster_test.go Remove most of the resize-related logic 2022-06-21 17:03:09 -05:00
config.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
config_internal_test.go FB-1378: Use IP whitelisting for ingest authentication and authorization (#2070) 2022-05-20 14:57:05 -05:00
config_test.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
dup.go add copyright notice back in 2021-12-10 11:01:04 -06:00
dup_arm64.go add copyright notice back in 2021-12-10 11:01:04 -06:00
grpc.go kill everything that tries to pass nil tx to field/view things 2022-09-02 11:40:37 -05:00
grpc_internal_test.go Recognize semi-colon separated cookies too (#2078) 2022-05-24 21:45:33 -05:00
grpc_test.go catch errors on closing written-to files 2022-07-22 12:20:16 -05:00
handler_test.go Remove most of the resize-related logic 2022-06-21 17:03:09 -05:00
server.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
server_internal_test.go addresses multiple authn/z tickets 2022-01-14 12:31:32 -06:00
server_test.go Run slightly fewer set commands 2022-08-25 15:00:48 -05:00
sql.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
tlsconfig.go add guardrails to TLS configs 2022-06-28 11:58:19 -05:00
tlsconfig_test.go add guardrails to TLS configs 2022-06-28 11:58:19 -05:00
trial.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00