]> source.dussan.org Git - sonarqube.git/shortlog
sonarqube.git
2017-09-12 Simon BrandhofSONAR-9616 add WS api/project_branches/list
2017-09-12 Simon BrandhofSONAR-9616 do not handle issues and file sources when...
2017-09-12 Simon BrandhofSONAR-9616 index the issues part of a non-main branch
2017-09-12 Simon BrandhofSONAR-9616 remove useless SQL join when indexing issues
2017-09-12 Simon BrandhofSONAR-9616 do not index branches in ES indices componen...
2017-09-12 Simon BrandhofSONAR-9616 add branch to CE API and webhook JSON payload
2017-09-12 Simon BrandhofSONAR-9616 compute engine backend to support branches
2017-09-12 Simon BrandhofSONAR-9616 UserSession uses project to check permission...
2017-09-12 Simon BrandhofSONAR-9616 decrease coupling with component keys
2017-09-12 Simon BrandhofBring 6.6-SNAPSHOT back
2017-09-12 Simon BrandhofRelease 6.6-M1
2017-09-12 Simon BrandhofDisable incremental analysis from Travis
2017-09-12 Simon BrandhofFix Quality flaws
2017-09-11 Simon BrandhofFix Quality flaws
2017-09-11 Simon BrandhofSONAR-5681 drop ES indices on DB vendor/schema change
2017-09-11 Eric HartmannFix TestIndexer resiliency
2017-09-11 Eric HartmannFix quality flaws
2017-09-11 Eric HartmannFix quality flaws
2017-09-11 Eric HartmannFix quality flaws
2017-09-11 Teryk BellahseneImprove code coverage of TelemetryDaemon
2017-09-11 Teryk BellahseneFix quality flaws
2017-09-11 Sébastien LesaintSONAR-9796 map with predictive order must be used for... 2487/head
2017-09-11 Sébastien LesaintSONAR-9796 remove max size limit on index field Tests...
2017-09-11 Sébastien LesaintSONAR-9796 add KeywordFieldBuilder#disableSortingAndAgg...
2017-09-11 Teryk BellahseneTrigger a full analysis for every build number ending...
2017-09-11 Daniel Schwarzremove obsolete elasticsearch.yml
2017-09-11 Daniel SchwarzAdd test for EsProcessMonitor
2017-09-11 Teryk BellahseneSONAR-9181 Drop BulkDeleteRequest
2017-09-11 Teryk BellahseneSONAR-9181 WS bulk_apply_template accepts the parameter...
2017-09-11 Teryk BellahseneSONAR-9181 WS bulk_apply_template accepts several quali...
2017-09-11 Stas VilchikSONAR-9181 bulk delete projects or bulk apply template...
2017-09-11 Stas VilchikSONAR-4566 Identify old project on projects management...
2017-09-11 Stas VilchikSONAR-8693 Do not allow to filter portfolios or applica...
2017-09-11 Stas VilchikSONAR-9784 Drop ghosts tab on projects management page
2017-09-11 Stas VilchikSONAR-9784 rewrite projects management page
2017-09-11 Teryk BellahseneSONAR-9181 WS api/projects/bulk_delete accepts the...
2017-09-11 Teryk BellahseneSONAR-9181 Sanitize json example filenames of api/proje...
2017-09-11 Teryk BellahseneSONAR-9181 ProjectWsSupport has dependency on DefaultOr...
2017-09-11 Teryk BellahseneSONAR-9181 WS api/projects/search search by component...
2017-09-11 Teryk BellahseneSONAR-9181 Deprecate WS api/projects/ghosts
2017-09-11 Teryk BellahseneSONAR-9181 Make WS api/projects/search public
2017-09-11 Teryk BellahseneSONAR-9181 Deprecate WS api/projects/provisioned
2017-09-11 Teryk BellahseneSONAR-9181 WS api/projects/provisioned relies on Compon...
2017-09-11 Teryk BellahseneSONAR-9181 WS api/projects/search filters on provisione...
2017-09-11 Teryk BellahseneSONAR-9181 IT to search for provisioned projects
2017-09-11 Teryk BellahseneSONAR-8640 WS api/projects/search query on key does...
2017-09-11 Teryk BellahseneFix 'q' parameter documentation for WS api/components...
2017-09-11 Teryk BellahseneSONAR-4566 Search old projects in WS api/projects/search
2017-09-11 Teryk BellahseneExplicit difference between api/projects/search and...
2017-09-08 Simon BrandhofDrop unused method SqlStatement#setBytes()
2017-09-08 Simon BrandhofAdd missing unit tests
2017-09-07 Simon BrandhofSONAR-9763 drop Oracle columns with SET UNUSED
2017-09-07 Simon BrandhofSONAR-9763 remove double join in DB migration 1267
2017-09-07 Duarte MenesesSONAR-9664 Apply feedback
2017-09-07 Julien HENRYSONAR-9664 Add IT for custom rules backdating
2017-09-07 Julien HENRYSONAR-9694 Consider all issue's locations when backdating
2017-09-07 Julien HENRYSONAR-9664 Backdate new issues of custom rules plugin...
2017-09-07 Julien HENRYClean IT logs
2017-09-07 Julien HENRYSONAR-9661 Add IT for issue backdating on plugin update
2017-09-07 Julien HENRYUpdate scanner report viewer to show QP and plugins
2017-09-07 Julien HENRYSONAR-9663 Backdate new issues when rule's plugin was...
2017-09-07 Julien HENRYSONAR-9679 Add plugins and their updated_at date to...
2017-09-07 Julien HENRYSONAR-9684 Add changelog
2017-09-07 Julien HENRYSONAR-9684 Use api/plugins/installed to load plugins
2017-09-07 Julien HENRYSONAR-8576 Make WS api/plugins/installed usable by...
2017-09-07 Julien HENRYSONAR-9662 Store plugin hash + last modification date
2017-09-07 Julien HENRYSONAR-9662 Create "plugins" table
2017-09-07 Julien HENRYImprove test isolation
2017-09-07 Julien HENRYSONAR-9672 Store the link between a rule and the plugin...
2017-09-06 Julien LancelotFix quality flaws
2017-09-06 Daniel SchwarzSONAR-5870 improve rule text search
2017-09-06 Julien LancelotImprove QualityGate ITs
2017-09-06 Julien LancelotAdd missing QualityGateOnRatingMeasuresTest in Category...
2017-09-06 Julien LancelotAdd QGateTester to clean quality gates between each IT
2017-09-05 Julien LancelotSONAR-9426 Move migration class into correct package
2017-09-05 Simon BrandhofFix Quality flaws
2017-09-05 Eric HartmannMake HazelcastClusterTest more robust.
2017-09-05 Simon BrandhofSONAR-9712 app node can index when ES is yellow
2017-09-05 Simon BrandhofSONAR-9712 sonar.auth.jwtBase64Hs256Secret is mandatory...
2017-09-05 Eric HartmannSONAR-9715 Implement a delay for finishing task in...
2017-09-05 Simon BrandhofSONAR-9715 use realistic JSW timouts
2017-09-05 Simon BrandhofSONAR-9715 improve documentation of process management
2017-09-05 Daniel SchwarzSONAR-9715 remove unused "pause" mode for the compute...
2017-09-05 Eric HartmannSONAR-6966 Implement node name for Hazelcast
2017-09-05 Daniel SchwarzSONAR-6966 let the user define node names in sonar...
2017-09-05 Daniel SchwarzSONAR-9738 Fail if the cluster name differs from node...
2017-09-05 Eric HartmannReduce memory for Elasticsearch to 128M for ITs
2017-09-05 Daniel SchwarzSONAR-9715 Implement pause mechanism during shutdown
2017-09-05 Daniel SchwarzSONAR-9714 Pass Elasticsearch settings in a yaml file
2017-09-05 Eric HartmannSONAR-9731 Update clustering property names
2017-09-05 Eric HartmannSONAR-9713 Allow to upgrade a cluster without stopping...
2017-09-05 Eric HartmannSONAR-9712 reduce types of cluster nodes to only: appli...
2017-09-05 Eric HartmannSONAR-9712 Upgrade Hazelcast to 3.8.4
2017-09-05 Eric HartmannAdd ITs on cluster
2017-09-05 Daniel Schwarzremove obsolete dependency to sonar-process in sonar...
2017-09-05 Sébastien LesaintSONAR-9590 fix jvm.options file in temp directory not...
2017-09-05 Sébastien LesaintSONAR-9590 add EsFileSystem class
2017-09-05 Sébastien LesaintSONAR-9590 rename sonar-process-monitor to sonar-main
2017-09-05 Sébastien Lesaintadd warning to sonar.properties about ES Virtual Memory...
2017-09-05 Sébastien LesaintSONAR-9590 only heap and heap dump options are now...
next