Skip to content
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

v0.9.0 #67

Closed
samjtro opened this issue Oct 21, 2024 · 2 comments
Closed

v0.9.0 #67

samjtro opened this issue Oct 21, 2024 · 2 comments
Assignees
Labels

Comments

@samjtro
Copy link
Member

samjtro commented Oct 21, 2024

DONE:

CHANGELOG:

  • finally got x/oauth2 working
  • moved token storage into cwd/.json
  • refactored utils.go, removed unused funcs
  • edited README, gitignore to reflect changes
  • remove DB struct, in favor of native oauth2.Token struct, so that we don't have to do line-by-line assignment in Initiate
  • random README.md updates
  • added CONTRIBUTING.md, made more changes to README.md
  • bump go deps
  • changed from using the fatal isErrNil function to returning the err if non-nil, allowing for better error management & enabling live trading
  • added findAllEnvFiles(), pass to Initiate() to allow any .env file name convention to work
  • changed Initiate implementation to reflect go-schwab/oauth2ns changes
  • refactored some misc functions
  • refactor utils.go to reflect removal of previous oauth implementation in favor of x/oauth2, vis-a-vis go-schwab/oauth2ns
  • check -> isErrNil
  • working on multi-leg orders
  • removed redundant json struct instructions, changed some struct names to reflect naming convention of Schwab TraderAPI
  • README updates, but i will probably reverse those at a later date
@samjtro samjtro added the dev 👷 label Oct 21, 2024
@samjtro samjtro added this to the v0.9.0 - Wrap Up milestone Oct 21, 2024
@samjtro samjtro self-assigned this Oct 21, 2024
@samjtro samjtro mentioned this issue Oct 21, 2024
@samjtro samjtro pinned this issue Oct 23, 2024
@samjtro samjtro unpinned this issue Oct 23, 2024
samjtro added a commit that referenced this issue Oct 25, 2024
ref: #67, v0.9.0
desc:
- refactor utils.go to reflect removal of previous oauth implementation in favor of x/oauth2, vis-a-vis go-schwab/oauth2ns
- check -> isErrNil
@samjtro
Copy link
Member Author

samjtro commented Oct 27, 2024

2024/10/26 22:04:43 [ERR] open /Users/sjt/.trade/bar.json: no such file or directory

67452aa working

@samjtro
Copy link
Member Author

samjtro commented Oct 27, 2024

migration to oauth2ns error discussion: go-schwab/oauth2ns#3

samjtro added a commit that referenced this issue Oct 28, 2024
ref: #67, v0.9.0
- changed Initiate implementation to reflect go-schwab/oauth2ns changes
- refactored some misc functions
@samjtro samjtro pinned this issue Oct 28, 2024
samjtro added a commit that referenced this issue Oct 29, 2024
ref: #67, v0.9.0
desc:
- added findAllEnvFiles(), pass to Initiate() to allow any .env file name convention to work
samjtro added a commit that referenced this issue Oct 29, 2024
ref: #67, v0.9.0
desc:
- changed from using the fatal isErrNil function to returning the err if non-nil, allowing for better error management & enabling live trading
samjtro added a commit that referenced this issue Oct 29, 2024
ref: #67, v0.9.0
desc:
- added CONTRIBUTING.md, made more changes to README.md
samjtro added a commit that referenced this issue Oct 29, 2024
ref: #67, v0.9.0
desc:
- remove DB struct, in favor of native oauth2.Token struct, so that we don't have to do line-by-line assignment in Initiate
- random README.md updates
samjtro added a commit that referenced this issue Nov 4, 2024
ref: #67, v0.9.0
desc:
- finally got x/oauth2 working
- moved token storage into cwd/.json
- refactored utils.go, removed unused funcs
- edited README, gitignore to reflect changes
@samjtro samjtro changed the title WIP: v0.9.0 v0.9.0 Nov 4, 2024
@samjtro samjtro added the wip label Nov 4, 2024
samjtro added a commit that referenced this issue Nov 4, 2024
ref: #67, v0.9.0
desc:
- correcting ci error
samjtro added a commit that referenced this issue Nov 4, 2024
ref: #67, v0.9.0
desc:
- README update
samjtro added a commit that referenced this issue Nov 4, 2024
ref: #67, v0.9.0
desc:
- refactor utils.go to reflect removal of previous oauth implementation in favor of x/oauth2, vis-a-vis go-schwab/oauth2ns
- check -> isErrNil
samjtro added a commit that referenced this issue Nov 4, 2024
ref: #67, v0.9.0
- changed Initiate implementation to reflect go-schwab/oauth2ns changes
- refactored some misc functions
samjtro added a commit that referenced this issue Nov 4, 2024
ref: #67, v0.9.0
desc:
- added findAllEnvFiles(), pass to Initiate() to allow any .env file name convention to work
samjtro added a commit that referenced this issue Nov 4, 2024
ref: #67, v0.9.0
desc:
- changed from using the fatal isErrNil function to returning the err if non-nil, allowing for better error management & enabling live trading
samjtro added a commit that referenced this issue Nov 4, 2024
ref: #67, v0.9.0
desc:
- added CONTRIBUTING.md, made more changes to README.md
samjtro added a commit that referenced this issue Nov 4, 2024
ref: #67, v0.9.0
desc:
- remove DB struct, in favor of native oauth2.Token struct, so that we don't have to do line-by-line assignment in Initiate
- random README.md updates
samjtro added a commit that referenced this issue Nov 4, 2024
ref: #67, v0.9.0
desc:
- finally got x/oauth2 working
- moved token storage into cwd/.json
- refactored utils.go, removed unused funcs
- edited README, gitignore to reflect changes
samjtro added a commit that referenced this issue Nov 4, 2024
ref: #67, v0.9.0
desc:
- correcting ci error
samjtro added a commit that referenced this issue Nov 4, 2024
ref: #67, v0.9.0
desc:
- README update
@samjtro samjtro closed this as completed Nov 4, 2024
@samjtro samjtro unpinned this issue Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant