aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6370 Shade and relocate Guava, GSON and Apache Commons into sonar-plugi...Simon Brandhof2015-05-281-0/+4
* Merge pull request #333 from ptoonen/masterSimon Brandhof2015-05-271-1/+1
|\
| * Fixed typoptoonen2015-05-271-1/+1
* | add module for Batch WSSébastien Lesaint2015-05-271-12/+0
* | add Module for ElasticSearch componentsSébastien Lesaint2015-05-271-0/+4
* | add Module concept to component managementSébastien Lesaint2015-05-271-0/+63
|/
* SONAR-6474 New WS to delete a groupJean-Baptiste Lievremont2015-05-2717-69/+160
* SONAR-6576 WS api/metrics/domains list all the available metric domains avail...Teryk Bellahsene2015-05-262-0/+10
* SONAR-6465 Apply feedback from PRJean-Baptiste Lievremont2015-05-261-3/+2
* SONAR-6465 Replace groupsCount by groupsJean-Baptiste Lievremont2015-05-265-26/+25
* SONAR-6465 Add groupsCount on users searchJean-Baptiste Lievremont2015-05-266-0/+91
* SONAR-6468 Restore unprivileged password changeJean-Baptiste Lievremont2015-05-261-0/+1
* SONAR-6472 New WS to create user groupsJean-Baptiste Lievremont2015-05-262-5/+3
* move metric related classes in a specific package - SONAR-6570Teryk Bellahsene2015-05-268-8/+33
* WS api/metrics/list - SONAR-6570Teryk Bellahsene2015-05-262-2/+12
* SONAR-6579 add support of gravatarsStas Vilchik2015-05-251-0/+15
* SONAR-6259 Do not assume that project exists at the begin of the compute engineJulien Lancelot2015-05-252-29/+5
* Add project name in compute report queueJulien Lancelot2015-05-252-2/+13
* SONAR-6471 Add new WS to search for user groupsJean-Baptiste Lievremont2015-05-228-8/+125
* SONAR-6567 disable extension point NotificationDispatcher in batchSimon Brandhof2015-05-228-3/+503
* SONAR-6259 Use component caches to get id or uuidJulien Lancelot2015-05-214-10/+19
* SONAR-6259 Persist components in dbJulien Lancelot2015-05-214-21/+71
* SONAR-5382 Drop Java WS client librarySimon Brandhof2015-05-211-4/+0
* SONAR-6278 Stop relying on graph to store testsJulien HENRY2015-05-2155-5617/+2
* Sanitize Hibernate model ManualMeasureSimon Brandhof2015-05-202-24/+1
* Remove Hibernate model PropertySimon Brandhof2015-05-204-210/+0
* Remove useless methods from MeasuresDaoSimon Brandhof2015-05-202-70/+5
* Remove Hibernate model SchemaMigrationSimon Brandhof2015-05-208-147/+28
* Delete DefaultPurgeTask and remove DefaultPeriodCleaner from batchSimon Brandhof2015-05-207-393/+12
* Move @BatchSide and @ServerSide to appropriate packagesSimon Brandhof2015-05-2041-76/+76
* SONAR-6562 bring back sonar-squid 4.1 as a runtime dependencySimon Brandhof2015-05-201-0/+5
* SONAR-6418 delete table GRAPHSSimon Brandhof2015-05-2018-681/+17
* refactor ServerComponents into multiple PlatformLevel classesSébastien Lesaint2015-05-201-6/+17
* Fix creation of component keyJulien Lancelot2015-05-202-7/+3
* SONAR-6555 Drop design related features on batch sideJulien HENRY2015-05-193-5/+4
* WS api/projects/delete delete project and associated data - SONAR-6528Teryk Bellahsene2015-05-191-11/+17
* SONAR-6517 merge sonar-deprecated into sonar-plugin-apiSimon Brandhof2015-05-191-14/+0
* SONAR-6517 remove dependency of sonar-plugin-api on picocontainerSimon Brandhof2015-05-191-0/+4
* use @Nonnull annotation in IdUuidPairsTeryk Bellahsene2015-05-191-2/+4
* refactoring - use select in method names in ComponentDaoTeryk Bellahsene2015-05-192-12/+12
* SONAR-6553 SONAR-6554 Drop the web part of the design spaceStas Vilchik2015-05-191-45/+0
* Remove BaseDao usage from ComponentDaoJulien Lancelot2015-05-183-20/+12
* Fix quality flawsSimon Brandhof2015-05-152-5/+3
* remove several hardcoded classpath in dao classesTeryk Bellahsene2015-05-159-22/+90
* provisioned and ghosts projects case insensitive when searching for a pattern...Teryk Bellahsene2015-05-151-4/+0
* WS api/projects/ghosts list ghost projects - SONAR-6527Teryk Bellahsene2015-05-152-2/+33
* Remove direct usage of System2.INSTANCE in constructorsSimon Brandhof2015-05-151-6/+1
* Use StandardCharsets instead of Guava and commons-ioSimon Brandhof2015-05-154-15/+22
* SONAR-6517 use thread context classloader as base classloader on batch sideSimon Brandhof2015-05-131-2/+5
* Tests should not catch the exceptionDavid Gageot2015-05-131-14/+4