| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-29 | App#save_password: Shell escape passwordshell-escape-passwords | Teddy Wing | |
| Escape special shell characters so that passwords with single quotes can be saved to the keychain. Otherwise, the single quotes surrounding the "-w '%s'" cause an error on passwords with single quotes. I know testing private methods is not recommended, but this seemed like something that would be good to test. Maybe the method should be made public if that's a concern? | |||
| 2017-02-12 | update gemfile.lockHEADmaster | Zack Hobson | |
| 2017-02-12 | v0.4.16v0.4.16 | Zack Hobson | |
| 2017-02-12 | update CHANGELOG | Zack Hobson | |
| 2017-02-10 | Merge pull request #78 from charneykaye/master | Zack Hobson | |
| fix deprecated impls, closes #72 | |||
| 2017-02-09 | fix deprecated impls, closes #72 | Charney Kaye | |
| 2017-02-05 | Merge pull request #73 from kayakyakr/patch-1 | Zack Hobson | |
| Adding what the show command can be used for | |||
| 2017-02-05 | Merge pull request #80 from zenhob/fix-manpage-install | Zack Hobson | |
| Fix manpage install | |||
| 2017-02-05 | Fix manpage install | Zack Hobson | |
| 2017-02-03 | Merge pull request #79 from zenhob/remove-rbenv | Zack Hobson | |
| stop testing on rubinius in travis :( | |||
| 2017-02-03 | stop testing on rubinius in travis :( | Zack Hobson | |
| 2017-02-03 | Merge pull request #69 from chet0xhenry/master | Zack Hobson | |
| Adding Extensive Bas Tab Completion | |||
| 2016-03-09 | Adding what the show command can be used for | kayakyakr | |
| A sparse bit of documentation to indicate that the show is how you get your current status (as opposed to hcl status) and it does not need to be used with a date. | |||
| 2015-12-09 | Fix missing tab completion on alias | Chet Henry | |
| 2015-12-08 | Simple bash completion inclusion in gem | Chet Henry | |
| 2015-12-08 | Adding Extensive Bas Tab Completion | Chet Henry | |
| Tab completion will now use the calling script to generate suggestions. Because of this those suggestions will work with the alias scheme described in the README file. These completion functions will also suggest the commands hcl allows. When the alias command is in use it will complete the project ids and task ids with descriptions. The other commands that use aliases will complete them as before however they used the calling script to get the list of aliases. That way the any bash alises using env's will be called and preserve the configuration. This will allow the user to only add one line to their bashrc/profile w/e and not a line for each bash alias the user may need. | |||
| 2015-06-12 | Gemfile.rbx: update hcl version | Zack Hobson | |
| 2015-06-12 | Rakefile: rebuild man page before release | Zack Hobson | |
| 2015-06-12 | version 0.4.15v0.4.15 | Zack Hobson | |
| 2015-06-10 | Merge pull request #67 from asymmetric/add-gemfile-rbx-lock | Zack Hobson | |
| add missing Gemfile.lock for rubinius | |||
| 2015-06-09 | add missing Gemfile.lock for rubinius | Lorenzo Manacorda | |
| 2015-06-08 | Merge pull request #66 from asymmetric/multiple-gemfiles | Zack Hobson | |
| Multiple gemfiles | |||
| 2015-06-08 | remove name too | Lorenzo Manacorda | |
| 2015-06-08 | remove extension from `gemspec` parameter | Lorenzo Manacorda | |
| 2015-06-08 | fix gemspec path in rbx gemfile | Lorenzo Manacorda | |
| 2015-06-08 | use bundler 1.10.3 | Lorenzo Manacorda | |
| 2015-06-08 | travis build matrix | Lorenzo Manacorda | |
| 2015-06-08 | split gemfiles based on platform | Lorenzo Manacorda | |
| 2015-06-03 | README: fix rdoc.info API link | Zack Hobson | |
| 2015-06-03 | .yardopts: fix included markdown files | Zack Hobson | |
| 2015-06-03 | README: fix link to harvest status API | Zack Hobson | |
| 2015-06-03 | Merge pull request #65 from asymmetric/status | Zack Hobson | |
| Fix `hcl status` | |||
| 2015-06-03 | Merge pull request #64 from zenhob/upgrade-deps | Zack Hobson | |
| Upgrade dependencies | |||
| 2015-06-03 | parse and output response | Lorenzo Manacorda | |
| 2015-06-03 | remove harvest middleware | Lorenzo Manacorda | |
| it always uses HTTP Basic Auth, whereas our endpoint is publicly available. | |||
| 2015-06-03 | change status API endpoint | Lorenzo Manacorda | |
| 2015-06-03 | Merge branch 'master' into upgrade-deps | Zack Hobson | |
| 2015-06-03 | Update gemfile.lock to include byebug | Zack Hobson | |
| 2015-06-03 | Merge pull request #61 from zenhob/update-travis-config | Zack Hobson | |
| Update travis config | |||
| 2015-06-03 | Upgrade gem dependencies | Zack Hobson | |
| 2015-06-03 | .travis.yml: update ruby versions | Zack Hobson | |
| 2015-06-03 | Gemfile.lock: bundler version 1.10.2 | Zack Hobson | |
| 2015-06-02 | Merge pull request #60 from charneykaye/master | Zack Hobson | |
| Update test suite to pass in 2015 and beyond. | |||
| 2015-06-01 | Necessary to `rake doc` when preparing for development on a fresh machine. | Nick C. Kaye | |
| 2015-06-01 | This test was failing b/c the year is now 2015- now ought to work any year. | Nick C. Kaye | |
| 2014-04-21 | net_test: cover failure cases | Zack Hobson | |
| 2014-04-21 | fix build on 1.9.3 and rbx | Zack Hobson | |
| 2014-04-21 | coverage game | Zack Hobson | |
| 2014-04-21 | use byebug for development | Zack Hobson | |
| 2014-04-21 | remove dependency on fakeweb and net::http | Zack Hobson | |
| By using pure faraday for the test and error handling code, the way is cleared for dropping in alternative http clients. | |||
