aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* move some js libs to a standard distributionStas Vilchik2015-01-09163-3227/+721
|
* SONAR-6014 Fix regression with rule parametersJulien HENRY2015-01-091-0/+1
|
* Automatic merge from branch-5.0Jenkins CI2015-01-090-0/+0
|\ | | | | | | | | | | * origin/branch-5.0: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 5.0-RC4
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-01-0833-34/+34
| |
| * [maven-release-plugin] prepare release 5.0-RC45.0-RC4Thomas Vérin2015-01-0833-34/+34
| |
* | SONAR-6014 Make sensor mode use the same container than normal modeJulien HENRY2015-01-0837-601/+879
| |
* | SONAR-5884 Apply feedbackStas Vilchik2015-01-085-11/+29
| |
* | Clean upStas Vilchik2015-01-083-15/+0
| |
* | SONAR-5884 Fix line fading in measures drilldown pageStas Vilchik2015-01-083-15/+10
| |
* | SONAR-6031 Issue permalink must display source code, not the list with ↵Stas Vilchik2015-01-084-2/+426
| | | | | | | | single result
* | SONAR-5966 Make the issue box more compactStas Vilchik2015-01-081-1/+1
| | | | | | | | Fix width of the issue message
* | send key instead of id in AnalysisReportLogTeryk Bellahsene2015-01-082-2/+2
| |
* | improve error handling and send report id in submit_report ws responseTeryk Bellahsene2015-01-085-28/+82
| |
* | SONAR-5945 Change format of batch reportJulien HENRY2015-01-0820-101/+323
| |
* | SONAR-5966 Make the issue box more compactStas Vilchik2015-01-082-106/+142
| |
* | SONAR-5935 Add frontend tests for issue tag managementJean-Baptiste Lievremont2015-01-085-0/+269
| |
* | Add default port when --port is not passed to gruntJean-Baptiste Lievremont2015-01-081-4/+5
| |
* | SONAR-5926 Shorter big number in issues facetsStas Vilchik2015-01-0817-16/+1696
| |
* | SONAR-5820 Ability to bulk "Activate In" or "Deactivate In" all rules ↵Stas Vilchik2015-01-081-0/+1
| | | | | | | | | | | | matching some search criteria Refresh list after bulk change
* | Update analysis reports page after small refactoringStas Vilchik2015-01-081-1/+1
| |
* | SONAR-5573 Make it possible to bulk (de)activate rules in several profiles ↵Stas Vilchik2015-01-081-14/+21
| | | | | | | | | | | | at once Make the requests sequential
* | fix quality flawsStas Vilchik2015-01-082-2/+0
| |
* | SONAR-5909 Fix SQL query on OracleJulien Lancelot2015-01-081-1/+1
| |
* | SONAR-5884 Apply feedbackStas Vilchik2015-01-087-65/+68
| |
* | Replace overlay component with modalsStas Vilchik2015-01-0810-122/+121
| |
* | SONAR-5884 Apply feedbackStas Vilchik2015-01-083-2/+11
| |
* | Fix expected timeouts of server-benchmarks after change of hardwareSimon Brandhof2015-01-082-2/+2
| |
* | SONAR-5830 Fix issue when twice scm account was added and when no scm ↵Julien Lancelot2015-01-083-15/+64
| | | | | | | | account was added
* | SONAR-5909 Copy login from authors to usersJulien Lancelot2015-01-0811-42/+438
| |
* | change ws path from /api/analysis_reports/* to /api/computation/*Teryk Bellahsene2015-01-0810-214/+77
| |
* | SONAR-6014 Remove dependency on project ID.Julien HENRY2015-01-082-3/+5
| |
* | fix resource leakTeryk Bellahsene2015-01-081-5/+4
| |
* | Fix quality flawJean-Baptiste Lievremont2015-01-081-1/+1
| |
* | SONAR-6014 Fix persistence of dependenciesJulien HENRY2015-01-082-5/+8
| |
* | Automatic merge from branch-5.0Jenkins CI2015-01-080-0/+0
|\| | | | | | | | | * origin/branch-5.0: SONAR-6028 Fix formatting of issue comments
| * SONAR-6028 Fix formatting of issue commentsStas Vilchik2015-01-072-0/+82
| |
* | SONAR-6014 Drop deprecated violationsJulien HENRY2015-01-0719-642/+76
| |
* | SONAR-6014 Fix regression when persisting dependencies and start dropping ↵Julien HENRY2015-01-074-28/+42
| | | | | | | | violations
* | SONAR-6014 Fix issue when saving dependenciesJulien HENRY2015-01-073-14/+25
| |
* | SONAR-5893 Add component tag cloud widgetJean-Baptiste Lievremont2015-01-074-0/+93
| |
* | SONAR-5893 Add base JS component for tag cloud widgetJean-Baptiste Lievremont2015-01-074-9/+67
| |
* | SONAR-5893 Add internal web service to list n most violated tags on a componentJean-Baptiste Lievremont2015-01-0713-41/+436
| |
* | SONAR-6014 Isolate persistence of resources to ease its removal in preview modeJulien HENRY2015-01-0729-405/+397
| |
* | Move batch/upload_report to api/analysis_reports/submit_reportSimon Brandhof2015-01-079-117/+49
| |
* | Drop old issue codeStas Vilchik2015-01-0717-751/+0
| |
* | SONAR-5820 Fix bug with activation parameterStas Vilchik2015-01-072-2/+15
| |
* | Refactoring of package org.sonar.server.computation.wsSimon Brandhof2015-01-0713-70/+104
| | | | | | | | | | - class renaming - add class ComputationWsAction to simplify ComputationWebService
* | SONAR-5820 Improve rule description uiStas Vilchik2015-01-072-4/+7
| |
* | Update issues widget in order to point to the issues pageStas Vilchik2015-01-071-3/+1
| |
* | SONAR-6014 Remove/Postpone DB dependenciesJulien HENRY2015-01-0711-42/+58
| |