aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-03-12GenerateWeeklyTimesheet: Auto-fill the date with all days in the weekTeddy Wing
2017-03-12Add GenerateWeeklyTimesheet()Teddy Wing
2017-03-12TimeEntry.UnmarshalYAML: Don't error if date empty stringTeddy Wing
2017-03-12SubmitTimeEntries: Add required paramsTeddy Wing
2017-03-12main.go: Check the output of `buildSubmissionParams`Teddy Wing
2017-03-12Change all `uint` types to `int`Teddy Wing
2017-03-12http.go: Add `buildSubmissionParams` functionTeddy Wing
2017-03-12fields.go: Get rid of unused `thingsByName` functionTeddy Wing
2017-03-12fields.go: Add methods that allow us to extract objects by nameTeddy Wing
2017-03-12fields.go: Get rid of `IDName`Teddy Wing
2017-03-12TimeEntry: Add missing Module fieldTeddy Wing
2017-03-12time_entry.go: Properly unmarshal Time fieldTeddy Wing
2017-03-12Make fields named structsTeddy Wing
2017-03-12time_entry.go: Add missing `Time` fieldTeddy 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
2017-03-11TestLogin: Replace af83-specific textTeddy Wing
2017-03-11TestLogin: Do actual test checksTeddy Wing
2017-03-11Add .gitignoreTeddy Wing
2017-03-11Get login workingTeddy Wing
2017-03-11Initial commit. Test HTTP request.Teddy Wing