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
Andrew Morrow
3c293089cf
SERVER-39294 Update build requirements in building.md
2019-02-04 15:25:06 -05:00
Andrew Morrow
09e7a483f0
SERVER-38692 Remove obsolete solaris documentation
2019-01-15 17:32:15 -05:00
Kelsey Schubert
3f9235669f
SERVER-36205 format libcurl-dev instructions in building.md
2018-12-03 18:42:10 -05:00
Ben Caimano
7aff90a3b5
SERVER-36152 Update requirements.txt
...
This is the full upgrade and split of the majority of our pypa project
requirements.
2018-09-28 11:07:18 -04:00
Mark Benvenuto
7bc1e78f6c
SERVER-36206 Add note about --disable-warnings-as-errors to building.md
2018-07-24 16:00:02 -04:00
Mark Benvenuto
a9423f8fac
SERVER-34691 Disable Free Monitoring on Embedded SDK
2018-04-27 11:56:33 -04:00
Billy Donahue
82c6964a6f
SERVER-31473 docs/building.md target should be "mongod" not "scons".
2017-10-13 12:09:36 -04:00
Andrew Morrow
672ef12fe4
SERVER-26537 Require clang 3.8, XCode 8.3, MSVC 20125 U3 to build
2017-06-12 17:23:33 -04:00
Mark Benvenuto
6403656255
SERVER-29028 Update docs/building.md
2017-05-16 11:12:05 -04:00
ADAM David Alan Martin
1fecd837ad
SERVER-28541 Update build docs for FreeBSD.
...
Clang38 works and is easier to use than GCC on FreeBSD, at this
time.
2017-03-30 14:43:11 -04:00
Mark Benvenuto
c2c8abc0a6
SERVER-28199 Raise minimum required scons version
2017-03-07 11:14:39 -05:00
Jason Pyeron
85da904536
SERVER-25750: updated VPAT to remove obsolete contact information and methods
...
Signed-off-by: Ian Whalen <ian.whalen@gmail.com >
2016-11-03 12:27:21 -04:00
Jason Pyeron
a00ac5695f
SERVER-25750: added VPAT (508) documentation
...
* 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 >
2016-11-03 12:27:21 -04:00
Jonathan Reams
1ec5c55923
SERVER-24047 Remove errors.md and support for generating it
2016-07-11 09:47:31 -04:00
Matt Kangas
35079a95eb
SERVER-16197 Update docs/building.md for 2.8
2014-11-24 11:20:58 -05:00
Mark Benvenuto
44c3347251
SERVER-14397: Update Building.md & Contributing.rst
2014-07-01 13:38:52 -04:00
Matt Kangas
1c4485591f
Update errors.md for r2.7.2 with new errorcodes.py
2014-06-18 23:58:56 -04:00
Matt Kangas
23b998ebaf
Update errors.md for r2.7.2
2014-06-18 23:49:12 -04:00
Mathias Stearn
e15c084245
SERVER-13635 Kill BSONObjExternalSorter and use Sorter directly
2014-05-20 19:02:25 -04:00
Mathias Stearn
e05aaf726c
SERVER-13629 Remove old btree code and DiskLoc::btree/btreemod
2014-04-25 16:23:19 -04:00
Matt Kangas
bd801007fa
fix inconsistent prompt in building.md
2014-02-05 12:04:52 -05:00
Robin Hallabro
40af64b694
Include MacPorts in building.md
...
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com >
2014-02-05 11:59:42 -05:00
Rich Parrish
0c35bfb4b1
Fix broken docs link
...
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com >
2013-11-19 18:04:14 -05:00