<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hcl/lib, branch log-for-past-days--squashed</title>
<subtitle>Command-line tool for manipulating Harvest timesheets</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/'/>
<entry>
<title>Add date argument to `log` command</title>
<updated>2018-01-31T19:47:10+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-01-26T23:31:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=873325ebce6d0451263d115a8f02f40e0a6fbd40'/>
<id>873325ebce6d0451263d115a8f02f40e0a6fbd40</id>
<content type='text'>
Adds an optional date argument to the `log` command that can be
specified just before the task alias.

Some examples from @skoppelmanCC:

    hcl log yesterday @documentation +2 Ran spellcheck
    hcl log 3 days ago @wireframes +3.5
    hcl log last friday @admin +1 filed timesheets

Commands#log:
Copy over the contents of `Commands#start` and replace `task.start` with
`task.add`. This allows us to log the time without actually starting a
timer (and thus having to subsequently stop that timer).

command_test.rb(#test_start):
Update expected method call arguments with `spent_at`. Now that we're
passing in `spent_at`, the expected arguments should include it.

command_test.rb(#test_log_failure):
Delete this test because I've rewritten the `Commands#log` method to no
longer use timers.

utility_test.rb: Add tests for `#get_date`

Fixes #83.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds an optional date argument to the `log` command that can be
specified just before the task alias.

Some examples from @skoppelmanCC:

    hcl log yesterday @documentation +2 Ran spellcheck
    hcl log 3 days ago @wireframes +3.5
    hcl log last friday @admin +1 filed timesheets

Commands#log:
Copy over the contents of `Commands#start` and replace `task.start` with
`task.add`. This allows us to log the time without actually starting a
timer (and thus having to subsequently stop that timer).

command_test.rb(#test_start):
Update expected method call arguments with `spent_at`. Now that we're
passing in `spent_at`, the expected arguments should include it.

command_test.rb(#test_log_failure):
Delete this test because I've rewritten the `Commands#log` method to no
longer use timers.

utility_test.rb: Add tests for `#get_date`

Fixes #83.
</pre>
</div>
</content>
</entry>
<entry>
<title>v0.4.16</title>
<updated>2017-02-12T21:16:07+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2017-02-12T21:16:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=549f861b4e5a10b9236dde287b34415883468033'/>
<id>549f861b4e5a10b9236dde287b34415883468033</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix deprecated impls, closes #72</title>
<updated>2017-02-09T15:48:16+00:00</updated>
<author>
<name>Charney Kaye</name>
</author>
<published>2017-02-06T15:13:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=45771b01dae493024b1a9de93eab55d26281bfa6'/>
<id>45771b01dae493024b1a9de93eab55d26281bfa6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>version 0.4.15</title>
<updated>2015-06-13T00:42:06+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2015-06-13T00:42:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=91e2192540982ab4e82a2ade2de66bf9481eeffe'/>
<id>91e2192540982ab4e82a2ade2de66bf9481eeffe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>parse and output response</title>
<updated>2015-06-03T19:16:27+00:00</updated>
<author>
<name>Lorenzo Manacorda</name>
</author>
<published>2015-06-03T19:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=7c025df3c27c3090417d2fdbb174ad0942e24d86'/>
<id>7c025df3c27c3090417d2fdbb174ad0942e24d86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove harvest middleware</title>
<updated>2015-06-03T17:56:53+00:00</updated>
<author>
<name>Lorenzo Manacorda</name>
</author>
<published>2015-06-03T17:56:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=4e7b486093d85d52083f93d6bb68ae5584351473'/>
<id>4e7b486093d85d52083f93d6bb68ae5584351473</id>
<content type='text'>
it always uses HTTP Basic Auth, whereas our endpoint is publicly
available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it always uses HTTP Basic Auth, whereas our endpoint is publicly
available.
</pre>
</div>
</content>
</entry>
<entry>
<title>change status API endpoint</title>
<updated>2015-06-03T17:56:39+00:00</updated>
<author>
<name>Lorenzo Manacorda</name>
</author>
<published>2015-06-03T17:56:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=7a0ee394d3a110a05726d70232fc89e1f61ea123'/>
<id>7a0ee394d3a110a05726d70232fc89e1f61ea123</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove dependency on fakeweb and net::http</title>
<updated>2014-04-21T20:06:14+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2014-04-21T19:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=3bc51e96c7a88dfdf8d003c669d4af33d92ab90c'/>
<id>3bc51e96c7a88dfdf8d003c669d4af33d92ab90c</id>
<content type='text'>
By using pure faraday for the test and error handling code,
the way is cleared for dropping in alternative http clients.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By using pure faraday for the test and error handling code,
the way is cleared for dropping in alternative http clients.
</pre>
</div>
</content>
</entry>
<entry>
<title>prepare 0.4.14 release</title>
<updated>2014-04-21T19:31:57+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2014-04-21T19:31:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=5ac21804327c49f99b7cbc1c16308af162c4a2cf'/>
<id>5ac21804327c49f99b7cbc1c16308af162c4a2cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove ssl option, fixes #57</title>
<updated>2014-04-21T19:05:02+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2014-04-21T19:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=4a26eafea9d3bf396d57b7fc79dcb02039a1dbfe'/>
<id>4a26eafea9d3bf396d57b7fc79dcb02039a1dbfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
