-
-
Notifications
You must be signed in to change notification settings - Fork 580
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
Rework cli.py to use a Resource class instead of iterating paths #736
Labels
Comments
yashdsaraf
added a commit
that referenced
this issue
Aug 23, 2017
Signed-off-by: Yash D. Saraf <[email protected]>
yashdsaraf
added a commit
that referenced
this issue
Aug 23, 2017
Signed-off-by: Yash D. Saraf <[email protected]>
yashdsaraf
added a commit
that referenced
this issue
Aug 23, 2017
Signed-off-by: Yash D. Saraf <[email protected]>
yashdsaraf
added a commit
that referenced
this issue
Aug 23, 2017
Signed-off-by: Yash D. Saraf <[email protected]>
yashdsaraf
added a commit
that referenced
this issue
Aug 23, 2017
Signed-off-by: Yash D. Saraf <[email protected]>
yashdsaraf
added a commit
that referenced
this issue
Aug 24, 2017
Signed-off-by: Yash D. Saraf <[email protected]>
yashdsaraf
added a commit
that referenced
this issue
Aug 31, 2017
Signed-off-by: Yash D. Saraf <[email protected]>
yashdsaraf
added a commit
that referenced
this issue
Sep 6, 2017
Signed-off-by: Yash D. Saraf <[email protected]>
yashdsaraf
added a commit
that referenced
this issue
Sep 6, 2017
Signed-off-by: Yash D. Saraf <[email protected]>
yashdsaraf
added a commit
that referenced
this issue
Sep 10, 2017
Signed-off-by: Yash D. Saraf <[email protected]>
yashdsaraf
added a commit
that referenced
this issue
Sep 10, 2017
Signed-off-by: Yash D. Saraf <[email protected]>
yashdsaraf
added a commit
that referenced
this issue
Sep 10, 2017
* Update doc for `resource_paths` Signed-off-by: Yash D. Saraf <[email protected]>
pombredanne
pushed a commit
that referenced
this issue
Sep 22, 2017
Signed-off-by: Yash D. Saraf <[email protected]>
pombredanne
pushed a commit
that referenced
this issue
Sep 22, 2017
Signed-off-by: Yash D. Saraf <[email protected]>
pombredanne
pushed a commit
that referenced
this issue
Sep 22, 2017
* Update doc for `resource_paths` Signed-off-by: Yash D. Saraf <[email protected]>
Merged
This has been fixed in #885 ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For now the goal is to create a
Resource
class which stores paths and infos for a resource.Eventually this class should hold all the scanned data for a resource and encapsulate the caching logic entirely.
The text was updated successfully, but these errors were encountered: