Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-60980 update logo used in toplevel README.md | Billy Donahue | 2021-10-26 | 1 | -9/+4 |
| | |||||
* | SERVER-58284 Add documentation around MONGO_VERSION and MONGO_GIT_HASH | Andrew Morrow | 2021-10-05 | 2 | -0/+70 |
| | |||||
* | SERVER-60397 add SELinux link to arch guide | sergey.galtsev | 2021-10-04 | 1 | -0/+1 |
| | |||||
* | SERVER-59862 PromiseAndFuture comment revision | Billy Donahue | 2021-09-16 | 1 | -2/+2 |
| | |||||
* | SERVER-59862 give PromiseFuture a name | Billy Donahue | 2021-09-14 | 1 | -8/+12 |
| | |||||
* | SERVER-48718: Document server contextual singletons | Tyler Seip | 2021-09-13 | 1 | -0/+114 |
| | |||||
* | SERVER-48735 Document Server Promise/Future Use | George Wangensteen | 2021-09-09 | 1 | -0/+317 |
| | |||||
* | SERVER-58383 arch guide for thread pools | Billy Donahue | 2021-08-20 | 1 | -0/+61 |
| | |||||
* | SERVER-48761 Document server-internal server parameter implementation | Amirsaman Memaripour | 2021-08-19 | 1 | -0/+234 |
| | |||||
* | SERVER-58817 Restore older Ubuntu/Debian python-dev install instructions | Ryan Egesdahl | 2021-08-17 | 1 | -1/+2 |
| | |||||
* | SERVER-58817 Direct users to install python-dev-is-python3 on Ubuntu | Paran Lee | 2021-08-17 | 1 | -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 Saltz | 2021-08-12 | 1 | -3/+14 |
| | | | | choosing unnamed error codes | ||||
* | SERVER-57684 README.md | Billy Donahue | 2021-06-21 | 1 | -0/+11 |
| | |||||
* | SERVER-56570 added LIBDEPS docs. | Daniel Moody | 2021-05-03 | 2 | -4/+428 |
| | |||||
* | SERVER-54872 Create build system document outlines | Ryan Egesdahl | 2021-03-24 | 2 | -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 everywhere | Tyler Seip | 2021-03-23 | 1 | -1/+1 |
| | |||||
* | SERVER-53957 typo in baton.md | Harsh kumar | 2021-01-22 | 1 | -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 build | Sergey Galtsev | 2021-01-21 | 1 | -0/+1 |
| | |||||
* | SERVER-52949 Create a top level table of contents pointing to all of the ↵ | Shreyas Kalyan | 2020-12-03 | 1 | -0/+6 |
| | | | | arch guides | ||||
* | SERVER-50684 rename,cleanup internalAssert->iassert | Billy Donahue | 2020-11-20 | 1 | -47/+47 |
| | |||||
* | SERVER-44570 Add tripwire assertions (tassert) | Kevin Pulo | 2020-11-02 | 1 | -2/+10 |
| | |||||
* | SERVER-50786 Add architecture guide section on PrimaryOnlyService | Spencer T Brody | 2020-10-01 | 1 | -0/+106 |
| | |||||
* | SERVER-48727 Document Internal Failpoints | Ben Caimano | 2020-09-17 | 2 | -1/+60 |
| | |||||
* | SERVER-48726 Document Server-Internal Baton Pattern | Amirsaman Memaripour | 2020-08-12 | 1 | -0/+65 |
| | |||||
* | SERVER-48716 Completed doc, added links to files in docs/README.md | Reo Kimura | 2020-08-05 | 2 | -1/+88 |
| | |||||
* | SERVER-48755 made formatting edits | Reo Kimura | 2020-07-15 | 1 | -7/+6 |
| | |||||
* | SERVER-48755 linked ingress and egress networking to one another | Reo Kimura | 2020-07-15 | 1 | -1/+4 |
| | |||||
* | SERVER-48755 added info on legacy networking | Reo Kimura | 2020-07-15 | 1 | -2/+9 |
| | |||||
* | SERVER-48755 wording + content edits | Reo Kimura | 2020-07-15 | 1 | -5/+5 |
| | |||||
* | SERVER-48755 initial draft completed | Reo Kimura | 2020-07-15 | 1 | -0/+32 |
| | |||||
* | SERVER-48719 Expand Documentation for Server-Internal Error Reporting | Amirsaman Memaripour | 2020-06-29 | 1 | -17/+67 |
| | |||||
* | SERVER-41674 Make hygienic builds the default | Andrew Morrow | 2020-06-04 | 1 | -55/+76 |
| | |||||
* | SERVER-47689 populate docs/index.md | Billy Donahue | 2020-04-21 | 1 | -1/+6 |
| | |||||
* | SERVER-37414 Move branch-specific docs from GitHub Wiki into repo | Ian Whalen | 2020-03-17 | 4 | -0/+177 |
| | |||||
* | SERVER-41757 Fix issues with the building documentation | Ricardo Bánffy | 2019-06-19 | 1 | -4/+13 |
| | |||||
* | SERVER-32295 Support Python 3 | Mathew Robinson | 2019-04-08 | 1 | -10/+10 |
| | |||||
* | SERVER-39294 Update build requirements in building.md | Andrew Morrow | 2019-02-04 | 1 | -17/+11 |
| | |||||
* | SERVER-38692 Remove obsolete solaris documentation | Andrew Morrow | 2019-01-15 | 2 | -16/+0 |
| | |||||
* | SERVER-36205 format libcurl-dev instructions in building.md | Kelsey Schubert | 2018-12-03 | 1 | -2/+2 |
| | |||||
* | SERVER-36152 Update requirements.txt | Ben Caimano | 2018-09-28 | 1 | -1/+1 |
| | | | | | This is the full upgrade and split of the majority of our pypa project requirements. | ||||
* | SERVER-36206 Add note about --disable-warnings-as-errors to building.md | Mark Benvenuto | 2018-07-24 | 1 | -0/+5 |
| | |||||
* | SERVER-34691 Disable Free Monitoring on Embedded SDK | Mark Benvenuto | 2018-04-27 | 1 | -0/+3 |
| | |||||
* | SERVER-31473 docs/building.md target should be "mongod" not "scons". | Billy Donahue | 2017-10-13 | 1 | -1/+1 |
| | |||||
* | SERVER-26537 Require clang 3.8, XCode 8.3, MSVC 20125 U3 to build | Andrew Morrow | 2017-06-12 | 1 | -5/+5 |
| | |||||
* | SERVER-29028 Update docs/building.md | Mark Benvenuto | 2017-05-16 | 1 | -20/+31 |
| | |||||
* | SERVER-28541 Update build docs for FreeBSD. | ADAM David Alan Martin | 2017-03-30 | 1 | -1/+3 |
| | | | | | Clang38 works and is easier to use than GCC on FreeBSD, at this time. | ||||
* | SERVER-28199 Raise minimum required scons version | Mark Benvenuto | 2017-03-07 | 1 | -1/+1 |
| | |||||
* | SERVER-25750: updated VPAT to remove obsolete contact information and methods | Jason Pyeron | 2016-11-03 | 1 | -19/+19 |
| | | | | Signed-off-by: Ian Whalen <ian.whalen@gmail.com> | ||||
* | SERVER-25750: added VPAT (508) documentation | Jason Pyeron | 2016-11-03 | 1 | -0/+136 |
| | | | | | | | * see: https://www.itic.org/policy/accessibility/ * based on data from https://www.mongodb.com/accessibility/vpat/mongodb24 Signed-off-by: Ian Whalen <ian.whalen@gmail.com> | ||||
* | SERVER-24047 Remove errors.md and support for generating it | Jonathan Reams | 2016-07-11 | 1 | -2381/+0 |
| |