Skip to content
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

Remove some closed issues from documentation #4172

Merged
merged 2 commits into from Mar 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 13 additions & 15 deletions website/docs/reference/supported-commands.md
Expand Up @@ -109,7 +109,7 @@ The following operators and modifiers are available in the `update` and `findAnd
| `$[<identifier>]` | | ⚠️ | [Issue](https://github.com/FerretDB/FerretDB/issues/824) |
| `$addToSet` | | ✅️ | |
| `$pop` | | ✅ | |
| `$pull` | | ⚠️ | [Issue](https://github.com/FerretDB/FerretDB/issues/826) |
| `$pull` | | | |
| `$push` | | ✅️ | |
| `$pullAll` | | ✅️ | |
| | `$each` | ✅️ | |
Expand All @@ -131,8 +131,6 @@ The following operators are available in the `find` command `projection` argumen

## Query Plan Cache Commands

Related [issue](https://github.com/FerretDB/FerretDB/issues/78).

| Command | Argument | Status | Comments |
| ----------------------- | ------------ | ------ | --------------------------------------------------------- |
| `planCacheClear` | | ❌ | [Issue](https://github.com/FerretDB/FerretDB/issues/1502) |
Expand Down Expand Up @@ -194,16 +192,16 @@ Related [issue](https://github.com/FerretDB/FerretDB/issues/78).
| | `roles` | ⚠️ | |
| | `writeConcern` | ⚠️ | |
| | `comment` | ⚠️ | |
| `updateUser` | | | [Issue](https://github.com/FerretDB/FerretDB/issues/1496) |
| | `pwd` | ⚠️ | |
| | `customData` | ⚠️ | |
| | `roles` | ⚠️ | |
| | `digestPassword` | ⚠️ | |
| | `writeConcern` | ⚠️ | |
| | `authenticationRestrictions` | ⚠️ | |
| | `mechanisms` | ⚠️ | |
| | `digestPassword` | ⚠️ | |
| | `comment` | ⚠️ | |
| `updateUser` | | | |
| | `pwd` | | |
| | `customData` | | |
| | `roles` | | |
| | `digestPassword` | | |
| | `writeConcern` | | |
| | `authenticationRestrictions` | | |
| | `mechanisms` | | |
| | `digestPassword` | | |
| | `comment` | | |
| `usersInfo` | | ✅ | |
| | `showCredentials` | ✅ | |
| | `showCustomData` | ⚠️ | |
Expand Down Expand Up @@ -499,7 +497,7 @@ Related [issue](https://github.com/FerretDB/FerretDB/issues/1917).
| `$subtract` (arithmetic) | ❌ | [Issue](https://github.com/FerretDB/FerretDB/issues/1453) |
| `$subtract` (date) | ❌ | [Issue](https://github.com/FerretDB/FerretDB/issues/1460) |
| `$sum` (accumulator) | ✅️ | |
| `$sum` (operator) | | [Issue](https://github.com/FerretDB/FerretDB/issues/2680) |
| `$sum` (operator) | ✅️ | |
| `$switch` | ❌ | [Issue](https://github.com/FerretDB/FerretDB/issues/1457) |
| `$tan` | ❌ | [Issue](https://github.com/FerretDB/FerretDB/issues/1465) |
| `$tanh` | ❌ | [Issue](https://github.com/FerretDB/FerretDB/issues/1465) |
Expand Down Expand Up @@ -642,7 +640,7 @@ Related [issue](https://github.com/FerretDB/FerretDB/issues/1917).
| | `comment` | | ⚠️ | |
| `listCollections` | | | ✅ | |
| | `filter` | | ✅ | |
| | `nameOnly` | | ⚠️ | [Issue](https://github.com/FerretDB/FerretDB/issues/3624) |
| | `nameOnly` | | | |
| | `authorizedCollections` | | ⚠️ | [Issue](https://github.com/FerretDB/FerretDB/issues/3770) |
| | `comment` | | ⚠️ | |
| `listDatabases` | | | ✅ | |
Expand Down