summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-04-29Feature/move terminal files (#6344)feature/argparse_translatormontezdesousa
* Move terminal files into openbb_terminal * move routines * Create session to handle console, user, settings, etc. * Reset... * Bring back frontend-components * Move frontend-components to openbb_terminal * rename vars * remove doc * rename method * rename method * fix routines * read settings from .env * rename methods * ^ * ^ * better * bug * ^ * move frontend-components back to root level * revert changes * type checking only * docstring * fix: settings autocomplete * comment * use openbb_core singleton * rename src to fix openbb command * fix poetry build * readme --------- Co-authored-by: hjoaquim <h.joaquim@campus.fct.unl.pt>
2024-04-26Merge branch 'feature/argparse_translator' of ↵hjoaquim
github.com:OpenBB-finance/OpenBBTerminal into feature/argparse_translator
2024-04-26split comma separated strings into a list so that the cli can consume themhjoaquim
2024-04-26Merge branch 'develop' into feature/argparse_translatorIgor Radovanovic
2024-04-26fix data processing commands: not allowing multiple items + need to allow 0 ↵hjoaquim
(which evalutes as false)
2024-04-25[BugFix] Intrinio Balance Sheet Period (#6343)Danglewood
* fix period * remove validator because pytest doesn't know what to do
2024-04-25Fix timezone changeIgor Radovanovic
2024-04-25Merge branch 'develop' into feature/argparse_translatorIgor Radovanovic
2024-04-24Add pip install requests openai to the workflow file (#6341)Luqman
2024-04-24Remove quickexitIgor Radovanovic
2024-04-24Merge branch 'develop' into feature/argparse_translatorHenrique Joaquim
2024-04-24rename the summarize changelog file (#6338)Luqman
2024-04-24Merge branch 'develop' into feature/argparse_translatorHenrique Joaquim
2024-04-24Summarize Changelog (#6335)Igor Radovanovic
2024-04-24LintIgor Radovanovic
2024-04-24Fix routine record when local userIgor Radovanovic
2024-04-24fix: openbb commandDiogo Sousa
2024-04-24fix: settings importDiogo Sousa
2024-04-24Merge branch 'feature/argparse_translator' of ↵hjoaquim
github.com:OpenBB-finance/OpenBBTerminal into feature/argparse_translator
2024-04-24Merge remote-tracking branch 'OpenBB-finance/develop' into ↵hjoaquim
feature/argparse_translator
2024-04-24Merge branch 'develop' into feature/argparse_translatorIgor Radovanovic
2024-04-24EditsIgor Radovanovic
2024-04-24[BugFix] Intrinio News (#6336)Danglewood
* add default=None * patch intrinio news * pylint * mypy * no need to assign articles var before len * more pylint * other assignment
2024-04-23Merge branch 'develop' into feature/argparse_translatorHenrique Joaquim
2024-04-23[Feature] Warn limit number of countries in TE request (#6334)Henrique Joaquim
* limit number of countries in TE request * const * disable=unused-argument * warn and info when countries above 28 --------- Co-authored-by: hjoaquim <h.joaquim@campus.fct.unl.pt> Co-authored-by: Igor Radovanovic <74266147+IgorWounds@users.noreply.github.com>
2024-04-23^ oopsDiogo Sousa
2024-04-23fix: move rouines stuff to folderDiogo Sousa
2024-04-23fix: rename custom_prompt_toolkit.py to completer.pyDiogo Sousa
2024-04-23fix: move custom_prompt_toolkit.py to config and delete completer/Diogo Sousa
2024-04-23Danger: create controllers/ and move stuffDiogo Sousa
2024-04-23fix: rename parent_classes.py to base_controller.pyDiogo Sousa
2024-04-23fix: move rich_config.py to core/configDiogo Sousa
2024-04-23fix: move routines stuff to routines/Diogo Sousa
2024-04-23fix: delete requirements.txt, we can export them later if neededDiogo Sousa
2024-04-23fix: move custom_prompt_toolkit.py to core/completerDiogo Sousa
2024-04-23fix: delele base_helpers.py, function moved to env_handler.pyDiogo Sousa
2024-04-23fix: move terminal_style.py from plots/ to config, delete plots/Diogo Sousa
2024-04-23fix: circular import consoleDiogo Sousa
2024-04-23fix: delete paths_helper.py, not usedDiogo Sousa
2024-04-23fix: rename hub_model.py to hub_service.pyDiogo Sousa
2024-04-23fix: move local model function to utils & delete moduleDiogo Sousa
2024-04-23fix: terminal.py -> openbb_terminal/cli.pyDiogo Sousa
2024-04-23fix: remove unused functionDiogo Sousa
2024-04-23Update argparse_translator/argparse_class_processor.pyHenrique Joaquim
Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com>
2024-04-23data processing sectionhjoaquim
2024-04-23Merge remote-tracking branch 'OpenBB-finance/develop' into ↵hjoaquim
feature/argparse_translator
2024-04-23improved obbject registry using a stackhjoaquim
2024-04-23[Feature] Async SEC (#6319)Danglewood
* async sec * linters * pylint * annotated results etf holdings * black * pylint doesn't always know best * form_type * unused import * test things * black * ruff * more test params * ? * think this does it * json schema extra --------- Co-authored-by: Igor Radovanovic <74266147+IgorWounds@users.noreply.github.com>
2024-04-23add currency snapshots from polygon (#6333)Danglewood
2024-04-22Sync ruff in dev_tool with openbb_core (#6331)montezdesousa