Nima H. Mood
Nima H. Mood
**filename** : lib/watson/bitbucket.rb **line #** : 60 **tag** : todo **md5** : 3057d15df845cc990e2f01ec72b8cf0a ``` # [todo] - Don't just check for blank password but invalid as well # Poor mans...
**filename** : lib/watson/bitbucket.rb **line #** : 52 **tag** : todo **md5** : 67d1a8fa1d841d30d4a3d7ff1ec86829 ``` # [todo] - Bitbucket OAuth not implemented yet so warn user about HTTP Auth # Bitbucket...
**filename** : lib/watson/bitbucket.rb **line #** : 14 **tag** : todo **md5** : 89f9f53b636eaeccfe1b003aefd5d271 ``` # [todo] - Wrap Bitbucket password grabbing into separate method # Include for debug_print include Watson...
**filename** : lib/watson/bitbucket.rb **line #** : 13 **tag** : todo **md5** : e57eb5ea1ceb66d6f0b9e53b8885129e ``` # [todo] - Allow closing of issues from watson? Don't like that idea but maybe #...
**filename** : lib/watson.rb **line #** : 65 **tag** : todo **md5** : a53430559d0013e4df2f6bf41d605351 ``` # [todo] - Implement this scrolling thing inside watson with ncurses return system("which less > /dev/null...
**filename** : lib/watson.rb **line #** : 46 **tag** : todo **md5** : 86ace81eb3985d24953abc266e49dcdb ``` # [todo] - If input msg is a Hash, use pp to dump it # Print...
**filename** : lib/watson.rb **line #** : 36 **tag** : review **md5** : 689efffa625cb16851d04b12478c5cc4 ``` # [review] - Not sure if module_function is proper way to scope # I want to...
**filename** : lib/watson.rb **line #** : 25 **tag** : todo **md5** : c53b361c0321aa080aad1df039a731c1 ``` # [todo] - Replace Identify line in each method with method_added call # http://ruby-doc.org/core-2.0.0/Module.html#method-i-method_added # Separate...
**filename** : lib/watson.rb **line #** : 24 **tag** : todo **md5** : 8b50ce58f658f01b266097e97d68f6cb ``` # [todo] - Add option to save output to specified file # [todo] - Replace Identify...
**filename** : watson **line #** : 1613 **tag** : todo **md5** : 0bb963a4d16f768c23520c03dbb8fbfd ``` # [todo] - Only basic http auth, get OAuth for Bitbucket # Bitbucket OAuth needs to...