aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4323 add Java client to WS /api/users/searchSimon Brandhof2013-05-131-0/+4
* SONAR-4323 new web service /api/users/searchSimon Brandhof2013-05-137-0/+305
* SONAR-3755 Add action plan WSJulien Lancelot2013-05-131-0/+2
* SONAR-4321 improve rendering of dates and html textSimon Brandhof2013-05-132-9/+26
* SONAR-3755 refactor commentsSimon Brandhof2013-05-134-32/+69
* SONAR-3755 refactor commentsSimon Brandhof2013-05-122-4/+11
* SONAR-3755 Manage action plan management console with Java instead of RubyJulien Lancelot2013-05-071-2/+2
* SONAR-3755 refactor commentsSimon Brandhof2013-05-072-0/+38
* SONAR-3755 Add action plans to issue query and add WS to add action plan to i...Julien Lancelot2013-05-072-0/+14
* SONAR-3893 Removed deprecated classes and perspectivesJean-Baptiste Vilain2013-05-074-148/+0
* SONAR-3755 Add planned parameter on IssueQuery for Issues code viewerJulien Lancelot2013-05-061-0/+17
* SONAR-3755 Add plan action in IssueUpdater and add a ActionPlanFinderJulien Lancelot2013-05-061-34/+0
* SONAR-3755 Add Action Plan consoleJulien Lancelot2013-05-063-3/+38
* SONAR-3755 Add Action Plan Dao, remove action_plans_issues table, add action_...Julien Lancelot2013-05-061-1/+3
* SONAR-3755 refactor issue sortingSimon Brandhof2013-05-043-30/+16
* SONAR-3755 remove the resolution OPENSimon Brandhof2013-05-031-1/+4
* SONAR-3755 rename COST to EFFORT_TO_FIXSimon Brandhof2013-05-033-5/+18
* SONAR-3755 refactor issue searchSimon Brandhof2013-05-036-70/+119
* SONAR-3893 Reworked symbols API and changed package for corresponding classesJean-Baptiste Vilain2013-05-037-0/+144
* SONAR-3755 Return Action plans in Issue FinderJulien Lancelot2013-05-033-0/+65
* SONAR-3755 refactor issue datesSimon Brandhof2013-05-031-3/+11
* SONAR-3755 implement changelogSimon Brandhof2013-05-021-1/+2
* SONAR-3755 Add assigned parameter to IssueQueryJulien Lancelot2013-04-302-0/+18
* SONAR-3755 keep state changesSimon Brandhof2013-04-301-11/+9
* SONAR-3755 Rename key by issueKey in IssueQueryJulien Lancelot2013-04-292-9/+9
* Improve interactions between JRuby and Java componentsSimon Brandhof2013-04-273-51/+7
* SONAR-3755 new concept of automatic transitions in issue workflowSimon Brandhof2013-04-267-359/+44
* AverageFormula dependsUpon should not contains fallbackMetric if nullJulien Lancelot2013-04-262-22/+20
* SONAR-3893 Renamed column in SNAPSHOT_DATA from data to valueJean-Baptiste Vilain2013-04-261-1/+0
* SONAR-3893 Renamed column in SNAPSHOT_DATA from data to valueJean-Baptiste Vilain2013-04-261-0/+1
* SONAR-3900 dependsUponMetrics should also return fallbackMetricJulien Lancelot2013-04-262-1/+7
* Update JavadocJulien Lancelot2013-04-261-2/+2
* SONAR-3159 Sub categories are now displayed as tabsJulien HENRY2013-04-254-18/+51
* Fix migration on active rule changes by renaming user_name to usernameJulien Lancelot2013-04-252-11/+7
* Rename PropertyDefinition#subcategory() to subCategory()Simon Brandhof2013-04-253-10/+10
* Revert Rename PropertyDefinitions to PropertyDefsJulien Lancelot2013-04-257-62/+62
* Revert Rename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition...Julien Lancelot2013-04-2510-65/+65
* Fix quality flawsJulien Lancelot2013-04-251-7/+11
* SONAR-3755 Add sort in IssueQueryJulien Lancelot2013-04-242-0/+85
* SONAR-3755 Add parameter to IssueFinder to know if there were security exclus...Julien Lancelot2013-04-241-0/+2
* SONAR-3755 Add pagination on Issues WSJulien Lancelot2013-04-245-58/+56
* SONAR-3755 Add pagination on Issues server pageJulien Lancelot2013-04-242-11/+11
* Rename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition to Pro...Julien Lancelot2013-04-2410-69/+67
* Fix javadoc formattingSimon Brandhof2013-04-241-1/+1
* SONAR-3755 Improve IssueFinder paginationJulien Lancelot2013-04-245-11/+117
* Add some javadoc to org.sonar.api.conf.PropertyDefSimon Brandhof2013-04-242-0/+19
* Refactor org.sonar.api.conf.PropertyDefSimon Brandhof2013-04-241-68/+19
* Rename PropertyDefinition by PropertyDefJulien Lancelot2013-04-246-68/+63
* SONAR-3159 Removed index on @Property annotation that is deprecatedJulien HENRY2013-04-242-9/+3
* SONAR-3755 Add IssueFinder paginationJulien Lancelot2013-04-242-14/+27