Commit Graph

880 Commits (master)
 

Author SHA1 Message Date
Simon Roberts 3add8dcaaf
Replace search function with simpler approach 3 years ago
Simon Roberts 6b6a18d38a
Pass $HTTPS_PROXY to ssh server (#205)
* Pass $HTTPS_PROXY to ssh server
* Emit additional error when failing to set HostKeyFile
3 years ago
Miguel Mota dfaa8d0c3a
Merge pull request #213 from lyricnz/bugfix/zero-left
Fix edge case with resample min-time
3 years ago
Simon Roberts e843b79ac1
Merge branch 'cointop-sh:master' into bugfix/zero-left 3 years ago
Simon Roberts cf5270623d
Fix global chart always showing in USD, and add current currency to chart name (#209)
* Use exchange-rates to convert GlobalMarketGraphData
* Ask for global data in usd just in case it starts working again :)
* Include currency conversion in chart title #207
* Better error handling
3 years ago
Simon Roberts bbf4144ebb
Fix edge case with resample min-time 3 years ago
Miguel Mota b22c040ffb
Merge pull request #211 from cointop-sh/fix/rune-width
Set currency symbol width to rune string width
3 years ago
Miguel Mota 4ba9f52a87
Merge branch 'lyricnz-feature/locale-dates' 3 years ago
Miguel Mota 8ceece82af
Set currency symbol width to rune string width 3 years ago
Simon Roberts 1713392f08
Update comment 3 years ago
Simon Roberts aece767608
Use new FormatTime for X-axis labels and last_updated 3 years ago
Simon Roberts 9e910402f5
New method to format date-time in locale and LC_TIME sensitive way 3 years ago
Simon Roberts 1cf12fd173
Add github.com/jeandeaual/go-locale for locale-detection across platform 3 years ago
Simon Roberts 11bf5e23df
Start working on locale-sensitive date-time formatting 3 years ago
Simon Roberts 1a5b4a5a09
Merge branch 'feature/locale-dates' of https://github.com/lyricnz/cointop into feature/locale-dates 3 years ago
Simon Roberts 3b37cc34c3
Scale large numbers by adding Million Billion Trillion suffix (#200)
Add option for scaling Thousand Million Billion Trillion numbers by adding suffix.
3 years ago
Simon Roberts 24f1286067
Add github.com/goodsign/monday for locale-specific date formatting 3 years ago
Simon Roberts e1aded93e8
More minor cleanups (no functional change) (#198)
* Redundant type conversions

* Remove redudant type declarations. Inline one-line constructors. Remove unnecessary brackets.

* Simplify name - it's used via package name anyway

* Simplify variable initializations

* Change `var x uint = Y` to `x := uint(Y)`

* More shorthand initialization
3 years ago
Simon Roberts ff24fb3b69
Add simple test workflow (#201)
* Add simple test workflow

* main->master
3 years ago
sgmoore 8651b20735
Update install.md (#202)
Spelling fix at lines 10 and 72
3 years ago
Simon Roberts 95c2973657
Make direct links to docs site (#194)
* Make direct links to docs site

* Fix getting-started link
3 years ago
Simon Roberts b986017d6c
DefaultCacheDir = ":PREFERRED_CACHE_HOME:/cointop" (#197) 3 years ago
Simon Roberts 9824c409ad
Feature/code cleanups (#191)
Lots of style/comment/redundancy cleanups. No functional change.
3 years ago
Miguel Mota cfc93c92c6
fix: ClearSyncMap pass by reference (#195) 3 years ago
Miguel Mota 9b03adc2bc
Merge pull request #192 from cointop-sh/fix/clean-cache-dir
fix: Delete cache_dir from config when using clean/reset commands
3 years ago
Miguel Mota d9bab7d3c2
Rename org miguelmota → cointop-sh 3 years ago
Miguel Mota a07bed9dab
command[clean]: Delete cache_dir from config 3 years ago
Miguel Mota f375eec1eb
Rename org miguelmota → cointop-sh 3 years ago
Simon Roberts 0bacbe5b9d
Make favorite character configurable (#190)
* Make favorite character configurable
3 years ago
Simon Roberts cc325b9d4e
Merge pull request #189 from lyricnz/feature/full-width
#129 Allow configurable max_chart_width (default 175, if 0 use full width)
3 years ago
Simon Roberts 95a31d5488
Save chart height after change. 3 years ago
Simon Roberts a85fb5ea50
Move maxChartWidth to [chart] section in config. Start working on persistent chart height 3 years ago
Simon Roberts 4fa05a5e88
Use constant for DefaultChartHeight 3 years ago
Simon Roberts f0631cf2de
The world is not ready for configurable MaxTableWidth 3 years ago
Simon Roberts caccc13ea0
Move maxChartWidth to ct.State 3 years ago
Simon Roberts 9a270d4b19
Allow configurable max_chart_width (default 175, if 0 use full width)
Start working on MaxTableWidth
3 years ago
Simon Roberts 562c5fd3f4
Merge pull request #184 from lyricnz/feature/x-labels
Show X axis labels on charts
3 years ago
Simon Roberts 5ef09ea40a
Handle 0/1 data items returned before resampling 3 years ago
Miguel Mota a260925900
Merge pull request #186 from lyricnz/bugfix/chart-time-ranges
Use more accurate Duration for Year and Month ranges
3 years ago
Simon Roberts 2f616e2c35
When we are not aggregating multiple prices, use the oldest data available as the left hand side of chart, not the requested start. 3 years ago
Simon Roberts 72d2c997f5
Set "All Time" to 10 Years 3 years ago
Simon Roberts 9d8843389d
Use more accurate Duration for Year and Month ranges 3 years ago
Simon Roberts 620e5c737c
Remove debug code 3 years ago
Simon Roberts 6e99e9100f
Add time labels to X axis 3 years ago
Simon Roberts c0c514ba3f
Merge pull request #180 from lyricnz/feature/resample-data
Resample portfolio data to consistent time-interval before charting
3 years ago
Simon Roberts e8fcd4a7a4
Remove interpolateData() 3 years ago
Simon Roberts ec55f0df03
Merge branch 'miguelmota:master' into feature/resample-data 3 years ago
Simon Roberts 370b9f3a56
Fix comments 3 years ago
Miguel Mota d4b6afa077
Merge pull request #181 from miguelmota/bugfix/changlog
fix typo in changelog
3 years ago
Simon Roberts f81ca9ede8
fix typo in changelog 3 years ago