Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2218 improve UI | simonbrandhof | 2011-03-08 | 15 | -170/+269 |
| | |||||
* | Fix violations reported by Sonar Eclipse | Evgeny Mandrikov | 2011-03-08 | 8 | -42/+63 |
| | |||||
* | SONAR-2218 add new coverage measures in tab header | simonbrandhof | 2011-03-07 | 7 | -186/+239 |
| | |||||
* | SONAR-2218 add drilldown on new lines to cover + add period select-box on ↵ | simonbrandhof | 2011-03-07 | 7 | -10/+42 |
| | | | | measures drilldown | ||||
* | SONAR-2218 add a "loading" image when clicking a resource in drilldown pages | simonbrandhof | 2011-03-07 | 1 | -0/+3 |
| | |||||
* | SONAR-2218 improve rendering of coverage widget | simonbrandhof | 2011-03-07 | 1 | -50/+60 |
| | |||||
* | do not run parallel unit tests in findbugs plugin | simonbrandhof | 2011-03-07 | 1 | -10/+0 |
| | |||||
* | SONAR-2204,SONAR-2259 Fix URL encoding | Evgeny Mandrikov | 2011-03-06 | 40 | -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 window | simonbrandhof | 2011-03-05 | 2 | -2/+2 |
| | |||||
* | sonar-plugin-api must be declared with scope provided in plugins | Evgeny Mandrikov | 2011-03-04 | 11 | -7/+16 |
| | | | | * It prevents embedding additional dependencies. | ||||
* | Fix JRubyFacade | simonbrandhof | 2011-03-04 | 1 | -0/+4 |
| | |||||
* | SONAR-2257 Cleanup sonar-plugin-api dependencies | Evgeny Mandrikov | 2011-03-04 | 2 | -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-plugin | Evgeny Mandrikov | 2011-03-04 | 7 | -55/+9 |
| | |||||
* | remove the core GWT components which are replaced by Ruby on Rails pages | simonbrandhof | 2011-03-04 | 31 | -1700/+0 |
| | |||||
* | rename the window id of the 'new window' link | simonbrandhof | 2011-03-04 | 1 | -1/+1 |
| | |||||
* | SONAR-2218 add missing files | simonbrandhof | 2011-03-04 | 9 | -0/+411 |
| | |||||
* | SONAR-2218 improve HTML for IT | simonbrandhof | 2011-03-04 | 3 | -7/+2 |
| | |||||
* | SONAR-2218 replace GWT by RoR components | simonbrandhof | 2011-03-04 | 5 | -16/+358 |
| | |||||
* | SONAR-2218 improve header: do not display options block if no options | simonbrandhof | 2011-03-04 | 1 | -0/+5 |
| | |||||
* | SONAR-2218 improve CSS | simonbrandhof | 2011-03-03 | 13 | -357/+348 |
| | |||||
* | delete unused images | simonbrandhof | 2011-03-03 | 4 | -0/+0 |
| | |||||
* | SONAR-2218 support GWT extensions + improve filters | simonbrandhof | 2011-03-03 | 21 | -166/+180 |
| | |||||
* | SONAR-2218 integrate new resource viewers to measures drilldown | simonbrandhof | 2011-03-03 | 7 | -29/+88 |
| | |||||
* | ignore files generated in dev mode | simonbrandhof | 2011-03-03 | 1 | -0/+4 |
| | |||||
* | SONAR-2218 fix rule filter in violations tab | simonbrandhof | 2011-03-02 | 3 | -10/+39 |
| | |||||
* | SONAR-2218 display headers of source, coverage and violations tabs | simonbrandhof | 2011-03-02 | 13 | -184/+648 |
| | |||||
* | SONAR-2218 add whitelines between blocks of lines | simonbrandhof | 2011-03-01 | 1 | -5/+33 |
| | |||||
* | Metric name must be required in Metric.Builder factory | simonbrandhof | 2011-03-01 | 3 | -63/+44 |
| | |||||
* | SONAR-2218 improve experimental resource viewer - support period filtering ↵ | simonbrandhof | 2011-03-01 | 4 | -22/+98 |
| | | | | on all tabs | ||||
* | SONAR-1923 Add option to force downcase of username during authentication | Evgeny Mandrikov | 2011-03-01 | 1 | -3/+11 |
| | |||||
* | SONAR-2213 Cobertura: initializer should set correct report path | Evgeny Mandrikov | 2011-03-01 | 2 | -5/+31 |
| | |||||
* | SONAR-2247 Prevent lock of static resources on Windows in dev mode | Julien HENRY | 2011-03-01 | 2 | -0/+511 |
| | |||||
* | SONAR-2218 improve drilldown page in order to display variations | simonbrandhof | 2011-03-01 | 7 | -38/+56 |
| | |||||
* | SONAR-2218 display coverage of changed code in widget | simonbrandhof | 2011-02-28 | 4 | -83/+24 |
| | |||||
* | SONAR-2246 Cobertura: wrong uncovered lines and uncovered conditions on ↵ | simonbrandhof | 2011-02-28 | 2 | -0/+52 |
| | | | | anonymous classes | ||||
* | SONAR-2218 compute coverage on new/changed code | simonbrandhof | 2011-02-28 | 8 | -102/+387 |
| | |||||
* | API: add methods MeasureUtils.getVariation(...) and ↵ | simonbrandhof | 2011-02-28 | 2 | -5/+60 |
| | | | | MeasureUtils.getVariationAsLong(...) | ||||
* | Add .gitattributes to workaround issue about line endings | Evgeny Mandrikov | 2011-02-28 | 1 | -0/+5 |
| | |||||
* | SONAR-2218 aggregate variations of coverage of changed code + add sample of ↵ | simonbrandhof | 2011-02-27 | 9 | -24/+562 |
| | | | | widget | ||||
* | SONAR-2218 experimental page to display sources | simonbrandhof | 2011-02-27 | 3 | -0/+17 |
| | |||||
* | SONAR-1914 reload measures with PersistenceMode.DATABASE on demand | simonbrandhof | 2011-02-26 | 16 | -20/+300 |
| | |||||
* | SONAR-2243 logs directory does not exist when unzipping Sonar since ↵ | simonbrandhof | 2011-02-25 | 1 | -1/+8 |
| | | | | migration to GIT | ||||
* | SONAR-2218 add NewCoverageDecorator + add DateUtils to API | simonbrandhof | 2011-02-25 | 6 | -7/+452 |
| | |||||
* | Use Metric.Builder on some definitions in CoreMetrics | simonbrandhof | 2011-02-25 | 1 | -9/+31 |
| | |||||
* | Remove System.out | simonbrandhof | 2011-02-25 | 1 | -1/+0 |
| | |||||
* | API: fix CoverageMeasuresBuilder for Cobertura | simonbrandhof | 2011-02-25 | 3 | -76/+43 |
| | |||||
* | SONAR-1846 define SCM metrics in core | simonbrandhof | 2011-02-25 | 1 | -18/+41 |
| | |||||
* | fix unit tests again :( | simonbrandhof | 2011-02-25 | 1 | -2/+2 |
| | |||||
* | Fix unit test | simonbrandhof | 2011-02-25 | 2 | -36/+24 |
| | |||||
* | Add support of Multisets in KeyValueFormat | simonbrandhof | 2011-02-25 | 2 | -163/+224 |
| |