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-06-03
main.go: Handle the `--date` argument
Teddy Wing
2017-06-03
main.go: Add a short version of the --date argument
Teddy Wing
2017-06-03
main.go: Fail if an unrecognised project alias is passed
Teddy Wing
2017-06-03
main.go: Create time entry before making HTTP requests
Teddy Wing
2017-06-03
Add command line argument parsing
Teddy Wing
2017-06-03
Add TODO
Teddy Wing
2017-06-03
Merge branch 'cleanup-from-single-time-entry-submission-work' into timetasker...
Teddy Wing
2017-06-03
main.go: Remove old commented code
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
Merge branch 'submit-single-time-entry' into timetasker-daily
Teddy Wing
2017-06-03
buildSubmissionParams(): Add `f_entryIndexes` param
Teddy Wing
2017-06-03
main.go: Add TOML tag to Config.PasswordCmd
Teddy Wing
2017-06-03
main.go: Print HTTP response bodies for debugging
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
Merge branch 'toml-projects-config' into timetasker-daily
Teddy Wing
2017-06-03
Create a new Project type
Teddy Wing
2017-06-03
Comment out all the things!
Teddy Wing
2017-06-03
main.go: Cleanup from 13c84cd9973458750305c72a919cf921d9b22b04
Teddy Wing
2017-06-03
main.go: Read config from a new format TOML file
Teddy Wing
2017-03-20
Add REAME
v0.0.1
Teddy Wing
2017-03-20
Add COPYING (GNU GPLv3+)
Teddy Wing
2017-03-19
main.go: Change import to use `github.com` URL
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
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
[next]