Skip to content
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

Schedule repeated repo scanning #9

Closed
3 tasks done
Husterknupp opened this issue Apr 21, 2017 · 5 comments
Closed
3 tasks done

Schedule repeated repo scanning #9

Husterknupp opened this issue Apr 21, 2017 · 5 comments
Assignees
Milestone

Comments

@Husterknupp
Copy link
Owner

Husterknupp commented Apr 21, 2017

  • create empty method for later implementation
  • add implementation to the method
  • double check todo counting
@Husterknupp
Copy link
Owner Author

implementation is done ✅

Will run a test against one of my repos and see if new commits are being noticed and stored

@Husterknupp
Copy link
Owner Author

finding todos works pretty well. Tested for a one-file project and a 100+ file project (jsoup)

Todos are not stored though. Missed that part of linking the scanner with the repository

@Husterknupp
Copy link
Owner Author

cool, saving works as well as noticing. INFO [2017-05-06 23:31:08] d.h.t.TodoScanner - found 48 todos (0 are new)

But the count looks strange. Should be more than 48 todos

@Bantolomeus
Copy link
Collaborator

Nice progress

@Husterknupp
Copy link
Owner Author

numbers doublechecked. They look good. I miscounted in my earlier comment. Mixed found files count with found todo count

@Husterknupp Husterknupp modified the milestone: MVP Jun 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants