-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOCS-139 #9
Merged
Merged
DOCS-139 #9
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
i80and
pushed a commit
to i80and/docs
that referenced
this pull request
Jan 14, 2021
* (DOCSP-12590): Fix broken links * add missing alt tags to figure directives * unlink mongosniff * correct mongo shell links * correct mongod binary link * remove install_compass link * link mongo.exe to only mongo binary page * add missing $ to $[<identifier>] link * fix lastHeartbeat and lastHeartbeatRecv capitalization in links * unrelated MONGODB-CR typo fix * fix exe links * adds additional missing alt tags to figures * fix broken [<identifier>] links * fix members[n] links * fix connPoolStats.replicaSets.[replicaSets].hosts links * fix dupe replSetGetStatus.members[n].self entry * fix dupe readconcern target * fix glossary term capitalizations * fix most expression link issues * fix some authaction links * remove link attempt to PyMongo for general Python method re.compile * fix most :setting: links * mongooplog removed in v3.6 * fix BSON binary type links * correct sh.status.active-mongoses ambig reference * fix output example indentation * fix currentOp ambig targets * unlink removed cmd authSchemaUpgrade * unlink removed cmd cloneCollection * unlink removed cmd closeAllDatabases * unlink removed cmd copydb * unlink removed cmd createIndex .. which isn't createIndexes * fix cmd getLastError * fix cmd dbHash capitalization * unlink removed cmd eval * fix cmd findAndModify capitalization * fix cmd findAndModify capitalization - another instance * fix cmd getCollectionInfos to method * fix cmd getLastError.waited to data * fix cmd getParameters to singular * unlink removed cmd indexStats * fix cmd isSelf to include underscore * fix cmd listCollection to plural * fix cmd listDatabase to plural * fix cmd mongod to binary * unlink removed cmd planCacheListPlans * unlink removed cmd planCacheListQueryShapes * unlink removed cmd repairDatabase * unlink removed cmd replSetHeartbeat * fix typo cmd replSetInitiate * unlink removed cmd restoreDatabase * unlink removed cmd resync * fix cmd setParameters to singular * fix cmd splitAt to method * fix cmd stats to method * unlink removed cmd storageDetails * unlink removed cmd text * unlink removed cmd touch * fix method Bulk.find.upsert() * fix method getKeyVault() malformed link * unlink removed method PlanCache.getPlansByQuery() * unlink removed method PlanCache.listQueryShapes() * fix method Session.getOptions() malformed link * fix method db.collection.watch() malformed link * fix method db.copyDatabase() malformed link * fix method cursor.readPref() malformed link - setReadPref is for a Mongo connection obj * unlink removed method cursor.showDiskLoc() * unlink removed method db.addUser() * unlink removed method db.cloneCollection() * fix method db.collection.explain() malformed link * fix method db.help() malformed link * fix methods db.createRole, db.createUser, db.dropAllUsers malformed definitions, breaking all links * fix method db.dropUser malformed definition, breaking all links * fix method db.getMongo() malformed link * fix method db.serverStatus() malformed link * fix methods db.grantPrivilegesToRole, db.grantRolesToRole, db.revokePrivilegesFromRole, db.revokeRolesFromRole, db.revokeRolesFromUser malformed definitions, breaking all links * fix method db.dropAllRoles() malformed link * fix method db.grantPrivilegesToRole() malformed link * fix method db.grantRolesToRole() malformed link * fix method db.grantRolesToUser() malformed definitions, breaking all links, and fix malformed link * fix method db.revokeRolesFromRole() malformed link * unlink removed method db.loadServerScripts() * unlink removed method db.serverShutdown() * Revert "unlink removed method db.serverShutdown()" This reverts commit e6a6fd5. * fix method db.shutdownServer() - wrong in SERVER ticket name * fix method rs.stepDown() capitalization * unlink removed method sh.getRecentMigrations * fix method db.updateRole() malformed link * fix method db.watch() malformed link * fix method db.serverStatus() capitalization * fix method db.getMongo() malformed link * fix methods db.grantRolesToUser() and db.revokeRolesFromUser() malformed links * unlink undocumented disableLogicalSessionCacheRefresh param * unlink removed logicalSessionRefreshMinutes param, update ref to Millis where appropriate * unlink removed newCollectionsUsePowerOf2Sizes param * remove test bump Co-authored-by: jeff-allen-mongo <[email protected]> Co-authored-by: Andrew Feierabend <[email protected]>
sophstad
pushed a commit
to sophstad/docs
that referenced
this pull request
Jan 28, 2021
* (DOCSP-12590): Fix broken links * add missing alt tags to figure directives * unlink mongosniff * correct mongo shell links * correct mongod binary link * remove install_compass link * link mongo.exe to only mongo binary page * add missing $ to $[<identifier>] link * fix lastHeartbeat and lastHeartbeatRecv capitalization in links * unrelated MONGODB-CR typo fix * fix exe links * adds additional missing alt tags to figures * fix broken [<identifier>] links * fix members[n] links * fix connPoolStats.replicaSets.[replicaSets].hosts links * fix dupe replSetGetStatus.members[n].self entry * fix dupe readconcern target * fix glossary term capitalizations * fix most expression link issues * fix some authaction links * remove link attempt to PyMongo for general Python method re.compile * fix most :setting: links * mongooplog removed in v3.6 * fix BSON binary type links * correct sh.status.active-mongoses ambig reference * fix output example indentation * fix currentOp ambig targets * unlink removed cmd authSchemaUpgrade * unlink removed cmd cloneCollection * unlink removed cmd closeAllDatabases * unlink removed cmd copydb * unlink removed cmd createIndex .. which isn't createIndexes * fix cmd getLastError * fix cmd dbHash capitalization * unlink removed cmd eval * fix cmd findAndModify capitalization * fix cmd findAndModify capitalization - another instance * fix cmd getCollectionInfos to method * fix cmd getLastError.waited to data * fix cmd getParameters to singular * unlink removed cmd indexStats * fix cmd isSelf to include underscore * fix cmd listCollection to plural * fix cmd listDatabase to plural * fix cmd mongod to binary * unlink removed cmd planCacheListPlans * unlink removed cmd planCacheListQueryShapes * unlink removed cmd repairDatabase * unlink removed cmd replSetHeartbeat * fix typo cmd replSetInitiate * unlink removed cmd restoreDatabase * unlink removed cmd resync * fix cmd setParameters to singular * fix cmd splitAt to method * fix cmd stats to method * unlink removed cmd storageDetails * unlink removed cmd text * unlink removed cmd touch * fix method Bulk.find.upsert() * fix method getKeyVault() malformed link * unlink removed method PlanCache.getPlansByQuery() * unlink removed method PlanCache.listQueryShapes() * fix method Session.getOptions() malformed link * fix method db.collection.watch() malformed link * fix method db.copyDatabase() malformed link * fix method cursor.readPref() malformed link - setReadPref is for a Mongo connection obj * unlink removed method cursor.showDiskLoc() * unlink removed method db.addUser() * unlink removed method db.cloneCollection() * fix method db.collection.explain() malformed link * fix method db.help() malformed link * fix methods db.createRole, db.createUser, db.dropAllUsers malformed definitions, breaking all links * fix method db.dropUser malformed definition, breaking all links * fix method db.getMongo() malformed link * fix method db.serverStatus() malformed link * fix methods db.grantPrivilegesToRole, db.grantRolesToRole, db.revokePrivilegesFromRole, db.revokeRolesFromRole, db.revokeRolesFromUser malformed definitions, breaking all links * fix method db.dropAllRoles() malformed link * fix method db.grantPrivilegesToRole() malformed link * fix method db.grantRolesToRole() malformed link * fix method db.grantRolesToUser() malformed definitions, breaking all links, and fix malformed link * fix method db.revokeRolesFromRole() malformed link * unlink removed method db.loadServerScripts() * unlink removed method db.serverShutdown() * Revert "unlink removed method db.serverShutdown()" This reverts commit e6a6fd5. * fix method db.shutdownServer() - wrong in SERVER ticket name * fix method rs.stepDown() capitalization * unlink removed method sh.getRecentMigrations * fix method db.updateRole() malformed link * fix method db.watch() malformed link * fix method db.serverStatus() capitalization * fix method db.getMongo() malformed link * fix methods db.grantRolesToUser() and db.revokeRolesFromUser() malformed links * unlink undocumented disableLogicalSessionCacheRefresh param * unlink removed logicalSessionRefreshMinutes param, update ref to Millis where appropriate * unlink removed newCollectionsUsePowerOf2Sizes param * remove test bump Co-authored-by: jeff-allen-mongo <[email protected]> Co-authored-by: Andrew Feierabend <[email protected]>
sophstad
pushed a commit
to sophstad/docs
that referenced
this pull request
Feb 25, 2021
* (DOCSP-12590): Fix broken links * add missing alt tags to figure directives * unlink mongosniff * correct mongo shell links * correct mongod binary link * remove install_compass link * link mongo.exe to only mongo binary page * add missing $ to $[<identifier>] link * fix lastHeartbeat and lastHeartbeatRecv capitalization in links * unrelated MONGODB-CR typo fix * fix exe links * adds additional missing alt tags to figures * fix broken [<identifier>] links * fix members[n] links * fix connPoolStats.replicaSets.[replicaSets].hosts links * fix dupe replSetGetStatus.members[n].self entry * fix dupe readconcern target * fix glossary term capitalizations * fix most expression link issues * fix some authaction links * remove link attempt to PyMongo for general Python method re.compile * fix most :setting: links * mongooplog removed in v3.6 * fix BSON binary type links * correct sh.status.active-mongoses ambig reference * fix output example indentation * fix currentOp ambig targets * unlink removed cmd authSchemaUpgrade * unlink removed cmd cloneCollection * unlink removed cmd closeAllDatabases * unlink removed cmd copydb * unlink removed cmd createIndex .. which isn't createIndexes * fix cmd getLastError * fix cmd dbHash capitalization * unlink removed cmd eval * fix cmd findAndModify capitalization * fix cmd findAndModify capitalization - another instance * fix cmd getCollectionInfos to method * fix cmd getLastError.waited to data * fix cmd getParameters to singular * unlink removed cmd indexStats * fix cmd isSelf to include underscore * fix cmd listCollection to plural * fix cmd listDatabase to plural * fix cmd mongod to binary * unlink removed cmd planCacheListPlans * unlink removed cmd planCacheListQueryShapes * unlink removed cmd repairDatabase * unlink removed cmd replSetHeartbeat * fix typo cmd replSetInitiate * unlink removed cmd restoreDatabase * unlink removed cmd resync * fix cmd setParameters to singular * fix cmd splitAt to method * fix cmd stats to method * unlink removed cmd storageDetails * unlink removed cmd text * unlink removed cmd touch * fix method Bulk.find.upsert() * fix method getKeyVault() malformed link * unlink removed method PlanCache.getPlansByQuery() * unlink removed method PlanCache.listQueryShapes() * fix method Session.getOptions() malformed link * fix method db.collection.watch() malformed link * fix method db.copyDatabase() malformed link * fix method cursor.readPref() malformed link - setReadPref is for a Mongo connection obj * unlink removed method cursor.showDiskLoc() * unlink removed method db.addUser() * unlink removed method db.cloneCollection() * fix method db.collection.explain() malformed link * fix method db.help() malformed link * fix methods db.createRole, db.createUser, db.dropAllUsers malformed definitions, breaking all links * fix method db.dropUser malformed definition, breaking all links * fix method db.getMongo() malformed link * fix method db.serverStatus() malformed link * fix methods db.grantPrivilegesToRole, db.grantRolesToRole, db.revokePrivilegesFromRole, db.revokeRolesFromRole, db.revokeRolesFromUser malformed definitions, breaking all links * fix method db.dropAllRoles() malformed link * fix method db.grantPrivilegesToRole() malformed link * fix method db.grantRolesToRole() malformed link * fix method db.grantRolesToUser() malformed definitions, breaking all links, and fix malformed link * fix method db.revokeRolesFromRole() malformed link * unlink removed method db.loadServerScripts() * unlink removed method db.serverShutdown() * Revert "unlink removed method db.serverShutdown()" This reverts commit e6a6fd5. * fix method db.shutdownServer() - wrong in SERVER ticket name * fix method rs.stepDown() capitalization * unlink removed method sh.getRecentMigrations * fix method db.updateRole() malformed link * fix method db.watch() malformed link * fix method db.serverStatus() capitalization * fix method db.getMongo() malformed link * fix methods db.grantRolesToUser() and db.revokeRolesFromUser() malformed links * unlink undocumented disableLogicalSessionCacheRefresh param * unlink removed logicalSessionRefreshMinutes param, update ref to Millis where appropriate * unlink removed newCollectionsUsePowerOf2Sizes param * remove test bump Co-authored-by: jeff-allen-mongo <[email protected]> Co-authored-by: Andrew Feierabend <[email protected]>
andf-mongodb
pushed a commit
to andf-mongodb/docs
that referenced
this pull request
Mar 25, 2021
trivial mayve fix the columns problem? DOP-1186: adding the landign pages, intersphinx, etc. add version source constant fix name in snooty.toml test DOP-1186: admonition class note -> .. note:: DOP-1186: admonition :class: warning -> .. warning:: DOP-1186: admonition :class: important -> .. important:: DOP-1186: remove all copyable-code class instances DOP-1186: removes legacy .. class:: hidden from TOCs DOP-1186: address monospace text md/reST issues Revert "DOP-1186: remove all copyable-code class instances" This reverts commit 291a137. DOP-1186: remove all copyable-code class instances along with leading whitespace testing! address class / only deprecation warnings use highlight roles for map-reduce, tidying removes 380 instances of the container directive remaining admonitions and fix yaml spacing tidy up mongodb web shell references remaining onlys fixfixfix mostly fixing monospaced text that used md not reST monospace text uses TWO backticks minor no includes in replacements monospace fix fix wonkiness more fixes fix wonkiness Docsp 12590 address broken links nextgen (mongodb#9) * (DOCSP-12590): Fix broken links * add missing alt tags to figure directives * unlink mongosniff * correct mongo shell links * correct mongod binary link * remove install_compass link * link mongo.exe to only mongo binary page * add missing $ to $[<identifier>] link * fix lastHeartbeat and lastHeartbeatRecv capitalization in links * unrelated MONGODB-CR typo fix * fix exe links * adds additional missing alt tags to figures * fix broken [<identifier>] links * fix members[n] links * fix connPoolStats.replicaSets.[replicaSets].hosts links * fix dupe replSetGetStatus.members[n].self entry * fix dupe readconcern target * fix glossary term capitalizations * fix most expression link issues * fix some authaction links * remove link attempt to PyMongo for general Python method re.compile * fix most :setting: links * mongooplog removed in v3.6 * fix BSON binary type links * correct sh.status.active-mongoses ambig reference * fix output example indentation * fix currentOp ambig targets * unlink removed cmd authSchemaUpgrade * unlink removed cmd cloneCollection * unlink removed cmd closeAllDatabases * unlink removed cmd copydb * unlink removed cmd createIndex .. which isn't createIndexes * fix cmd getLastError * fix cmd dbHash capitalization * unlink removed cmd eval * fix cmd findAndModify capitalization * fix cmd findAndModify capitalization - another instance * fix cmd getCollectionInfos to method * fix cmd getLastError.waited to data * fix cmd getParameters to singular * unlink removed cmd indexStats * fix cmd isSelf to include underscore * fix cmd listCollection to plural * fix cmd listDatabase to plural * fix cmd mongod to binary * unlink removed cmd planCacheListPlans * unlink removed cmd planCacheListQueryShapes * unlink removed cmd repairDatabase * unlink removed cmd replSetHeartbeat * fix typo cmd replSetInitiate * unlink removed cmd restoreDatabase * unlink removed cmd resync * fix cmd setParameters to singular * fix cmd splitAt to method * fix cmd stats to method * unlink removed cmd storageDetails * unlink removed cmd text * unlink removed cmd touch * fix method Bulk.find.upsert() * fix method getKeyVault() malformed link * unlink removed method PlanCache.getPlansByQuery() * unlink removed method PlanCache.listQueryShapes() * fix method Session.getOptions() malformed link * fix method db.collection.watch() malformed link * fix method db.copyDatabase() malformed link * fix method cursor.readPref() malformed link - setReadPref is for a Mongo connection obj * unlink removed method cursor.showDiskLoc() * unlink removed method db.addUser() * unlink removed method db.cloneCollection() * fix method db.collection.explain() malformed link * fix method db.help() malformed link * fix methods db.createRole, db.createUser, db.dropAllUsers malformed definitions, breaking all links * fix method db.dropUser malformed definition, breaking all links * fix method db.getMongo() malformed link * fix method db.serverStatus() malformed link * fix methods db.grantPrivilegesToRole, db.grantRolesToRole, db.revokePrivilegesFromRole, db.revokeRolesFromRole, db.revokeRolesFromUser malformed definitions, breaking all links * fix method db.dropAllRoles() malformed link * fix method db.grantPrivilegesToRole() malformed link * fix method db.grantRolesToRole() malformed link * fix method db.grantRolesToUser() malformed definitions, breaking all links, and fix malformed link * fix method db.revokeRolesFromRole() malformed link * unlink removed method db.loadServerScripts() * unlink removed method db.serverShutdown() * Revert "unlink removed method db.serverShutdown()" This reverts commit e6a6fd5. * fix method db.shutdownServer() - wrong in SERVER ticket name * fix method rs.stepDown() capitalization * unlink removed method sh.getRecentMigrations * fix method db.updateRole() malformed link * fix method db.watch() malformed link * fix method db.serverStatus() capitalization * fix method db.getMongo() malformed link * fix methods db.grantRolesToUser() and db.revokeRolesFromUser() malformed links * unlink undocumented disableLogicalSessionCacheRefresh param * unlink removed logicalSessionRefreshMinutes param, update ref to Millis where appropriate * unlink removed newCollectionsUsePowerOf2Sizes param * remove test bump Co-authored-by: jeff-allen-mongo <[email protected]> Co-authored-by: Andrew Feierabend <[email protected]> more cleaning up more little link fixes resolve merge conflict test fix for gridfx issue replace ecosystem with driver DOP-1817, DOP-1821: remove agg gif and hardlink instances fix aggregation copy to reflect gif removal DOP-1819: update toc_landing_pages to behave properly DOP-1808: fix seealsos DOP-1808: fix sees fix indentation more identation' DOP-1908: remove index instances from manual update pymongo intersphinx inventory python work please? make linearizable not hidden & below title replicable? mysterious dedenting is mysterious DOP-1963: update security table add widths to security table widths again wiggling testing more tests
andf-mongodb
pushed a commit
that referenced
this pull request
Mar 26, 2021
DOP-1186: initial prep for manual build on snooty trivial mayve fix the columns problem? DOP-1186: adding the landign pages, intersphinx, etc. add version source constant fix name in snooty.toml test DOP-1186: admonition class note -> .. note:: DOP-1186: admonition :class: warning -> .. warning:: DOP-1186: admonition :class: important -> .. important:: DOP-1186: remove all copyable-code class instances DOP-1186: removes legacy .. class:: hidden from TOCs DOP-1186: address monospace text md/reST issues Revert "DOP-1186: remove all copyable-code class instances" This reverts commit 291a137. DOP-1186: remove all copyable-code class instances along with leading whitespace testing! address class / only deprecation warnings use highlight roles for map-reduce, tidying removes 380 instances of the container directive remaining admonitions and fix yaml spacing tidy up mongodb web shell references remaining onlys fixfixfix mostly fixing monospaced text that used md not reST monospace text uses TWO backticks minor no includes in replacements monospace fix fix wonkiness more fixes fix wonkiness Docsp 12590 address broken links nextgen (#9) * (DOCSP-12590): Fix broken links * add missing alt tags to figure directives * unlink mongosniff * correct mongo shell links * correct mongod binary link * remove install_compass link * link mongo.exe to only mongo binary page * add missing $ to $[<identifier>] link * fix lastHeartbeat and lastHeartbeatRecv capitalization in links * unrelated MONGODB-CR typo fix * fix exe links * adds additional missing alt tags to figures * fix broken [<identifier>] links * fix members[n] links * fix connPoolStats.replicaSets.[replicaSets].hosts links * fix dupe replSetGetStatus.members[n].self entry * fix dupe readconcern target * fix glossary term capitalizations * fix most expression link issues * fix some authaction links * remove link attempt to PyMongo for general Python method re.compile * fix most :setting: links * mongooplog removed in v3.6 * fix BSON binary type links * correct sh.status.active-mongoses ambig reference * fix output example indentation * fix currentOp ambig targets * unlink removed cmd authSchemaUpgrade * unlink removed cmd cloneCollection * unlink removed cmd closeAllDatabases * unlink removed cmd copydb * unlink removed cmd createIndex .. which isn't createIndexes * fix cmd getLastError * fix cmd dbHash capitalization * unlink removed cmd eval * fix cmd findAndModify capitalization * fix cmd findAndModify capitalization - another instance * fix cmd getCollectionInfos to method * fix cmd getLastError.waited to data * fix cmd getParameters to singular * unlink removed cmd indexStats * fix cmd isSelf to include underscore * fix cmd listCollection to plural * fix cmd listDatabase to plural * fix cmd mongod to binary * unlink removed cmd planCacheListPlans * unlink removed cmd planCacheListQueryShapes * unlink removed cmd repairDatabase * unlink removed cmd replSetHeartbeat * fix typo cmd replSetInitiate * unlink removed cmd restoreDatabase * unlink removed cmd resync * fix cmd setParameters to singular * fix cmd splitAt to method * fix cmd stats to method * unlink removed cmd storageDetails * unlink removed cmd text * unlink removed cmd touch * fix method Bulk.find.upsert() * fix method getKeyVault() malformed link * unlink removed method PlanCache.getPlansByQuery() * unlink removed method PlanCache.listQueryShapes() * fix method Session.getOptions() malformed link * fix method db.collection.watch() malformed link * fix method db.copyDatabase() malformed link * fix method cursor.readPref() malformed link - setReadPref is for a Mongo connection obj * unlink removed method cursor.showDiskLoc() * unlink removed method db.addUser() * unlink removed method db.cloneCollection() * fix method db.collection.explain() malformed link * fix method db.help() malformed link * fix methods db.createRole, db.createUser, db.dropAllUsers malformed definitions, breaking all links * fix method db.dropUser malformed definition, breaking all links * fix method db.getMongo() malformed link * fix method db.serverStatus() malformed link * fix methods db.grantPrivilegesToRole, db.grantRolesToRole, db.revokePrivilegesFromRole, db.revokeRolesFromRole, db.revokeRolesFromUser malformed definitions, breaking all links * fix method db.dropAllRoles() malformed link * fix method db.grantPrivilegesToRole() malformed link * fix method db.grantRolesToRole() malformed link * fix method db.grantRolesToUser() malformed definitions, breaking all links, and fix malformed link * fix method db.revokeRolesFromRole() malformed link * unlink removed method db.loadServerScripts() * unlink removed method db.serverShutdown() * Revert "unlink removed method db.serverShutdown()" This reverts commit e6a6fd5. * fix method db.shutdownServer() - wrong in SERVER ticket name * fix method rs.stepDown() capitalization * unlink removed method sh.getRecentMigrations * fix method db.updateRole() malformed link * fix method db.watch() malformed link * fix method db.serverStatus() capitalization * fix method db.getMongo() malformed link * fix methods db.grantRolesToUser() and db.revokeRolesFromUser() malformed links * unlink undocumented disableLogicalSessionCacheRefresh param * unlink removed logicalSessionRefreshMinutes param, update ref to Millis where appropriate * unlink removed newCollectionsUsePowerOf2Sizes param * remove test bump Co-authored-by: jeff-allen-mongo <[email protected]> Co-authored-by: Andrew Feierabend <[email protected]> more cleaning up more little link fixes resolve merge conflict test fix for gridfx issue replace ecosystem with driver DOP-1817, DOP-1821: remove agg gif and hardlink instances fix aggregation copy to reflect gif removal DOP-1819: update toc_landing_pages to behave properly DOP-1808: fix seealsos DOP-1808: fix sees fix indentation more identation' DOP-1908: remove index instances from manual update pymongo intersphinx inventory python work please? make linearizable not hidden & below title replicable? mysterious dedenting is mysterious DOP-1963: update security table add widths to security table widths again wiggling testing more tests
andf-mongodb
pushed a commit
that referenced
this pull request
Mar 26, 2021
trivial mayve fix the columns problem? DOP-1186: adding the landign pages, intersphinx, etc. add version source constant fix name in snooty.toml test DOP-1186: admonition class note -> .. note:: DOP-1186: admonition :class: warning -> .. warning:: DOP-1186: admonition :class: important -> .. important:: DOP-1186: remove all copyable-code class instances DOP-1186: removes legacy .. class:: hidden from TOCs DOP-1186: address monospace text md/reST issues Revert "DOP-1186: remove all copyable-code class instances" This reverts commit 291a137. DOP-1186: remove all copyable-code class instances along with leading whitespace testing! address class / only deprecation warnings use highlight roles for map-reduce, tidying removes 380 instances of the container directive remaining admonitions and fix yaml spacing tidy up mongodb web shell references remaining onlys fixfixfix mostly fixing monospaced text that used md not reST monospace text uses TWO backticks minor no includes in replacements monospace fix fix wonkiness more fixes fix wonkiness Docsp 12590 address broken links nextgen (#9) * (DOCSP-12590): Fix broken links * add missing alt tags to figure directives * unlink mongosniff * correct mongo shell links * correct mongod binary link * remove install_compass link * link mongo.exe to only mongo binary page * add missing $ to $[<identifier>] link * fix lastHeartbeat and lastHeartbeatRecv capitalization in links * unrelated MONGODB-CR typo fix * fix exe links * adds additional missing alt tags to figures * fix broken [<identifier>] links * fix members[n] links * fix connPoolStats.replicaSets.[replicaSets].hosts links * fix dupe replSetGetStatus.members[n].self entry * fix dupe readconcern target * fix glossary term capitalizations * fix most expression link issues * fix some authaction links * remove link attempt to PyMongo for general Python method re.compile * fix most :setting: links * mongooplog removed in v3.6 * fix BSON binary type links * correct sh.status.active-mongoses ambig reference * fix output example indentation * fix currentOp ambig targets * unlink removed cmd authSchemaUpgrade * unlink removed cmd cloneCollection * unlink removed cmd closeAllDatabases * unlink removed cmd copydb * unlink removed cmd createIndex .. which isn't createIndexes * fix cmd getLastError * fix cmd dbHash capitalization * unlink removed cmd eval * fix cmd findAndModify capitalization * fix cmd findAndModify capitalization - another instance * fix cmd getCollectionInfos to method * fix cmd getLastError.waited to data * fix cmd getParameters to singular * unlink removed cmd indexStats * fix cmd isSelf to include underscore * fix cmd listCollection to plural * fix cmd listDatabase to plural * fix cmd mongod to binary * unlink removed cmd planCacheListPlans * unlink removed cmd planCacheListQueryShapes * unlink removed cmd repairDatabase * unlink removed cmd replSetHeartbeat * fix typo cmd replSetInitiate * unlink removed cmd restoreDatabase * unlink removed cmd resync * fix cmd setParameters to singular * fix cmd splitAt to method * fix cmd stats to method * unlink removed cmd storageDetails * unlink removed cmd text * unlink removed cmd touch * fix method Bulk.find.upsert() * fix method getKeyVault() malformed link * unlink removed method PlanCache.getPlansByQuery() * unlink removed method PlanCache.listQueryShapes() * fix method Session.getOptions() malformed link * fix method db.collection.watch() malformed link * fix method db.copyDatabase() malformed link * fix method cursor.readPref() malformed link - setReadPref is for a Mongo connection obj * unlink removed method cursor.showDiskLoc() * unlink removed method db.addUser() * unlink removed method db.cloneCollection() * fix method db.collection.explain() malformed link * fix method db.help() malformed link * fix methods db.createRole, db.createUser, db.dropAllUsers malformed definitions, breaking all links * fix method db.dropUser malformed definition, breaking all links * fix method db.getMongo() malformed link * fix method db.serverStatus() malformed link * fix methods db.grantPrivilegesToRole, db.grantRolesToRole, db.revokePrivilegesFromRole, db.revokeRolesFromRole, db.revokeRolesFromUser malformed definitions, breaking all links * fix method db.dropAllRoles() malformed link * fix method db.grantPrivilegesToRole() malformed link * fix method db.grantRolesToRole() malformed link * fix method db.grantRolesToUser() malformed definitions, breaking all links, and fix malformed link * fix method db.revokeRolesFromRole() malformed link * unlink removed method db.loadServerScripts() * unlink removed method db.serverShutdown() * Revert "unlink removed method db.serverShutdown()" This reverts commit e6a6fd5. * fix method db.shutdownServer() - wrong in SERVER ticket name * fix method rs.stepDown() capitalization * unlink removed method sh.getRecentMigrations * fix method db.updateRole() malformed link * fix method db.watch() malformed link * fix method db.serverStatus() capitalization * fix method db.getMongo() malformed link * fix methods db.grantRolesToUser() and db.revokeRolesFromUser() malformed links * unlink undocumented disableLogicalSessionCacheRefresh param * unlink removed logicalSessionRefreshMinutes param, update ref to Millis where appropriate * unlink removed newCollectionsUsePowerOf2Sizes param * remove test bump Co-authored-by: jeff-allen-mongo <[email protected]> Co-authored-by: Andrew Feierabend <[email protected]> more cleaning up more little link fixes resolve merge conflict test fix for gridfx issue replace ecosystem with driver DOP-1817, DOP-1821: remove agg gif and hardlink instances fix aggregation copy to reflect gif removal DOP-1819: update toc_landing_pages to behave properly DOP-1808: fix seealsos DOP-1808: fix sees fix indentation more identation' DOP-1908: remove index instances from manual update pymongo intersphinx inventory python work please? make linearizable not hidden & below title replicable? mysterious dedenting is mysterious DOP-1963: update security table add widths to security table widths again wiggling testing more tests
andf-mongodb
pushed a commit
that referenced
this pull request
Mar 30, 2021
DOP-1186: initial prep for manual build on snooty trivial mayve fix the columns problem? DOP-1186: adding the landign pages, intersphinx, etc. add version source constant fix name in snooty.toml test DOP-1186: admonition class note -> .. note:: DOP-1186: admonition :class: warning -> .. warning:: DOP-1186: admonition :class: important -> .. important:: DOP-1186: remove all copyable-code class instances DOP-1186: removes legacy .. class:: hidden from TOCs DOP-1186: address monospace text md/reST issues Revert "DOP-1186: remove all copyable-code class instances" This reverts commit 291a137. DOP-1186: remove all copyable-code class instances along with leading whitespace testing! address class / only deprecation warnings use highlight roles for map-reduce, tidying removes 380 instances of the container directive remaining admonitions and fix yaml spacing tidy up mongodb web shell references remaining onlys fixfixfix mostly fixing monospaced text that used md not reST monospace text uses TWO backticks minor no includes in replacements monospace fix fix wonkiness more fixes fix wonkiness Docsp 12590 address broken links nextgen (#9) * (DOCSP-12590): Fix broken links * add missing alt tags to figure directives * unlink mongosniff * correct mongo shell links * correct mongod binary link * remove install_compass link * link mongo.exe to only mongo binary page * add missing $ to $[<identifier>] link * fix lastHeartbeat and lastHeartbeatRecv capitalization in links * unrelated MONGODB-CR typo fix * fix exe links * adds additional missing alt tags to figures * fix broken [<identifier>] links * fix members[n] links * fix connPoolStats.replicaSets.[replicaSets].hosts links * fix dupe replSetGetStatus.members[n].self entry * fix dupe readconcern target * fix glossary term capitalizations * fix most expression link issues * fix some authaction links * remove link attempt to PyMongo for general Python method re.compile * fix most :setting: links * mongooplog removed in v3.6 * fix BSON binary type links * correct sh.status.active-mongoses ambig reference * fix output example indentation * fix currentOp ambig targets * unlink removed cmd authSchemaUpgrade * unlink removed cmd cloneCollection * unlink removed cmd closeAllDatabases * unlink removed cmd copydb * unlink removed cmd createIndex .. which isn't createIndexes * fix cmd getLastError * fix cmd dbHash capitalization * unlink removed cmd eval * fix cmd findAndModify capitalization * fix cmd findAndModify capitalization - another instance * fix cmd getCollectionInfos to method * fix cmd getLastError.waited to data * fix cmd getParameters to singular * unlink removed cmd indexStats * fix cmd isSelf to include underscore * fix cmd listCollection to plural * fix cmd listDatabase to plural * fix cmd mongod to binary * unlink removed cmd planCacheListPlans * unlink removed cmd planCacheListQueryShapes * unlink removed cmd repairDatabase * unlink removed cmd replSetHeartbeat * fix typo cmd replSetInitiate * unlink removed cmd restoreDatabase * unlink removed cmd resync * fix cmd setParameters to singular * fix cmd splitAt to method * fix cmd stats to method * unlink removed cmd storageDetails * unlink removed cmd text * unlink removed cmd touch * fix method Bulk.find.upsert() * fix method getKeyVault() malformed link * unlink removed method PlanCache.getPlansByQuery() * unlink removed method PlanCache.listQueryShapes() * fix method Session.getOptions() malformed link * fix method db.collection.watch() malformed link * fix method db.copyDatabase() malformed link * fix method cursor.readPref() malformed link - setReadPref is for a Mongo connection obj * unlink removed method cursor.showDiskLoc() * unlink removed method db.addUser() * unlink removed method db.cloneCollection() * fix method db.collection.explain() malformed link * fix method db.help() malformed link * fix methods db.createRole, db.createUser, db.dropAllUsers malformed definitions, breaking all links * fix method db.dropUser malformed definition, breaking all links * fix method db.getMongo() malformed link * fix method db.serverStatus() malformed link * fix methods db.grantPrivilegesToRole, db.grantRolesToRole, db.revokePrivilegesFromRole, db.revokeRolesFromRole, db.revokeRolesFromUser malformed definitions, breaking all links * fix method db.dropAllRoles() malformed link * fix method db.grantPrivilegesToRole() malformed link * fix method db.grantRolesToRole() malformed link * fix method db.grantRolesToUser() malformed definitions, breaking all links, and fix malformed link * fix method db.revokeRolesFromRole() malformed link * unlink removed method db.loadServerScripts() * unlink removed method db.serverShutdown() * Revert "unlink removed method db.serverShutdown()" This reverts commit e6a6fd5. * fix method db.shutdownServer() - wrong in SERVER ticket name * fix method rs.stepDown() capitalization * unlink removed method sh.getRecentMigrations * fix method db.updateRole() malformed link * fix method db.watch() malformed link * fix method db.serverStatus() capitalization * fix method db.getMongo() malformed link * fix methods db.grantRolesToUser() and db.revokeRolesFromUser() malformed links * unlink undocumented disableLogicalSessionCacheRefresh param * unlink removed logicalSessionRefreshMinutes param, update ref to Millis where appropriate * unlink removed newCollectionsUsePowerOf2Sizes param * remove test bump Co-authored-by: jeff-allen-mongo <[email protected]> Co-authored-by: Andrew Feierabend <[email protected]> more cleaning up more little link fixes resolve merge conflict test fix for gridfx issue replace ecosystem with driver DOP-1817, DOP-1821: remove agg gif and hardlink instances fix aggregation copy to reflect gif removal DOP-1819: update toc_landing_pages to behave properly DOP-1808: fix seealsos DOP-1808: fix sees fix indentation more identation' DOP-1908: remove index instances from manual update pymongo intersphinx inventory python work please? make linearizable not hidden & below title replicable? mysterious dedenting is mysterious DOP-1963: update security table add widths to security table widths again wiggling testing more tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.