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
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-04
Change `ParseXML()` name to `ModuleParseXML()`
Teddy Wing
2017-06-04
Add module.go for parsing Module XML
Teddy Wing
2017-06-03
TestLogin(): Fix `Login()` assignment mismatch
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
Move 'fields.go' to 'project.go'
Teddy Wing
2017-06-03
Remove generator.go, templates/ directory
Teddy Wing
2017-06-03
http_test.go: Skip Login() test
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
Project: Remove `Time` field
Teddy Wing
2017-06-03
Add `NewTimeEntry()`
Teddy Wing
2017-06-03
http.go: Replace `SubmitTimeEntries` with `SubmitTimeEntry`
Teddy Wing
2017-06-03
main.go: Add `Profile` to `Config`
Teddy Wing
2017-06-03
Project: Add a TOML tag for the WorkType field
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
time_entry.go: Rewrite `TimeEntry` type for the new era
Teddy Wing
2017-06-03
Create a new Project type
Teddy Wing
2017-06-03
Comment out all the things!
Teddy Wing
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
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
TestLogin: Replace af83-specific text
Teddy Wing
2017-03-11
TestLogin: Do actual test checks
Teddy Wing
2017-03-11
Get login working
Teddy Wing
2017-03-11
Initial commit. Test HTTP request.
Teddy Wing