summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-15Create group directories if they don't already existJustin Wernick
- With the correct ownership - With the correct permissions Fix #5
2023-08-02Add copyright year to the license sectionJustin Wernick
2023-08-02Update release notes to mention licenseJustin Wernick
2023-08-02Dual license with ApacheJustin Wernick
The biggest practical change this has is it adds a bit about licensing contributions to the readme.
2023-07-17Prepare 0.2.0 releasev0.2.0Justin Wernick
2023-07-17Standardise main branch name used in testsJustin Wernick
2023-07-17Add test user config for the testJustin Wernick
Note that this isn't set globally, just for the test repo.
2023-07-14Changelog message for housekeeping commandJustin Wernick
2023-07-14Add cleaning up stale objects to the housekeeping taskJustin Wernick
2023-07-14Add a housekeeping task, which does git gcJustin Wernick
2023-07-12Starting with tests for the planned git housekeeping tasksJustin Wernick
2023-07-06Move test helper functions into their own helper moduleJustin Wernick
2023-07-03Added a new "--verbose" option to the list commandJustin Wernick
2023-07-03Extract common test code into functionJustin Wernick
2023-06-30Move out common test dataJustin Wernick
2023-06-28Move the issue roadmap to the issue trackerJustin Wernick
2023-06-24Some extra test helper functions to make tests a bit more succinctJustin Wernick
2023-06-24Added a command to delete a repoJustin Wernick
2023-06-22CI status badgeJustin Wernick
2023-06-21Shrink the docker contextJustin Wernick
2023-06-21Use a cargo feature to allow disabling docker tests in CIJustin Wernick
Ideally these tests would run in CI, but that would require docker in docker, since CI runs its tests in docker.
2023-06-15Split contributing docs into their own fileJustin Wernick
2023-06-15Format readme code blocks using fences to indicate languageJustin Wernick
2023-06-15Fix the crates.io badge image and linkJustin Wernick
2023-06-15Added a changelog for completed todo itemsJustin Wernick
2023-06-02Updated readme to reference the new blog postJustin Wernick
2023-05-28Cargo-dist config for building releasesJustin Wernick
2023-05-27Basic woodpecker-ci configJustin Wernick
2023-05-27Add Crates.io badgeJustin Wernick
2023-05-10Version bump for the updated readme that now references crates.iov0.1.1Justin Wernick
2023-05-10Update docs to use crates.io instead of my git branch!Justin Wernick
2023-05-10Simplify project by getting rid of workspacev0.1.0Justin Wernick
2023-05-10Build a markdown version of the readmeJustin Wernick
2023-05-10Rename the package to something not taken on crates.ioJustin Wernick
2023-05-04Tweak the planJustin Wernick
2023-04-29Finish filling in details in the readmeJustin Wernick
2023-04-29Add required user config for tests into the testsJustin Wernick
2023-04-29Filled in more of the dev guideJustin Wernick
2023-04-27Filling in the development dependenciesJustin Wernick
2023-04-26Add usage docsJustin Wernick
2023-04-20Fill in an outline of what's planned for the readmeJustin Wernick
2023-04-19Added some missing expected output in the listing testsJustin Wernick
These were sometimes timing out a bit early and looking at the wrong output.
2023-04-19Rearrange todo listJustin Wernick
2023-04-19Took some suggestions from clippyJustin Wernick
2023-04-19Categories and keywordsJustin Wernick
2023-04-19Add a licenseJustin Wernick
2023-04-18Start fleshing out the readme now that I've done my MVP stuffJustin Wernick
2023-04-15Extra todo itemJustin Wernick
2023-04-13Enable LTO for production buildsJustin Wernick
2023-04-11Add docs to all the commandsJustin Wernick