-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
IncubateEggs update #5125
Merged
Merged
IncubateEggs update #5125
Changes from 25 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
685a151
Little code updates
DeXtroTip c7fa226
Merge remote-tracking branch 'upstream/dev' into incubate_eggs_update
DeXtroTip edbff84
Fix merge conflicts
DeXtroTip 1e85c38
Fix iv_ads display
DeXtroTip 3d1a2cc
Fixed iv_ads display
DeXtroTip 1010a5c
Merge remote-tracking branch 'upstream/dev' into incubate_eggs_update
DeXtroTip de6a50c
Removed test prints
DeXtroTip 56251a7
Merge remote-tracking branch 'upstream/dev' into incubate_eggs_update
DeXtroTip d6e4375
Merge remote-tracking branch 'upstream/dev' into incubate_eggs_update
DeXtroTip 26ff395
Updated iv_ads
DeXtroTip 7711b44
Merge remote-tracking branch 'upstream/dev' into incubate_eggs_update
DeXtroTip 1ec3e3e
Fix
DeXtroTip 2a9d19f
Merge remote-tracking branch 'upstream/dev' into incubate_eggs_update
DeXtroTip 6018876
Merge remote-tracking branch 'upstream/dev' into incubate_eggs_update
DeXtroTip 8c36dfb
Merge remote-tracking branch 'upstream/dev' into incubate_eggs_update
DeXtroTip 03e0ea0
Add eggs hatched to db
DeXtroTip 37b1e98
Fix merge conflicts
DeXtroTip 5695d12
Added missing import
DeXtroTip 7f66164
Fixed creation of table in db
DeXtroTip ff98160
Merge remote-tracking branch 'upstream/dev' into incubate_eggs_update
DeXtroTip 15bb769
Added eggs_hatched_log.py
DeXtroTip 281afd4
Fixed wrong color log
DeXtroTip e039d79
Merge remote-tracking branch 'upstream/dev' into incubate_eggs_update
DeXtroTip 121cbd9
Added different event when egg hatchs fails
DeXtroTip 299ac6b
Merge remote-tracking branch 'upstream/dev' into incubate_eggs_update
DeXtroTip 3d714e3
Updated for database changes
DeXtroTip accc804
Merge remote-tracking branch 'upstream/dev' into incubate_eggs_update
DeXtroTip File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
from yoyo import step | ||
|
||
step( | ||
"CREATE TABLE IF NOT EXISTS eggs_hatched_log (pokemon text, cp real, iv real, pokemon_id real, dated datetime DEFAULT CURRENT_TIMESTAMP)" | ||
) |
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove Datastore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I was waiting your PR to be merge, already had changes made. 👍