Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-7581 ability to have user login in access.log | Simon Brandhof | 2016-08-06 | 5 | -30/+122 |
| | |||||
* | SONAR-7943 WS api/qualitygates/deselect handles deselect by project uuid and ↵ | Teryk Bellahsene | 2016-08-05 | 7 | -46/+330 |
| | | | | project key | ||||
* | Temporarily disable Oracle ITs | Simon Brandhof | 2016-08-05 | 1 | -25/+26 |
| | | | | | QA infrastructure is too slow. Orchestrator startup fails on timeout. | ||||
* | Fix minor Quality flaw | Simon Brandhof | 2016-08-05 | 1 | -2/+2 |
| | |||||
* | SONAR-7924 WS api/qualitygates/select projectId parameter handles project id ↵ | Teryk Bellahsene | 2016-08-05 | 4 | -13/+49 |
| | | | | and uuid | ||||
* | Upgrade to sonar-packaging-m-p 1.17 | Simon Brandhof | 2016-08-05 | 1 | -1/+1 |
| | | | | in order to use a version that is available on maven central | ||||
* | SONAR-7903 buffer stream when saving and reading reports | Simon Brandhof | 2016-08-05 | 2 | -4/+10 |
| | |||||
* | SONAR-7903 fix unit test on MSSQL | Simon Brandhof | 2016-08-05 | 1 | -2/+2 |
| | |||||
* | SONAR-7903 delete old reports from FS | Simon Brandhof | 2016-08-05 | 3 | -0/+150 |
| | |||||
* | SONAR-7903 Drop pending tasks | Simon Brandhof | 2016-08-05 | 12 | -15/+155 |
| | |||||
* | SONAR-7903 persist analysis reports in db | Simon Brandhof | 2016-08-05 | 37 | -576/+474 |
| | | | | | instead of file system (data/ce/reports). That allows support of clustering. | ||||
* | SONAR-7903 Upgrade PostgreSQL driver to 9.4.1209.jre7 | Simon Brandhof | 2016-08-05 | 1 | -1/+1 |
| | | | | This is required for the support of PreparedStatement#setBinaryStream(int, InputStream) | ||||
* | SONAR-7908 correctly close ES TransportClient | Simon Brandhof | 2016-08-05 | 8 | -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 ComponentKeyUpdaterDao | Teryk Bellahsene | 2016-08-05 | 15 | -27/+27 |
| | |||||
* | SONAR-7929 Create WS api/components/bulk_update_key | Teryk Bellahsene | 2016-08-05 | 15 | -91/+758 |
| | |||||
* | SONAR-7928 SONAR-4770 Create WS api/components/update_key | Teryk Bellahsene | 2016-08-05 | 16 | -211/+782 |
| | |||||
* | SONAR-7928 Update api/components description | Teryk Bellahsene | 2016-08-05 | 1 | -1/+2 |
| | |||||
* | Automatic merge from branch-6.0 | David Rautureau | 2016-08-05 | 0 | -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.0 | David Rautureau | 2016-08-03 | 53 | -53/+53 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | David Rautureau | 2016-08-03 | 25 | -26/+26 |
| | | |||||
| * | [maven-release-plugin] prepare release 6.06.0 | David Rautureau | 2016-08-03 | 25 | -26/+26 |
| | | |||||
* | | SONAR-7933 WS api/navigation/component remove dashboard from json example | Teryk Bellahsene | 2016-08-04 | 1 | -6/+0 |
| | | |||||
* | | Delete unused org.sonar.home.cache.DeleteFileOnCloseInputStream | Simon Brandhof | 2016-08-04 | 1 | -84/+0 |
| | | |||||
* | | Fix compatibility of ES with KOPF | Simon Brandhof | 2016-08-04 | 1 | -1/+1 |
| | | | | | | | | Only for DEV purpose ! | ||||
* | | SONAR-7908 add some assertions to ClusterTest | Simon Brandhof | 2016-08-04 | 1 | -1/+3 |
| | | |||||
* | | Improve stability of RestartTest | Simon Brandhof | 2016-08-04 | 1 | -2/+2 |
| | | | | | | | | | | JUnit timeout is too small when testing on DBs in QA environment. | ||||
* | | Enable Oracle12c and PostgreSQL in QA | Simon Brandhof | 2016-08-03 | 5 | -10/+63 |
| | | |||||
* | | SONAR-7908 rename property sonar.cluster.web.startupLeader | Simon Brandhof | 2016-08-03 | 3 | -6/+6 |
| | | | | | | | | was sonar.cluster.startupLeader | ||||
* | | SONAR-7908 add integration test on ES + web nodes in cluster | Simon Brandhof | 2016-08-03 | 3 | -19/+88 |
| | | |||||
* | | SONAR-7899 Fix sonar.cluster.startupLeader when local ES is enabled | Simon Brandhof | 2016-08-03 | 2 | -2/+25 |
| | | |||||
* | | SONAR-7908 ability to disable Elasticsearch process | Simon Brandhof | 2016-08-03 | 19 | -187/+329 |
| | | |||||
* | | SONAR-7910 support sonar.cluster.web.disabled | Simon Brandhof | 2016-08-03 | 9 | -55/+138 |
| | | |||||
* | | SONAR-7909 support sonar.cluster.ce.disabled | Simon Brandhof | 2016-08-03 | 2 | -1/+5 |
| | | |||||
* | | Automatic merge from branch-6.0 | ssjenka | 2016-08-02 | 0 | -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.6 | Teryk Bellahsene | 2016-08-02 | 0 | -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 Mandrikov | 2016-08-02 | 1 | -1/+0 |
| | | | | | | | | | | | | This removes line, which was added accidentally in f661a14e2a03a44a9adfe18bb55f76754c9eabda. | ||||
| | * | Prepare for next development iteration | David Rautureau | 2016-07-25 | 30 | -30/+30 |
| | | | |||||
| | * | [maven-release-plugin] prepare for next development iteration | David Rautureau | 2016-07-25 | 26 | -27/+27 |
| | | | |||||
| | * | [maven-release-plugin] prepare release 5.6.15.6.1 | David Rautureau | 2016-07-25 | 26 | -33/+30 |
| | | | |||||
| | * | SONAR-7912 Highlight releasability rating in measure page of a view | Stas Vilchik | 2016-07-21 | 1 | -1/+2 |
| | | | |||||
| * | | SONAR-7945 Remove useless word in Issue widget (#1131) | Evgeny Mandrikov | 2016-08-02 | 1 | -1/+0 |
| | | | | | | | | | | | | This removes line, which was added accidentally in f661a14e2a03a44a9adfe18bb55f76754c9eabda. | ||||
* | | | SONAR-7945 Remove useless word in Issue widget (#1131) | Evgeny Mandrikov | 2016-08-02 | 1 | -1/+0 |
| | | | | | | | | | | | | This removes line, which was added accidentally in f661a14e2a03a44a9adfe18bb55f76754c9eabda. | ||||
* | | | Improve ServerIdGeneratorTest | Simon Brandhof | 2016-08-02 | 2 | -29/+15 |
| | | | | | | | | | | | | | | | * use assertJ * support offline build | ||||
* | | | Refactor EsIndexerEnabler | Simon Brandhof | 2016-08-02 | 2 | -27/+16 |
| | | | |||||
* | | | Drop unused internal WS api/activities/search | Simon Brandhof | 2016-08-02 | 12 | -487/+4 |
| | | | | | | | | | | | | Replaced by api/qualityprofiles/changelog | ||||
* | | | Drop unused class RubyQProfileActivityService | Simon Brandhof | 2016-08-01 | 10 | -400/+14 |
| | | | |||||
* | | | SONAR-7899 Fix availability of startup metadata in settings | Simon Brandhof | 2016-08-01 | 5 | -18/+19 |
| | | | |||||
* | | | Automatic merge from branch-6.0 | ssjenka | 2016-08-01 | 0 | -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 iteration | David Rautureau | 2016-07-29 | 25 | -26/+26 |
| | | | |||||
| * | | [maven-release-plugin] prepare release 6.0-RC26.0-RC2 | David Rautureau | 2016-07-29 | 25 | -26/+26 |
| | | |