David Percy
b902366ad2
SERVER-67415 Create golden-data JS suites
...
Adds two new suites: query_golden_classic and query_golden_cqf, which
use the golden-data test framework (docs/golden_data_test_framework.md).
These suites diff the expected and actual output instead of using
assert.eq and similar functions.
This change includes some refactoring of the golden-test classes to avoid
pulling the unittest library into the mongo shell.
2022-08-17 15:37:04 +00:00
Jess Balint
183c16e908
SERVER-67410 Port canonical_query_encoder_test.cpp to the golden test framework
2022-08-11 22:55:28 +00:00
Alex Li
11967978f8
SERVER-67830 Rename ServiceStateMachine -> SessionWorkflow
2022-07-28 17:21:38 +00:00
Eric Milkie
d894ba136c
SERVER-68150 add new package to building.md
2022-07-19 20:04:50 +00:00
Ryan Egesdahl
9f22c1117b
SERVER-64811 Revise build docs for newer OSX
2022-07-07 22:14:59 +00:00
Varun Ravichandran
16924398f1
SERVER-59920: Include cluster server parameters in server parameter documentation
2022-06-27 13:46:32 +00:00
Ryan Egesdahl
fecef7a1f7
SERVER-67074 Clarify targets in build docs
2022-06-15 19:05:03 +00:00
Tausif Rahman
9ea1d6f041
SERVER-66490 Apply pylinters to build system code
2022-05-25 17:40:16 +00:00
Alexander Neben
90a033ffa1
SERVER-64352 mongo shell no longer built by default
2022-05-13 01:38:01 +00:00
Richard Samuels
6b0215b0d9
SERVER-65696 Document hang analyzer
2022-05-11 19:25:12 +00:00
Daniel Moody
6cdc621958
SERVER-65805 added libdeps handling for no critical edges found
2022-05-05 18:37:44 +00:00
Billy Donahue
1634edc01f
SERVER-52604 normalize log.h inclusion semantics
2022-05-04 23:17:39 +00:00
David Bradford
c1638c0ae3
SERVER-64731: Use version level task generation
2022-04-25 13:09:03 +00:00
Richard Samuels
0d9705653d
SERVER-62992 Remove need for resmoke.ini
2022-04-08 14:27:40 +00:00
trahman1318
8711aedfc3
SERVER-60831 Document configuration for Server linting tools
2022-03-31 19:32:55 +00:00
Robert Guo
9223710d1b
SERVER-64802 Split up evergreen.yml into a release project and a dev project
2022-03-27 21:03:48 +00:00
Robert Guo
1881a6bf29
SERVER-64771 move doc for FSM concurrency testing framework
2022-03-23 16:43:56 +00:00
Anna Wawrzyniak
7d29d1d909
SERVER-63734 Add cli update/diff tools for golden data test management
2022-03-12 19:49:32 +00:00
Billy Donahue
7c5ff6c912
SERVER-63588 ServerParameter: test for redact, remove self-registration
2022-03-10 19:32:28 +00:00
Alexander Golin
2207a3236b
SERVER-62595 Migrate logv2 README to docs/logging.md and update references
2022-03-08 21:48:27 +00:00
David Bradford
0a079df588
SERVER-63827: Determine task timeout at the start of task execution
2022-03-04 15:20:51 +00:00
David Bradford
d883e3e0c2
Revert "SERVER-63827: Determine task timeout at the start of task execution"
...
This reverts commit 4080bd6938 .
2022-03-02 20:57:30 +00:00
David Bradford
4080bd6938
SERVER-63827: Determine task timeout at the start of task execution
2022-03-02 15:55:39 +00:00
Tyler Seip
b696e034fe
SERVER-58205: Update documentation to include load balancer support
2022-01-31 21:12:51 +00:00
Billy Donahue
e4b443ef8a
SERVER-60980 update logo used in toplevel README.md
2021-10-26 21:26:51 +00:00
Andrew Morrow
264eef8fe8
SERVER-58284 Add documentation around MONGO_VERSION and MONGO_GIT_HASH
2021-10-05 14:14:16 +00:00
sergey.galtsev
0ccb53fc55
SERVER-60397 add SELinux link to arch guide
2021-10-04 18:01:06 +00:00
Billy Donahue
0ed651b8a8
SERVER-59862 PromiseAndFuture comment revision
2021-09-16 07:03:03 +00:00
Billy Donahue
9a31793b88
SERVER-59862 give PromiseFuture a name
2021-09-14 22:07:53 +00:00
Tyler Seip
d7327f942a
SERVER-48718: Document server contextual singletons
2021-09-13 17:52:51 +00:00
George Wangensteen
6e2d551ce6
SERVER-48735 Document Server Promise/Future Use
2021-09-09 20:25:51 +00:00
Billy Donahue
ba81782f2e
SERVER-58383 arch guide for thread pools
2021-08-20 16:00:12 +00:00
Amirsaman Memaripour
4606e0e74e
SERVER-48761 Document server-internal server parameter implementation
2021-08-19 19:21:06 +00:00
Ryan Egesdahl
9a3fcb5a16
SERVER-58817 Restore older Ubuntu/Debian python-dev install instructions
2021-08-17 22:16:24 +00:00
Paran Lee
b5c79abcca
SERVER-58817 Direct users to install python-dev-is-python3 on Ubuntu
...
The `python3.7-dev` package is no more.
```
$ sudo apt install python3.7-dev
...
E: Unable to locate package python3.7-dev
E: Couldn't find any package by glob 'python3.7-dev'
```
We should direct the user to install python-dev-is-python3 instead:
```
$ apt search python-dev-is-python3
Sorting... Done
Full Text Search... Done
python-dev-is-python3/focal,now 3.8.2-4 all [installed]
symlinks /usr/bin/python-config to python3-config
```
Closes #1407
Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
2021-08-17 02:51:44 +00:00
Matthew Saltz
cc94a08bb4
SERVER-49367 Update exception_architecture.md to include information on choosing unnamed error codes
2021-08-12 17:46:48 +00:00
Billy Donahue
b9c0476007
SERVER-57684 README.md
2021-06-21 14:48:56 +00:00
Daniel Moody
44ca57b15d
SERVER-56570 added LIBDEPS docs.
2021-05-03 15:49:37 +00:00
Ryan Egesdahl
6a7d484401
SERVER-54872 Create build system document outlines
...
These will be the site of future build system documentation. We will be
adding to it over time.
2021-03-24 04:14:30 +00:00
Tyler Seip
8c463d0aa0
SERVER-53230: Rename cancelation -> cancellation everywhere
2021-03-23 17:37:22 +00:00
Harsh kumar
75f5e2bb52
SERVER-53957 typo in baton.md
...
Fix spelling of "example". Closes #1388
Signed-off-by: Edwin Zhou <edwin.zhou@mongodb.com>
2021-01-22 23:42:50 +00:00
Sergey Galtsev
29c56f7dab
SERVER-53598 update documentation with extra Ubuntu library required to build
2021-01-21 00:10:20 +00:00
Shreyas Kalyan
d5f5bf6904
SERVER-52949 Create a top level table of contents pointing to all of the arch guides
2020-12-03 21:15:09 +00:00
Billy Donahue
32c4765e7a
SERVER-50684 rename,cleanup internalAssert->iassert
2020-11-20 01:12:35 +00:00
Kevin Pulo
7d8e64df2d
SERVER-44570 Add tripwire assertions (tassert)
2020-11-02 09:58:44 +00:00
Spencer T Brody
8593afe076
SERVER-50786 Add architecture guide section on PrimaryOnlyService
2020-10-01 22:26:54 +00:00
Ben Caimano
a3f092645d
SERVER-48727 Document Internal Failpoints
2020-09-17 19:33:21 +00:00
Amirsaman Memaripour
b54c472708
SERVER-48726 Document Server-Internal Baton Pattern
2020-08-12 23:34:56 +00:00
Reo Kimura
bbeb56709b
SERVER-48716 Completed doc, added links to files in docs/README.md
2020-08-05 02:17:00 +00:00
Reo Kimura
0182fc9242
SERVER-48755 made formatting edits
2020-07-15 20:19:42 +00:00