aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
...
* Add some commentsSimon Brandhof2013-05-032-1/+9
* SONAR-3755 refactor issue datesSimon Brandhof2013-05-0336-222/+445
* SONAR-3755 refactor commentsSimon Brandhof2013-05-0214-129/+165
* SONAR-3755 Fix issues purge SQLJulien Lancelot2013-05-021-2/+28
* SONAR-3755 implement changelogSimon Brandhof2013-05-0233-343/+1103
* SONAR-3755 Add action_plans_issues table and add purge of all issues tablesJulien Lancelot2013-05-0211-3/+69
* 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
* 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 data_typ...Jean-Baptiste Vilain2013-04-2411-49/+93
* 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 compon...Julien Lancelot2013-04-2328-106/+185
* 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
* 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