aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-03Add TODOTeddy Wing
2017-06-03Merge branch 'cleanup-from-single-time-entry-submission-work' into timetasker...Teddy 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-03Move 'fields.go' to 'project.go'Teddy Wing
2017-06-03Remove generator.go, templates/ directoryTeddy Wing
2017-06-03http_test.go: Skip Login() testTeddy Wing
2017-06-03Merge branch 'submit-single-time-entry' into timetasker-dailyTeddy Wing
2017-06-03buildSubmissionParams(): Add `f_entryIndexes` paramTeddy 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-03SubmitTimeEntry(): Remove `Profile` & `Project` argumentsTeddy Wing
2017-06-03Project: Remove `Time` fieldTeddy Wing
2017-06-03Add `NewTimeEntry()`Teddy Wing
2017-06-03http.go: Replace `SubmitTimeEntries` with `SubmitTimeEntry`Teddy Wing
2017-06-03main.go: Add `Profile` to `Config`Teddy Wing
2017-06-03Project: Add a TOML tag for the WorkType fieldTeddy Wing
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