index
:
timetasker
change-field-format-to-US-localisation
master
show-http-response-when-time-emtry-submission-fails
A CLI for submitting Time Task time sheets
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
timetask
/
http.go
Age
Commit message (
Expand
)
Author
2018-01-22
buildSubmissionParams(): Change time format to U.S.
change-field-format-to-US-localisation
Teddy Wing
2018-01-22
buildSubmissionParams(): Change date format to U.S.
Teddy Wing
2018-01-22
SubmitTimeEntry(): Log HTTP response
show-http-response-when-time-emtry-submission-fails
Teddy Wing
2017-06-04
Move HTTP response body errors into http.go
Teddy Wing
2017-06-04
RequestModules(): Pretty print modules
Teddy Wing
2017-06-03
Add an option to list "Modules" (sprints & their IDs)
Teddy Wing
2017-06-03
buildSubmissionParams(): Fix time string replacement bug
Teddy Wing
2017-06-03
Change `TimeEntry.Time` to a `float64`
Teddy Wing
2017-06-03
main.go;http.go: Remove commented unused imports
Teddy Wing
2017-06-03
Run gofmt on all project files
Teddy Wing
2017-06-03
buildSubmissionParams(): Add `f_entryIndexes` param
Teddy Wing
2017-06-03
Initial stab at submitting time entries for real
Teddy Wing
2017-06-03
SubmitTimeEntry(): Remove `Profile` & `Project` arguments
Teddy Wing
2017-06-03
http.go: Replace `SubmitTimeEntries` with `SubmitTimeEntry`
Teddy Wing
2017-06-03
buildSubmissionParams(): Support new `TimeEntry`; Submit single entry
Teddy Wing
2017-06-03
http.go: Restore `SubmitTimeEntries` & `buildSubmissionParams`
Teddy Wing
2017-06-03
Comment out all the things!
Teddy Wing
2017-03-12
SubmitTimeEntries: Add required params
Teddy Wing
2017-03-12
http.go: Add `buildSubmissionParams` function
Teddy Wing
2017-03-11
Get login working
Teddy Wing
2017-03-11
Initial commit. Test HTTP request.
Teddy Wing