]> quire.kejadlen.dev Git - quire.git/shortlog
quire.git
7 hours ago Alpha ChenUse HTTP Basic auth for mirror push to GitHub
8 hours ago Alpha ChenMove repo name validation into Repo
9 hours ago Alpha ChenCanonicalize GIT_DIR in hook before resolving repo
10 hours ago Alpha ChenStand up gitweb as interim web view
10 hours ago Alpha ChenBind quire dispatch hook to post-receive event
11 hours ago Alpha ChenPush actual refs to mirror instead of hardcoding main
11 hours ago Alpha ChenSet initial branch to main when creating bare repos
22 hours ago Alpha ChenUse cargo-chef to cache Rust dependencies in Docker...
23 hours ago Alpha ChenReplace qualified miette with use
23 hours ago Alpha ChenDispatch git subcommands via the git binary
23 hours ago Alpha ChenAdd quire config
23 hours ago Alpha ChenAdd docs/config.md for the Fennel config schemas
25 hours ago Alpha ChenTighten post-receive hook based on review
25 hours ago Alpha ChenImplement post-receive hook to push main to mirror
25 hours ago Alpha ChenAlign docs with code after accuracy audit
25 hours ago Alpha ChenPolish docs and fix per-repo config drift in PLAN.md
25 hours ago Alpha ChenAdd Sentry for error tracking
25 hours ago Alpha ChenExtract Repo::git helper for running commands in bare...
25 hours ago Alpha ChenPropagate FennelError directly instead of flattening...
25 hours ago Alpha ChenCheck HEAD existence with rev-parse instead of parsing...
25 hours ago Alpha ChenUse more accurate error variants in Repo::config()
25 hours ago Alpha ChenLoad per-repo config from bare repos via git show
36 hours ago Alpha ChenRe-declare GIT_VERSION inside the build stage so it...
36 hours ago Alpha ChenAdd global config loader with base_dir refactor
36 hours ago Alpha ChenAbsorb Config into Quire
36 hours ago Alpha ChenScope SecretString cache to the file variant
47 hours ago ClaudeInstall perl in git-builder stage so make can build git
47 hours ago ClaudeDrop unused tooling from CI test job
47 hours ago Alpha ChenAdd SecretString type with lazy file resolver
2 days ago Alpha ChenFix line extraction for names containing colons
2 days ago Alpha ChenEmbed Fennel compiler and implement load_string round...
2 days ago Alpha ChenAdd design note for Fennel embedding
2 days ago Alpha ChenInstall Rust via rustup instead of system packages
2 days ago Alpha ChenSet RANGER_DEFAULT_BACKLOG in ramekin Dockerfile
2 days ago Alpha ChenExtract Repo struct wrapping a resolved path
2 days ago Alpha ChenAdd ramekin Dockerfile with Rust toolchain
2 days ago Alpha ChenExtract Quire struct to replace Repo and Config threading
2 days ago Alpha ChenStrengthen pre-commit requirement in AGENTS.md
2 days ago Alpha ChenInline repo submodules and add Repo::exists
2 days ago Alpha ChenExtract Repo struct to unify path validation
2 days ago Alpha ChenAdd repo management subcommands (new, list, rm)
2 days ago Alpha ChenSwitch base images from bookworm to trixie
2 days ago Alpha ChenRestrict hook subcommand to HookName enum
2 days ago Alpha ChenBuild git 2.54 from source and add hook subcommand
2 days ago Alpha ChenNote ranger as task manager in AGENTS.md
2 days ago Alpha ChenRun container as host uid/gid
3 days ago Alpha ChenStub HTTP server in quire serve
3 days ago Alpha ChenFix typo in docker/login-action pinned SHA
3 days ago Alpha ChenTrim AGENTS.md to just pre-commit rule only
3 days ago Alpha ChenAdd project AGENTS.md and remove unused miette import
3 days ago Alpha ChenSimplify Config to Default and use miette bail/ensure...
3 days ago Alpha ChenExtract Config struct for shared app configuration
3 days ago Alpha ChenSwitch from color-eyre to miette for error reporting
3 days ago Alpha ChenImplement quire exec dispatch with git command allowlist
3 days ago Alpha ChenComment out coverage and mutation testing in CI
3 days ago Alpha ChenReplace binary release with Docker image build and...
3 days ago Alpha ChenAdd host-side reference configs for SSH dispatch
3 days ago Alpha ChenAdd Dockerfile for step 1 host-mediated dispatch
3 days ago Alpha ChenAdd project README and design plan
3 days ago Alpha ChenScaffold Rust binary project with clap, CI, and tooling
3 days ago Alpha ChenInitialize quire project with Cargo skeleton