Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6370 remove dependency on sonar-deprecated | Simon Brandhof | 2015-06-05 | 3 | -0/+19 |
| | |||||
* | SONAR-6370 fix classpath with core libs like SLF4J | Simon Brandhof | 2015-06-05 | 5 | -11/+37 |
| | |||||
* | SONAR-6370 remove concept of core plugin | Simon Brandhof | 2015-06-05 | 14 | -158/+52 |
| | |||||
* | SONAR-6370 merge sonar-email-notifications-plugin into server module | Simon Brandhof | 2015-06-05 | 13 | -212/+64 |
| | |||||
* | SONAR-6370 add comment to explain dependency on sonar-graph | Simon Brandhof | 2015-06-05 | 1 | -0/+1 |
| | |||||
* | SONAR-6370 remove dependency of sonar-duplications on commons-lang | Simon Brandhof | 2015-06-05 | 2 | -6/+9 |
| | |||||
* | SONAR-6370 remove duplicated class DuplicationPredicates | Simon Brandhof | 2015-06-05 | 2 | -89/+0 |
| | |||||
* | SONAR-6370 remove support of KeyValueFormat#format(Multiset) | Simon Brandhof | 2015-06-05 | 2 | -75/+23 |
| | | | | guava is not exposed in API | ||||
* | SONAR-6370 isolate plugin classloader from core classes | Simon Brandhof | 2015-06-05 | 41 | -310/+772 |
| | |||||
* | SONAR-6607 Embed Java plugin 3.2 since 3.3 is not available on central | Julien HENRY | 2015-06-05 | 1 | -1/+1 |
| | |||||
* | fix Benchmark tests after ServerTester optimisation | Sébastien Lesaint | 2015-06-05 | 2 | -2/+2 |
| | |||||
* | SONAR-6569 fix QG event computation | Sébastien Lesaint | 2015-06-04 | 4 | -4/+17 |
| | | | | computation was broken because alertStatus and alertText column were not mapped to the MeasureDto | ||||
* | Fix query on MySQL | Julien Lancelot | 2015-06-04 | 1 | -1/+1 |
| | |||||
* | SONAR-6606 drop origin column from metrics table | Teryk Bellahsene | 2015-06-04 | 32 | -124/+77 |
| | |||||
* | update styles of inline code | Stas Vilchik | 2015-06-04 | 1 | -1/+5 |
| | |||||
* | fix workspace overlapping | Stas Vilchik | 2015-06-04 | 2 | -2/+2 |
| | |||||
* | do not create ES indexes for every ServerTester instances | Sébastien Lesaint | 2015-06-04 | 15 | -40/+62 |
| | |||||
* | reopen existing model from workspace | Stas Vilchik | 2015-06-04 | 2 | -8/+14 |
| | |||||
* | SONAR-6607 Embed Java plugin 3.3 | Julien HENRY | 2015-06-04 | 1 | -1/+1 |
| | |||||
* | SONAR-6568 SONAR-6569 persist CE events to DB | Sébastien Lesaint | 2015-06-04 | 2 | -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 none | Sébastien Lesaint | 2015-06-04 | 1 | -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 tree | Sébastien Lesaint | 2015-06-04 | 2 | -70/+78 |
| | |||||
* | SONAR-6569 add step to compute Quality Gate events in CE | Sébastien Lesaint | 2015-06-04 | 3 | -1/+362 |
| | |||||
* | SONAR-6569 DumbComponent add constructor without uuid nor key | Sébastien Lesaint | 2015-06-04 | 1 | -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 Vilchik | 2015-06-04 | 2 | -15/+19 |
| | | | | to an erroneous value | ||||
* | fix test when SONAR_USER_HOME env var is set | Duarte Meneses | 2015-06-04 | 1 | -0/+3 |
| | |||||
* | SONAR-5892 make it possible to select issues to bulk change | Stas Vilchik | 2015-06-04 | 13 | -18/+2412 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-06-04 | 17 | -29/+30 |
| | |||||
* | Merge pull request #344 from SonarSource/SONAR-6577 | dbmeneses | 2015-06-04 | 14 | -60/+793 |
|\ | | | | | SONAR-6577 Offline mode in preview mode | ||||
| * | SONAR-6577 Offline mode in preview mode | Duarte Meneses | 2015-06-04 | 14 | -60/+793 |
| | | |||||
* | | SONAR-6574 remove the old RoR api/metrics/* WS | Teryk Bellahsene | 2015-06-04 | 1 | -129/+0 |
| | | |||||
* | | Fix quality flaws | Simon Brandhof | 2015-06-04 | 2 | -17/+8 |
| | | |||||
* | | SONAR-6571 ws metrics/create change update conditions relating to metric ↵ | Teryk Bellahsene | 2015-06-04 | 5 | -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 issues | Julien Lancelot | 2015-06-04 | 1 | -2/+2 |
| | | |||||
* | | Fix performance issue because the report was in memory, now the report is ↵ | Julien Lancelot | 2015-06-04 | 1 | -20/+31 |
| | | | | | | | | read from the disk | ||||
* | | Run CI on h2/mysql/postgres | David Gageot | 2015-06-03 | 2 | -1/+47 |
|/ | |||||
* | explicitly set selected=all when search from select list | Stas Vilchik | 2015-06-03 | 1 | -0/+1 |
| | |||||
* | SONAR-3821 Restore ProjectClasspath in order to please PMD plugin | Julien HENRY | 2015-06-03 | 2 | -0/+92 |
| | |||||
* | Remove Dead code | David Gageot | 2015-06-03 | 1 | -1/+0 |
| | |||||
* | SONAR-6476 SONAR-6477 Revert to id instead of groupId for consistency with ↵ | Jean-Baptiste Lievremont | 2015-06-03 | 6 | -30/+30 |
| | | | | other user groups WS | ||||
* | maxPageSize must not be static as it's called by rails | Julien Lancelot | 2015-06-03 | 1 | -1/+4 |
| | |||||
* | fix missing static keyword on some private methods | Sébastien Lesaint | 2015-06-03 | 4 | -29/+25 |
| | |||||
* | FIX application zip should contain a top level dir | David Gageot | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | Sanitize SnapshotDao | Julien Lancelot | 2015-06-03 | 8 | -93/+41 |
| | | | | | - Rename all select methods to begin with 'select' - Remove no more used method | ||||
* | Support unzipped sonarqube-application | David Gageot | 2015-06-03 | 2 | -3/+6 |
| | | | | | | | mci -Ddev \ -Dassembly.format=dir \ -Dassembly.includeBaseDirectory=false \ -Dassembly.checksum=false | ||||
* | SONAR-6470 Add group ID in api/users/groups response | Jean-Baptiste Lievremont | 2015-06-03 | 2 | -2/+4 |
| | |||||
* | remove unused issues code | Stas Vilchik | 2015-06-03 | 3 | -93/+11 |
| | |||||
* | Merge pull request #261 from SonarSource/feature/batch/drop_maven_dep | Julien HENRY | 2015-06-03 | 49 | -2539/+107 |
|\ | | | | | SONAR-3821 Drop any Maven dependency | ||||
| * | SONAR-3821 Drop any Maven dependency | Julien HENRY | 2015-06-03 | 49 | -2539/+107 |
| | | |||||
* | | Fix quality flaws | Julien Lancelot | 2015-06-03 | 87 | -809/+801 |
| | |