Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,14 @@ Tag naming: `0.y.z` (no `v` prefix). Align `cmd/version.go` with the tag before

## [Unreleased]

### Changed

- Repository sync uses **go-git** instead of the `git` CLI (no `git` binary required in the distroless image).

## [0.1.0] - 2026-05-23

### Added

- **probe-core** integration: entity-based lifecycle (`users`, `groups`, `projects`, `repositories`, `code_files`), HTTP control plane (`/probes`), `runtime_config` merge, schema in image.
- CI/CD via `fluid-pub/actions` (test, release on semver tag, GHCR image `ghcr.io/fluid-pub/probe-gitlab`).
- Git repository sync and `code_files` indexing for RAG.
- Git repository sync via **go-git** and `code_files` indexing for RAG (no `git` CLI in the distroless image).
- `gofmt` pre-commit hook (`scripts/install-git-hooks.sh`).

### Changed

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ require (
gopkg.in/warnings.v0 v0.1.2 // indirect
)

replace fluid/probes/core => ../core
replace fluid/probes/core => ./core
Loading