Commit Graph

115 Commits

Author SHA1 Message Date
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
Reo Kimura
7d05508e17 SERVER-48755 linked ingress and egress networking to one another 2020-07-15 20:19:42 +00:00
Reo Kimura
061abbb10a SERVER-48755 added info on legacy networking 2020-07-15 20:19:42 +00:00
Reo Kimura
247f6297d5 SERVER-48755 wording + content edits 2020-07-15 20:19:42 +00:00
Reo Kimura
2a7839e2b7 SERVER-48755 initial draft completed 2020-07-15 20:19:42 +00:00
Amirsaman Memaripour
0b8dd2947e SERVER-48719 Expand Documentation for Server-Internal Error Reporting 2020-06-29 14:54:14 +00:00
Andrew Morrow
642a530878 SERVER-41674 Make hygienic builds the default 2020-06-04 18:31:55 +00:00
Billy Donahue
cef63c0b64 SERVER-47689 populate docs/index.md 2020-04-21 21:24:42 +00:00
Ian Whalen
fb26a7fb81 SERVER-37414 Move branch-specific docs from GitHub Wiki into repo 2020-03-17 13:12:40 +00:00
Ricardo Bánffy
7d18b12384 SERVER-41757 Fix issues with the building documentation 2019-06-19 11:23:36 -04:00
Mathew Robinson
8dd6d47557 SERVER-32295 Support Python 3 2019-04-08 14:08:49 -04:00