summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-65805 added libdeps handling for no critical edges foundDaniel Moody2022-05-051-1/+1
|
* SERVER-52604 normalize log.h inclusion semanticsBilly Donahue2022-05-041-2/+5
|
* SERVER-64731: Use version level task generationDavid Bradford2022-04-252-1/+58
|
* SERVER-62992 Remove need for resmoke.iniRichard Samuels2022-04-081-0/+36
|
* SERVER-60831 Document configuration for Server linting toolstrahman13182022-03-311-0/+91
|
* SERVER-64802 Split up evergreen.yml into a release project and a dev projectRobert Guo2022-03-272-0/+54
|
* SERVER-64771 move doc for FSM concurrency testing frameworkRobert Guo2022-03-235-0/+536
|
* SERVER-63734 Add cli update/diff tools for golden data test managementAnna Wawrzyniak2022-03-121-0/+289
|
* SERVER-63588 ServerParameter: test for redact, remove self-registrationBilly Donahue2022-03-101-3/+7
|
* SERVER-62595 Migrate logv2 README to docs/logging.md and update referencesAlexander Golin2022-03-081-0/+791
|
* SERVER-63827: Determine task timeout at the start of task executionDavid Bradford2022-03-042-0/+40
|
* Revert "SERVER-63827: Determine task timeout at the start of task execution"David Bradford2022-03-022-40/+0
| | | | This reverts commit 4080bd69384735eb49eb1799734d1bf8c93feb09.
* SERVER-63827: Determine task timeout at the start of task executionDavid Bradford2022-03-022-0/+40
|
* SERVER-58205: Update documentation to include load balancer supportTyler Seip2022-01-312-1/+39
|
* SERVER-60980 update logo used in toplevel README.mdBilly Donahue2021-10-261-9/+4
|
* SERVER-58284 Add documentation around MONGO_VERSION and MONGO_GIT_HASHAndrew Morrow2021-10-052-0/+70
|
* SERVER-60397 add SELinux link to arch guidesergey.galtsev2021-10-041-0/+1
|
* SERVER-59862 PromiseAndFuture comment revisionBilly Donahue2021-09-161-2/+2
|
* SERVER-59862 give PromiseFuture a nameBilly Donahue2021-09-141-8/+12
|
* SERVER-48718: Document server contextual singletonsTyler Seip2021-09-131-0/+114
|
* SERVER-48735 Document Server Promise/Future UseGeorge Wangensteen2021-09-091-0/+317
|
* SERVER-58383 arch guide for thread poolsBilly Donahue2021-08-201-0/+61
|
* SERVER-48761 Document server-internal server parameter implementationAmirsaman Memaripour2021-08-191-0/+234
|
* SERVER-58817 Restore older Ubuntu/Debian python-dev install instructionsRyan Egesdahl2021-08-171-1/+2
|
* SERVER-58817 Direct users to install python-dev-is-python3 on UbuntuParan Lee2021-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 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>
* SERVER-49367 Update exception_architecture.md to include information on ↵Matthew Saltz2021-08-121-3/+14
| | | | choosing unnamed error codes
* SERVER-57684 README.mdBilly Donahue2021-06-211-0/+11
|
* SERVER-56570 added LIBDEPS docs.Daniel Moody2021-05-032-4/+428
|
* SERVER-54872 Create build system document outlinesRyan Egesdahl2021-03-242-0/+199
| | | | | These will be the site of future build system documentation. We will be adding to it over time.
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-1/+1
|
* SERVER-53957 typo in baton.mdHarsh kumar2021-01-221-1/+1
| | | | | | Fix spelling of "example". Closes #1388 Signed-off-by: Edwin Zhou <edwin.zhou@mongodb.com>
* SERVER-53598 update documentation with extra Ubuntu library required to buildSergey Galtsev2021-01-211-0/+1
|
* SERVER-52949 Create a top level table of contents pointing to all of the ↵Shreyas Kalyan2020-12-031-0/+6
| | | | arch guides
* SERVER-50684 rename,cleanup internalAssert->iassertBilly Donahue2020-11-201-47/+47
|
* SERVER-44570 Add tripwire assertions (tassert)Kevin Pulo2020-11-021-2/+10
|
* SERVER-50786 Add architecture guide section on PrimaryOnlyServiceSpencer T Brody2020-10-011-0/+106
|
* SERVER-48727 Document Internal FailpointsBen Caimano2020-09-172-1/+60
|
* SERVER-48726 Document Server-Internal Baton PatternAmirsaman Memaripour2020-08-121-0/+65
|
* SERVER-48716 Completed doc, added links to files in docs/README.mdReo Kimura2020-08-052-1/+88
|
* SERVER-48755 made formatting editsReo Kimura2020-07-151-7/+6
|
* SERVER-48755 linked ingress and egress networking to one anotherReo Kimura2020-07-151-1/+4
|
* SERVER-48755 added info on legacy networkingReo Kimura2020-07-151-2/+9
|
* SERVER-48755 wording + content editsReo Kimura2020-07-151-5/+5
|
* SERVER-48755 initial draft completedReo Kimura2020-07-151-0/+32
|
* SERVER-48719 Expand Documentation for Server-Internal Error ReportingAmirsaman Memaripour2020-06-291-17/+67
|
* SERVER-41674 Make hygienic builds the defaultAndrew Morrow2020-06-041-55/+76
|
* SERVER-47689 populate docs/index.mdBilly Donahue2020-04-211-1/+6
|
* SERVER-37414 Move branch-specific docs from GitHub Wiki into repoIan Whalen2020-03-174-0/+177
|
* SERVER-41757 Fix issues with the building documentationRicardo Bánffy2019-06-191-4/+13
|
* SERVER-32295 Support Python 3Mathew Robinson2019-04-081-10/+10
|