summaryrefslogtreecommitdiffstats
path: root/sonar-server
Commit message (Collapse)AuthorAgeFilesLines
* Fix ruby warning on deprecated i18n labelsimonbrandhof2011-05-051-13/+13
|
* Remove the switch button of comparison of Q profilessimonbrandhof2011-05-042-3/+0
|
* SONAR-2381, SONAR-2382 Web services return comment in HTML by defaultFabrice Bellingard2011-05-044-16/+23
| | | | | | | Available for the Violation and Review WS: - parameter 'output' on the request - if set to 'html', comments are returned in HTML - otherwise comments are returned as raw text - Java WS client updated consequently
* SONAR-2249 Display Violation message with new lines in websimonbrandhof2011-05-045-13/+17
| | | | New method Api::Utils.split_newlines(input) in order to split a string by newlines, whatever the encoding of return carriage.
* Remove unused ruby codesimonbrandhof2011-05-0411-793/+0
|
* SONAR-1973 Remove the '#' from the review IDs in the UIFabrice Bellingard2011-05-044-4/+4
|
* Prepare for next development iterationEvgeny Mandrikov2011-05-031-1/+1
|
* Prepare 2.8-RC1Evgeny Mandrikov2011-05-031-1/+1
|
* SONAR-2327 Fix problem with Derby for SQL requestFabrice Bellingard2011-05-021-4/+6
|
* SONAR-1973, SONAR-2327 Fix minor UI issuesFabrice Bellingard2011-05-025-6/+9
|
* SONAR-2176 Default value for rule parameter should be updated in database if ↵Evgeny Mandrikov2011-04-292-2/+7
| | | | was updated in repository
* SONAR-2327 Fix a problem on the permalink pageFabrice Bellingard2011-04-293-2/+11
|
* SONAR-2327, SONAR-1973 Improve security checksFabrice Bellingard2011-04-291-21/+21
|
* SONAR-2327, SONAR-2382 Add security checksFabrice Bellingard2011-04-294-5/+32
|
* deprecate methods parse_datetime and format_datetime of Api::ApiControllersimonbrandhof2011-04-291-7/+6
|
* SONAR-2382 Improve the web service 'reviews'simonbrandhof2011-04-2916-163/+164
| | | | | | | | - New class Api::Utils to define some shared methods (around ISO datetime, markdown, ...) - Move to_json and to_xml methods to RuleFailure and Review models - Delete the class MarkdownHelper. Method to convert to html is moved to Api::Utils
* SONAR-2327, SONAR-2382 Refactor codeFabrice Bellingard2011-04-292-38/+29
| | | | Purpose: review service and web service use the same DB request method
* SONAR-2261 Exclusion patterns must be trimmedEvgeny Mandrikov2011-04-291-1/+2
| | | | Trim them on Java and Ruby side.
* SONAR-2382 Create a new "reviews" web service APIFabrice Bellingard2011-04-282-18/+38
|
* SONAR-2327 Improve rendering for violations when source code is missingFabrice Bellingard2011-04-281-5/+6
|
* Improve display of resource viewers on projects and directories.simonbrandhof2011-04-2810-21/+64
| | | | | | SONAR-2338 Unable to drilldown by dependency metrics from sub-project SONAR-2201 Display project violations
* SONAR-2381 The "violations" web service API must return violations decorated ↵Fabrice Bellingard2011-04-284-70/+83
| | | | with review
* SONAR-1973, SONAR-2327 Fix issues based on Evgeny's feedbackFabrice Bellingard2011-04-286-56/+85
|
* SONAR-1973, SONAR-2327 Fix issues based on Freddy's feedbackFabrice Bellingard2011-04-286-39/+31
|
* SONAR-2382 Create a new "reviews" web service APIFabrice Bellingard2011-04-284-12/+47
|
* SONAR-2381 Improve the violations WS decorated with reviewsFabrice Bellingard2011-04-281-4/+4
|
* Fix loading of locale in chartssimonbrandhof2011-04-282-2/+2
|
* Fix some ruby warnings (don't put space before argument parentheses)simonbrandhof2011-04-271-5/+5
|
* SONAR-2386 Web service should return lineId for violation only if value existsEvgeny Mandrikov2011-04-281-2/+2
|
* Fix vertical alignment of severity iconssimonbrandhof2011-04-2712-0/+0
|
* Add header to comparison of quality profilessimonbrandhof2011-04-274-118/+130
|
* SONAR-2369 User list is not correctly sorted in the Groups pagesimonbrandhof2011-04-275-7/+7
|
* Write valid HTML : a tag is badly closedsimonbrandhof2011-04-271-1/+1
|
* SONAR-2179 the 'bulk change' option of quality profiles fail when there are ↵simonbrandhof2011-04-271-2/+3
| | | | too many selected rules
* SONAR-2327 Provide a new "Reviews" serviceFabrice Bellingard2011-04-274-4/+32
|
* SONAR-2327 Provide a new "Reviews" serviceFabrice Bellingard2011-04-273-8/+55
|
* SONAR-2382 Highlight selected line in source panelsimonbrandhof2011-04-273-23/+33
|
* SONAR-2382 Display source in review detailsimonbrandhof2011-04-273-1/+250
|
* SONAR-2327 Provide a new "Reviews" serviceFabrice Bellingard2011-04-2612-10/+186
|
* SONAR-1973 Rework action link positionsFabrice Bellingard2011-04-262-4/+12
|
* Fix rendering of age (variable {count} not interpreted)simonbrandhof2011-04-2642-25/+3411
|
* Do not feed RULE_FAILURES.PERMANENT_ID when rendering violationssimonbrandhof2011-04-261-5/+0
|
* SONAR-2382 Complete review web servicesimonbrandhof2011-04-266-46/+99
|
* SONAR-1973 Fix bug in DB requestFabrice Bellingard2011-04-261-3/+3
|
* SONAR-2327 add help on markdownsimonbrandhof2011-04-262-11/+39
|
* SONAR-2327 split actions for resource viewer and reviews pagesimonbrandhof2011-04-2621-550/+384
|
* SONAR-2384 Support markdown in review commentssimonbrandhof2011-04-239-11/+62
|
* SONAR-2327 improve CSSsimonbrandhof2011-04-227-42/+173
|
* SONAR-2381 The "violations" web service API must return violationsFabrice Bellingard2011-04-213-0/+92
| | | | | | decorated with review Ruby controller updated, need now to add the WS client part of it
* SONAR-2380 The "violations" web service API must not returnFabrice Bellingard2011-04-211-0/+2
| | | | | | | "false-positive" violation Also modified the batch side ViolationQuery class that I created so that they have the same API.