0
I Use This!
Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Aug 14, 2024 — Aug 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
calling retention strategies on key extension points More... almost 14 years ago
provided implementation for the 2 existing strategies More... almost 14 years ago
fix typo in queueResultToRemove More... almost 14 years ago
externalized JobBuildSearchResult instanciation into JobBuildResultFactory More... almost 14 years ago
integrated ndeloof JobBuildResult.is() method More... almost 14 years ago
deported specific use case of v9 file format to V8ToV9Migrator class More... almost 14 years ago
mutualized status=ok response on ajax calls More... almost 14 years ago
implemented updateRetentionStrategies call from business layer More... almost 14 years ago
renamed getRetentionStrategies() into getAvailableRetentionStrategies() + added getter/setter on retention strategies attribute More... almost 14 years ago
implemented v9 file format taking into account Retention Strategies More... almost 14 years ago
renamed AbstractMigrator into PreV9AbstractMigrator More... almost 14 years ago
retention strategies are now taken into account in VersioningTest More... almost 14 years ago
Added RetentionStrategy useful methods + generic-ized RetentionStrategy class More... almost 14 years ago
added updateRetentionStrategies in business layer More... almost 14 years ago
Added UI for retention strategies More... almost 14 years ago
Using AntiChronologicalComparator when sorting JobBuildResults, instead of ChronologicalComparator More... almost 14 years ago
Rephrased message when no build stat configuration has been made More... almost 14 years ago
removed sortJobBuildResultsByBuildDate() (useless since we provided JobBuildResult.TimedComparator) More... almost 14 years ago
Fixed [#JENKINS-10563 resolution:1] More... almost 14 years ago
fixed job results loading issue More... almost 14 years ago
Added versioning test for v8 More... almost 14 years ago
Used copyDirectoryStructure instead of copyDirectory : will copy things recursively More... almost 14 years ago
replaced Files.createParentDirs() by FileUtils.forceMkdir() More... almost 14 years ago
Added tests for versioning migrations More... almost 14 years ago
Using JobBuildResultSharder when saving / loading job build results via XStream More... almost 14 years ago
GlobalBuildStatsPluginSaver is no longer containing queued job build results since we now rely on JobBuildResultSharder More... almost 14 years ago
Added CollectionsUtil utilities used for job build results sharding More... almost 14 years ago
Added JobBuildResultSharder : its responsibility is to shard job build results into multiple files (1 file per month) + to manage add & remove queue of JobBuildResult which will be processed whena save() will be asked More... almost 14 years ago
provided time comparator for job build results More... almost 14 years ago
Added PreV8AbstractMigrator and moved VXToVYMigrator having Y < 8 to this new abstract class More... almost 14 years ago