aboutsummaryrefslogtreecommitdiffstats
path: root/timetask
AgeCommit message (Expand)Author
2017-06-03buildSubmissionParams(): Support new `TimeEntry`; Submit single entryTeddy Wing
2017-06-03http.go: Restore `SubmitTimeEntries` & `buildSubmissionParams`Teddy Wing
2017-06-03time_entry.go: Rewrite `TimeEntry` type for the new eraTeddy Wing
2017-06-03Create a new Project typeTeddy Wing
2017-06-03Comment out all the things!Teddy Wing
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-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-11TestLogin: Replace af83-specific textTeddy Wing
2017-03-11TestLogin: Do actual test checksTeddy Wing
2017-03-11Get login workingTeddy Wing
2017-03-11Initial commit. Test HTTP request.Teddy Wing