Skip to content

Releases: madjar/fhue

v0.1.4.0: Now you can show fhue to your friends!

11 Aug 12:13
Compare
Choose a tag to compare

Added

  • A new --url (or -u) option to specify the url of the Hue to talk to. The FHUE_URL environment variable can also be used for that.

v0.1.3.0: 0.1.3.0 [2016-08-01]

01 Aug 12:05
Compare
Choose a tag to compare

Added

  • Integration tests! Hopefully, that should mean no more regressions!
  • All paths on HDFS can now be relative to /user/USERNAME.
  • ls can be called without arguments: it lists files in /user/USERNAME.
  • put can be called only with the file to upload: it will be uploaded to /user/USERNAME.
  • FHue will now ask for your login if the password doesn't work any more.

Changed

  • Make less requests by reusing the CSRF token accross requests. This should make FHue faster :)

v0.1.2.0

22 Jul 14:09
Compare
Choose a tag to compare
rm and edit !

v0.1.1.1

22 Jul 09:16
Compare
Choose a tag to compare
No more failure with empty error messages

v0.1.1.0

21 Jul 17:06
Compare
Choose a tag to compare
This release brings a new `get` command to download files!

v0.1.0.0

13 Jul 14:30
Compare
Choose a tag to compare
First release for public consumption