summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-01-29App#save_password: Shell escape passwordshell-escape-passwordsTeddy 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-12update gemfile.lockHEADmasterZack Hobson
2017-02-12v0.4.16v0.4.16Zack Hobson
2017-02-12update CHANGELOGZack Hobson
2017-02-10Merge pull request #78 from charneykaye/masterZack Hobson
fix deprecated impls, closes #72
2017-02-09fix deprecated impls, closes #72Charney Kaye
2017-02-05Merge pull request #73 from kayakyakr/patch-1Zack Hobson
Adding what the show command can be used for
2017-02-05Merge pull request #80 from zenhob/fix-manpage-installZack Hobson
Fix manpage install
2017-02-05Fix manpage installZack Hobson
2017-02-03Merge pull request #79 from zenhob/remove-rbenvZack Hobson
stop testing on rubinius in travis :(
2017-02-03stop testing on rubinius in travis :(Zack Hobson
2017-02-03Merge pull request #69 from chet0xhenry/masterZack Hobson
Adding Extensive Bas Tab Completion
2016-03-09Adding what the show command can be used forkayakyakr
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-09Fix missing tab completion on aliasChet Henry
2015-12-08Simple bash completion inclusion in gemChet Henry
2015-12-08Adding Extensive Bas Tab CompletionChet 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-12Gemfile.rbx: update hcl versionZack Hobson
2015-06-12Rakefile: rebuild man page before releaseZack Hobson
2015-06-12version 0.4.15v0.4.15Zack Hobson
2015-06-10Merge pull request #67 from asymmetric/add-gemfile-rbx-lockZack Hobson
add missing Gemfile.lock for rubinius
2015-06-09add missing Gemfile.lock for rubiniusLorenzo Manacorda
2015-06-08Merge pull request #66 from asymmetric/multiple-gemfilesZack Hobson
Multiple gemfiles
2015-06-08remove name tooLorenzo Manacorda
2015-06-08remove extension from `gemspec` parameterLorenzo Manacorda
2015-06-08fix gemspec path in rbx gemfileLorenzo Manacorda
2015-06-08use bundler 1.10.3Lorenzo Manacorda
2015-06-08travis build matrixLorenzo Manacorda
2015-06-08split gemfiles based on platformLorenzo Manacorda
2015-06-03README: fix rdoc.info API linkZack Hobson
2015-06-03.yardopts: fix included markdown filesZack Hobson
2015-06-03README: fix link to harvest status APIZack Hobson
2015-06-03Merge pull request #65 from asymmetric/statusZack Hobson
Fix `hcl status`
2015-06-03Merge pull request #64 from zenhob/upgrade-depsZack Hobson
Upgrade dependencies
2015-06-03parse and output responseLorenzo Manacorda
2015-06-03remove harvest middlewareLorenzo Manacorda
it always uses HTTP Basic Auth, whereas our endpoint is publicly available.
2015-06-03change status API endpointLorenzo Manacorda
2015-06-03Merge branch 'master' into upgrade-depsZack Hobson
2015-06-03Update gemfile.lock to include byebugZack Hobson
2015-06-03Merge pull request #61 from zenhob/update-travis-configZack Hobson
Update travis config
2015-06-03Upgrade gem dependenciesZack Hobson
2015-06-03.travis.yml: update ruby versionsZack Hobson
2015-06-03Gemfile.lock: bundler version 1.10.2Zack Hobson
2015-06-02Merge pull request #60 from charneykaye/masterZack Hobson
Update test suite to pass in 2015 and beyond.
2015-06-01Necessary to `rake doc` when preparing for development on a fresh machine.Nick C. Kaye
2015-06-01This test was failing b/c the year is now 2015- now ought to work any year.Nick C. Kaye
2014-04-21net_test: cover failure casesZack Hobson
2014-04-21fix build on 1.9.3 and rbxZack Hobson
2014-04-21coverage gameZack Hobson
2014-04-21use byebug for developmentZack Hobson
2014-04-21remove dependency on fakeweb and net::httpZack Hobson
By using pure faraday for the test and error handling code, the way is cleared for dropping in alternative http clients.