summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)Author
2013-12-26eliminate dependency on faraday_middlewareZack Hobson
2013-12-26use yajl, test html unescapeZack Hobson
2013-12-26use escape_utils instead of CGIZack Hobson
2013-12-23app: freeze sone constantsZack Hobson
2013-12-22net: cleanupZack Hobson
2013-12-22extract net code into hcl::netZack Hobson
2013-12-22remove unused methodsZack Hobson
2013-12-22fix throttling and malformed jsonZack Hobson
2013-12-22remove unused codeZack Hobson
2013-12-22improved harvest middlewareZack Hobson
2013-12-22use multi-json instead of ruby-yajlZack Hobson
2013-12-22re-fix HTML unescaping of data itemsZack Hobson
2013-12-22remove xml processing codeZack Hobson
2013-12-22replace bare net::http with faradayZack Hobson
2013-12-22coverage game!Zack Hobson
2013-12-22add command `config` to display current configurationZack Hobson
2013-12-21prepare for 0.4.9v0.4.9Zack Hobson
2013-12-21app: improved check for OSX `security` commandZack Hobson
2013-12-21README: support multiple profilesZack Hobson
2013-12-20log: check for a running timer.Zack Hobson
2013-12-10silence during testing!Zack Hobson
2013-12-04remove unused varZack Hobson
2013-12-04fix jruby testsZack Hobson
2013-12-02app: do not repeatedly stat the security binaryZack Hobson
2013-12-02MacOS X: use keychain to save passwordZack Hobson
2013-11-30v0.4.8v0.4.8Zack Hobson
2013-11-30fixes for 1.9.3Zack Hobson
2013-11-30v0.4.7v0.4.7Zack Hobson
2013-11-30Fix uninitialized constant HCl::TimesheetResource::CGI (NameError)Szabolcs Pap
2013-11-22task: test cache file locationZack Hobson
2013-11-22note command: show notes with no args.Zack Hobson
2013-11-22timesheet_resource: remove SSL monkeypatchZack Hobson
2013-11-22Never mind, I am going to find a better way to refactor this stuffZack Hobson
This reverts commit 0ce2ec981a0ee3e6a8b232445f1d29b10abe1763.
2013-11-22added instance method version of http operationsZack Hobson
2013-11-22app: retry on throttleZack Hobson
2013-11-22task: use HCL_DIR when set in the env.Zack Hobson
2013-11-21app: add option to force auth refreshZack Hobson
2013-11-21v0.4.6v0.4.6Zack Hobson
2013-11-21Fix user setup, reconfigure on auth failure.Zack Hobson
2013-11-21Documentation improvements.Zack Hobson
2013-11-21version 0.4.5v0.4.5Zack Hobson
2013-11-21coverage tests for app, command, task.Zack Hobson
2013-11-21Test and dev improvementsZack Hobson
* removed dependency on shoulda * added bundler support for dev/testing * test coverage reporting * added some command tests
2013-11-21tasks: list tasks by project codeZack Hobson
2013-11-20require dependencies in the correct files.Zack Hobson
2013-11-20remove jewelerZack Hobson
2013-11-20completion: output a bash completion scriptZack Hobson
2013-11-19log: log notes/time without leaving a timer running, closes #300.4.3Zack Hobson
2013-11-19Unescape strings from Harvest API, closes #24Zack Hobson
2013-11-19Update docs and version 0.4.3Zack Hobson