aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-3755 Add index on issues.root_component_idJulien Lancelot2013-05-291-0/+1
|
* SONAR-3755 replace the enum IssueQuery.Sort by String constantsSimon Brandhof2013-05-294-26/+29
|
* SONAR-4290 Execute sort of ActionPlanStats the same way as ActionPlanJulien Lancelot2013-05-291-2/+4
|
* SONAR-3755 fix regression on severitySimon Brandhof2013-05-291-1/+3
|
* SONAR-3755 Fix display of a rule from an issueJulien Lancelot2013-05-293-3/+11
|
* SONAR-3755 Set creation and update date when creating manual issuesJulien Lancelot2013-05-281-0/+4
|
* SONAR-4131 managing roles on sub-views should not be allowedJulien Lancelot2013-05-282-4/+4
|
* SONAR-3755 rename issues columns in migrationJulien Lancelot2013-05-281-2/+2
|
* SONAR-3755 Removed useless ruby templates used to display violationsJulien Lancelot2013-05-285-291/+45
|
* SONAR-4359 Issues tab in Code viewer -> Remove "Unassigned" and "unplanned" ↵Julien Lancelot2013-05-282-17/+3
| | | | filters and display only unresolved issues
* Fix quality flawJulien Lancelot2013-05-281-24/+20
|
* SONAR-3755 move and delete some classes related to issuesSimon Brandhof2013-05-274-172/+0
|
* Fix conflictsSimon Brandhof2013-05-272-171/+1
|
* SONAR-4283 notifications on new issues and issue changesSimon Brandhof2013-05-277-18/+51
|
* Fix issue when there's no issue on My unresolved issues widget and False ↵Julien Lancelot2013-05-271-1/+1
| | | | positive widget
* SONAR-4294 Widget: Removal of "Active reviews"Julien Lancelot2013-05-271-0/+1
|
* SONAR-4292 Create a IssueStatsFinder to be used by ↵Julien Lancelot2013-05-279-9/+356
| | | | UnresolvedIssuesPerAssigneeWidget
* Fix quality flawJulien Lancelot2013-05-271-1/+1
|
* Fix quality flawJulien Lancelot2013-05-271-5/+4
|
* SONAR-4301 Remove usage of authorizationDao on issues searchJulien Lancelot2013-05-272-26/+12
|
* SONAR-4301 Remove securityExclusions parameterJulien Lancelot2013-05-273-9/+2
|
* SONAR-4301 Rename issues.resource_id by issues.component_id and ↵Julien Lancelot2013-05-273-32/+32
| | | | issues.project_id by issues.root_component_id
* SONAR-4301 Merge authorized projects search in issues searchJulien Lancelot2013-05-272-4/+4
|
* SONAR-4301 Remove project_id when querying issuesJulien Lancelot2013-05-272-4/+4
|
* Remove the old select-box of usersSimon Brandhof2013-05-271-32/+0
|
* SONAR-4283 implement the notification on new issues raised during project scanSimon Brandhof2013-05-261-0/+35
|
* SONAR-4297 SONAR-4295 SONAR-4294 remove some review widgetsSimon Brandhof2013-05-261-0/+44
|
* Remove some unused code related to reviewsSimon Brandhof2013-05-255-214/+0
|
* SONAR-4353 drop the node 'id' from resultSimon Brandhof2013-05-251-1/+1
|
* SONAR-4313 keep /drilldown/violations for backward-compatibilitySimon Brandhof2013-05-241-0/+5
|
* Use verify_post_request in controllers instead of Rails filterSimon Brandhof2013-05-248-9/+23
|
* SONAR-3755 Fix compatibility with violations on issues code viewerJulien Lancelot2013-05-241-0/+2
|
* SONAR-4290 order action plans by chronological deadlineSimon Brandhof2013-05-241-5/+9
|
* SONAR-4301 Improve the issues search in order to select only project ↵Julien Lancelot2013-05-242-7/+6
| | | | authorized for current user and limit the result directly in the SQL
* Fix links on dropdown menuJulien Lancelot2013-05-241-1/+2
|
* SONAR-4303 Refactor the issue detail pageJulien Lancelot2013-05-246-12/+50
|
* SONAR-4303 Refactor the issue detail in the issues code viewerJulien Lancelot2013-05-243-60/+70
|
* SONAR-SONAR-4305 feed the column PROJECT_IDSimon Brandhof2013-05-231-8/+9
|
* SONAR-4301 Add index on issues.resolutionJulien Lancelot2013-05-231-8/+9
|
* SONAR-3755 fix the deprecated web service /api/violations/indexSimon Brandhof2013-05-232-15/+23
|
* SONAR-3755 remove code related to reviews and violationsSimon Brandhof2013-05-2361-4281/+117
|
* SONAR-4301 Add resolution on issues search page, add resolution to status indexJulien Lancelot2013-05-236-17/+31
|
* SONAR-3755 Display status in issue code viewer when issues are not resolvedJulien Lancelot2013-05-232-1/+6
|
* SONAR-3755 Fix issues param when searching by issuesJulien Lancelot2013-05-232-3/+3
|
* SONAR-4301 Replace status icon by textJulien Lancelot2013-05-231-3/+3
|
* Fix quality flaw and add action plans html idJulien Lancelot2013-05-232-4/+6
|
* SONAR-4301 Set maxResultsReached parameter from IssueDaoJulien Lancelot2013-05-223-172/+39
|
* SONAR-4301 Add maxResultsReached parameter on Issues WSJulien Lancelot2013-05-221-0/+1
|
* SONAR-4301 Improve issues sortJulien Lancelot2013-05-223-9/+15
|
* SONAR-4301 Display message and disable sort when issues results are higher ↵Julien Lancelot2013-05-225-9/+17
| | | | than max results authorized