-
Notifications
You must be signed in to change notification settings - Fork 36
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
Move all modules into root namespace. #868
Conversation
Codecov Report
@@ Coverage Diff @@
## master #868 +/- ##
==========================================
- Coverage 86.63% 86.53% -0.10%
==========================================
Files 48 41 -7
Lines 4570 4531 -39
Branches 901 901
==========================================
- Hits 3959 3921 -38
+ Misses 430 429 -1
Partials 181 181
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
I've made two changes:
Assuming those changes look OK I'm happy with the current state of this PR. I would be fine with addressing any additional changes (such as the ones I proposed in #862) in follow-ups. |
@vyasr I’m not a huge fan of an The pre-commit change is good! I forgot that top level excludes were possible. |
Sounds good, I reverted that change and prefixed those modules with underscores. |
Thanks @vyasr! I pushed one small tweak to generalize our exclusions. Otherwise I think this PR is ready to go with a reviewer approval. |
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.
LGTM
For posterity, here's what the project structure looks like now:
In the interest of quicker progress, I'm going to go ahead and merge this now. We can make further changes in subsequent PRs, and merging this now should allow us to make those changes in smaller, more self-contained PRs. |
@bdice the question I had about filterparse still stands. I think since dashboard is using it we should be exposing whatever functionality it needs more publicly than we are now (but that can be done in a subsequent PR). |
Description
Closes #756, supersedes #862.
Checklist: