-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix crypto/dd/rm
command
#4890
Merged
Merged
Fix crypto/dd/rm
command
#4890
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #4890 +/- ##
===========================================
- Coverage 58.43% 58.29% -0.15%
===========================================
Files 588 588
Lines 53608 53660 +52
===========================================
- Hits 31328 31281 -47
- Misses 22280 22379 +99
... and 4 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
hjoaquim
approved these changes
Apr 26, 2023
jmaslek
pushed a commit
that referenced
this pull request
Apr 27, 2023
Co-authored-by: Henrique Joaquim <[email protected]>
jmaslek
added a commit
that referenced
this pull request
Apr 28, 2023
* fix: remove old commands * fix: ruff * fix: ruff * fix: james suggestions * fix: added to csv * fix: generate sdk cmds * bump pywry * fix rm command (#4890) Co-authored-by: Henrique Joaquim <[email protected]> * Fix `crypto/defi/anchor` (#4892) * handle defi anchor exceptions * reason * mypy --------- Co-authored-by: Henrique Joaquim <[email protected]> * fix windows pyinstaller subprocess fail if space in path * remove API_IEX_TOKEN * remove API_SENTIMENTINVESTOR_TOKEN * make -h actually work * black ./ --------- Co-authored-by: James Maslek <[email protected]> Co-authored-by: teh_coderer <[email protected]> Co-authored-by: montezdesousa <[email protected]> Co-authored-by: Henrique Joaquim <[email protected]>
jmaslek
added a commit
that referenced
this pull request
May 4, 2023
* bump pywry * fix rm command (#4890) Co-authored-by: Henrique Joaquim <[email protected]> * Fix `crypto/defi/anchor` (#4892) * handle defi anchor exceptions * reason * mypy --------- Co-authored-by: Henrique Joaquim <[email protected]> * fix windows pyinstaller subprocess fail if space in path * remove API_IEX_TOKEN * remove API_SENTIMENTINVESTOR_TOKEN * remove codecov --------- Co-authored-by: teh_coderer <[email protected]> Co-authored-by: montezdesousa <[email protected]> Co-authored-by: Henrique Joaquim <[email protected]>
hjoaquim
added a commit
that referenced
this pull request
May 9, 2023
* bump pywry * fix rm command (#4890) Co-authored-by: Henrique Joaquim <[email protected]> * Fix `crypto/defi/anchor` (#4892) * handle defi anchor exceptions * reason * mypy --------- Co-authored-by: Henrique Joaquim <[email protected]> * fix windows pyinstaller subprocess fail if space in path * remove API_IEX_TOKEN * remove API_SENTIMENTINVESTOR_TOKEN * Fix data bento calls * Fix options eod chain bug * Fix finviz get * Fix yf balance bug * removing breakline * Add error message --------- Co-authored-by: teh_coderer <[email protected]> Co-authored-by: montezdesousa <[email protected]> Co-authored-by: Henrique Joaquim <[email protected]>
jmaslek
added a commit
that referenced
this pull request
May 10, 2023
* Add GARCH * Linting * Rearrange the econometrics menu * Add integration test * Add ret command + fixes * Fix linting * Fix linting * Fix pylint * Add logger to functions * bump pywry * fix rm command (#4890) Co-authored-by: Henrique Joaquim <[email protected]> * Fix `crypto/defi/anchor` (#4892) * handle defi anchor exceptions * reason * mypy --------- Co-authored-by: Henrique Joaquim <[email protected]> * fix windows pyinstaller subprocess fail if space in path * remove API_IEX_TOKEN * remove API_SENTIMENTINVESTOR_TOKEN * Convert to latex + requested changes * Fix linting * Remove unnecessary logger * Add example * SDK updated * fix syntax on elite level math that I def know * Fix docstring * Fix example * Fix * Linting --------- Co-authored-by: James Maslek <[email protected]> Co-authored-by: teh_coderer <[email protected]> Co-authored-by: montezdesousa <[email protected]> Co-authored-by: Henrique Joaquim <[email protected]> Co-authored-by: andrewkenreich <[email protected]>
jmaslek
added a commit
that referenced
this pull request
May 10, 2023
…#4864) * First introduction of news_biztoc — A new partnership with BizToc.com * bump pywry * fix rm command (#4890) Co-authored-by: Henrique Joaquim <[email protected]> * Fix `crypto/defi/anchor` (#4892) * handle defi anchor exceptions * reason * mypy --------- Co-authored-by: Henrique Joaquim <[email protected]> * fix windows pyinstaller subprocess fail if space in path * remove API_IEX_TOKEN * remove API_SENTIMENTINVESTOR_TOKEN * Add autocompletion and merge into one news function + add to sources dictionary * Autocomplete for the tag * fix test * Make a new sdk help[er for openbb.news * pylint * lint * lint2 * Regenerate sdk * remove cmd from list * api-keys * Update api-keys.md Add images --------- Co-authored-by: James Maslek <[email protected]> Co-authored-by: teh_coderer <[email protected]> Co-authored-by: montezdesousa <[email protected]> Co-authored-by: Henrique Joaquim <[email protected]> Co-authored-by: minhhoang1023 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed