-
Notifications
You must be signed in to change notification settings - Fork 25
Pull database logic out of core.py and transaction.py #62
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
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
aff6bf1
remove platform
jonhealy1 a6f6ef7
start isolating db logic
jonhealy1 22078aa
intersects logic
jonhealy1 26c1290
sort, count
jonhealy1 1e260c3
add search to all functions
jonhealy1 bbbc7f1
execute search
jonhealy1 514045f
tests pass
jonhealy1 f9dc26b
clean up db logic
jonhealy1 8234a64
move db logic into separate file
jonhealy1 fb643db
add fn comments
jonhealy1 8d4a062
clean up core
jonhealy1 7f62f10
re-link index
jonhealy1 ce2d5d2
run pre-commit
jonhealy1 ac07418
change es version back
jonhealy1 150fbd5
fixes
jonhealy1 247da4b
remove db settings from core.py
jonhealy1 e050ac7
items from feature collection
jonhealy1 2bad487
preprocess items
jonhealy1 520d88d
prep create item
jonhealy1 2819621
prep update item
jonhealy1 2225e76
delete item
jonhealy1 ad6f393
create collection
jonhealy1 cc96d23
prep update collection
jonhealy1 d7b0668
bulk sync
jonhealy1 f62de17
fix bulk sync
jonhealy1 83c2843
remomve db refs
jonhealy1 cf47504
add function descriptions
jonhealy1 6692323
run pre-commit
jonhealy1 33b9c49
add sleep to test
jonhealy1 e2d2f28
remove duplicate count
jonhealy1 20ac8d9
create find collection
jonhealy1 7770152
check collection exists
jonhealy1 827c68a
remove uneeded code
jonhealy1 cdd580b
clean up
jonhealy1 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
My linux laptop doesn't like this line?
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.
interesting, i'm running on macos so probably why i didn't see it