aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix IssueUpdater due to previous commit that forgot some filesJulien Lancelot2013-04-301-2/+4
|
* SONAR-3755 Add assigned parameter to IssueQueryJulien Lancelot2013-04-303-1/+99
|
* SONAR-3755 improve the table ISSUESSimon Brandhof2013-04-301-4/+4
| | | | | | - add index on RESOURCE_ID - fix the size of STATUS and RESOLUTION - fix length of ATTRIBUTES on H2
* SONAR-3755 fix issue creation dateSimon Brandhof2013-04-303-6/+20
|
* SONAR-3755 keep state changesSimon Brandhof2013-04-3018-175/+367
|
* SONAR-3755 Fix query for MySQLJulien Lancelot2013-04-292-0/+12
|
* SONAR-3755 Rename key by issueKey in IssueQueryJulien Lancelot2013-04-292-5/+3
|
* SONAR-3755 Export Issues json report for DryRun modeJulien Lancelot2013-04-294-3/+126
|
* SONAR-3755 fix loading of Java UserSession on Basic authSimon Brandhof2013-04-282-10/+11
|
* Improve interactions between JRuby and Java componentsSimon Brandhof2013-04-272-3/+3
|
* SONAR-3755 move db stuff to org.sonar.core.issue.dbSimon Brandhof2013-04-2634-24/+100
|
* SONAR-3755 new concept of automatic transitions in issue workflowSimon Brandhof2013-04-2620-235/+413
|
* SONAR-3893 Renamed column in SNAPSHOT_DATA from value to snapshot_dataJean-Baptiste Vilain2013-04-2611-29/+29
|
* SONAR-3893 Renamed column in SNAPSHOT_DATA from data to valueJean-Baptiste Vilain2013-04-2611-29/+29
|
* Fix migration on active rule changes by renaming user_name to usernameJulien Lancelot2013-04-253-3/+3
|
* SONAR-3340 Fix UTs after adding id on duplications_indexJulien HENRY2013-04-252-8/+8
|
* SONAR-3893 Naming adjustments and SnapshotDataDao updated to include ↵Jean-Baptiste Vilain2013-04-2411-49/+93
| | | | data_types as select params
* SONAR-3755 Add sort in IssueQueryJulien Lancelot2013-04-245-3/+151
|
* SONAR-3340 Fix UTs after adding id on duplications_indexJulien HENRY2013-04-245-7/+7
|
* SONAR-3340 Add primary key on duplications_indexJulien HENRY2013-04-245-1/+22
|
* SONAR-3893 fix some quality flawsSimon Brandhof2013-04-245-64/+66
|
* SONAR-3755 Fixed IssueDao test due to some session issueJulien Lancelot2013-04-242-2/+22
|
* SONAR-3893 Fixed issue related to coverage data filteringJean-Baptiste Vilain2013-04-243-10/+10
|
* Move issues db migrationJulien Lancelot2013-04-242-3/+3
|
* SONAR-3755 Improve IssueFinder paginationJulien Lancelot2013-04-245-14/+23
|
* SONAR-4210 Add a new "Quality Profile Administrator" roleJulien HENRY2013-04-242-2/+4
|
* SONAR-3755 Add IssueFinder paginationJulien Lancelot2013-04-247-9/+234
|
* SONAR-3755 refactor signature of perspective IssuableSimon Brandhof2013-04-233-46/+30
|
* SONAR-3755 use persistent cacheSimon Brandhof2013-04-232-0/+7
|
* SONAR-3755 Add methods in IssueFinder Results to get rule by issue and ↵Julien Lancelot2013-04-2328-106/+185
| | | | component by issue and remove title from Issue
* SONAR-3755 complete issue workflowSimon Brandhof2013-04-238-4/+275
|
* SONAR-3755 Fix IssueDao#insert() for OracleSimon Brandhof2013-04-221-2/+2
|
* SONAR-3755 first draft of issue state machineSimon Brandhof2013-04-2214-12/+655
|
* SONAR-3755 Restore fix of issue tracking, add author login to issueJulien Lancelot2013-04-225-7/+18
|
* Update copyright headersSimon Brandhof2013-04-22332-1330/+1342
|
* SONAR-3755 abbreviate issue descriptionsSimon Brandhof2013-04-222-12/+5
|
* SONAR-3755 fix INSERT of ISSUES on OracleSimon Brandhof2013-04-224-6/+6
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-21332-996/+996
|
* SONAR-3755 Renamed some column of issues and issue_changesJulien Lancelot2013-04-1922-381/+158
|
* SONAR-3755 Fix unit testJulien Lancelot2013-04-191-3/+3
|
* SONAR-3755 Add unit test to check that ruleKey, repoKey and componentKey are ↵Julien Lancelot2013-04-191-4/+20
| | | | set when selecting issues from db
* SONAR-3755 Fix problem when setting rule key from dbJulien Lancelot2013-04-192-6/+6
|
* SONAR-3755 Set isNew at false when loading issue from dbJulien Lancelot2013-04-191-0/+1
|
* SONAR-3755 Set isNew at false when loading issue from dbJulien Lancelot2013-04-192-4/+5
|
* SONAR-3755 complete the ability to change issueSimon Brandhof2013-04-197-201/+147
|
* SONAR-3755 Set issues updated at to the date when issues were loaded from ↵Julien Lancelot2013-04-192-2/+61
| | | | | | database Update wrong copyright headers
* SONAR-3755 rename Issue#message() to description()Simon Brandhof2013-04-1911-121/+150
|
* SONAR-3755 improve support of issue attributes + SQL loading of ↵Simon Brandhof2013-04-1916-526/+569
| | | | RULES/PROJECTS through joins
* SONAR-3893 Further memory usage optimizationJean-Baptiste Vilain2013-04-183-39/+59
|
* SONAR-3893 Fixed excessive collection iteration when decorating souceJean-Baptiste Vilain2013-04-181-0/+60
|