aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
* SONAR-1718 No way to define a criteria on 'Alert' in a Measure filterJulien HENRY2013-06-276-9/+95
* SONAR-4412 Completed users and groups roles management WS backendJean-Baptiste Vilain2013-06-279-4/+232
* Improve authorization mechanism in Java codeSimon Brandhof2013-06-271-2/+2
* SONAR-4397 Minor label changes and default groups for dryrun and scanJulien HENRY2013-06-271-6/+3
* Improve select global permission in authorization DAO to take into account us...Julien Lancelot2013-06-277-24/+96
* SONAR-4412 Added DAO injection in picoJean-Baptiste Vilain2013-06-261-0/+2
* SONAR-4412 Extracted Role DAO to make it available to the upcoming ruby role ...Jean-Baptiste Vilain2013-06-265-50/+169
* SONAR-4411 Java implementation of user deactivationSimon Brandhof2013-06-269-16/+203
* SONAR-4397 Add new permissions "scan" and "dryrun"Julien HENRY2013-06-252-2/+8
* SONAR-4399 Added support for issue filter ownership change (admins only)Jean-Baptiste Vilain2013-06-253-1/+3
* SONAR-3714 Add check in plan action that all issues are related to the action...Julien Lancelot2013-06-251-0/+1
* SONAR-4278 SQL Injection in measure filtersSimon Brandhof2013-06-242-3/+26
* Fi quality flawJulien Lancelot2013-06-201-3/+3
* SONAR-4099 Added new global permission to enable dashboard sharing for non-ad...Jean-Baptiste Vilain2013-06-192-2/+4
* SONAR-4178 Add triggers on Oracle to emulate identity columnJulien HENRY2013-06-1922-220/+15
* Fix query on OracleJulien Lancelot2013-06-191-1/+1
* SONAR-4394 shared issue filters name must be uniqueJulien Lancelot2013-06-199-134/+214
* Fix quality flawJulien Lancelot2013-06-191-2/+2
* SONAR-4394 Provide ability to share issue filtersJulien Lancelot2013-06-1814-8/+112
* SONAR-4393 Manage favourite issue filtersJulien Lancelot2013-06-1816-9/+465
* 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-184-4/+29
* SONAR-4392 List and edit existing issues filterJulien Lancelot2013-06-176-7/+48
* Fix quality flawsJulien Lancelot2013-06-171-2/+2
* Fix quality flawsJulien Lancelot2013-06-171-3/+3
* Fix ResourceIndexerMapperTest on PostgresqlSimon Brandhof2013-06-171-0/+1
* Fix some quality flawsJulien HENRY2013-06-171-2/+4
* SONAR-4321 Fix issue on aliasJulien Lancelot2013-06-141-11/+4
* SONAR-4321 Fix performance issue on Issues search SQLJulien Lancelot2013-06-1414-118/+285
* 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-132-26/+0
* SONAR-4383 Save issue filterJulien Lancelot2013-06-133-33/+141
* Fix some quality flawsSimon Brandhof2013-06-131-1/+1
* 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-1310-30/+105
* SONAR-3755 Delete limitation of max number of issues when loading issue changesJulien Lancelot2013-06-124-9/+31
* 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-124-155/+266
* SONAR-4383 Replace userId by user in FilterDtoJulien Lancelot2013-06-1112-40/+185
* Upgrade to 3.7-SNAPSHOTEric Hartmann2013-06-111-1/+1
* SONAR-4383 Add IssueFilters db creation script and DAOJulien Lancelot2013-06-1118-27/+570
* Fix quality flawSimon Brandhof2013-06-091-4/+4
* SONAR-3755 Fix performance issue in selectNonClosedIssuesByModule queryJulien Lancelot2013-06-073-17/+77
* SONAR-3755 Closed issues should be reopened only if manual issuesJulien Lancelot2013-06-072-0/+26
* SONAR-3755 Improve creation of manual issueJulien Lancelot2013-06-062-2/+2
* SONAR-3755 Removed useless security checkJulien Lancelot2013-06-061-1/+1