aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump anyhow from 1.0.19 to 1.0.22dependabot-preview[bot]2019-11-181-3/+3
| | | | | | | Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.19 to 1.0.22. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.19...1.0.22) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Add ticket functionality to dev-suite (#3)Michael Gattozzi2019-11-185-6/+568
| | | | | | | This adds the ability to open new tickets, close them, and show them from the commandline. This functionality is enough to get started adding more tickets to the repo from here on out and work on new tools with tickets associated with them.
* Setup CI for dev-suite (#1)Michael Gattozzi2019-11-151-0/+71
| | | * Setup CI for dev-suite
* Initialize the dev-suite repoMichael Gattozzi2019-11-157-0/+272
This commit initializes the repo with a stubbed out ticket tool and the rustfmt preferences for the repo. The idea is that dev-suite will allow remote collaboration by giving a lot of the functionality that GitHub and other services have, but have all of the data live alongside the repo and it's history. This makes choosing a different service easier and lets people who don't want to use the service have that option.