-
Notifications
You must be signed in to change notification settings - Fork 218
new one #145
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
base: master
Are you sure you want to change the base?
new one #145
Conversation
Co-authored-by: ranas-mukminov <[email protected]>
Co-authored-by: ranas-mukminov <[email protected]>
Co-authored-by: ranas-mukminov <[email protected]>
Co-authored-by: ranas-mukminov <[email protected]>
…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 <[email protected]>
…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 <[email protected]>
Co-authored-by: ranas-mukminov <[email protected]>
…ntime-errors Security: Update runtime dependencies to fix vulnerabilities
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]>
|
@copilot open a new pull request to apply changes based on the comments in this thread |
No description provided.