aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | fix quality flawsStas Vilchik2015-06-182-29/+0
* | SONAR-6616 WS custom_measures/delete add category DbTestsTeryk Bellahsene2015-06-181-1/+4
* | SONAR-6610 WS custom_measures/create create a custom measureTeryk Bellahsene2015-06-1816-13/+895
* | update webStas Vilchik2015-06-1814-109/+156
* | SONAR-6582 Fix bug with permission checks in ServerUserSessionJean-Baptiste Lievremont2015-06-187-23/+21
* | SONAR-6582 Extract issue serialization classJean-Baptiste Lievremont2015-06-189-225/+448
* | SONAR-6582 Refactor serialization of users out of user search WSJean-Baptiste Lievremont2015-06-1817-111/+219
* | rename PlatformLanguageRepository to LanguageRepositoryImplSébastien Lesaint2015-06-183-10/+10
* | fix PlatformLanguageRepository injection error when there is no languageSébastien Lesaint2015-06-181-3/+6
* | MeasureRepository must enforce consistency of Measure and MetricSébastien Lesaint2015-06-182-11/+98
* | better name for Measure methods returning a builderSébastien Lesaint2015-06-188-91/+91
* | add NewMeasureBuilder overrides without data parameterSébastien Lesaint2015-06-182-5/+21
* | Merge pull request #381 from Bananeweizen/patch-1Simon Brandhof2015-06-171-1/+1
|\ \
| * | Update core.propertiesMichael Keppler2015-06-171-1/+1
| |/
* | SONAR-6588 Remove RuleFinder from batch bootstrap phaseSimon Brandhof2015-06-177-323/+5
* | SONAR-6588 Remove unused core components from batchSimon Brandhof2015-06-171-6/+0
* | Remove ability to get users from batchSimon Brandhof2015-06-1711-58/+47
* | Remove Hibernate entity "MeasureModel"Simon Brandhof2015-06-178-1068/+11
|/
* now fully cache measures from batch in MeasureRepositorySébastien Lesaint2015-06-171-54/+29
* SONAR-6570 use new api/metric/search for source viewerStas Vilchik2015-06-173-1845/+1353
* SONAR-6618 limit number of issues loaded in source viewerStas Vilchik2015-06-171-3/+2
* SONAR-6507 apply ui feedbackStas Vilchik2015-06-171-4/+5
* SONAR-6602 make ui more consistent with users pageStas Vilchik2015-06-171-3/+9
* refactor server for web testsStas Vilchik2015-06-178-137/+160
* fix broken CI build on travisSébastien Lesaint2015-06-171-0/+1
* use Sonarsource's repo travis-utils and use v2.1Sébastien Lesaint2015-06-172-2/+2
* temporarily disabled POSTGRES jobSébastien Lesaint2015-06-171-1/+1
* attempt to fix travis script missing $4 variableSébastien Lesaint2015-06-171-2/+2
* SONAR-6640 bug fixesStas Vilchik2015-06-165-63/+20
* fix update of Measure from batch not support by MeasureRepositorySébastien Lesaint2015-06-162-1/+16
* fix minor quality flawsSébastien Lesaint2015-06-163-2/+29
* a little more coverage on ComputeEngineContainerImplTestSébastien Lesaint2015-06-161-0/+7
* Allow to insert multiple dtos at the same times for some daosJulien Lancelot2015-06-169-52/+208
* SONAR-6640 fix the name of a commit buttonStas Vilchik2015-06-163-3/+3
* Use Version 2 of TravisCI toolbeltDavid Gageot2015-06-162-5/+4
* Use version 1 of TravisCI toolbeltDavid Gageot2015-06-161-1/+1
* SONAR-6574 remove routes to RoR WS api/metrics/*Teryk Bellahsene2015-06-161-5/+0
* Increase some timeouts in testsSimon Brandhof2015-06-164-4/+6
* SONAR-6640 redesign login screenStas Vilchik2015-06-166-108/+183
* id should not be checked when creating new entry in db in DbUnitJulien Lancelot2015-06-161-1/+1
* SONAR-6620 add MeasureRepository.update methodSébastien Lesaint2015-06-153-16/+112
* SONAR-6620 Measure can actually be immutableSébastien Lesaint2015-06-158-158/+252
* SONAR-6620 add methods to get a Measure for a rule or a characteristicSébastien Lesaint2015-06-153-33/+219
* fix minor flaws in Characteristic classSébastien Lesaint2015-06-152-10/+5
* fix missing package-info in computation/debtSébastien Lesaint2015-06-151-0/+24
* SONAR-6639 redesign migration page, step 1Stas Vilchik2015-06-1525-55/+213
* SONAR-6620 Condition should expose operator as an enumSébastien Lesaint2015-06-154-18/+52
* SONAR-6620 remove MeasureImpl and make Measure a final classSébastien Lesaint2015-06-1510-395/+382
* add Measure#equals definition and improve javadoc of MeasureRepository methodsSébastien Lesaint2015-06-154-9/+59
* SONAR-6620 replace MetricCache by MetricRepository everywhereSébastien Lesaint2015-06-155-129/+12