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
Age
Commit message (
Expand
)
Author
2017-03-12
GenerateWeeklyTimesheet: Auto-fill the date with all days in the week
Teddy Wing
2017-03-12
Add GenerateWeeklyTimesheet()
Teddy Wing
2017-03-12
TimeEntry.UnmarshalYAML: Don't error if date empty string
Teddy Wing
2017-03-12
SubmitTimeEntries: Add required params
Teddy Wing
2017-03-12
main.go: Check the output of `buildSubmissionParams`
Teddy Wing
2017-03-12
Change all `uint` types to `int`
Teddy Wing
2017-03-12
http.go: Add `buildSubmissionParams` function
Teddy Wing
2017-03-12
fields.go: Get rid of unused `thingsByName` function
Teddy Wing
2017-03-12
fields.go: Add methods that allow us to extract objects by name
Teddy Wing
2017-03-12
fields.go: Get rid of `IDName`
Teddy Wing
2017-03-12
TimeEntry: Add missing Module field
Teddy Wing
2017-03-12
time_entry.go: Properly unmarshal Time field
Teddy Wing
2017-03-12
Make fields named structs
Teddy Wing
2017-03-12
time_entry.go: Add missing `Time` field
Teddy Wing
2017-03-12
Parse timesheet files
Teddy Wing
2017-03-11
main.go: Move config loading to a new function
Teddy Wing
2017-03-11
Add main.go with configuration
Teddy Wing
2017-03-11
TestLogin: Replace af83-specific text
Teddy Wing
2017-03-11
TestLogin: Do actual test checks
Teddy Wing
2017-03-11
Add .gitignore
Teddy Wing
2017-03-11
Get login working
Teddy Wing
2017-03-11
Initial commit. Test HTTP request.
Teddy Wing