Open
Conversation
Co-authored-by: ranas-mukminov <193597952+ranas-mukminov@users.noreply.github.com>
Co-authored-by: ranas-mukminov <193597952+ranas-mukminov@users.noreply.github.com>
Co-authored-by: ranas-mukminov <193597952+ranas-mukminov@users.noreply.github.com>
Co-authored-by: ranas-mukminov <193597952+ranas-mukminov@users.noreply.github.com>
…on-and-examples [WIP] Improve documentation and add practical examples
- Created new README.md (English) with MongoDB plugin documentation - Created new README.ru.md (Russian) with complete translation - Added Docker Compose example setup with MongoDB, Grafana, and proxy - Created examples/README.md with detailed Docker usage instructions - Added .github/FUNDING.yml for sponsorship - Added SUPPORT.md with community and professional support info - Added SECURITY.md with security policy and reporting guidelines - Added bug report and feature request issue templates - Added pull request template - All files include run-as-daemon.ru branding and service information Co-authored-by: ranas-mukminov <193597952+ranas-mukminov@users.noreply.github.com>
…tation Complete documentation and repository infrastructure for run-as-daemon fork
…odb-grafana [WIP] Add bilingual README for MongoDB Grafana
Co-authored-by: ranas-mukminov <193597952+ranas-mukminov@users.noreply.github.com>
Co-authored-by: ranas-mukminov <193597952+ranas-mukminov@users.noreply.github.com>
…ntime-errors Security: Update runtime dependencies to fix vulnerabilities
There was a problem hiding this comment.
Pull Request Overview
This PR introduces comprehensive documentation, Docker-based examples, and GitHub templates for the MongoDB Grafana plugin fork. It updates dependencies to their latest secure versions and establishes this as a production-ready, professionally supported fork maintained by run-as-daemon.ru.
Key changes:
- Updated npm dependencies to latest secure versions (express, body-parser, lodash, moment, mongodb)
- Added Docker Compose environment with MongoDB, proxy, and Grafana for quick testing
- Created extensive documentation (README, SECURITY.md, SUPPORT.md) with bilingual support (English/Russian)
Reviewed Changes
Copilot reviewed 15 out of 22 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updated 5 core dependencies to latest secure versions within compatibility constraints |
| examples/docker-compose.yml | Complete Docker stack for demo/development with MongoDB 6.0, proxy server, and Grafana 10.2 |
| examples/init-mongo.js | MongoDB initialization script with sample sensor data and read-only user creation |
| examples/Dockerfile.proxy | Dockerfile for building the Node.js proxy server container |
| examples/Dockerfile | Multi-stage Dockerfile for building plugin and running proxy server |
| examples/provisioning/datasources/mongodb.yml | Pre-configured Grafana datasource for Docker environment |
| examples/README.md | Comprehensive 285-line guide covering setup, testing, development workflow, and troubleshooting |
| dist/README.md | Complete rewrite with production deployment guidance, usage examples, and professional services info |
| README.md | Main repository README matching dist/README.md content |
| README.ru.md | Russian translation of README.md |
| SECURITY.md | Security policy with vulnerability reporting, best practices, and dependency assessment |
| SUPPORT.md | Support guidelines distinguishing community vs professional support options |
| .github/PULL_REQUEST_TEMPLATE.md | Detailed PR template with checklists for code quality, testing, and compatibility |
| .github/ISSUE_TEMPLATE/bug_report.yml | Structured bug report template with version info and reproduction steps |
| .github/ISSUE_TEMPLATE/feature_request.yml | Feature request template with priority and contribution tracking |
| .github/FUNDING.yml | GitHub Sponsors configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Author
|
@copilot open a new pull request to apply changes based on the comments in this thread |
This file contains hidden or 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
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.