aboutsummaryrefslogtreecommitdiffstats
path: root/timetask
AgeCommit message (Expand)Author
2018-01-22buildSubmissionParams(): Change time format to U.S.change-field-format-to-US-localisationTeddy Wing
2018-01-22buildSubmissionParams(): Change date format to U.S.Teddy Wing
2018-01-22SubmitTimeEntry(): Log HTTP responseshow-http-response-when-time-emtry-submission-failsTeddy Wing
2017-06-04Move HTTP response body errors into http.goTeddy Wing
2017-06-04RequestModules(): Pretty print modulesTeddy Wing
2017-06-04Change `ParseXML()` name to `ModuleParseXML()`Teddy Wing
2017-06-04Add module.go for parsing Module XMLTeddy Wing
2017-06-03TestLogin(): Fix `Login()` assignment mismatchTeddy Wing
2017-06-03Add an option to list "Modules" (sprints & their IDs)Teddy Wing
2017-06-03buildSubmissionParams(): Fix time string replacement bugTeddy Wing
2017-06-03Change `TimeEntry.Time` to a `float64`Teddy 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-03buildSubmissionParams(): Add `f_entryIndexes` paramTeddy 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-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