mongo-express
mongo-express copied to clipboard
Web-based MongoDB admin interface, written with Node.js and express
### Improvements - [ ] add validation - [ ] add suggestion and autocomplete for MongoDB operators - [ ] add format/autoformat
Fix colors for types (ObjectId, UUID, ISODate etc) and values (Number etc). ### Actual Firefox (should be OK but _from_ and _to_ fields have same type but different color) ...
momgo-express is not able to connect to mongo db over ssl despite that other services can connect with mongo using same certificates as mongo-express. below is the error and a...
This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/1621) - - - Bumps the patterns group with 6 updates in the / directory: | Package | From | To | | --- | --- |...
 I tried the v1.0.3RC and master like this: ``` export ME_CONFIG_MONGODB_URL="mongodb://admin:admin@localhost:27017" && export PORT=9081 && pnpm run start-dev ``` (you see the result on the left side of the...
If the width of the browser window is
This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/1605) - - - ### NOTES - `@cypress/code-coverage` has peer dependencies (they can be removed if `@cypress/code-coverage` will be replaced): - `@babel/preset-env` - `babel-loader` - `webpack` ###...
This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/1615) - - - Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.9.0. Release notes Sourced from eslint's releases. v9.9.0 Features 41d0206 feat: Add support for TS config files (#18134)...
The webserver of mongo-express crashes when opening the edit view of a document in a database's collection with a non-default MongoDB ObjectId, e. g. ``_id: 1``: ``` mongoexpress_1 | /app/node_modules/bson/lib/error.js:41...
This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/1598) - - - Build step error in CI: ```console Run yarn build yarn build shell: /usr/bin/bash -e {0} Usage Error: Couldn't find the node_modules state file...