summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Revert "SONAR-5967 Instead of not displaying anymore the source files ↵Julien Lancelot2014-12-236-113/+10
| | | | | | | | containing more than 3'000 lines, only the highlighting mechanism should be deactivated above this limit"
* | Automatic merge from branch-5.0Jenkins CI2014-12-2311-33/+129
|\| | | | | | | | | | | | | | | * origin/branch-5.0: SONAR-5967 Remove the limitation of 3000 lines SONAR-5967 Instead of not displaying anymore the source files containing more than 3'000 lines, only the highlighting mechanism should be deactivated above this limit SONAR-5817 Fix max number of lines to 500000 SONAR-5971 The component viewer, in differential mode, might display some unexpected issues
| * SONAR-5967 Remove the limitation of 3000 linesStas Vilchik2014-12-233-14/+4
| |
| * SONAR-5967 Instead of not displaying anymore the source files containing ↵Julien Lancelot2014-12-236-14/+112
| | | | | | | | more than 3'000 lines, only the highlighting mechanism should be deactivated above this limit
| * SONAR-5817 Fix max number of lines to 500000Julien Lancelot2014-12-231-2/+11
| |
| * SONAR-5971 The component viewer, in differential mode, might display some ↵Stas Vilchik2014-12-232-3/+2
| | | | | | | | unexpected issues
* | SONAR-5820 Update MTsStas Vilchik2014-12-2314-134/+1135
| |
* | SONAR-5820 Add quality profilesStas Vilchik2014-12-2319-188/+931
| |
* | Automatic merge from branch-5.0Jenkins CI2014-12-221-2/+2
|\| | | | | | | | | * origin/branch-5.0: SSF-26 Cross-Site Scripting on Manual Metrics
| * SSF-26 Cross-Site Scripting on Manual MetricsJulien Lancelot2014-12-221-2/+2
| |
* | Merge remote-tracking branch 'origin/branch-5.0'Stas Vilchik2014-12-2212-42/+81
|\| | | | | | | | | Conflicts: server/sonar-web/src/main/js/tests/e2e/views/issues.jade
| * SSF-25 SMTP configuration passwordJulien Lancelot2014-12-225-37/+64
| |
| * Revert "SSF-25 SMTP configuration password"Julien Lancelot2014-12-228-153/+66
| | | | | | | | This reverts commit 181538a6d0884e74beec8ad6aa3dcf460baec5ea.
| * SSF-25 SMTP configuration passwordJulien Lancelot2014-12-228-66/+153
| |
| * Invalidate browser cache for issues appStas Vilchik2014-12-224-4/+4
| |
| * Fix display of debt characteristic in the issue rule modalStas Vilchik2014-12-223-1/+13
| |
* | SONAR-5820 Improve the rule description formattingStas Vilchik2014-12-224-51/+86
| |
* | use byte[] instead of a stream when inserting a report in databaseTeryk Bellahsene2014-12-222-22/+9
| |
* | SONAR-5820 Create a new coding rules pageStas Vilchik2014-12-22143-823/+2284
| |
* | Fix issue when publishing components on ViewsJulien Lancelot2014-12-223-6/+101
| |
* | SONAR-5972 A plugin can't declare a quality profile related to a language ↵Simon Brandhof2014-12-192-21/+42
| | | | | | | | which is not installed
* | Fix ordering in issue filter migration testJean-Baptiste Lievremont2014-12-191-2/+2
| |
* | SONAR-5970 Have tag changes appear in email notificationJean-Baptiste Lievremont2014-12-193-1/+12
| |
* | SONAR-5958 Rename parameters used in issue filtersJean-Baptiste Lievremont2014-12-199-5/+309
| |
* | SONAR-5935 Consider "set_tags" as one of the default actions (not shown in ↵Jean-Baptiste Lievremont2014-12-191-1/+1
| | | | | | | | "More")
* | Fix some quality flawsJulien HENRY2014-12-191-0/+24
| |
* | SONAR-5945 Improve export of components in report and fix uploadJulien HENRY2014-12-1916-19/+221
| |
* | SONAR-5910 fix get decompressed reportTeryk Bellahsene2014-12-191-4/+3
| |
* | SONAR-5956 Use new parameter for "modules" criterion/facetJean-Baptiste Lievremont2014-12-194-4/+4
| |
* | SONAR-5830 Fix wrong html idJulien Lancelot2014-12-191-1/+1
| |
* | Fix quality flawsJulien Lancelot2014-12-196-24/+46
| |
* | Automatic merge from branch-5.0Jenkins CI2014-12-196-10/+96
|\| | | | | | | | | | | * origin/branch-5.0: SONAR-5878 Fix regression when parsing project properties Fix navigation between issues in a big file
| * SONAR-5878 Fix regression when parsing project propertiesJulien HENRY2014-12-195-1/+93
| |
| * Fix navigation between issues in a big fileStas Vilchik2014-12-191-9/+3
| |
* | Fix quality flawsJean-Baptiste Lievremont2014-12-195-10/+53
| |
* | SONAR-5830 Possibility to map authors (from SCM) to SonarQube usersJulien Lancelot2014-12-199-79/+180
| |
* | Adjust size of ES dir in benchmarkSimon Brandhof2014-12-191-1/+1
| |
* | Automatic merge from branch-5.0Jenkins CI2014-12-192-3/+14
|\| | | | | | | | | | | * origin/branch-5.0: Deprecate SCM metrics for later removall SONAR-5962 The size of the analysis reports queue is wrong
| * Deprecate SCM metrics for later removallJulien HENRY2014-12-181-2/+13
| |
| * SONAR-5962 The size of the analysis reports queue is wrongStas Vilchik2014-12-181-1/+1
| |
* | Fix compatibility of ES 1.4 with KOPFSimon Brandhof2014-12-181-1/+3
| |
* | Use the same input size for sourceline ES and DB benchmarksSimon Brandhof2014-12-183-3/+4
| |
* | Minor optimization in SourceLineResultSetIteratorSimon Brandhof2014-12-181-16/+16
| |
* | Fix thread cleanup on errors in BulkIndexerSimon Brandhof2014-12-181-4/+6
| |
* | Rename resources.json -> components.jsonJulien HENRY2014-12-181-1/+1
| |
* | SONAR-5934 Change validation orderJulien Lancelot2014-12-181-3/+3
| |
* | SONAR-5963 Automatically reactivate user when using a disabled loginJulien Lancelot2014-12-188-256/+152
| |
* | SONAR-5955 Extract utility method to convert component keys to UUIDsJean-Baptiste Lievremont2014-12-184-20/+129
| |
* | SONAR-5954 Deprecate and update description of issue search WS parametersJean-Baptiste Lievremont2014-12-184-36/+95
| |
* | SONAR-5934 Rewrite create users WS, SONAR-5961 Rewrite the update user WSJulien Lancelot2014-12-1832-437/+1191
| |