-
Notifications
You must be signed in to change notification settings - Fork 2
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
Shell feature #44
Merged
Merged
Shell feature #44
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
I.e. `{ key: 'val' }` or `{ 'num': 2 }` besides `{ "strict": "json" }`.
Signed-off-by: ImgBotApp <[email protected]> Co-authored-by: ImgBotApp <[email protected]>
Squashed commit of the following: commit 93b2d67 Author: Romein van Buren <[email protected]> Date: Sat Jul 1 20:07:33 2023 +0200 Add filter functionality commit 30b65a1 Author: Romein van Buren <[email protected]> Date: Sat Jul 1 19:27:20 2023 +0200 Renamed `form-row` class to `formrow` commit 21afb01 Author: Romein van Buren <[email protected]> Date: Sat Jul 1 19:26:04 2023 +0200 Hide object types in object grid commit 037d543 Author: Romein van Buren <[email protected]> Date: Sat Jul 1 19:21:54 2023 +0200 Make auto reload interval input smaller commit 49d5022 Author: Romein van Buren <[email protected]> Date: Sat Jul 1 15:08:00 2023 +0200 Implement logs autoreload commit 1f89847 Author: Romein van Buren <[email protected]> Date: Sat Jul 1 15:04:00 2023 +0200 Return on error commit 9c85259 Author: Romein van Buren <[email protected]> Date: Sat Jul 1 15:03:37 2023 +0200 Add log error handling commit 7a98a63 Author: Romein van Buren <[email protected]> Date: Sat Jul 1 14:46:39 2023 +0200 Update log tab icon commit f30827a Author: Romein van Buren <[email protected]> Date: Sat Jul 1 14:41:59 2023 +0200 Add host log panel
This adds a 'Log' view to the host panel using the [`getLog` command](https://www.mongodb.com/docs/manual/reference/command/getLog/). Fixes #53.
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.
Resolves #37: adds a shell tab where the user can write mongo shell scripts and execute them.