aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prepare 2.8-RC1Evgeny Mandrikov2011-05-0337-37/+37
|
* SONAR-2275 Remove Checkstyle "Design For Extension" rule from "Sun checks" ↵Evgeny Mandrikov2011-05-021-4/+0
| | | | profile
* 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-2382 Create a new "reviews" web service APIFabrice Bellingard2011-04-292-69/+45
| | | | | | | - Add possibility to use keys or ids for resources/projects - Add possibility to use logins or ids for authors/assignees - Remove the "html" parameter on the ReviewQuery (comments will always be returned in HTML)
* Fix portential hibernate errorsimonbrandhof2011-04-291-2/+2
|
* SONAR-2327, SONAR-2382 Refactor codeFabrice Bellingard2011-04-292-38/+29
| | | | Purpose: review service and web service use the same DB request method
* Use parameter target instead of deprecated tasks for maven-antrun-pluginEvgeny Mandrikov2011-04-291-2/+2
|
* Slightly improve fix bug of violation tracking when past violation has no ↵Freddy Mallet2011-04-292-9/+15
| | | | checksum.
* Fix bug of violation tracking. NPE when past violation has no checksum.simonbrandhof2011-04-292-17/+23
|
* SONAR-2261 Exclusion patterns must be trimmedEvgeny Mandrikov2011-04-293-7/+28
| | | | Trim them on Java and Ruby side.
* SONAR-2321 Fix test for WindowsEvgeny Mandrikov2011-04-281-2/+2
|
* SONAR-2321 Cobertura plugin must not search for XML reports when Cobertura ↵Evgeny Mandrikov2011-04-284-41/+79
| | | | has not been executed
* 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-282-5/+7
|
* 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
* Exclude sonar-testing-harness from analysis. It's used for unit tests.simonbrandhof2011-04-281-1/+1
|
* Define new constants in DecoratorBarrierssimonbrandhof2011-04-286-41/+55
| | | | | | | | | START_VIOLATION_TRACKING and END_OF_VIOLATION_TRACKING are used to benefit from tracking data of Violation : - Violation#isSwitchedOff() - Violation#getCreatedAt() More information in Javadoc.
* SONAR-2381 The "violations" web service API must return violations decorated ↵Fabrice Bellingard2011-04-289-79/+125
| | | | 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-2811-12/+736
|
* SONAR-2381 Improve the violations WS decorated with reviewsFabrice Bellingard2011-04-285-14/+14
|
* Fix NPEEvgeny Mandrikov2011-04-282-1/+10
|
* Force creation of project workDirEvgeny Mandrikov2011-04-281-9/+9
|
* Set project description to empty string if property was not specifiedEvgeny Mandrikov2011-04-281-1/+1
|
* Move derby logs generated during unit tests to target/simonbrandhof2011-04-282-1/+8
|
* Ignore plugins/sonar-core-plugin/derby.log generated during unit testssimonbrandhof2011-04-282-91/+1
|
* Remove System.out.printlnEvgeny Mandrikov2011-04-281-1/+0
|
* Fix loading of locale in chartssimonbrandhof2011-04-282-2/+2
|
* Increase timeout of CommandExecutorTest for slow boxessimonbrandhof2011-04-281-2/+2
|
* SONAR-2202 Calculate variations on quality model measuressimonbrandhof2011-04-285-79/+186
|
* SONAR-2384 append target='_blank' when building an hyperlinkFreddy Mallet2011-04-272-4/+6
|
* Fix scheduling of ViolationDecoratorsimonbrandhof2011-04-274-4/+8
| | | | ViolationPersisterDecorator must be executed before computing measures on violations, so the flag switched_off is correctly loaded from database.
* 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
|
* Ensure that cost to fix violation cannot be set to negative or NaN valueEvgeny Mandrikov2011-04-282-5/+25
|
* Merge branch 'master' of github.com:SonarSource/sonarFreddy Mallet2011-04-273-5/+5
|\
| * SONAR-2299 Show Hibernate SQL only if debug logging level enabled, but not ↵Evgeny Mandrikov2011-04-273-5/+5
| | | | | | | | info level
* | SONAR-2384 use backtick instead of simple quote in the HtmlCodeChannelFreddy Mallet2011-04-272-5/+5
|/
* SONAR-2386 Define contract for lineId in ViolationEvgeny Mandrikov2011-04-275-5/+121
| | | | | Value can be null or greater than zero, so setter must log warning if not null and less than 1. It will throw an exception in future releases.
* SONAR-2266 ProjectFileSystem should return only existing source and test ↵Evgeny Mandrikov2011-04-276-8/+44
| | | | directories