aboutsummaryrefslogtreecommitdiffstats
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-03Merge branch 'toml-projects-config' into timetasker-dailyTeddy 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-20Add REAMEv0.0.1Teddy Wing
2017-03-20Add COPYING (GNU GPLv3+)Teddy Wing
2017-03-19main.go: Change import to use `github.com` URLTeddy 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-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