Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
fc6f20d
chore: bump to v1.6.3, update changelog and dependencies
Goldziher Apr 20, 2026
88401c2
feat(core): add Default, Hash, PartialEq, Eq derives to public types
Goldziher Apr 20, 2026
8557c15
feat: migrate to alef polyglot binding generator (WIP)
Goldziher Apr 20, 2026
f9fa90d
feat: fix alef-generated bindings to compile cleanly
Goldziher Apr 20, 2026
14f5d88
feat: complete alef binding generation — all crates compile clean
Goldziher Apr 20, 2026
d3465ba
fix(php): patch extension_ambiguity and split_code return types
Goldziher Apr 20, 2026
87787d6
chore: add issue templates and CODEOWNERS
Goldziher Apr 20, 2026
9437801
chore: add PR/issue validation workflows and PR template
Goldziher Apr 20, 2026
44a6c42
test: add 16 e2e fixtures closing testing gaps
Goldziher Apr 20, 2026
270f23b
test: fix e2e fixtures for Rust codegen compatibility
Goldziher Apr 20, 2026
114d8af
fix: wire up e2e tests — all Rust e2e tests pass
Goldziher Apr 20, 2026
c98c6fb
chore: regenerate e2e test suites
Goldziher Apr 20, 2026
8e6404e
chore: replace legacy tools with alef toolchain
Goldziher Apr 21, 2026
88a2083
chore: update docs to alef-generated API reference
Goldziher Apr 21, 2026
adac499
chore: wire alef readme, version sync, and pre-commit hooks
Goldziher Apr 21, 2026
402991c
ci: add alef validation, upgrade prek, update path triggers
Goldziher Apr 21, 2026
7907081
fix: critical review — update all stale refs to new crate names/paths
Goldziher Apr 21, 2026
197b08f
test: add 18 e2e fixtures closing testing gaps
Goldziher Apr 21, 2026
4716bcb
chore: regenerate e2e test suites + fix fixture assertions
Goldziher Apr 21, 2026
de27505
fix: remove build-system from root pyproject.toml
Goldziher Apr 21, 2026
9b5f0a6
fix: CI stale path refs + add missing package files
Goldziher Apr 21, 2026
7de1342
ci: consolidate 12 language CI workflows into single ci.yaml
Goldziher Apr 21, 2026
f7fa686
ci: remove ci-all-grammars.yaml (superseded by consolidated ci.yaml)
Goldziher Apr 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 10 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Default owner — everything
* @Goldziher

# Zensical config and documentation
/zensical.toml @Goldziher @pratik-mahalle @v-tan
/docs/ @Goldziher @pratik-mahalle @v-tan
*.md @Goldziher @pratik-mahalle @v-tan

# Rust crates
/crates/ @Goldziher @kh3rld
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Bug Report
description: Report a bug or unexpected behavior
title: "fix: "
labels: ["bug"]
projects: ["kreuzberg-dev/1"]
body:
- type: textarea
id: description
attributes:
label: Description
description: What happened? What did you expect to happen?
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
description: Minimal steps to reproduce the issue.
validations:
required: true
- type: textarea
id: reproduction-files
attributes:
label: Relevant files and configuration
description: >-
Any configuration files, input files, or code snippets needed to
reproduce the issue.
render: text
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Documentation Issue
description: Report missing, unclear, or incorrect documentation
title: "docs: "
labels: ["documentation"]
projects: ["kreuzberg-dev/1"]
body:
- type: textarea
id: what
attributes:
label: What
description: What documentation is missing, unclear, or incorrect?
validations:
required: true
- type: textarea
id: why
attributes:
label: Why
description: Why does this need to change?
validations:
required: true
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Feature Request
description: Suggest a new feature or improvement
title: "feat: "
labels: ["enhancement"]
projects: ["kreuzberg-dev/1"]
body:
- type: textarea
id: what
attributes:
label: What is the proposed feature?
validations:
required: true
- type: textarea
id: why
attributes:
label: Why would this be a good addition?
validations:
required: true
12 changes: 12 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Related

<!-- Link issues or discussions if applicable -->

## Description

<!-- What does this PR do? -->

## Checklist

- [ ] CI passing
- [ ] Tests added where applicable
122 changes: 0 additions & 122 deletions .github/workflows/ci-all-grammars.yaml

This file was deleted.

142 changes: 0 additions & 142 deletions .github/workflows/ci-c.yaml

This file was deleted.

Loading
Loading