aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare release 2.7-RC1simonbrandhof2011-03-2236-36/+36
|
* Improve rendering of violationssimonbrandhof2011-03-182-3/+9
|
* Fix rendering in IE6simonbrandhof2011-03-185-74/+31
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-03-1836-36/+36
|
* [maven-release-plugin] prepare release 2.7-RC2simonbrandhof2011-03-1836-36/+36
|
* Fix bug in timemachine page: string measures are not displayed anymoresimonbrandhof2011-03-181-1/+1
|
* SONAR-2289 Increase timeouts of embedded database startup/shutdownsimonbrandhof2011-03-182-28/+44
|
* SONAR-2287 Add measures about new violations to filterssimonbrandhof2011-03-181-12/+48
|
* Fix some CSS issue in source viewersimonbrandhof2011-03-182-2/+5
|
* Filters page : change the rendering of coverage on new codesimonbrandhof2011-03-182-1/+9
|
* The coverage tab must display block of codes, filtered by lines to ↵simonbrandhof2011-03-174-45/+122
| | | | cover,uncovered lines, branches to cover and uncovered branches
* Fix CSS of source code: border of blocks of codesimonbrandhof2011-03-161-1/+1
|
* Improve new coverage widgetsimonbrandhof2011-03-161-3/+5
|
* Fix CSS of source code : first line is too big when displaying SCM infosimonbrandhof2011-03-161-1/+1
|
* Add new_coverage metrics to filterssimonbrandhof2011-03-166-9/+11
|
* Remove the select-box 'show commits'simonbrandhof2011-03-163-29/+14
|
* SONAR-2280 ProjectFileSystem.resolvePath should return canonical fileEvgeny Mandrikov2011-03-163-8/+30
|
* Fix timemachine page when SCM activity plugin is enabledsimonbrandhof2011-03-161-1/+1
|
* SONAR-2228 Fix equals and hashCode for ActiveRuleParamEvgeny Mandrikov2011-03-152-24/+24
|
* SONAR-2277 Re-activate GZIP compression of HTTP responses for IE6simonbrandhof2011-03-151-1/+5
|
* SONAR-2230 Refactor to decrease complexitysimonbrandhof2011-03-151-8/+16
|
* SONAR-2230 Add Java client for the web service "profiles"simonbrandhof2011-03-157-1/+379
|
* SONAR-2230 Provide a new /api/profiles web servicesimonbrandhof2011-03-151-0/+142
|
* SONAR-2241 Remove Checkstyle rule "Illegal Instantiations" from "Sun Checks" ↵Evgeny Mandrikov2011-03-151-4/+0
| | | | profile
* Use Metric.Builder factory in CoreMetricssimonbrandhof2011-03-141-8/+26
|
* SONAR-2251 Unstable state of violations when stopping a buildsimonbrandhof2011-03-145-57/+26
|
* Change CSS of GWT resource viewers in order to match RoR resource viewerssimonbrandhof2011-03-141-1/+2
|
* API: DateUtils is now thread-safesimonbrandhof2011-03-142-17/+122
|
* SONAR-2274 API: add utility class to execute command-linessimonbrandhof2011-03-139-0/+379
|
* SONAR-2272 Modify log level for EventBusEvgeny Mandrikov2011-03-121-3/+3
|
* Add license headersEvgeny Mandrikov2011-03-124-0/+76
|
* Reduce dependencies on databaseEvgeny Mandrikov2011-03-125-33/+25
| | | | | | * Remove unused method DefaultDecoratorContext#getSession() and as a result dependency on DatabaseSession * Replace DefaultIndex by SonarIndex in DefaultDecoratorContext and in DefaultSensorContext
* SONAR-2272 Add EventBusEvgeny Mandrikov2011-03-1219-105/+689
|
* Merge branch 'profile'Evgeny Mandrikov2011-03-116-96/+233
|\
| * Add ProfileLoaderEvgeny Mandrikov2011-03-116-96/+233
| |
* | declare time machine barriers to NewCoverage decoratorsimonbrandhof2011-03-112-4/+4
| |
* | API: improve DateUtils methods, but are not thread-safesimonbrandhof2011-03-111-13/+17
| |
* | API: add method Java#isJavaFile(java.io.File)simonbrandhof2011-03-111-0/+7
| |
* | remove useless .gitignore fileFreddy Mallet2011-03-111-1/+0
| |
* | fix SONAR-2267 : The "duplicated blocks" measure on each file is not correct ↵Freddy Mallet2011-03-112-14/+17
| | | | | | | | when a duplication involved more than two blocks
* | fix SONAR-2267 : The "duplicated blocks" measure on each file is not correct ↵Freddy Mallet2011-03-113-20/+21
|/ | | | when a duplication involved more than two blocks
* Fix violationsEvgeny Mandrikov2011-03-116-10/+18
|
* add the method ProjectUtils.toIoFiles(..)simonbrandhof2011-03-091-0/+16
|
* SONAR-2218 fix display of commits with Hg projectssimonbrandhof2011-03-091-1/+1
|
* SONAR-2218 coverage of new code must be computed even if there are no ↵simonbrandhof2011-03-0813-58/+74
| | | | previous analysis
* Add methods formatDate(), formatDateTime(), parseDate() and parseDateTime() ↵simonbrandhof2011-03-082-3/+110
| | | | to DateUtils
* SONAR-2218 improve UIsimonbrandhof2011-03-0815-170/+269
|
* Fix violations reported by Sonar EclipseEvgeny Mandrikov2011-03-088-42/+63
|
* SONAR-2218 add new coverage measures in tab headersimonbrandhof2011-03-077-186/+239
|
* SONAR-2218 add drilldown on new lines to cover + add period select-box on ↵simonbrandhof2011-03-077-10/+42
| | | | measures drilldown