summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-03-08fix: ooooofeature/live-experimentjose-donato
2023-03-08fix: small fixesjose-donato
2023-03-08feat: added vue templatejose-donato
2023-03-08fix sdk generationteh_coderer
2023-03-08Merge branch 'develop' into feature/tablesteh_coderer
2023-03-08Merge branch 'develop' into feature/tablesteh_coderer
2023-03-08Fix .env reading before loading (#4432)montezdesousa
* fix .env reading before loading * Update sdk.py * import cfg terminal explicitly * clear * add comment and update sdk helper * make it even more explicit * remove some comments * pylint * pylint
2023-03-08Fix ff breaking terminal (#4431)Henrique Joaquim
2023-03-07Edit some structureJames Maslek
2023-03-07Fix #4426James Maslek
2023-03-07playing with some css (thks jose)andrewkenreich
2023-03-07simple by Default on interactive chartsandrewkenreich
2023-03-07Fix nulls in fa commands from FMP (#4421)James Maslek
Co-authored-by: Henrique Joaquim <h.joaquim@campus.fct.unl.pt>
2023-03-07lintJames Maslek
2023-03-07testsJames Maslek
2023-03-07`fixedincome/treasury` some fixes (#4413)Jeroen Bouma
* Fix treasury * Update oecd_model.py --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
2023-03-07Fix `Stocks/Candle --raw` - sort choices are not the columns. (#4411)montezdesousa
* fix sort choices * remove nargs --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
2023-03-07fixes broken URL for (#4414)Danglewood
Co-authored-by: James Maslek <jmaslek11@gmail.com>
2023-03-07update default sources (#4419)montezdesousa
2023-03-07Fixes #4351 - Data displays in chronological order(recent to older) a… (#4408)Raghavendrapara
* Fixes #4351 - Data displays in chronological order(recent to older) and correct Insider name * Revert chronological sorting to reverse order
2023-03-07adding limit arg to all print_rich_tableandrewkenreich
2023-03-06fix: ?!?!?jose-donato
2023-03-06Allow `stocks/load --file` from anywhere (#4410)montezdesousa
* allow load file from anywhere * ruff --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
2023-03-06Mickey Mouseandrewkenreich
Co-authored-by: teh_coderer <tehcoderer@users.noreply.github.com> Co-authored-by: jose-donato <jose-donato@users.noreply.github.com>
2023-03-06Fix typo in conftest.py (#4406)Ikko Eltociear Ashimine
fuction -> function Co-authored-by: James Maslek <jmaslek11@gmail.com>
2023-03-06Make the UI a little cleaner (#4405)James Maslek
* Make the UI a little cleaner * ta load --------- Co-authored-by: Henrique Joaquim <h.joaquim@campus.fct.unl.pt>
2023-03-06fixing some long prints and tablesandrewkenreich
2023-03-06fix formatting with timezonesandrewkenreich
2023-03-06Merge branch 'feature/tables' of ↵andrewkenreich
https://github.com/OpenBB-finance/OpenBBTerminal into feature/tables
2023-03-06update tableandrewkenreich
2023-03-06Merge branch 'develop' into feature/tablesteh_coderer
2023-03-06Update helper_classes.py (#4378)Colin Delahunty
Co-authored-by: James Maslek <jmaslek11@gmail.com>
2023-03-06Merge branch 'feature/tables' of ↵andrewkenreich
https://github.com/OpenBB-finance/OpenBBTerminal into feature/tables
2023-03-06fixing some date thingsandrewkenreich
2023-03-06Merge branch 'develop' into feature/tablesteh_coderer
2023-03-06Hotfix/plotsbackend start (#4404)teh_coderer
* readd removed plots_backend().start() from merged PR * Update backend.py --------- Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com>
2023-03-06updatesteh_coderer
2023-03-06fix country choices (#4403)montezdesousa
2023-03-05Update unit-test.ymlteh_coderer
2023-03-05Update unit-test.ymlteh_coderer
2023-03-05Update unit-test.ymlteh_coderer
2023-03-05req filesteh_coderer
2023-03-05bump pywry version, readd removed `plots_backend().start()`teh_coderer
2023-03-05fix : add PLOT_OPEN_EXPORT, USE_INTERACTIVE_DF to user dataclassteh_coderer
2023-03-05Merge branch 'develop' into feature/tablesteh_coderer
2023-03-05updatesteh_coderer
2023-03-05[WIP] Migrate user, feature flags and configurations to dataclass (#4309)montezdesousa
* implement user and change is guest * replace User methods * move remaining functions to user * fix bug * portfolio test * fix tests * fix tests * uncomment skip * ruff * start credentials model implementation * change deault structure * refacto quandl * change default struct and file names * bug * start using global user * add comments * move update flair * change cfg references in keys model * reddit & fmp * refactore additional keys * remaing config keys * remove unsude imports and fix hub keys * ruff * fix line too long * unblock unittests * fix keys model tests * remove os patch * fix account controller tests * fix account controller tests * fix account model * account fixed * fix user tests * User Model * User Model * User Model * Move session folder * User Model : grouping the models * User Model : fix bugs * Config Plot + bug fix * User Model : Refactoring plots * Feature flags * Remove dup * clean comments a fix some vars * fix feature flags controller * refactor obbff from settings controller * refactor a bunch of obbff variables * fix bug blocking terminal * fix integration tests * refactor controllers with obbff * refactor remaining ffs * remove comments * log not started * mispelled variable * set current user on local model * User Model : moving files + updating * User Preferences * User : Refactor is_guest function + bug fix * User : refactor is_guest function * Fix conftest.py * remove lost obbffs * typo on fileoverwrite * Plot config: move variables and start plot dpi * User : tests * refactor plot dpi references * remove plot dpi imports * refactor some config terminal leftover * /account/sync : fix bug * remove configs reload * start path refactor * installation paths vs user paths * remove cfg_plot * Tests : User Refactoring * user prefix only for preferences * user prefix only for preferences * move user paths * remove comment * update apply remote configs * fix tz not updating * save some copys * small fix * create interface for credentials and preferences * wrong docstrings fixed * ruff core * fix some pref setting * login is better * ruff * ruff * remove Literal * add small comment * Tests : User Refactoring * Credentials Model : add DataBento * Fix helper_funcs * Fixing code * Tests : fixing * User Model : freezing the models * Fixed Income + Databento * Tests : fixing keys * black * ruff * Tests : user model * Tests : user model * Fix linting * Fix linting * Linting * Linting * Fixing code and tests * Fix tests * mypy * SDK * Clean ruff cache * Fix syntax issue * Update fred_view * Black * Linting * Update code * Update tests * Linting * Linting * Tests * Black * Linting * Linting * Mock os.listdir to avoid looking for file that doesnt exist * Mock options paths * lint * Tests : fix * Code : update * Tests + Linting * Tests * Ruff * Code : update * Tests * Code : update * Fix workflow * Code : update --------- Co-authored-by: Chavithra PARANA <chavithra@gmail.com> Co-authored-by: luqazino@gmail.com <luqazino@gmail.com> Co-authored-by: James Maslek <jmaslek11@gmail.com>
2023-03-03testingteh_coderer
2023-03-03add needed libs to Full Test Suite workflows (#4389)teh_coderer
Co-authored-by: James Maslek <jmaslek11@gmail.com>
2023-03-03fix: mergejose-donato