2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Created AnalyserFactory. More... about 14 years ago
crawl : oups (decomment test crawl site with robots) More... about 14 years ago
data access : add hasContent primitive to test if an audit has content to deal with (used in web-app) More... about 14 years ago
resources : modify create table script to add indexes More... about 14 years ago
Resources : update beans-persistence configuration to add transaction on "read" db access More... about 14 years ago
Resources : update heritrix configuration file for site crawl More... about 14 years ago
Engine : AuditService implementation modification : pagination More... about 14 years ago
API : MD5 encoder utility class More... about 14 years ago
crawler : crawl optimization (work in memory for relatedContent association with SSP) More... about 14 years ago
adapter : avoid reinstanciation of htmlcleaner for each adaptation More... about 14 years ago
entity-jpa : add flush and close method to entity manager after each db operation to free fetched resources More... about 14 years ago
DataService : modify relation cascade Type between processResult and ProcessRemark More... about 14 years ago
DAO : add primitives to deal with content ID (optimization) More... about 14 years ago
API : modify DocumentCaseInsensitiveAdapter to free StringBuilder instance More... about 14 years ago
Uncommented Gecko related configuration. More... about 14 years ago
Fixed commented Gecko related configuration. More... about 14 years ago
Commented Gecko related configuration. More... about 14 years ago
Commented unused modules. More... about 14 years ago
client : update dependencies More... about 14 years ago
crawler : add synchronization to computeResource method More... about 14 years ago
Entities : modification of the cascade property of the relation between content and contentRelationship and addition of hibernate parameter to avoid select before update on Content, SSP, and RelatedContent More... about 14 years ago
Entities : modification of the cascade property of the relation between content and contentRelationship and addition of hibernate parameter to avoid select before update on Content, SSP, and RelatedContent More... about 14 years ago
Crawler : use of the saveContentRelationShip primitive (based on native query) to persist the relation between content and relatedCOntent More... about 14 years ago
Native query : add native query to realize the insertion of the relationship between content and relatedContent More... about 14 years ago
Crawler : add log trace More... about 14 years ago
Engine : clean-up dependencies More... about 14 years ago
Engine : remove unwished log trace More... about 14 years ago
Configuration : modification of the persistence configuration to use the c3p0 DataSource implementation instead of the spring jdbc datasource implementation More... about 14 years ago
Persistence : modify ContentDAO implementation to avoid the utilization of join fetch in case of pagination request (use of setFirstResult and setMaxResult) More... about 14 years ago
Engine : add debug trace (to bench time spent writing disk) and modify pagination treatment value for each phasis of the global process More... about 14 years ago