summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch-5.0Julien Lancelot2015-02-191-5/+9
| |
* | Merge branch-5.0Julien Lancelot2015-02-192-5/+12
|\ \
| * | SONAR-6187 Replace MessageException instead of IllegalStateException and add ↵Julien Lancelot2015-02-192-6/+17
| | | | | | | | | | | | more info in error message
* | | SONAR-6152 add padding around logoStas Vilchik2015-02-192-1/+5
| | |
* | | Merge branch 'master' into feature/brandingStas Vilchik2015-02-19201-1585/+2459
|\ \ \ | | |/ | |/|
| * | update new issues facetStas Vilchik2015-02-192-10/+22
| | |
| * | SONAR-6153 Show rule tags in issue tag suggestionsJean-Baptiste Lievremont2015-02-192-5/+44
| | |
| * | SONAR-6194 SONAR-5009 profiling api + unique property sonar.log.levelSimon Brandhof2015-02-1966-684/+472
| | |
| * | SONAR-5700 ability to change level of loggers of 3rd-party librariesSimon Brandhof2015-02-191-2/+1
| | |
| * | Support property sonar.log.debug (boolean)Simon Brandhof2015-02-193-8/+24
| | |
| * | SONAR-5700 New logging API to remove coupling on SLF4JSimon Brandhof2015-02-1983-467/+280
| | |
| * | SONAR-6057 fix path of archived logsSimon Brandhof2015-02-192-7/+9
| | |
| * | SONAR-6057 Make log rotation more configurable for productionSimon Brandhof2015-02-1928-378/+829
| | |
| * | SONAR-6046 When calling a web service with some wrong data, the generated ↵Julien Lancelot2015-02-193-1/+103
| | | | | | | | | | | | exception does not contains the called URL
| * | SONAR-5861 Ability to hide issue commentsJean-Baptiste Lievremont2015-02-195-6/+78
| | |
| * | Fix testJulien HENRY2015-02-191-1/+1
| | |
| * | Merge pull request #101 from SonarSource/fix/file_sources_migrationJulien HENRY2015-02-197-19/+195
| |\ \ | | | | | | | | SONAR-6174 Improve exception handling during migration
| | * | SONAR-6174 Ignore any exception during file_sources migration when parsing ↵Julien HENRY2015-02-197-19/+195
| | | | | | | | | | | | | | | | duplication data
| * | | SONAR-5885 Fix mapping of htmlDesc attribute to fetch correct fields in ESJean-Baptiste Lievremont2015-02-193-1/+31
| | | |
| * | | SONAR-5596 Fix migration on OracleJulien Lancelot2015-02-191-1/+1
| | | |
| * | | SONAR-5711 Send validation messages to client all at onceJean-Baptiste Lievremont2015-02-182-31/+92
| | | |
| * | | SONAR-5596 Purge permission on modulesJulien Lancelot2015-02-188-2/+272
| | | |
| * | | SONAR-5385 Some widget links are broken when apache is configured with ↵Stas Vilchik2015-02-185-29/+6
| | | | | | | | | | | | | | | | AllowEncodedSlashes On
| * | | SONAR-6137 Do not fail when createdAfter == createdBeforeJean-Baptiste Lievremont2015-02-182-1/+46
| | | |
| * | | SONAR-5345 Revert createdAfter/createdBefore to their old meaning (exclude ↵Jean-Baptiste Lievremont2015-02-183-11/+8
| | | | | | | | | | | | | | | | bounds)
| * | | hide tooltips when popups are openStas Vilchik2015-02-181-0/+2
| | | |
| * | | hide error messages after a whileStas Vilchik2015-02-182-0/+5
| | | |
| * | | fix create custom rule modal overflowStas Vilchik2015-02-181-1/+1
| | | |
| * | | fix edition of custom rulesStas Vilchik2015-02-183-3/+17
| | | |
| * | | fix form wrapping on coding rules pageStas Vilchik2015-02-183-12/+12
| | | |
| * | | SONAR-5659 Issues link parameters disappear when fail to logJulien Lancelot2015-02-182-2/+5
| | | |
* | | | SONAR-6152 fix failuresStas Vilchik2015-02-183-8/+9
| | | |
* | | | Merge branch 'master' into feature/brandingStas Vilchik2015-02-18129-637/+2094
|\| | |
| * | | SONAR-5855 Update UI of quality gates pageStas Vilchik2015-02-1817-281/+257
| | | |
| * | | Merge remote-tracking branch 'origin/branch-5.0'Julien Lancelot2015-02-1814-96/+165
| |\ \ \ | | | |/ | | |/|
| | * | SONAR-6187 Exclude requirements when getting all characteristicsJulien Lancelot2015-02-1814-99/+166
| | | |
| | * | Update to 5.0.1-SNAPSHOTJulien Lancelot2015-02-188-16/+23
| | | |
| * | | Fix quality flawJulien Lancelot2015-02-181-5/+3
| | |/ | |/|
| * | SONAR-6196 Update UI of measures pageStas Vilchik2015-02-185-21/+15
| | |
| * | fix compatibility with eclipse pluginStas Vilchik2015-02-181-0/+5
| | |
| * | Revert "SONAR-6146 clean up /resources/index"Stas Vilchik2015-02-184-0/+97
| | | | | | | | | | | | This reverts commit 45d09ec06ee543bdae2732cb06eb1d51d9c46a10.
| * | fix creation date facetStas Vilchik2015-02-181-1/+1
| | |
| * | fix nonav pagesStas Vilchik2015-02-183-6/+6
| | |
| * | return file name to the issue detailsStas Vilchik2015-02-181-1/+7
| | |
| * | SONAR-6009 Number of returned active rules should not be limitedJulien Lancelot2015-02-182-1/+26
| | |
| * | Add getters that never return null in SelectJulien Lancelot2015-02-1837-140/+208
| | |
| * | Fix quality flawsJulien Lancelot2015-02-181-13/+16
| | |
| * | SONAR-5711 Validate custom rule parameters at creationJean-Baptiste Lievremont2015-02-182-7/+103
| | |
| * | SONAR-6009 Each time the batch call the project referentials WS, a E/S query ↵Julien Lancelot2015-02-183-36/+44
| | | | | | | | | | | | is executed for each rule
| * | fix duplications popupStas Vilchik2015-02-181-1/+1
| | |