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.
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
Add basic but flexible query language #308
Add basic but flexible query language #308
Changes from 11 commits
8cac1ae
b3079b6
be5eb9a
4740582
1df3800
7ada250
2751ba7
f015def
395b707
e2671f9
62d884c
b58bd9d
4b40b5f
749169f
44ddcd9
795e966
5d0a868
2b5d4c4
d360f7c
18eec6f
01336a8
5f1c1a3
0fe9142
81b61f0
926b47c
564b68a
8db70a3
9f5741d
f2fa21c
27a656e
31b5803
be2ffbf
2e79584
19fe126
84c8699
bb50a71
014aa85
c38fdba
f2ee385
dfaa327
8e85071
130cb92
9b4fb25
1bdd6a3
209d424
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 45 in datalad_registry/overview.py
Codecov / codecov/patch
datalad_registry/overview.py#L44-L45
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.
This name is more consistent with SQLAlchemy's convention. I also feel that this function depends heavily on the context of the containing file and should be made private.
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.
This name is more consistent with SQLAlchemy's convention. I also feel that this function depends heavily on the context of the containing file and should be made private.
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.
This name is more consistent with SQLAlchemy's convention. I also feel that this function depends heavily on the context of the containing file and should be made private.
Check warning on line 122 in datalad_registry/search.py
Codecov / codecov/patch
datalad_registry/search.py#L121-L122
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.
This name is more inline with SQLAlchemy's convention.
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.
This name is more inline with SQLAlchemy's convention.
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.
those must correspond to the names of lark grammar -- defined above at
https://github.com/datalad/datalad-registry/pull/308/files#diff-11394d8200a55a0ad0089b9d62dabe6194d7a14e711147c2b8d63a795b5aa2dbR82
I don't mind changing here and there but then go ahead change and send PR so we make sure that it works
Check warning on line 146 in datalad_registry/search.py
Codecov / codecov/patch
datalad_registry/search.py#L146
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.
This name is more inline with SQLAlchemy's convention.
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.
this and below -- I don't mind but make a complete change/refactoring and send as a PR or a commit making sure that all renamed/works.
Check warning on line 159 in datalad_registry/search.py
Codecov / codecov/patch
datalad_registry/search.py#L159
Check warning on line 183 in datalad_registry/search.py
Codecov / codecov/patch
datalad_registry/search.py#L181-L183
Check warning on line 189 in datalad_registry/search.py
Codecov / codecov/patch
datalad_registry/search.py#L189
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.
This name is more inline with SQLAlchemy's convention.
Check warning on line 198 in datalad_registry/search.py
Codecov / codecov/patch
datalad_registry/search.py#L198
Check warning on line 203 in datalad_registry/search.py
Codecov / codecov/patch
datalad_registry/search.py#L203
Check warning on line 213 in datalad_registry/search.py
Codecov / codecov/patch
datalad_registry/search.py#L213
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.
This name is more consistent the SQLAlChemy convention.