0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 14 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
testing updates. lame More... over 15 years ago
added another FileCounter instance to the analyzer factory...counts groovy files only More... over 15 years ago
added links to the reports for convenience More... over 15 years ago
Added FileCounter as an example analyzer that keeps data around More... over 15 years ago
Went back to having the Analyzers be domain objects. More... over 15 years ago
Too much? Split out the analyzeLogs call from the updateLogs call. More... over 15 years ago
Logs now have FileStatus entries More... over 15 years ago
yanked the monkey that was there for demo. More... over 15 years ago
Removed need to reverse sort the logs in memory. Switched to using the --reverse flag on the git log call More... over 15 years ago
Git log now fills in the full commit message. More... over 15 years ago
Pulled out a LogFormatBuilder for git. More... over 15 years ago
Finally figured out a way to test that gitprojects were calling update against the correct repo directory on updateLogs calls. More... over 15 years ago
removed methods i'd added to track down the metaClass issue More... over 15 years ago
Added tearDowns to cleanup metaClass code. More... over 15 years ago
Added support for Analyzers. AKA Monkeys. More... over 15 years ago
Added author and commitDate to commitLog. More... over 15 years ago
made sinceLogId param to log optional. defaults to empty string More... over 15 years ago
implemented correct support for getting logs since a commitId More... over 15 years ago
added support for getting subject and correct order from git log More... over 15 years ago
added initial GitLog Tests with temp project setup More... over 15 years ago
moved domain objects into packages. implemented git.update and log. needs tests on the git part More... over 15 years ago
pulled updateLog impl up to Project. only scm object is different. More... over 15 years ago
updateLogs now adds the CommitLogs to the project logs list More... over 15 years ago
added support for detecting whether updateLogs found new logs More... over 15 years ago
mapped in commitlog More... over 15 years ago
started adding support for updateLogs on service and project. More... over 15 years ago
pulled out a GitProject. felt better that way. More... over 15 years ago
hacked in support for getting the logCount More... over 15 years ago
refactored bits out of static Project methods into ProjectService. More... over 15 years ago
refactored some stuff around. feels like the git clone needs to live somewhere else. More... over 15 years ago