aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix 's' parameter descriptionJulien Lancelot2015-07-101-1/+1
* | | Use JDK 7 in Travis-ciSimon Brandhof2015-07-091-1/+1
* | | Automatic merge from branch-5.1Jenkins CI2015-07-092-12/+25
|\| |
| * | SONAR-6706 org.sonar.api.rules.ActiveRule.getRule().getTemplate() is always n...Simon Brandhof2015-07-092-12/+25
| |/
* | SONAR-6704 Exclude the scm-stats plugin from preview analysisSimon Brandhof2015-07-091-1/+3
* | Fix travis.sh scriptDavid Gageot2015-07-091-1/+2
* | Fix travis.sh scriptDavid Gageot2015-07-091-2/+2
* | Use latest travis-utilsDavid Gageot2015-07-091-54/+2
* | SONAR-6677 remove coverage Decorators from batchSébastien Lesaint2015-07-0920-1758/+1
* | SONAR-6677 add CoverageMeasuresStep to compute coverage measuresSébastien Lesaint2015-07-0921-0/+1506
* | add missing package-info in formula/counter packageSébastien Lesaint2015-07-091-0/+24
* | MeasureRepoEntry must compare variations value rounded to 1 decimalSébastien Lesaint2015-07-091-1/+21
* | methods specific to MeasureRepositoryRule should return thisSébastien Lesaint2015-07-091-3/+9
* | Measure and MeasureVariation must not accept NaNSébastien Lesaint2015-07-094-17/+105
* | add Component to contexts in Formula APISébastien Lesaint2015-07-0913-85/+222
* | improve MeasureVariation.BuilderSébastien Lesaint2015-07-092-8/+64
* | fix VariationValue, avoid the int index pitfall by using the Period class dir...Sébastien Lesaint2015-07-0910-54/+717
* | add FormulaExecutorComponentVisitor + variation aggregation supportSébastien Lesaint2015-07-0917-443/+952
* | ComputationStepsTest now use StepsExplorer instead of duplicating codeSébastien Lesaint2015-07-093-46/+42
* | small javadoc improvement on Period.getIndex()Sébastien Lesaint2015-07-091-0/+3
* | fix generics declaration in Counter and FormulaSébastien Lesaint2015-07-091-1/+1
* | Fix issue tracking when comparing only hash of lineSimon Brandhof2015-07-091-1/+1
* | Fix travis.sh to execute db tests on mysql and postgresSimon Brandhof2015-07-082-3/+55
* | Move ComponentDao from sonar-server to sonar-dbJulien Lancelot2015-07-08144-1083/+776
* | Remove SearchOptions from ComponentDaoJulien Lancelot2015-07-086-22/+20
* | Remove NotFoundExpection from ComponentDaoJulien Lancelot2015-07-0875-755/+881
* | SONAR-6701 - Drop the db table SEMAPHORESSimon Brandhof2015-07-0826-1040/+32
* | SONAR-6661 drop the old update centerStas Vilchik2015-07-0812-730/+58
* | SONAR-6697 show updated date if availableStas Vilchik2015-07-081-1/+5
* | SONAR-6697 filter available metricsStas Vilchik2015-07-086-11/+120
* | SONAR-6697 add testsStas Vilchik2015-07-089-1/+681
* | SONAR-6697 add new custom measures pageStas Vilchik2015-07-0825-1/+564
* | SONAR-6615 add metric name and domain to the mandatory response listStas Vilchik2015-07-081-1/+1
* | Removed PR Analysis from travistomverin2015-07-081-1/+0
* | Minor - fix log in PluginInfoSimon Brandhof2015-07-071-1/+1
* | transition coding rules web testsStas Vilchik2015-07-077-141/+1263
* | FIX race condition on LogbackHelperDavid Gageot2015-07-072-14/+14
* | Reset logback after testDavid Gageot2015-07-071-0/+9
* | It's not faster and might cause flakinessDavid Gageot2015-07-071-1/+1
* | cache npm dependencies on travisStas Vilchik2015-07-071-0/+3
* | Attempt to remove false-positive on LogbackHelperTestSimon Brandhof2015-07-071-0/+12
* | Replace usage of new DbTester() and AbstractDaoTestCase by DbTester.create(Sy...Julien Lancelot2015-07-07105-1080/+551
* | Refactor dao unit tests to use DbTester.create(System2)Julien Lancelot2015-07-0779-1936/+1230
* | fix quality flawsStas Vilchik2015-07-071-1/+1
* | SONAR-6078 fix tooltips on issues home pageStas Vilchik2015-07-071-2/+9
* | SONAR-6661 apply feedbackStas Vilchik2015-07-078-7/+35
* | Test should be less flaky nowDavid Gageot2015-07-071-13/+8
* | FIX Redundant throws clauseDavid Gageot2015-07-0797-307/+307
* | Migrate assert to AssertJDavid Gageot2015-07-071-2/+2
* | Unused importsDavid Gageot2015-07-07118-122/+3