Husterknupp / jubilant-todo-tribble

find repo todos, create Jira tickets and reference todos in the tickets.
Apache License 2.0
2 stars 0 forks source link

Schedule repeated repo scanning #9

Closed Husterknupp closed 7 years ago

Husterknupp commented 7 years ago
Husterknupp commented 7 years ago

implementation is done ✅

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

Husterknupp commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

Nice progress

Husterknupp commented 7 years ago

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