summaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* Drop use of ad-hoc MultiSets and use Guava's insteadTeryk Bellahsene2015-07-151-48/+0
* Filter metrics that can be read from the batchJulien Lancelot2015-07-151-0/+60
* FIX Redundant throws clauseDavid Gageot2015-07-074-12/+12
* Move some classes from sonar-server to sonar-dbSimon Brandhof2015-07-062-0/+105
* Extract module sonar-dbSimon Brandhof2015-07-04516-21460/+113
* Fix quality flawsJulien Lancelot2015-07-031-0/+20
* SONAR-6588 drop db connection from batchSimon Brandhof2015-07-028-339/+4
* SONAR-6588 move computation of debt to Compute EngineSimon Brandhof2015-07-028-44/+531
* SONAR-6588 integrate issues to Compute EngineSimon Brandhof2015-07-027-442/+161
* SONAR-6623 extract issue tracking algorithm from batchSimon Brandhof2015-07-0219-135/+604
* Quality flawsSimon Brandhof2015-06-293-4/+10
* Merge pull request #366 from gliptak/warnings1Sébastien Lesaint2015-06-192-4/+7
|\
| * Cleanup warningsGabor Liptak2015-06-172-4/+7
* | Fix MeasureDao on PostgreSQL and OracleJulien Lancelot2015-06-191-0/+2
* | SONAR-6643 Fill measures with variationsJulien Lancelot2015-06-191-0/+50
* | Refactor registration of metrics at server startupSimon Brandhof2015-06-183-147/+0
* | SONAR-6588 Remove RuleFinder from batch bootstrap phaseSimon Brandhof2015-06-172-88/+0
* | Remove ability to get users from batchSimon Brandhof2015-06-172-15/+22
* | Remove Hibernate entity "MeasureModel"Simon Brandhof2015-06-171-30/+8
|/
* Allow to insert multiple dtos at the same times for some daosJulien Lancelot2015-06-161-22/+58
* Increase some timeouts in testsSimon Brandhof2015-06-161-1/+1
* SONAR-6637 Stop filling db column PROJECT_MEASURES.RULE_PRIORITYSimon Brandhof2015-06-121-15/+0
* SONAR-6557 Drop dependencies tableJulien Lancelot2015-06-125-49/+3
* SONAR-6557 Remove component and snapshot librariesJulien Lancelot2015-06-121-51/+0
* SONAR-6260 Apply PR feedbackJulien Lancelot2015-06-101-3/+3
* SONAR-6260 Remove snapshot and project persistence form batchJulien Lancelot2015-06-101-235/+0
* SONAR-6260 Create a PeriodsRepositoryJulien Lancelot2015-06-101-0/+51
* SONAR-6567 send notifications on QGate failuresSimon Brandhof2015-06-102-4/+7
* SONAR-6567 move notifications from sonar-core to sonar-serverSimon Brandhof2015-06-084-371/+0
* SONAR-6370 remove concept of core pluginSimon Brandhof2015-06-052-19/+14
* SONAR-6370 isolate plugin classloader from core classesSimon Brandhof2015-06-0513-44/+350
* SONAR-6606 drop origin column from metrics tableTeryk Bellahsene2015-06-044-17/+8
* Add missing @Nullable/@CheckForNull in SnapshotDtoJulien Lancelot2015-06-031-1/+0
* fix missing coverage on Module classSébastien Lesaint2015-06-021-0/+80
* Rename SnapshotDto.resourceId to componentIdJulien Lancelot2015-06-021-2/+2
* add tests to PurgeConfigurationTeryk Bellahsene2015-06-021-3/+29
* Drop L10n english pluginSimon Brandhof2015-06-011-0/+11
* SONAR-6476 SONAr-6477 Apply feedback from PRJean-Baptiste Lievremont2015-06-011-125/+77
* SONAR-6475 Add WS to list members of a groupJean-Baptiste Lievremont2015-06-012-0/+146
* SONAR-6259 Grant project permission on the compute engineJulien Lancelot2015-06-012-1/+9
* Replace references to jira.codehaus.org by jira.sonarsource.comSimon Brandhof2015-05-291-1/+1
* Fix definition of core component qualifiersSimon Brandhof2015-05-281-2/+2
* SONAR-6370 drop core pluginSimon Brandhof2015-05-281-40/+7
* SONAR-6370 move the remaining extensions out of core pluginSimon Brandhof2015-05-281-0/+47
* SONAR-6474 New WS to delete a groupJean-Baptiste Lievremont2015-05-279-36/+84
* SONAR-6465 Replace groupsCount by groupsJean-Baptiste Lievremont2015-05-261-9/+6
* SONAR-6465 Add groupsCount on users searchJean-Baptiste Lievremont2015-05-262-0/+24
* move metric related classes in a specific package - SONAR-6570Teryk Bellahsene2015-05-263-58/+1
* SONAR-6259 Do not assume that project exists at the begin of the compute engineJulien Lancelot2015-05-251-11/+0
* SONAR-6471 Add new WS to search for user groupsJean-Baptiste Lievremont2015-05-222-2/+34