summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2023-04-11Refactoring, move where whitespace is handledJustin Wernick
2023-04-10Update the main branch of a repoJustin Wernick
2023-04-10Tests for setting the repo's branchJustin Wernick
2023-04-09Update naming of git-init to just initJustin Wernick
2023-04-09Updating descriptions now works on init tooJustin Wernick
2023-04-09Implement set_description for an existing repoJustin Wernick
2023-04-08Fill in test for updating description on existing repoJustin Wernick
This also isn't implemented yet. Naughty naughty.
2023-04-07Set the description while initting the repoJustin Wernick
This should work, but doesn't seem to.
2023-04-07Failing test for setting descriptionJustin Wernick
2023-04-05Nicer error handling on reading configJustin Wernick
2023-04-05Add group git dirs to the listingJustin Wernick
2023-04-04Check that the git repo is personal before adding it as personalJustin Wernick
2023-04-04Figure out the testing for listingJustin Wernick
Needs regexes to accomodate the different table sizes
2023-04-03Change cargo config to work better with sccacheJustin Wernick
2023-04-02Start the basics of listing reposJustin Wernick
2023-03-30Failing test to get started with listing reposJustin Wernick
2023-03-30Update path restrictions to allow shared reposJustin Wernick