aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7455 Update "Issue Filter" and "Project Issue Filter" widgets to ↵Stas Vilchik2016-03-104-2/+15
| | | | support issue types
* SONAR-7379 Drop inefficient index ISSUES_SEVERITYSimon Brandhof2016-03-105-4/+35
|
* SONAR-7378 Drop unused index ISSUES_STATUSSimon Brandhof2016-03-104-3/+34
|
* SONAR-7349 Fix ITJulien Lancelot2016-03-091-1/+1
|
* SONAR-7440 Remove SQALE word in widget/propertiesJulien Lancelot2016-03-092-6/+6
|
* fix small issue on overview page when project has no linksStas Vilchik2016-03-091-1/+1
|
* SONAR-7349 Change project's home page to support new issue typesStas Vilchik2016-03-0919-405/+766
|
* SONAR-7424 Fix SSF-40 & SSF-41Stas Vilchik2016-03-093-12/+12
|
* SONAR-7405 fix treemap colors when displaying RATING measureStas Vilchik2016-03-091-1/+2
|
* SONAR-7407 fix small ui glitch in FFStas Vilchik2016-03-091-0/+1
|
* SONAR-7407 Provide a way to switch selected metric on the "Measures" pageStas Vilchik2016-03-094-15/+235
|
* SONAR-7410 Display related measures alongside with selected one on the ↵Stas Vilchik2016-03-096-26/+148
| | | | "Measures" page
* SONAR-7454 Keep state of "Tree" and "List" when switching between themStas Vilchik2016-03-093-35/+63
|
* SONAR-7427 Add IT on new "effort to reach rating A" measureJulien Lancelot2016-03-091-0/+25
|
* SONAR-7426 SONAR-7427 Fix ITs because of new measuresJulien Lancelot2016-03-091-6/+6
|
* SONAR-7427 Add new "effort to reach rating A" characteristic metricsJulien Lancelot2016-03-095-25/+331
|
* SONAR-7426 Add new characteristic rating metricsJulien Lancelot2016-03-095-10/+385
|
* SONAR-7426 Refactor QualityModelMeasuresVisitor to be ready for new metricsJulien Lancelot2016-03-096-362/+466
|
* Rename classes using SQALE to Quality ModelJulien Lancelot2016-03-0911-100/+118
|
* More stable Selenium integration testsSimon Brandhof2016-03-0977-157/+157
| | | | By replacing assertText with waitForText
* Remove deprecated calls in ProjectAdministrationTestSimon Brandhof2016-03-091-13/+9
|
* Automatic merge from branch-xxEric Hartmann2016-03-090-0/+0
|\ | | | | | | | | | | | | * origin/branch-5.4: Update version to 5.4.1-SNAPSHOT Release 5.4 SONAR-7129 SONAR-7135 optimize SQL requests on MySQL
| * Update version to 5.4.1-SNAPSHOTEric Hartmann2016-03-0848-48/+48
| |
| * Release 5.45.4Eric Hartmann2016-03-0848-48/+48
| |
| * SONAR-7129 SONAR-7135 optimize SQL requests on MySQLSimon Brandhof2016-03-072-17/+44
| |
* | Make selenium tests of ProjectAdministrationTest more stableSimon Brandhof2016-03-096-17/+17
| |
* | Fix WS assertion in upgrade testsSimon Brandhof2016-03-091-4/+3
| |
* | Fix execution of upgrade tests in QASimon Brandhof2016-03-091-0/+7
| |
* | Enable upgrade tests on QA envSimon Brandhof2016-03-0811-18/+195
| |
* | SONAR-7364 remove SQALE characteristics from scanner APISimon Brandhof2016-03-0821-1977/+18
| |
* | Fix quality flawsJulien Lancelot2016-03-089-14/+17
| |
* | SONAR-6226 Fix typoJulien Lancelot2016-03-081-1/+1
| |
* | SONAR-7417 fix instable CeProcessingSchedulerImplMultiThreadTestSébastien Lesaint2016-03-082-94/+25
| | | | | | | | test that as many tasks are scheduled for processing as there is workers using mocks
* | SONAR-7424 Fix SSF-40 & SSF-41Stas Vilchik2016-03-081-4/+4
| |
* | SONAR-7336 mark "set_type" as core actionStas Vilchik2016-03-082-2/+2
| |
* | SONAR-7336 add ability to change issue type from UIStas Vilchik2016-03-087-1/+118
| |
* | SONAR-7336 new WS api/issues/set_typeSimon Brandhof2016-03-0827-366/+353
| | | | | | | | The ability to change issue type is also available from api/issues/bulk_change
* | disable unstable CeProcessingSchedulerImplMultiThreadTestSébastien Lesaint2016-03-081-0/+2
| |
* | Upgrade Apache Commons Collections to v3.2.2Justine Tunney2016-03-083-4/+4
| | | | | | | | | | | | | | | | | | | | | | Version 3.2.1 has a CVSS 10.0 vulnerability. That's the worst kind of vulnerability that exists. By merely existing on the classpath, this library causes the Java serialization parser for the entire JVM process to go from being a state machine to a turing machine. A turing machine with an exec() function! https://commons.apache.org/proper/commons-collections/security-reports.html http://foxglovesecurity.com/2015/11/06/what-do-weblogic-websphere-jboss-jenkins-opennms-and-your-application-have-in-common-this-vulnerability/
* | Drop class SearchClientSimon Brandhof2016-03-087-266/+87
| |
* | Disable some NGram tokenizers on index "rules"Simon Brandhof2016-03-082-5/+9
| |
* | fix drilldown links for new issue measuresStas Vilchik2016-03-081-2/+22
| |
* | SONAR-7348 Change the list of displayed measures on Code/Projects pagesStas Vilchik2016-03-085-15/+29
| |
* | SONAR-7402 fix column break on all measures pageStas Vilchik2016-03-081-3/+3
| |
* | SONAR-7405 display treemap legendStas Vilchik2016-03-073-2/+17
| |
* | SONAR-7402 fix corner cases caused by views and developersStas Vilchik2016-03-075-17/+33
| |
* | SONAR-7402 limit the width of the list of measuresStas Vilchik2016-03-071-1/+2
| |
* | SONAR-7408 Drop "Technical Debt", "Coverage", "Duplications" and "Structure" ↵Stas Vilchik2016-03-0738-2940/+131
| | | | | | | | pages
* | SONAR-7409 Drop the "Drilldown" page and redirect to the "Measures" pageStas Vilchik2016-03-0717-514/+54
| |
* | SONAR-7405 Display treemap chart of selected measure on the "Measures" pageStas Vilchik2016-03-077-11/+290
| |