]> source.dussan.org Git - sonarqube.git/commit
Automatic merge from branch-5.4
authorJenkins CI <ci@sonarsource.com>
Thu, 25 Feb 2016 07:01:47 +0000 (08:01 +0100)
committerJenkins CI <ci@sonarsource.com>
Thu, 25 Feb 2016 07:01:47 +0000 (08:01 +0100)
commit09f8c753053dbe6e3d70a42a7b59ba49c2991da2
treed9e0928ed29769ccde92e6ec3c01960b26f1da52
parent5413b494f1ea49e6eb30a7e46fd89a3e35fd567b
parentd1fadbe08865e7bb38c7a278148053e793422818
Automatic merge from branch-5.4

* origin/branch-5.4:
  SONAR-7384 ensure no thread can await its own termination in Monitor
  SONAR-7316 do not create a builder for each changeset
  SONAR-7316 DbScmInfo should use a single ChangeSet object per revision
  SONAR-7316 use String.intern to store ChangeSet#revision
  SONAR-7316 Use String.intern to store author in ChangeSet
  fix widgets resizing on the overview page
server/sonar-web/src/main/js/apps/overview/components/complexity-distribution.js
server/sonar-web/src/main/js/apps/overview/components/domain-bubble-chart.js
server/sonar-web/src/main/js/apps/overview/components/domain-timeline.js
server/sonar-web/src/main/js/apps/overview/components/ncloc-distribution.js