summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-05-17Merge branch 'develop' into feature/yield-curvefeature/yield-curveDanglewood
2024-05-17[Feature] OpenBB Platform DevContainer (#6426)Henrique Joaquim
* devcontainer and its docs * typo * remove file * remove comments from json
2024-05-17fmp key metrics (#6428)Danglewood
Co-authored-by: Igor Radovanovic <74266147+IgorWounds@users.noreply.github.com>
2024-05-17[Feature] Small CLI docs style improvements (#6429)Henrique Joaquim
* use platform cli everywhere * cli w same color as platform * same colors as platform * fix tests
2024-05-17[BugFix] Do Intrinio News TO-DOs -> Remove workaround because they fixed it. ↵Danglewood
(#6427) * TO-DOs done * recapture test cassettes --------- Co-authored-by: Igor Radovanovic <74266147+IgorWounds@users.noreply.github.com>
2024-05-17[BugFix] Clear Linting Items (#6423)Danglewood
* fix some linting items * pylint stuff * black * index_snapshots * ruff * forgot to add this file to commit * black
2024-05-16Merge branch 'develop' into feature/yield-curveDanglewood
2024-05-16[BugFix] - `dev_install.py` updates (#6424)montezdesousa
* fix: use tomlkit instead of toml & add --cli * fix: remove cli option, poetry groups ignored by pip * fix: redirect unittest patch * adding --cli to the dev install --------- Co-authored-by: hjoaquim <henriquecjoaquim@gmail.com>
2024-05-15plot_bgcolor should be 'rbga(255,255,255,0)'Danglewood
2024-05-15make to_chart workDanglewood
2024-05-15future lintingDanglewood
2024-05-15mypyDanglewood
2024-05-15econdb date filterDanglewood
2024-05-15add more countriesDanglewood
2024-05-15merge branch developDanglewood
2024-05-15[Release] 4.2.0 (#6420)4.2.0Henrique Joaquim
* add snowflake integration video (#6339) * [HotFix] Fix broken URLs in docs page. (#6368) * Fix broken URLs * use full URL to other docs pages. * remove nest_asyncio.apply() * fix: sort tradingeconomics country choices * fix lint * fix: clean _callback function * assign to empty dict * feat: add licence to .toml files * fix: readmes * fix: add CLA url * release: 4.20 % dependencies * Skip deprecation test * lint * Sync with main (#6421) * add snowflake integration video (#6339) * [HotFix] Fix broken URLs in docs page. (#6368) * Fix broken URLs * use full URL to other docs pages. --------- Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com> Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com> * pylint disable possibly-used-before-assignment * Update CLI toml --------- Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com> Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com> Co-authored-by: Diogo Sousa <montezdesousa@gmail.com> Co-authored-by: Theodore Aptekarev <aptekarev@gmail.com>
2024-05-15Merge branch 'feature/yield-curve' of ↵Danglewood
https://github.com/OpenBB-finance/OpenBBTerminal into feature/yield-curve
2024-05-15merge branch developDanglewood
2024-05-15Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵Danglewood
into feature/yield-curve
2024-05-15[BugFix] - Update GitHub workflows (#6418)montezdesousa
* Fix technical example * Remove blocking wf command * rename wf file * rename wf file * fix: gh pages wf * gh pages * pip install toml * toml * activate venv? * activate venv? * simpler? * ^ * install toml in venv * install the full project first * Update poetry after venv * setuptools & venvs * install requests instead * package-lock.json -> yarn.lock * wf name --------- Co-authored-by: Henrique Joaquim <henriquecjoaquim@gmail.com>
2024-05-15Merge branch 'develop' into feature/yield-curveIgor Radovanovic
2024-05-15missed unit_measurements (#6416)Danglewood
2024-05-15mypyDanglewood
2024-05-15country not a standard paramDanglewood
2024-05-15now blackDanglewood
2024-05-15more pylintDanglewood
2024-05-15more pylintDanglewood
2024-05-15pylintDanglewood
2024-05-14ruffDanglewood
2024-05-14blackDanglewood
2024-05-14static assetsDanglewood
2024-05-14chart integration testsDanglewood
2024-05-14integration testsDanglewood
2024-05-14fred yield curveDanglewood
2024-05-14fmp yield curveDanglewood
2024-05-14list dateDanglewood
2024-05-14Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵Danglewood
into feature/yield-curve
2024-05-14Update the license of the code in this repo to AGPL (#6415)Theodore Aptekarev
* Change license to AGPL * Add licensing FAQ to the platform docs
2024-05-14Improve web security (#6405)Theodore Aptekarev
* Bump aiohttp to a patched version * Bump python-multipart to a patched version * Bump urllib3 to the latest patched version * Bump aiohttp-client-cache and aiosqlite to latest versions * Bump plotly.js and third level deps in frontend components * Bump fastapi to a patched version * Update lock file after the python-jose removal
2024-05-14add linux stuff to pre-requisites (#6411)Danglewood
2024-05-14[Feature] CLI docs (#6362)Henrique Joaquim
* cli docs website * changes * remove unused feat flags * typo * yeet stuff that can't be used * some progress * Add home screenshot * screenshots.md * fix links * new cards for cli pages * start config page * more updates * Add screenshots * flatten some things. * fix link * some more updates * some routine stuff * codespell * cli color * results in the global commands * increase codeBlock line-height * remove platform warning, obb is a class * minor change, danger warning * typo? * Data processing commands --------- Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com> Co-authored-by: Diogo Sousa <montezdesousa@gmail.com>
2024-05-14[Feature] - OpenBB Platform CLI Unit tests (#6397)Igor Radovanovic
* Unit test batch 1 * CLI controller * Test batch 3 * Test batch 4 * Test batch 5 * clean some workflows and setup actions * test * rename wfs * rename * update action * Skip * fix cli tests --------- Co-authored-by: Henrique Joaquim <henriquecjoaquim@gmail.com> Co-authored-by: Diogo Sousa <montezdesousa@gmail.com> Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com>
2024-05-14[Feature] Main README (#6403)Henrique Joaquim
* main readme * lints * mention platform cli * test platform imgs * Update README.md platform imgs * break line * Update to Platform images * remove old images --------- Co-authored-by: Igor Radovanovic <74266147+IgorWounds@users.noreply.github.com>
2024-05-14add platform imgs (#6410)Henrique Joaquim
2024-05-14[Feature] Styling adjustments (#6408)Henrique Joaquim
* styling adjustments * auto completion for main menu commands; cached results style * move platform settings above * don't check if obbject.results - we want to have the error message if smt goes wrong with the to_df() * register only if there are results * minor style change --------- Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com>
2024-05-14[BugFix] - Replace python-jose by PyJWT (#6407)montezdesousa
* fix: replace python-jose by PyJWT * add unit test * add unit test --------- Co-authored-by: Theodore Aptekarev <aptekarev@gmail.com>
2024-05-14[Feature] Custom Provider choices available on the `reference.json` (#6409)Henrique Joaquim
* change package builder and argparse translator to account for custom chocies defined in providers * default reference
2024-05-14[Feature] Add Forward PE Estimates (#6398)Danglewood
* forward_pe * ruff * merge branch develop * mypy * typo --------- Co-authored-by: Igor Radovanovic <74266147+IgorWounds@users.noreply.github.com> Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com>
2024-05-14[BugFix] Econ Calendar (#6392)Danglewood
* fix econ calendar * black * more black * pylint * add 1 to n_urls * set default dates in transform query * missing decorator * add None to literal * literals --------- Co-authored-by: Henrique Joaquim <henriquecjoaquim@gmail.com> Co-authored-by: Igor Radovanovic <74266147+IgorWounds@users.noreply.github.com>
2024-05-14[BugFix] Make `paper_bgcolor` transparent in PyWry backend (#6385)Danglewood
* make paper_bgcolor transparent in PyWry backend * black --------- Co-authored-by: Henrique Joaquim <henriquecjoaquim@gmail.com>