2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-05 00:00:14 +00:00
Commit Graph

737 Commits

Author SHA1 Message Date
Simon Roberts
9d8843389d
Use more accurate Duration for Year and Month ranges 2021-09-27 14:09:26 +10:00
Simon Roberts
c0c514ba3f
Merge pull request #180 from lyricnz/feature/resample-data
Resample portfolio data to consistent time-interval before charting
2021-09-26 19:53:04 +10:00
Simon Roberts
e8fcd4a7a4
Remove interpolateData() 2021-09-26 19:50:26 +10:00
Simon Roberts
ec55f0df03
Merge branch 'miguelmota:master' into feature/resample-data 2021-09-26 19:29:12 +10:00
Simon Roberts
370b9f3a56
Fix comments 2021-09-26 19:27:27 +10:00
Miguel Mota
d4b6afa077
Merge pull request #181 from miguelmota/bugfix/changlog
fix typo in changelog
2021-09-26 02:12:12 -07:00
Simon Roberts
f81ca9ede8
fix typo in changelog 2021-09-26 19:00:06 +10:00
Simon Roberts
a2e432bb1b
Merge branch 'feature/resample-data' of https://github.com/lyricnz/cointop into feature/resample-data 2021-09-26 18:54:13 +10:00
Simon Roberts
49ac2fbc0f
Ask the chart how many data points it needs 2021-09-26 18:53:25 +10:00
Simon Roberts
162e6cd442
Merge branch 'miguelmota:master' into feature/resample-data 2021-09-26 18:43:37 +10:00
Simon Roberts
065f23eba2
Merge branch 'master' into feature/resample-data 2021-09-26 18:43:13 +10:00
Simon Roberts
f38bc4ca3f
Continue from https://github.com/miguelmota/cointop/pull/165 2021-09-26 18:41:03 +10:00
Miguel Mota
b6c0579b38
Remove redundant line. #166 2021-09-26 00:47:40 -07:00
Miguel Mota
d17bda59f8
README: Add contributor thanks 2021-09-26 00:37:10 -07:00
Miguel Mota
e5360472d1
Update CHANGELOG.md 2021-09-26 00:31:11 -07:00
Miguel Mota
ac9a4d44cc
Merge branch 'lyricnz-feature/duplicate-symbols-cache-fix' 2021-09-25 23:58:38 -07:00
Miguel Mota
6a02661dc6
Merge branch 'feature/duplicate-symbols-cache-fix' of https://github.com/lyricnz/cointop into lyricnz-feature/duplicate-symbols-cache-fix 2021-09-25 23:58:29 -07:00
Miguel Mota
987fd2fba0
Merge branch 'lyricnz-bugfix/hide-portfolio-balances' 2021-09-25 23:51:01 -07:00
Miguel Mota
72805843c9
Merge branch 'bugfix/hide-portfolio-balances' of https://github.com/lyricnz/cointop into lyricnz-bugfix/hide-portfolio-balances 2021-09-25 23:50:52 -07:00
Miguel Mota
36729f8ed8
Add an extra space if it is satoshi character because it overlaps text on right 2021-09-25 23:49:27 -07:00
Miguel Mota
98a94251c4
Merge branch 'lyricnz-feature/satoshi' 2021-09-25 23:34:40 -07:00
Simon Roberts
9c86ae5de7
Use common function to generate cache keys, and fix GlobalMarketData vs Conversion caching bug 2021-09-25 12:05:13 +10:00
Simon Roberts
26981df6a5
Add currency conversion to Satoshi 2021-09-25 10:27:14 +10:00
Simon Roberts
f2bab24d11
Remove portfolio balance from chart X-axis too
Hide percentChange24H when in hidePortfolioBalances mode
Update portfolio balances (private mode) screenshot
Scale portfolio chart (in hide-balances mode) so current-value is 1.0
2021-09-17 10:06:47 +10:00
Miguel Mota
aba283443d
faq: Add image of hidden portfolio balances 2021-09-13 22:26:42 -07:00
Miguel Mota
83a35df5c4
Hide all holding amounts when hidden flag toggled 2021-09-13 22:19:39 -07:00
Miguel Mota
1d29363185
Add keybinding to toggle hide portfolio balances 2021-09-13 22:07:13 -07:00
Miguel Mota
5f76e89a0b
Optimize Dockerfile #127 2021-09-07 22:31:18 -07:00
Miguel Mota
42b9958770
Merge branch 'simon-anz-feature/logrus' 2021-09-07 00:19:26 -07:00
Simon Roberts
dfc5ce4f21 Remove unused variable 2021-09-06 08:10:59 +10:00
Simon Roberts
f7a145a002 Fix another printf log 2021-09-05 12:48:51 +10:00
Simon Roberts
6e979f0bf9 Remove leftover code 2021-09-05 11:58:39 +10:00
Simon Roberts
32990cdbaf Remove downsample code (feature WIP) 2021-09-05 11:55:16 +10:00
Simon Roberts
c5445c6ffc One log.Debugf() required 2021-09-05 11:53:00 +10:00
Simon Roberts
a73b9ede17 Convert ct.debuglog() to logrus.Debug() 2021-09-05 11:52:44 +10:00
Miguel Mota
a86077e77e
Update debuglog method names 2021-09-04 14:17:01 -07:00
Miguel Mota
1a789cb587
go mod vendor 2021-09-04 13:31:08 -07:00
Miguel Mota
914b2e650f
Merge branch 'simon-anz-feature/migrate-from-govaluate-to-expr' 2021-09-04 13:29:27 -07:00
Simon Roberts
6d90edfefd Pass the current coin as context! 2021-09-01 10:35:58 +10:00
Simon Roberts
e638040372 When evaluating, take an environment to provide as context 2021-09-01 10:35:23 +10:00
Simon Roberts
0074ecfff9 Patch expression to substitute Float64 for Integer. Update docs to include '/' 2021-09-01 09:29:04 +10:00
Simon Roberts
9e41452eed Add vendor/github.com/antonmedv 2021-08-31 07:58:56 +10:00
Simon Roberts
09b66439fc Switch to github.com/antonmedv/expr for expression evaluation 2021-08-30 11:19:34 +10:00
Miguel Mota
89bab4e2af
go mod vendor. #151 2021-08-29 03:23:30 -07:00
Miguel Mota
b0dd16f813
Unbind forward slash keybinding when not in table view. #150 #149 2021-08-29 03:22:14 -07:00
Miguel Mota
08e81cabb8
Add subpackage for expression string eval 2021-08-29 02:15:49 -07:00
Miguel Mota
1f0f6d39d6
Merge branch 'simon-anz-feature/value-expressions' 2021-08-29 01:54:53 -07:00
Miguel Mota
fb79419c84
Only open search if active view is table. #150 2021-08-29 01:51:35 -07:00
Miguel Mota
271cf90460
Merge branch 'feature/value-expressions' of https://github.com/simon-anz/cointop into simon-anz-feature/value-expressions 2021-08-29 00:07:49 -07:00
Miguel Mota
6286450412
Merge branch 'simon-anz-feature/30d-and-1y-change' 2021-08-28 23:50:06 -07:00