Skip to content

chore: export issues funcs - #163

Merged
SamMorrowDrums merged 3 commits into
mainfrom
export-issues
Apr 8, 2025
Merged

chore: export issues funcs#163
SamMorrowDrums merged 3 commits into
mainfrom
export-issues

Conversation

@SamMorrowDrums

Copy link
Copy Markdown
Collaborator

Export issues functions outside the package.

CopilotAI review requested due to automatic review settings April 7, 2025 21:23
@SamMorrowDrums
SamMorrowDrums changed the base branch from main to export-code-scanningApril 7, 2025 21:23

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

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 exports a set of GitHub issue and code scanning tool functions for external use.

  • Renames functions from unexported (lowercase) to exported (uppercase) in files: server.go, issues.go, and code_scanning.go.
  • Updates tests in issues_test.go and code_scanning_test.go to reference the new exported function names.

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
FileDescription
pkg/github/server.goUpdated tool functions to exported versions for issues handling.
pkg/github/issues_test.goUpdated tests to use new exported function names; note potential syntax error.
pkg/github/issues.goRenamed internal functions to exported functions for issue handling.
pkg/github/code_scanning_test.goUpdated tests to use exported function names for code scanning.
pkg/github/code_scanning.goConverted functions to exported, making code scanning tools accessible externally.

Comment threadpkg/github/issues_test.go Outdated
@SamMorrowDrumsSamMorrowDrums changed the title Export issueschore: export issues funcsApr 7, 2025
juruen
juruen previously approved these changes Apr 8, 2025

@juruenjuruen left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

Base automatically changed from export-code-scanning to mainApril 8, 2025 07:26
@SamMorrowDrums
SamMorrowDrums dismissed juruen’s stale reviewApril 8, 2025 07:26

The base branch was changed.

@SamMorrowDrums
SamMorrowDrums merged commit f4770fa into mainApr 8, 2025
@SamMorrowDrums
SamMorrowDrums deleted the export-issues branch April 8, 2025 07:32
DaleSeo pushed a commit to DaleSeo/github-mcp-server that referenced this pull request Oct 24, 2025
* Add Prometheus MCP Server to registry
This commit adds the Prometheus MCP Server to the official Docker MCP Registry.
The server provides:
- PromQL query execution against Prometheus
- Metrics discovery and exploration
- Authentication support (basic auth and bearer token)
- Multi-tenant support for setups like Cortex, Mimir, or Thanos
* Update prometheus server config
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@SamMorrowDrums@juruen