summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace fest-assert by assertJSimon Brandhof2015-01-10840-1419/+1323
|
* Remove duplicated statement in CommandExecutorSimon Brandhof2015-01-091-1/+0
|
* Refactor computation stackSimon Brandhof2015-01-0911-158/+76
|
* Refactor computation stackSimon Brandhof2015-01-0951-798/+583
|
* Merge remote-tracking branch 'origin/branch-5.0'Julien Lancelot2015-01-0912-201/+352
|\ | | | | | | | | | | Conflicts: server/sonar-server/src/main/java/org/sonar/server/component/ComponentService.java server/sonar-server/src/test/java/org/sonar/server/component/ComponentServiceMediumTest.java
| * SONAR-3718 Allow creation of components with branch with provisioningJulien Lancelot2015-01-0912-195/+350
| |
* | SONAR-5954 Fix typos in parameter descriptions (missing whitespace after ↵Jean-Baptiste Lievremont2015-01-091-3/+3
| | | | | | | | full stop)
* | Fix wrong SQ versionJulien Lancelot2015-01-092-2/+2
| |
* | Merge branch 'branch-5.0'Stas Vilchik2015-01-092-1/+7
|\| | | | | | | | | Conflicts: server/sonar-web/src/main/hbs/issue/issue-rule.hbs
| * Fix comment textarea max-width. Fix display of extra rule description of an ↵Stas Vilchik2015-01-092-1/+7
| | | | | | | | | | | | | | issue. Conflicts: server/sonar-web/src/main/hbs/issue/issue-rule.hbs
* | Automatic merge from branch-5.0Jenkins CI2015-01-092-10/+47
|\| | | | | | | | | * origin/branch-5.0: SONAR-5801 utLineHits, utConditions, utCoveredConditions, ... should be defined as integer instead of short
| * SONAR-5801 utLineHits, utConditions, utCoveredConditions, ... should be ↵Julien Lancelot2015-01-092-10/+47
| | | | | | | | defined as integer instead of short
* | change the way to use requirejsStas Vilchik2015-01-0920-394/+391
| |
* | SONAR-5893 Fix initial feedback on tag cloud widgetJean-Baptiste Lievremont2015-01-094-1/+13
| |
* | 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
| |