Skip to content

feat: align GitLab probe with probe-core and HTTP control plane#1

Merged
fuse merged 1 commit into
developfrom
feat/gitlab-probe-core-align
May 23, 2026
Merged

feat: align GitLab probe with probe-core and HTTP control plane#1
fuse merged 1 commit into
developfrom
feat/gitlab-probe-core-align

Conversation

@fuse
Copy link
Copy Markdown
Contributor

@fuse fuse commented May 23, 2026

Summary

  • Refactor the probe to compose probe-core (core.Probe) with five entities: users, groups, projects, repositories, and code_files (RAG via fields.content.rag).
  • Switch configuration to state + per-entity refresh_interval; control plane uses HTTP only (controlplane.base_url / FLUID_CONTROLPLANE_HTTP_BASE).
  • Add release packaging: Dockerfile (embedded schema.yml), CI/release/CodeQL workflows via fluid-pub/actions, CHANGELOG.md, and env.secrets.example.

Test plan

  • CI green on this PR (go-workload-ci + CodeQL)
  • git submodule update --init then make test locally
  • Local run with source env.secrets and make dev against a GitLab group + optional repos
  • After merge: tag 0.1.0 to publish ghcr.io/fluid-pub/probe-gitlab:0.1.0
  • Deploy with fluid-workload (schemaInImage: true) and verify probe enrollment (agent_type: gitlab)

@fuse fuse force-pushed the feat/gitlab-probe-core-align branch from 75fcec1 to 3653495 Compare May 23, 2026 19:58
@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@fuse fuse force-pushed the feat/gitlab-probe-core-align branch from c9fed91 to 127d37f Compare May 23, 2026 20:20
Compose core.Probe with entities (users, groups, projects, repositories,
code_files), HTTP-only control plane, and go-git repository sync (no git
CLI in the distroless image). Add CI/release workflows, English schema,
gofmt pre-commit hook, and AGENTS.md aligned with probe-confluence.
@fuse fuse force-pushed the feat/gitlab-probe-core-align branch from 57e61d1 to a860d5e Compare May 23, 2026 20:25
@fuse fuse merged commit ec5e116 into develop May 23, 2026
4 checks passed
@fuse fuse deleted the feat/gitlab-probe-core-align branch May 23, 2026 20:28
Sign up for free to 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.

2 participants