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

701 Commits

Author SHA1 Message Date
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
Miguel Mota
296590b466
Merge branch 'feature/30d-and-1y-change' of https://github.com/simon-anz/cointop into simon-anz-feature/30d-and-1y-change 2021-08-28 23:49:55 -07:00
Simon Roberts
31fbce6006 Remove vscode file 2021-08-29 16:39:50 +10:00
Simon Roberts
79b2fb8ea6 Change hotkey for 1Y change to "y" 2021-08-29 16:38:58 +10:00
Miguel Mota
ebcb850d94
Merge branch 'simon-anz-bugfix/range-update-corrupt-cache' 2021-08-28 23:33:52 -07:00
Miguel Mota
2c7f7039fd
Merge branch 'bugfix/range-update-corrupt-cache' of https://github.com/simon-anz/cointop into simon-anz-bugfix/range-update-corrupt-cache 2021-08-28 23:33:39 -07:00
Miguel Mota
bda145d2d2
Merge branch 'simon-anz-feature/document-column-selection' 2021-08-28 23:10:42 -07:00
Simon Roberts
9b6e9c472a Add FAQ comment about using expressions in portfolio entries 2021-08-28 10:45:55 +10:00
Simon Roberts
b23e65cf28 Use govaluate to evaluate expressions in portfolio entry 2021-08-27 15:02:26 +10:00
Simon Roberts
7f2f4c551c Merge doc update, and add 1y_change 2021-08-26 11:33:27 +10:00
Simon Roberts
486338f26e Merge branch 'feature/document-column-selection' into feature/30d-and-1y-change 2021-08-26 11:20:55 +10:00
Simon Roberts
7467eb4e1d Use TOML markdown 2021-08-26 11:19:36 +10:00
Simon Roberts
f66df5abd7 Document table column selection 2021-08-26 11:15:22 +10:00
Simon Roberts
fcfb0f48fe Add support for 1Y columns - see https://github.com/miguelmota/cointop/issues/131 2021-08-26 10:29:25 +10:00
Simon Roberts
b32da4010c Include currencyConversion in the cache key so changing currencies invalidates the cache. See https://github.com/miguelmota/cointop/issues/144 2021-08-26 09:44:11 +10:00
Simon Roberts
e7d32f18fc Merge branch 'master' into bugfix/range-update-corrupt-cache 2021-08-24 10:02:35 +10:00
Simon Roberts
b03546c4f1 Merge remote-tracking branch 'upstream/master' 2021-08-24 10:02:23 +10:00
Miguel Mota
28a7bfbbd9 Return error if default chart range is invalid 2021-08-24 10:02:13 +10:00
Simon Roberts
e60bc6dcd6 Include DefaultChartRange in default config 2021-08-24 10:02:13 +10:00
Simon Roberts
142777d965 Simple documentation for default_chart_range 2021-08-24 10:02:13 +10:00
Simon Roberts
b83d15cdc1 Store default chart range in configuration file 2021-08-24 10:02:12 +10:00
Simon Roberts
b078dbd2f6 Use the highest-rank coin to calculate PortfolioSlice 2021-08-24 10:02:12 +10:00
Simon Roberts
a34417ad61 When building portfolio slice, include first coin only 2021-08-24 10:02:12 +10:00
Simon Roberts
ba75de3c00 Cache ct.State.selectedChartRange and ct.State.currencyConversion so data-fetch is not impacted by concurrent change 2021-08-23 17:45:08 +10:00
Miguel Mota
5916c49972
Makefile: Docker tag version 2021-08-22 15:42:09 -07:00
Miguel Mota
ac93b8fbe0
Return error if default chart range is invalid 2021-08-22 04:27:41 -07:00
Miguel Mota
1c14561662
Merge branch 'simon-anz-feature/configurable-chart-range' 2021-08-22 04:18:48 -07:00
Miguel Mota
becca5e46c
Merge branch 'feature/configurable-chart-range' of https://github.com/simon-anz/cointop into simon-anz-feature/configurable-chart-range 2021-08-22 04:18:38 -07:00
Miguel Mota
56084e44a3
Merge branch 'simon-anz-bugfix/duplicate-coins' 2021-08-22 04:06:09 -07:00
Miguel Mota
d465970cbb
Merge branch 'bugfix/duplicate-coins' of https://github.com/simon-anz/cointop into simon-anz-bugfix/duplicate-coins 2021-08-22 03:19:25 -07:00
Miguel Mota
7990b9df04
Merge branch 'simon-anz-bugfix/portfolio-graph' 2021-08-22 03:04:10 -07:00
Simon Roberts
6ec915abe9 Include DefaultChartRange in default config 2021-08-19 16:40:54 +10:00
Simon Roberts
4828c3e014 Use the highest-rank coin to calculate PortfolioSlice 2021-08-19 11:54:02 +10:00
Simon Roberts
719f0cc3cb Simple documentation for default_chart_range 2021-08-19 09:06:16 +10:00
Simon Roberts
2a9f995286 Store default chart range in configuration file 2021-08-19 09:05:39 +10:00
Simon Roberts
9553ec8a02 When building portfolio slice, include first coin only 2021-08-18 11:51:35 +10:00
Simon Roberts
bea5c67759 When rendering portfolio chart, only append data when resizing array 2021-08-18 11:46:56 +10:00