summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6370 remove dependency on sonar-deprecatedSimon Brandhof2015-06-053-0/+19
|
* SONAR-6370 fix classpath with core libs like SLF4JSimon Brandhof2015-06-055-11/+37
|
* SONAR-6370 remove concept of core pluginSimon Brandhof2015-06-0514-158/+52
|
* SONAR-6370 merge sonar-email-notifications-plugin into server moduleSimon Brandhof2015-06-0513-212/+64
|
* SONAR-6370 add comment to explain dependency on sonar-graphSimon Brandhof2015-06-051-0/+1
|
* SONAR-6370 remove dependency of sonar-duplications on commons-langSimon Brandhof2015-06-052-6/+9
|
* SONAR-6370 remove duplicated class DuplicationPredicatesSimon Brandhof2015-06-052-89/+0
|
* SONAR-6370 remove support of KeyValueFormat#format(Multiset)Simon Brandhof2015-06-052-75/+23
| | | | guava is not exposed in API
* SONAR-6370 isolate plugin classloader from core classesSimon Brandhof2015-06-0541-310/+772
|
* SONAR-6607 Embed Java plugin 3.2 since 3.3 is not available on centralJulien HENRY2015-06-051-1/+1
|
* fix Benchmark tests after ServerTester optimisationSébastien Lesaint2015-06-052-2/+2
|
* SONAR-6569 fix QG event computationSébastien Lesaint2015-06-044-4/+17
| | | | computation was broken because alertStatus and alertText column were not mapped to the MeasureDto
* Fix query on MySQLJulien Lancelot2015-06-041-1/+1
|
* SONAR-6606 drop origin column from metrics tableTeryk Bellahsene2015-06-0432-124/+77
|
* update styles of inline codeStas Vilchik2015-06-041-1/+5
|
* fix workspace overlappingStas Vilchik2015-06-042-2/+2
|
* do not create ES indexes for every ServerTester instancesSébastien Lesaint2015-06-0415-40/+62
|
* reopen existing model from workspaceStas Vilchik2015-06-042-8/+14
|
* SONAR-6607 Embed Java plugin 3.3Julien HENRY2015-06-041-1/+1
|
* SONAR-6568 SONAR-6569 persist CE events to DBSébastien Lesaint2015-06-042-38/+73
| | | | | events from batch are not persisted to DB anymore as a temporary safety measure: errors logs are created when events created by the CE are different from those created by the batch
* SONAR-6569 fix MeasureRepositoryImpl.findCurrent when there is noneSébastien Lesaint2015-06-041-7/+7
| | | | method find without a default value throws an Exception when the Iterable argument is empty
* SONAR-6568 SONAR-6569 refacto PersisteEventStep to use Component treeSébastien Lesaint2015-06-042-70/+78
|
* SONAR-6569 add step to compute Quality Gate events in CESébastien Lesaint2015-06-043-1/+362
|
* SONAR-6569 DumbComponent add constructor without uuid nor keySébastien Lesaint2015-06-041-0/+4
| | | | order of type and ref must be different from the other constructor because of the vararg argument
* SONAR-6595 show error message when activate a rule with a parameter is set ↵Stas Vilchik2015-06-042-15/+19
| | | | to an erroneous value
* fix test when SONAR_USER_HOME env var is setDuarte Meneses2015-06-041-0/+3
|
* SONAR-5892 make it possible to select issues to bulk changeStas Vilchik2015-06-0413-18/+2412
|
* Fix quality flawsSimon Brandhof2015-06-0417-29/+30
|
* Merge pull request #344 from SonarSource/SONAR-6577dbmeneses2015-06-0414-60/+793
|\ | | | | SONAR-6577 Offline mode in preview mode
| * SONAR-6577 Offline mode in preview modeDuarte Meneses2015-06-0414-60/+793
| |
* | SONAR-6574 remove the old RoR api/metrics/* WSTeryk Bellahsene2015-06-041-129/+0
| |
* | Fix quality flawsSimon Brandhof2015-06-042-17/+8
| |
* | SONAR-6571 ws metrics/create change update conditions relating to metric ↵Teryk Bellahsene2015-06-045-15/+62
| | | | | | | | | | | | | | | | type change a disabled custom metric can be reactivated if: - the type is not changed - the type is changed and there are not associated custom measures
* | Fix typo : replace violations by issuesJulien Lancelot2015-06-041-2/+2
| |
* | Fix performance issue because the report was in memory, now the report is ↵Julien Lancelot2015-06-041-20/+31
| | | | | | | | read from the disk
* | Run CI on h2/mysql/postgresDavid Gageot2015-06-032-1/+47
|/
* explicitly set selected=all when search from select listStas Vilchik2015-06-031-0/+1
|
* SONAR-3821 Restore ProjectClasspath in order to please PMD pluginJulien HENRY2015-06-032-0/+92
|
* Remove Dead codeDavid Gageot2015-06-031-1/+0
|
* SONAR-6476 SONAR-6477 Revert to id instead of groupId for consistency with ↵Jean-Baptiste Lievremont2015-06-036-30/+30
| | | | other user groups WS
* maxPageSize must not be static as it's called by railsJulien Lancelot2015-06-031-1/+4
|
* fix missing static keyword on some private methodsSébastien Lesaint2015-06-034-29/+25
|
* FIX application zip should contain a top level dirDavid Gageot2015-06-031-1/+1
|
* Sanitize SnapshotDaoJulien Lancelot2015-06-038-93/+41
| | | | | - Rename all select methods to begin with 'select' - Remove no more used method
* Support unzipped sonarqube-applicationDavid Gageot2015-06-032-3/+6
| | | | | | | mci -Ddev \ -Dassembly.format=dir \ -Dassembly.includeBaseDirectory=false \ -Dassembly.checksum=false
* SONAR-6470 Add group ID in api/users/groups responseJean-Baptiste Lievremont2015-06-032-2/+4
|
* remove unused issues codeStas Vilchik2015-06-033-93/+11
|
* Merge pull request #261 from SonarSource/feature/batch/drop_maven_depJulien HENRY2015-06-0349-2539/+107
|\ | | | | SONAR-3821 Drop any Maven dependency
| * SONAR-3821 Drop any Maven dependencyJulien HENRY2015-06-0349-2539/+107
| |
* | Fix quality flawsJulien Lancelot2015-06-0387-809/+801
| |