aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | The core plugin was highly coupled with core, so it did not respect classloader isolation as other plugins.
* 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
|
* SONAR-6567 disable extension point NotificationDispatcher in batchSimon Brandhof2015-05-224-1/+191
| | | | Currently it's only removed from API. Will be removed from batch after that events are in Compute Engine (for change of quality gate status)
* SONAR-6259 Use component caches to get id or uuidJulien Lancelot2015-05-211-4/+14
|
* SONAR-6259 Persist components in dbJulien Lancelot2015-05-211-0/+2
|
* SONAR-6278 Stop relying on graph to store testsJulien HENRY2015-05-2117-2865/+0
|
* Sanitize Hibernate model ManualMeasureSimon Brandhof2015-05-201-3/+1
|
* Remove Hibernate model PropertySimon Brandhof2015-05-201-39/+0
|
* Remove useless methods from MeasuresDaoSimon Brandhof2015-05-201-27/+0
|
* Remove Hibernate model SchemaMigrationSimon Brandhof2015-05-201-8/+14
|
* Delete DefaultPurgeTask and remove DefaultPeriodCleaner from batchSimon Brandhof2015-05-202-153/+9
|
* SONAR-6418 delete table GRAPHSSimon Brandhof2015-05-203-206/+0
|
* Fix creation of component keyJulien Lancelot2015-05-201-1/+1
|
* SONAR-6555 Drop design related features on batch sideJulien HENRY2015-05-191-4/+0
|
* Use StandardCharsets instead of Guava and commons-ioSimon Brandhof2015-05-151-6/+6
|
* Tests should not catch the exceptionDavid Gageot2015-05-131-14/+4
|
* Remove redundant throwsDavid Gageot2015-05-134-7/+7
|
* Useless codeDavid Gageot2015-05-122-20/+20
|
* SONAR-6517 fix loading of field Sonar-RequirePluginsSimon Brandhof2015-05-111-0/+3
|
* SONAR-6365 implement DB check in /api/system/statusSébastien Lesaint2015-05-111-0/+55
|
* Fix stability of PluginInfoTestSimon Brandhof2015-05-111-1/+1
|
* SONAR-6517 apply second feedbackSimon Brandhof2015-05-111-8/+27
|
* SONAR-6517 apply feedbackSimon Brandhof2015-05-113-81/+90
|
* SONAR-6370 isolate plugin classloader from coreSimon Brandhof2015-05-1119-422/+1001
|
* Redundant importsDavid Gageot2015-05-076-13/+0
|
* Redundant throws clause in testsDavid Gageot2015-05-0784-323/+323
|
* SONAR-6470 New Java WS to show a user's groupsJean-Baptiste Lievremont2015-05-071-11/+39
|
* SONAR-6458 Create FileDependencyDao to insert and select file dependenciesJulien Lancelot2015-04-303-78/+51
|
* SONAR-6453 Add columns in the dependencies tableJulien Lancelot2015-04-294-36/+36
|