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

Release 1.0.0 #147

Merged
merged 24 commits into from
Jan 17, 2022
Merged

Release 1.0.0 #147

merged 24 commits into from
Jan 17, 2022

Conversation

Linus045
Copy link
Collaborator

@Linus045 Linus045 commented Jan 15, 2022

Before merging the release, we need to check if everything works as expected:

  • Bot starts correctly
  • Docker installation works
  • All Config options work as expected
  • Installation steps work as described online

If you have additional points, feel free to add them.

Linus045 and others added 24 commits December 17, 2021 20:19
+ added python related files to gitignore
+ this will allow us to convert the source code into a module to implement GH-Actions
+ project can now be installed using 'python -m pip install -e .'
+ black - code formatting
+ tests - unit tests in py3.7,3.8,3.9
+ pre-commit to verify before push "python -m pip install -r dev_requirements.txt"
+ removed python version 3.7 from tox builds
+ updated default version for pre-commit hooks to python 3.8
 + Fixed .gitignore to correctly ignore in subdirectories
+ Changed Dockerfile to install project as module
…trading-bot-binance-announcements-new-coins into feature_github_actions

# Conflicts:
#	Dockerfile
#	src/main.py
…trading-bot-binance-announcements-new-coins into feature_github_actions

# Conflicts:
#	src/gateio_new_coins_announcements_bot/logger.py
#	src/gateio_new_coins_announcements_bot/new_listings_scraper.py
#	src/gateio_new_coins_announcements_bot/send_telegram.py
#	src/gateio_new_coins_announcements_bot/trade_client.py
#	src/main.py
…trading-bot-binance-announcements-new-coins into feature_github_actions

# Conflicts:
#	src/gateio_new_coins_announcements_bot/new_listings_scraper.py
+ binancezh.com is no longer a valid binance domain
Changed domain binancezh.com to binance.com
Validate status_code when retrieving announcements
+ make sure all necessary files are copied over before installing
…_module

Update requirements + bump pytest-cov to 3.0.0
@CyberPunkMetalHead CyberPunkMetalHead marked this pull request as ready for review January 17, 2022 22:58
@CyberPunkMetalHead
Copy link
Owner

Looks good to me! Thank you @Linus045 and @AndroidOatmeal!!

@CyberPunkMetalHead CyberPunkMetalHead merged commit 2f035ac into master Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants