Commit Graph
21 Commits
Author SHA1 Message Date
Gary KimandGitHub 763944f673 rcd: fix incorrect prometheus metrics - fixes #4341
This was caused by using the stats group from the context passed in by the rcd
rather than the global stats group.

Signed-off-by: Gary Kim <gary@garykim.dev>
2020-06-14 10:09:24 +01:00
Gary KimandNick Craig-Wood 38a4d50e73 rcd: Add Prometheus metrics support - fixes #3858
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-03-01 09:58:34 +00:00
Gary KimandNick Craig-Wood 3fd38cbe8d vendor: add github.com/prometheus/client_golang/prometheus
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-03-01 09:58:34 +00:00
Gary KimandNick Craig-Wood ff2343475a docs: Update README.md shields for changed CI
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-02-01 20:17:40 +00:00
Gary KimandNick Craig-Wood e71edd5577 cmd: always print elapsed time to tenth place seconds in progress
Before this change, the elapsed time shown with the --progress flag
would not print ".0s" so the elapsed time.

This change will make it so that the line width is kept a bit more
consistent by always printing to a fixed-point.

This does change the displayed value when the elapsed time
is less than 1s, in which it used to be that the value would be shown
in ms or smaller units.

Signed-off-by: Gary Kim <gary@garykim.dev>
2020-01-29 12:28:01 +00:00
Gary KimandNick Craig-Wood 0cb7130dd2 ncdu: Display/Copy to Clipboard Current Path 2019-06-26 16:49:53 +01:00
Gary KimandNick Craig-Wood 2655bea86f vendor: add github.com/atotto/clipboard 2019-06-26 16:49:53 +01:00
Gary KimandNick Craig-Wood 08bf8faa2f vendor: update github.com/jlaffaye/ftp 2019-06-26 16:42:12 +01:00
Gary KimandNick Craig-Wood d2be792d5e moveto: fix case-insensitive same remote move 2019-06-15 10:06:01 +01:00
Gary KimandNick Craig-Wood 6e8e620e71 serve webdav: fix serveDir not being updated with changes from webdav
Fixes an issue where changes such as renaming done using webdav
would not be reflected in the html directory listing
2019-06-15 10:00:46 +01:00
Gary KimandNick Craig-Wood 5597d6d871 serve webdav: add tests for serve http functionality 2019-06-15 10:00:46 +01:00
Gary KimandNick Craig-Wood 622e0d19ce serve webdav: combine serve webdav and serve http 2019-06-15 10:00:46 +01:00
Gary KimandNick Craig-Wood 44f6491731 bin: update make_changelog.py to support semver 2019-06-13 14:51:42 +01:00
Gary KimandNick Craig-Wood 2c72e7f0a2 docs: add implicit FTP over TLS documentation 2019-06-09 16:06:39 +01:00
Gary KimandNick Craig-Wood db8cd1a993 ftp: Add no_check_certificate option for FTPS 2019-06-09 16:06:39 +01:00
Gary KimandNick Craig-Wood 2890b69c48 ftp: Add FTP over TLS support 2019-06-09 16:06:39 +01:00
Gary KimandNick Craig-Wood 66b3795eb8 vendor: update github.com/jlaffaye/ftp 2019-06-09 16:06:39 +01:00
Gary KimandNick Craig-Wood 81fad0f0e3 docs: fix typo in cache documentation 2019-05-20 19:20:59 +01:00
Gary KimandNick Craig-Wood 8c5503631a docs: add sftp about documentation 2019-05-14 15:22:43 +01:00
Gary KimandNick Craig-Wood d0ff07bdb0 mega: add cleanup support
Fixes #3138
2019-05-01 16:32:34 +01:00
Gary KimandNick Craig-Wood 49d7b0d278 sftp: add About support - fixes #3107
This adds support for using About with SFTP remotes. This works by calling the df command remotely.
2019-04-25 10:51:15 +01:00