Commit Graph

7 Commits

Author SHA1 Message Date
Zac 591928c619 SERVER-108478 JS formatted by prettier and remove clang-format (#39656)
GitOrigin-RevId: 6c8f6aded47f260aa4f7c231b17dae3302cb1e04
2025-08-21 17:27:09 +00:00
Matt Broadstone a4f458fe4d SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
clang-format-7.0.1 134a408395
SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
ADAM David Alan Martin b8f64cc3fd
SERVER-32111 Make `srv-uri` test not use SSL
The `srv-uri` test needs to explicitly decline to use SSL, since
the new `mongo+srv://` URI scheme implicitly turns on SSL.  On
SSL based configurations, the test will fail to connect to
localhost when SSL is enabled.
2017-11-29 14:10:24 -05:00
ADAM David Alan Martin 1d560ef0dd
SERVER-31081 Fix Lint again. 2017-10-31 17:45:57 -04:00
ADAM David Alan Martin ac9166a1b5
SERVER-31061 Fix Lint. 2017-10-31 16:41:48 -04:00
ADAM David Alan Martin 400b86d296
SERVER-31061 Add `mongo+srv://` support for URIs.
The shell now supports parsing and handling `mongo+srv://` style URIs,
as part of the DNS Seedlist support.  These URIs require DNS SRV and
TXT record lookups, for extra configuration options.  The shell also
supports a (limited) form of connection-failover -- when initially
connecting to a non-replica-set cluster, the shell will try each
host listed, in order, until a connection can be established.
2017-10-31 15:49:49 -04:00