aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6341 make it possible to bulk delete provisioned projectsStas Vilchik2015-06-0813-3/+308
* SONAR-6572 WS metrics/update fix error message when updating with an existing...Teryk Bellahsene2015-06-082-2/+4
* SONAR-6626 drop Google Chart API (emulated by JFreeChart Eastwood)Simon Brandhof2015-06-084-19/+0
* SONAR-6567 clean-up some useless javadocSimon Brandhof2015-06-085-35/+7
* SONAR-6567 move notifications from sonar-core to sonar-serverSimon Brandhof2015-06-0834-54/+898
* SONAR-6568 remove events from batchSimon Brandhof2015-06-082-62/+6
* SONAR-6570 WS metrics/search count take into account the isCustom propertyTeryk Bellahsene2015-06-082-5/+5
* SONAR-6570 WS metrics/search add type object with key and name in responseTeryk Bellahsene2015-06-083-22/+47
* SONAR-6570 WS metrics/search conform to guidelines namingTeryk Bellahsene2015-06-082-2/+2
* SONAR-6602 apply feedback for groups pageStas Vilchik2015-06-085-3/+20
* SONAR-6616 WS custom_measures/deleteTeryk Bellahsene2015-06-0811-7/+458
* Improve MetricsWs unit testTeryk Bellahsene2015-06-081-3/+22
* SONAR-6581 fix deletion of provisioned projectStas Vilchik2015-06-082-4/+4
* Replace usage of SLF4J by SQ Log in AddNewCharacteristicsSimon Brandhof2015-06-081-3/+3
* add missing @Category(DbTests.class)Teryk Bellahsene2015-06-081-1/+4
* SONAR-6572 WS metrics/update clean error message when trying to update with a...Teryk Bellahsene2015-06-082-6/+25
* fix ui glitchesStas Vilchik2015-06-055-11/+19
* drop trend iconsStas Vilchik2015-06-051-33/+0
* use svg icons for severities, statuses and qualifiersStas Vilchik2015-06-058-106/+57
* Fix Email settings consoleSimon Brandhof2015-06-051-2/+2
* SONAR-6572 ws metrics/update update an existing custom metricTeryk Bellahsene2015-06-057-2/+443
* SONAR-6571 ws metrics/create return id in string formTeryk Bellahsene2015-06-052-2/+2
* SONAR-6610 selectByComponentId for Custom MeasuresTeryk Bellahsene2015-06-055-8/+28
* fix bunch a 'Make 'XXX' a static method' issuesTeryk Bellahsene2015-06-0519-59/+103
* Fix quality flawsSimon Brandhof2015-06-053-8/+13
* Remove System2 dependency from SnapshotDao as it's not its responsability to ...Julien Lancelot2015-06-059-33/+11
* SONAR-6370 fix quality flawsSimon Brandhof2015-06-057-87/+80
* SONAR-6370 Remove usage of sonar-java-api from batch and serverSimon Brandhof2015-06-051-4/+0
* SONAR-6370 fix classpath with core libs like SLF4JSimon Brandhof2015-06-051-1/+1
* SONAR-6370 remove concept of core pluginSimon Brandhof2015-06-058-103/+29
* SONAR-6370 merge sonar-email-notifications-plugin into server moduleSimon Brandhof2015-06-057-0/+713
* SONAR-6370 isolate plugin classloader from core classesSimon Brandhof2015-06-057-38/+28
* fix Benchmark tests after ServerTester optimisationSébastien Lesaint2015-06-052-2/+2
* SONAR-6569 fix QG event computationSébastien Lesaint2015-06-043-4/+15
* Fix query on MySQLJulien Lancelot2015-06-041-1/+1
* SONAR-6606 drop origin column from metrics tableTeryk Bellahsene2015-06-0421-54/+61
* 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-6568 SONAR-6569 persist CE events to DBSébastien Lesaint2015-06-042-38/+73
* SONAR-6569 fix MeasureRepositoryImpl.findCurrent when there is noneSébastien Lesaint2015-06-041-7/+7
* 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
* SONAR-6595 show error message when activate a rule with a parameter is set to...Stas Vilchik2015-06-042-15/+19
* SONAR-5892 make it possible to select issues to bulk changeStas Vilchik2015-06-0412-18/+2409
* SONAR-6574 remove the old RoR api/metrics/* WSTeryk Bellahsene2015-06-041-129/+0
* SONAR-6571 ws metrics/create change update conditions relating to metric type...Teryk Bellahsene2015-06-043-15/+53
* Fix performance issue because the report was in memory, now the report is rea...Julien Lancelot2015-06-041-20/+31