aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* SONAR-2218 add a "loading" image when clicking a resource in drilldown pagessimonbrandhof2011-03-071-0/+3
|
* SONAR-2218 improve rendering of coverage widgetsimonbrandhof2011-03-071-50/+60
|
* do not run parallel unit tests in findbugs pluginsimonbrandhof2011-03-071-10/+0
|
* SONAR-2204,SONAR-2259 Fix URL encodingEvgeny Mandrikov2011-03-0640-242/+262
| | | | | | | | | * For correct URL encoding we must encode parameters on lower level - in Query itself, but not in concrete implementation of Connector, because in Query we can distinguish concrete parts of URL. * Moreover in this case any additional encoding routines in Connector are useless, so were removed.
* open the link 'new window' into a popup, but not into a windowsimonbrandhof2011-03-052-2/+2
|
* sonar-plugin-api must be declared with scope provided in pluginsEvgeny Mandrikov2011-03-0411-7/+16
| | | | * It prevents embedding additional dependencies.
* Fix JRubyFacadesimonbrandhof2011-03-041-0/+4
|
* SONAR-2257 Cleanup sonar-plugin-api dependenciesEvgeny Mandrikov2011-03-042-28/+14
| | | | | | Remove dependency on commons-dbcp, picocontainer and some hibernate dependencies. We can't remove hibernate-annotations for the moment, because it's used, however should be removed in future.
* Remove useless configuration of maven-deploy-pluginEvgeny Mandrikov2011-03-047-55/+9
|
* remove the core GWT components which are replaced by Ruby on Rails pagessimonbrandhof2011-03-0431-1700/+0
|
* rename the window id of the 'new window' linksimonbrandhof2011-03-041-1/+1
|
* SONAR-2218 add missing filessimonbrandhof2011-03-049-0/+411
|
* SONAR-2218 improve HTML for ITsimonbrandhof2011-03-043-7/+2
|
* SONAR-2218 replace GWT by RoR componentssimonbrandhof2011-03-045-16/+358
|
* SONAR-2218 improve header: do not display options block if no optionssimonbrandhof2011-03-041-0/+5
|
* SONAR-2218 improve CSSsimonbrandhof2011-03-0313-357/+348
|
* delete unused imagessimonbrandhof2011-03-034-0/+0
|
* SONAR-2218 support GWT extensions + improve filterssimonbrandhof2011-03-0321-166/+180
|
* SONAR-2218 integrate new resource viewers to measures drilldownsimonbrandhof2011-03-037-29/+88
|
* ignore files generated in dev modesimonbrandhof2011-03-031-0/+4
|
* SONAR-2218 fix rule filter in violations tabsimonbrandhof2011-03-023-10/+39
|
* SONAR-2218 display headers of source, coverage and violations tabssimonbrandhof2011-03-0213-184/+648
|
* SONAR-2218 add whitelines between blocks of linessimonbrandhof2011-03-011-5/+33
|
* Metric name must be required in Metric.Builder factorysimonbrandhof2011-03-013-63/+44
|
* SONAR-2218 improve experimental resource viewer - support period filtering ↵simonbrandhof2011-03-014-22/+98
| | | | on all tabs
* SONAR-1923 Add option to force downcase of username during authenticationEvgeny Mandrikov2011-03-011-3/+11
|
* SONAR-2213 Cobertura: initializer should set correct report pathEvgeny Mandrikov2011-03-012-5/+31
|
* SONAR-2247 Prevent lock of static resources on Windows in dev modeJulien HENRY2011-03-012-0/+511
|
* SONAR-2218 improve drilldown page in order to display variationssimonbrandhof2011-03-017-38/+56
|
* SONAR-2218 display coverage of changed code in widgetsimonbrandhof2011-02-284-83/+24
|
* SONAR-2246 Cobertura: wrong uncovered lines and uncovered conditions on ↵simonbrandhof2011-02-282-0/+52
| | | | anonymous classes
* SONAR-2218 compute coverage on new/changed codesimonbrandhof2011-02-288-102/+387
|
* API: add methods MeasureUtils.getVariation(...) and ↵simonbrandhof2011-02-282-5/+60
| | | | MeasureUtils.getVariationAsLong(...)
* Add .gitattributes to workaround issue about line endingsEvgeny Mandrikov2011-02-281-0/+5
|
* SONAR-2218 aggregate variations of coverage of changed code + add sample of ↵simonbrandhof2011-02-279-24/+562
| | | | widget
* SONAR-2218 experimental page to display sourcessimonbrandhof2011-02-273-0/+17
|
* SONAR-1914 reload measures with PersistenceMode.DATABASE on demandsimonbrandhof2011-02-2616-20/+300
|
* SONAR-2243 logs directory does not exist when unzipping Sonar since ↵simonbrandhof2011-02-251-1/+8
| | | | migration to GIT
* SONAR-2218 add NewCoverageDecorator + add DateUtils to APIsimonbrandhof2011-02-256-7/+452
|
* Use Metric.Builder on some definitions in CoreMetricssimonbrandhof2011-02-251-9/+31
|
* Remove System.outsimonbrandhof2011-02-251-1/+0
|
* API: fix CoverageMeasuresBuilder for Coberturasimonbrandhof2011-02-253-76/+43
|
* SONAR-1846 define SCM metrics in coresimonbrandhof2011-02-251-18/+41
|
* fix unit tests again :(simonbrandhof2011-02-251-2/+2
|
* Fix unit testsimonbrandhof2011-02-252-36/+24
|
* Add support of Multisets in KeyValueFormatsimonbrandhof2011-02-252-163/+224
|