aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7581 ability to have user login in access.logSimon Brandhof2016-08-065-30/+122
|
* SONAR-7943 WS api/qualitygates/deselect handles deselect by project uuid and ↵Teryk Bellahsene2016-08-057-46/+330
| | | | project key
* Temporarily disable Oracle ITsSimon Brandhof2016-08-051-25/+26
| | | | | QA infrastructure is too slow. Orchestrator startup fails on timeout.
* Fix minor Quality flawSimon Brandhof2016-08-051-2/+2
|
* SONAR-7924 WS api/qualitygates/select projectId parameter handles project id ↵Teryk Bellahsene2016-08-054-13/+49
| | | | and uuid
* Upgrade to sonar-packaging-m-p 1.17Simon Brandhof2016-08-051-1/+1
| | | | in order to use a version that is available on maven central
* SONAR-7903 buffer stream when saving and reading reportsSimon Brandhof2016-08-052-4/+10
|
* SONAR-7903 fix unit test on MSSQLSimon Brandhof2016-08-051-2/+2
|
* SONAR-7903 delete old reports from FSSimon Brandhof2016-08-053-0/+150
|
* SONAR-7903 Drop pending tasksSimon Brandhof2016-08-0512-15/+155
|
* SONAR-7903 persist analysis reports in dbSimon Brandhof2016-08-0537-576/+474
| | | | | instead of file system (data/ce/reports). That allows support of clustering.
* SONAR-7903 Upgrade PostgreSQL driver to 9.4.1209.jre7Simon Brandhof2016-08-051-1/+1
| | | | This is required for the support of PreparedStatement#setBinaryStream(int, InputStream)
* SONAR-7908 correctly close ES TransportClientSimon Brandhof2016-08-058-16/+106
| | | | | | | | | | | | | | | | | | | | | | in order to stop all the ES threads and to not generate Tomcat warnings: 2016.08.04 12:10:34 WARN web[o.a.c.l.WebappClassLoaderBase] The web application [ROOT] appears to have started a thread named [elasticsearch[Her][transport_client_worker][T#1]{New I/O worker #1}] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method) sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:198) sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:117) sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) org.jboss.netty.channel.socket.nio.SelectorUtil.select(SelectorUtil.java:68) org.jboss.netty.channel.socket.nio.AbstractNioSelector.select(AbstractNioSelector.java:434) org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:212) org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:89) org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178) org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108) org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) java.lang.Thread.run(Thread.java:745)
* Rename ResourceKeyUpdaterDao to ComponentKeyUpdaterDaoTeryk Bellahsene2016-08-0515-27/+27
|
* SONAR-7929 Create WS api/components/bulk_update_keyTeryk Bellahsene2016-08-0515-91/+758
|
* SONAR-7928 SONAR-4770 Create WS api/components/update_keyTeryk Bellahsene2016-08-0516-211/+782
|
* SONAR-7928 Update api/components descriptionTeryk Bellahsene2016-08-051-1/+2
|
* Automatic merge from branch-6.0David Rautureau2016-08-050-0/+0
|\ | | | | | | | | | | | | * origin/branch-6.0: prepare for next development iteration [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 6.0
| * prepare for next development iterationbranch-6.0David Rautureau2016-08-0353-53/+53
| |
| * [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-08-0325-26/+26
| |
| * [maven-release-plugin] prepare release 6.06.0David Rautureau2016-08-0325-26/+26
| |
* | SONAR-7933 WS api/navigation/component remove dashboard from json exampleTeryk Bellahsene2016-08-041-6/+0
| |
* | Delete unused org.sonar.home.cache.DeleteFileOnCloseInputStreamSimon Brandhof2016-08-041-84/+0
| |
* | Fix compatibility of ES with KOPFSimon Brandhof2016-08-041-1/+1
| | | | | | | | Only for DEV purpose !
* | SONAR-7908 add some assertions to ClusterTestSimon Brandhof2016-08-041-1/+3
| |
* | Improve stability of RestartTestSimon Brandhof2016-08-041-2/+2
| | | | | | | | | | JUnit timeout is too small when testing on DBs in QA environment.
* | Enable Oracle12c and PostgreSQL in QASimon Brandhof2016-08-035-10/+63
| |
* | SONAR-7908 rename property sonar.cluster.web.startupLeaderSimon Brandhof2016-08-033-6/+6
| | | | | | | | was sonar.cluster.startupLeader
* | SONAR-7908 add integration test on ES + web nodes in clusterSimon Brandhof2016-08-033-19/+88
| |
* | SONAR-7899 Fix sonar.cluster.startupLeader when local ES is enabledSimon Brandhof2016-08-032-2/+25
| |
* | SONAR-7908 ability to disable Elasticsearch processSimon Brandhof2016-08-0319-187/+329
| |
* | SONAR-7910 support sonar.cluster.web.disabledSimon Brandhof2016-08-039-55/+138
| |
* | SONAR-7909 support sonar.cluster.ce.disabledSimon Brandhof2016-08-032-1/+5
| |
* | Automatic merge from branch-6.0ssjenka2016-08-020-0/+0
|\| | | | | | | | | | | | | | | | | | | * origin/branch-6.0: SONAR-7945 Remove useless word in Issue widget (#1131) SONAR-7945 Remove useless word in Issue widget (#1131) Prepare for next development iteration [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 5.6.1 SONAR-7912 Highlight releasability rating in measure page of a view
| * Automatic merge from branch-5.6Teryk Bellahsene2016-08-020-0/+0
| |\ | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-5.6: SONAR-7945 Remove useless word in Issue widget (#1131) Prepare for next development iteration [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 5.6.1 SONAR-7912 Highlight releasability rating in measure page of a view
| | * SONAR-7945 Remove useless word in Issue widget (#1131)Evgeny Mandrikov2016-08-021-1/+0
| | | | | | | | | | | | This removes line, which was added accidentally in f661a14e2a03a44a9adfe18bb55f76754c9eabda.
| | * Prepare for next development iterationDavid Rautureau2016-07-2530-30/+30
| | |
| | * [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-07-2526-27/+27
| | |
| | * [maven-release-plugin] prepare release 5.6.15.6.1David Rautureau2016-07-2526-33/+30
| | |
| | * SONAR-7912 Highlight releasability rating in measure page of a viewStas Vilchik2016-07-211-1/+2
| | |
| * | SONAR-7945 Remove useless word in Issue widget (#1131)Evgeny Mandrikov2016-08-021-1/+0
| | | | | | | | | | | | This removes line, which was added accidentally in f661a14e2a03a44a9adfe18bb55f76754c9eabda.
* | | SONAR-7945 Remove useless word in Issue widget (#1131)Evgeny Mandrikov2016-08-021-1/+0
| | | | | | | | | | | | This removes line, which was added accidentally in f661a14e2a03a44a9adfe18bb55f76754c9eabda.
* | | Improve ServerIdGeneratorTestSimon Brandhof2016-08-022-29/+15
| | | | | | | | | | | | | | | * use assertJ * support offline build
* | | Refactor EsIndexerEnablerSimon Brandhof2016-08-022-27/+16
| | |
* | | Drop unused internal WS api/activities/searchSimon Brandhof2016-08-0212-487/+4
| | | | | | | | | | | | Replaced by api/qualityprofiles/changelog
* | | Drop unused class RubyQProfileActivityServiceSimon Brandhof2016-08-0110-400/+14
| | |
* | | SONAR-7899 Fix availability of startup metadata in settingsSimon Brandhof2016-08-015-18/+19
| | |
* | | Automatic merge from branch-6.0ssjenka2016-08-010-0/+0
|\| | | | | | | | | | | | | | | | | * origin/branch-6.0: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 6.0-RC2
| * | [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-07-2925-26/+26
| | |
| * | [maven-release-plugin] prepare release 6.0-RC26.0-RC2David Rautureau2016-07-2925-26/+26
| | |