aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/main/resources
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4393 Manage favourite issue filtersJulien Lancelot2013-06-182-0/+58
* Fix loading of comments when more than 1000 issuesSimon Brandhof2013-06-181-2/+2
* SONAR-3755 Revert usage of "or" in favour of "in" in SQL used to get issues b...Julien Lancelot2013-06-181-1/+6
* SONAR-4392 List and edit existing issues filterJulien Lancelot2013-06-171-1/+12
* Fix ResourceIndexerMapperTest on PostgresqlSimon Brandhof2013-06-171-0/+1
* SONAR-4321 Fix issue on aliasJulien Lancelot2013-06-141-11/+4
* SONAR-4321 Fix performance issue on Issues search SQLJulien Lancelot2013-06-145-93/+78
* SONAR-4305 purge unprocessed violations before migrating to issuesSimon Brandhof2013-06-131-0/+1
* SONAR-4301 Remove order by id desc because it generates an important overheadJulien Lancelot2013-06-131-2/+0
* SONAR-4383 Replace if alias by filters in IssueFilterMapper because of MySQL ...Julien Lancelot2013-06-131-11/+17
* Fix null collections in org.sonar.api.issue.IssueQuerySimon Brandhof2013-06-131-12/+9
* SONAR-4383 Revert modification in IssueMapperJulien Lancelot2013-06-131-7/+7
* SONAR-4383 Replace ruby issue_filter Ruby by Java IssueQuery in issues search...Julien Lancelot2013-06-131-7/+7
* SONAR-4383 Replace user by userLogin in IssueFilters tableJulien Lancelot2013-06-132-10/+10
* SONAR-3755 Delete limitation of max number of issues when loading issue changesJulien Lancelot2013-06-121-3/+6
* SONAR-3755 Fix big performance issue on selectChildrenComponentIds queryJulien Lancelot2013-06-121-35/+39
* SONAR-3755 Fix big performance issue on selectChildrenComponentIds queryJulien Lancelot2013-06-121-15/+37
* SONAR-4368 Highly improve performance of the project deletion operationJulien HENRY2013-06-121-52/+153
* SONAR-4383 Replace userId by user in FilterDtoJulien Lancelot2013-06-112-11/+11
* SONAR-4383 Add IssueFilters db creation script and DAOJulien Lancelot2013-06-114-20/+81
* SONAR-3755 Fix performance issue in selectNonClosedIssuesByModule queryJulien Lancelot2013-06-071-11/+17
* SONAR-3755 Fix issue on SQL to retrieve root projectJulien Lancelot2013-06-051-5/+6
* SONAR-4309 Support concurrent modifications on issues made by batch and simul...Simon Brandhof2013-06-041-0/+25
* SONAR-3755 Add security on action planJulien Lancelot2013-06-041-3/+3
* SONAR-3755 refactor rendering of issuesSimon Brandhof2013-06-031-0/+8
* SONAR-3755 fix JSON report when directly analyzing module (like in Eclipse pl...Simon Brandhof2013-05-311-5/+29
* SONAR-4301 Sort issues by id desc on selectByIds and selectIssuesJulien Lancelot2013-05-301-0/+2
* SONAR-4301 Improve performance when searching component children ids from spe...Julien Lancelot2013-05-302-20/+31
* SONAR-4301 Replace snapshot by project in query used to select authorized roo...Julien Lancelot2013-05-291-13/+10
* SONAR-3755 Add index on issues.root_component_idJulien Lancelot2013-05-291-0/+2
* SONAR-3755 replace the enum IssueQuery.Sort by String constantsSimon Brandhof2013-05-291-6/+6
* SONAR-4290 Execute sort of ActionPlanStats the same way as ActionPlanJulien Lancelot2013-05-291-1/+0
* SONAR-4283 notifications on new issues and issue changesSimon Brandhof2013-05-271-0/+12
* Fix query on OracleJulien Lancelot2013-05-271-6/+9
* SONAR-4292 Create a IssueStatsFinder to be used by UnresolvedIssuesPerAssigne...Julien Lancelot2013-05-271-0/+15
* SONAR-4301 Rename issues.resource_id by issues.component_id and issues.projec...Julien Lancelot2013-05-273-26/+26
* SONAR-4301 Merge authorized projects search in issues searchJulien Lancelot2013-05-272-80/+67
* SONAR-4301 Remove project_id when querying issuesJulien Lancelot2013-05-271-9/+12
* SONAR-4283 implement the notification on new issues raised during project scanSimon Brandhof2013-05-261-0/+2
* SONAR-4308 Update the DBCleaner mechanism to purge closed issues after X weeksSimon Brandhof2013-05-241-0/+61
* SONAR-4301 Fix sql queryJulien Lancelot2013-05-241-2/+2
* SONAR-4301 Fix sql queryJulien Lancelot2013-05-241-3/+3
* SONAR-4301 Fix sql queryJulien Lancelot2013-05-241-10/+9
* SONAR-4301 Fix sql queryJulien Lancelot2013-05-241-1/+1
* SONAR-4301 Fix sql queryJulien Lancelot2013-05-241-13/+19
* SONAR-4301 Fix sql queryJulien Lancelot2013-05-241-2/+11
* SONAR-4301 Fix sql queryJulien Lancelot2013-05-241-6/+1
* SONAR-4290 order action plans by chronological deadlineSimon Brandhof2013-05-241-1/+0
* SONAR-4301 Improve the issues search in order to select only project authoriz...Julien Lancelot2013-05-241-49/+55
* SONAR-4301 Add index on issues.resolutionJulien Lancelot2013-05-231-1/+3