diff --git a/website/docs/reference/supported-commands.md b/website/docs/reference/supported-commands.md index a5e580c0ff4e..bf6fc9ccfcb6 100644 --- a/website/docs/reference/supported-commands.md +++ b/website/docs/reference/supported-commands.md @@ -109,7 +109,7 @@ The following operators and modifiers are available in the `update` and `findAnd | `$[]` | | ⚠️ | [Issue](https://github.com/FerretDB/FerretDB/issues/824) | | `$addToSet` | | ✅️ | | | `$pop` | | ✅ | | -| `$pull` | | ⚠️ | [Issue](https://github.com/FerretDB/FerretDB/issues/826) | +| `$pull` | | ✅ | | | `$push` | | ✅️ | | | `$pullAll` | | ✅️ | | | | `$each` | ✅️ | | @@ -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) | @@ -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` | ⚠️ | | @@ -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) | @@ -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` | | | ✅ | |