aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Set a hash even on empty file -> Will prevent NPE on empty fileJulien Lancelot2015-02-024-14/+6
|
* SONAR-6041 fix missing top space issueStas Vilchik2015-02-023-164/+164
|
* SONAR-6144 Component Viewer doesn't show coverage after line 1'000Stas Vilchik2015-02-021-1/+7
|
* Fix iconsStas Vilchik2015-02-024-9/+7
|
* SONAR-6041 apply feedbackStas Vilchik2015-02-024-14/+24
|
* SONAR-5966 apply feedbackStas Vilchik2015-02-029-29/+55
|
* Fix ruby method not_found in order to accept optional messageSimon Brandhof2015-02-011-1/+1
| | | | It fixes this error: wrong number of arguments calling `not_found` (0 for 1)
* Fix description of property sonar.scm.disabledSimon Brandhof2015-02-011-1/+1
|
* SONAR-5953 Fall back to backwards compatible API for issues search WS ↵latest-silver-master-#65Jean-Baptiste Lievremont2015-01-304-48/+98
| | | | (components|componentRoots)
* SONAR-5927 Prevent access to batch/global when no permissionJulien HENRY2015-01-302-10/+10
|
* SONAR-5927 Prevent access to batch/global when no permissionJulien HENRY2015-01-303-7/+37
|
* SONAR-5436 Update messageJulien HENRY2015-01-301-1/+1
|
* SONAR-5831 Provide the ability to explicitly ask the SCM sensor to reload ↵Julien HENRY2015-01-308-31/+132
| | | | all blame information
* SONAR-5473 Fix progressive migration of file_sources.src_hashJulien HENRY2015-01-304-3/+40
|
* SONAR-5927 Display a message when no previous analysisJulien HENRY2015-01-301-1/+5
|
* SONAR-5966 fix the issue with comment form on small screensStas Vilchik2015-01-301-0/+5
|
* SONAR-6082 fix ie9 issueStas Vilchik2015-01-301-1/+2
|
* SONAR-5345 use context query when request a single facetStas Vilchik2015-01-301-0/+1
|
* SONAR-6041 fix ie9 issuesStas Vilchik2015-01-303-2/+6
|
* fix web MTStas Vilchik2015-01-301-1/+1
|
* fix web MTStas Vilchik2015-01-301-1/+1
|
* SONAR-5521 fix widget pathStas Vilchik2015-01-291-1/+1
|
* SONAR-5521 refactor issues widgetStas Vilchik2015-01-292-92/+65
|
* Automatic merge from branch-5.0Jenkins CI2015-01-291-6/+8
|\ | | | | | | | | | | * origin/branch-5.0: SONAR-6115 SonarQube is slower whilst running with Java8 vs Java7 SONAR-6128 Should not be possible to delete global default dashboards
| * SONAR-6115 SonarQube is slower whilst running with Java8 vs Java7Simon Brandhof2015-01-292-1/+5
| |
| * SONAR-6128 Should not be possible to delete global default dashboardsSimon Brandhof2015-01-291-6/+8
| |
* | fix the bug with double issue messageStas Vilchik2015-01-291-1/+1
| |
* | SONAR-6089 Allow to search Issues by Views / Sub-ViewsJulien Lancelot2015-01-295-15/+84
| |
* | SONAR-6035 Make it possible to select a custom language in the language ↵Stas Vilchik2015-01-291-3/+25
| | | | | | | | facet on the issues page
* | fix issue box overlappingStas Vilchik2015-01-292-121/+130
| |
* | SONAR-5820 open rule permalink in the search interfaceStas Vilchik2015-01-298-4/+45
| |
* | remove the focus from the search input in the rules pageStas Vilchik2015-01-291-7/+0
| |
* | fix closing of tooltips in rule detailsStas Vilchik2015-01-291-0/+4
| |
* | SONAR-6082 Improve the coverage markersStas Vilchik2015-01-291-1/+1
| |
* | adapt the size of large modalsStas Vilchik2015-01-291-2/+2
| |
* | change the way to highlight new codeStas Vilchik2015-01-292-5/+13
| |
* | fix quality gate widgetStas Vilchik2015-01-291-2/+5
| |
* | add redirection from /issues/show to /issues/search (necessary for eclipse ↵Stas Vilchik2015-01-291-0/+5
| | | | | | | | plugin)
* | SONAR-6087 When searching for existing views in db, load them from uuids ↵Julien Lancelot2015-01-292-7/+7
| | | | | | | | found in index instead of loading them all
* | SONAR-6087 Purge removed Views and Sub-Views Index on each Views analysisJulien Lancelot2015-01-293-3/+3
| |
* | Fix mergeJulien Lancelot2015-01-291-2/+3
| |
* | SONAR-5953 Fix stickyness of facet and harvest more component UUIDs for ref dataJean-Baptiste Lievremont2015-01-291-6/+6
| |
* | Apply code review feedbackJulien Lancelot2015-01-296-23/+27
| |
* | SONAR-6087 When searching for existing views in db, load them from uuids ↵Julien Lancelot2015-01-2911-91/+194
| | | | | | | | found in index instead of loading them all
* | SONAR-6087 Purge removed Views and Sub-Views Index on each Views analysisJulien Lancelot2015-01-2918-23/+456
| |
* | Merge remote-tracking branch 'origin/branch-5.0'Stas Vilchik2015-01-290-0/+0
|\| | | | | | | | | | | Conflicts: server/sonar-web/src/main/coffee/coding-rules/views/coding-rules-detail-view.coffee server/sonar-web/src/main/js/application.js
| * SONAR-6098 remove log statementsStas Vilchik2015-01-285-18/+0
| |
* | SONAR-5953 Fix search for issues on unit testsJean-Baptiste Lievremont2015-01-294-1/+51
| |
* | SONAR-6115 SonarQube is slower whilst running with Java8 vs Java7Simon Brandhof2015-01-292-5/+9
| |
* | Don't check project permission for regular analysisJulien HENRY2015-01-281-2/+5
| |