aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
AgeCommit message (Expand)Author
2018-01-22Increase version v0.1.1 -> v0.1.2HEADv0.1.2masterTeddy Wing
2017-07-08Increase version v0.1.0 -> v0.1.1v0.1.1Teddy Wing
2017-06-04Move HTTP response body errors into http.goTeddy Wing
2017-06-03Add an option to list "Modules" (sprints & their IDs)Teddy Wing
2017-06-03main(): Handle errors from HTTP responsesTeddy Wing
2017-06-03main(): Add comment explaining `--project` validationTeddy Wing
2017-06-03main(): Change Kingpin error messages to lowercaseTeddy Wing
2017-06-03main(): Move `loadConfig()` call after CLI argument parsingTeddy Wing
2017-06-03main(): Update error message for `loadConfig()` errorTeddy Wing
2017-06-03Make the `password_cmd` config setting workTeddy Wing
2017-06-03main.go: Fix whitespaceTeddy Wing
2017-06-03main(): Change error handling to use Kingpin error helpersTeddy Wing
2017-06-03main.go: Custom `Required()` for `--project` argumentTeddy Wing
2017-06-03main.go: If `--write-config` is passed, do work and exitTeddy Wing
2017-06-03main.go: Only call `maybeWriteConfig()` when `--write-config` is givenTeddy Wing
2017-06-03main.go: Handle errors coming from `loadConfig()`Teddy Wing
2017-06-03Make `MaybeWriteConfig()` a private functionTeddy Wing
2017-06-03Move `Config` & `loadConfig()` to config.goTeddy Wing
2017-06-03main.go: Handle errors from MaybeWriteConfig()Teddy Wing
2017-06-03Add `MaybeWriteConfig()`Teddy Wing
2017-06-03main.go: Run goimportsTeddy Wing
2017-06-03main.go: Move version string to `VERSION` variableTeddy Wing
2017-06-03Change `TimeEntry.Time` to a `float64`Teddy Wing
2017-06-03main.go: Handle the `--date` argumentTeddy Wing
2017-06-03main.go: Add a short version of the --date argumentTeddy Wing
2017-06-03main.go: Fail if an unrecognised project alias is passedTeddy Wing
2017-06-03main.go: Create time entry before making HTTP requestsTeddy Wing
2017-06-03Add command line argument parsingTeddy Wing
2017-06-03main.go: Remove old commented codeTeddy Wing
2017-06-03main.go;http.go: Remove commented unused importsTeddy Wing
2017-06-03Run gofmt on all project filesTeddy Wing
2017-06-03main.go: Add TOML tag to Config.PasswordCmdTeddy Wing
2017-06-03main.go: Print HTTP response bodies for debuggingTeddy Wing
2017-06-03Initial stab at submitting time entries for realTeddy Wing
2017-06-03main.go: Add `Profile` to `Config`Teddy Wing
2017-06-03Create a new Project typeTeddy Wing
2017-06-03Comment out all the things!Teddy Wing
2017-06-03main.go: Cleanup from 13c84cd9973458750305c72a919cf921d9b22b04Teddy Wing
2017-06-03main.go: Read config from a new format TOML fileTeddy Wing
2017-03-19main.go: Change import to use `github.com` URLTeddy Wing
2017-03-12Add GenerateWeeklyTimesheet()Teddy Wing
2017-03-12main.go: Check the output of `buildSubmissionParams`Teddy Wing
2017-03-12Make fields named structsTeddy Wing
2017-03-12Parse timesheet filesTeddy Wing
2017-03-11main.go: Move config loading to a new functionTeddy Wing
2017-03-11Add main.go with configurationTeddy Wing