| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update publish-aur.yml | 2026-02-24 | 1 | -1/+2 | |
| | | |||||
| * | Update publish-aur.yml | 2026-02-24 | 1 | -23/+8 | |
| | | |||||
| * | Update publish-aur.yml | 2026-02-24 | 1 | -2/+2 | |
| | | |||||
| * | Add debugging and user configuration steps to workflow | 2026-02-24 | 1 | -7/+15 | |
| | | |||||
| * | Update publish-aur.yml | 2026-02-24 | 1 | -0/+1 | |
| | | |||||
| * | Update publish-aur.yml | 2026-02-24 | 1 | -37/+31 | |
| | | |||||
| * | Refactor SSH setup and clone AUR repository | 2026-02-24 | 1 | -7/+4 | |
| | | |||||
| * | Add debug steps for SSH setup in publish-aur.yml | 2026-02-24 | 1 | -0/+6 | |
| | | | | Added debugging steps to verify SSH setup for AUR. | ||||
| * | Update publish-aur.yml for AUR deployment | 2026-02-24 | 1 | -1/+7 | |
| | | | | Add steps to install dependencies and configure SSH for AUR. | ||||
| * | Remove ssh-keyscan from AUR publish workflow | 2026-02-24 | 1 | -2/+1 | |
| | | | | Removed ssh-keyscan command from workflow. | ||||
| * | Remove makepkg installation step from workflow | 2026-02-24 | 1 | -3/+0 | |
| | | | | Removed the installation step for makepkg and archlinux-keyring. | ||||
| * | Update AUR workflow to use makepkg and Arch Linux container | 2026-02-24 | 1 | -2/+4 | |
| | | |||||
| * | Update AUR workflow to use pkgbuild-utils | 2026-02-24 | 1 | -2/+2 | |
| | | |||||
| * | Install makepkg in AUR publish workflow | 2026-02-24 | 1 | -0/+3 | |
| | | | | Added step to install makepkg and archlinux-keyring. | ||||
| * | Refactor AUR publish workflow for better tag handling | 2026-02-24 | 1 | -53/+53 | |
| | | |||||
| * | Modify publish workflow to set pkgver from tag | 2026-02-24 | 1 | -1/+6 | |
| | | | | Update PKGBUILD version dynamically based on tag. | ||||
| * | Remove update step for PKGBUILD and .SRCINFO | 2026-02-24 | 1 | -3/+0 | |
| | | | | Removed the step to update PKGBUILD and .SRCINFO in the AUR repository. | ||||
| * | fix(ci): Allow publishing with dirty working directory | 2026-02-24 | 1 | -1/+1 | |
| | | |||||
| * | fix(ci): update AUR publish workflow for multiple branches | 2026-02-24 | 1 | -22/+41 | |
| | | |||||
| * | fix(ci): remove macOS 13 runner from CI workflow | 2026-02-24 | 1 | -2/+0 | |
| | | |||||
| * | chore(ci): update aur pkg publish workflow | 2026-02-24 | 1 | -42/+22 | |
| | | |||||
| * | fix: Update AUR workflow to copy .SRCINFO instead of generating it | 2025-05-25 | 1 | -1/+2 | |
| | | |||||
| * | feat: Add GitHub Actions workflow for publishing to crates.io | 2025-05-25 | 1 | -0/+35 | |
| | | |||||
| * | feat: Add GitHub Actions workflow for publishing to AUR | 2025-05-25 | 2 | -7/+55 | |
| | | |||||
| * | feat: Add initial project files and CI configuration | 2025-05-25 | 1 | -0/+168 | |
| - Created CI workflow for continuous integration using GitHub Actions. - Added Python version specification. - Initialized Cargo.toml and Cargo.lock for Rust project dependencies. - Implemented main functionality in Rust with command-line interface using Clap. - Added Python project configuration with Maturin for building and publishing. - Implemented command history prediction feature in Python. | |||||