aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7994 Clean up migration that feed local usersJulien Lancelot2016-08-181-1/+1
|
* SONAR-7968 Create /api/settings/list_definitions WSJulien Lancelot2016-08-181-1/+1
|
* SONAR-7841 remove code to write CE task logsSébastien Lesaint2016-08-161-2/+0
|
* SONAR-7834 remove internal WS /api/ce/logsSébastien Lesaint2016-08-161-1/+0
|
* SONAR-7833 task start/stop logs in sonar.log only if DEBUG is enabledSébastien Lesaint2016-08-161-1/+1
| | | | | start log is always at DEBUG level stop log is at DEBUG level in case of success, at ERROR level in case of error
* SONAR-7833 task start/stop and step messages now go to ce_activity.logSébastien Lesaint2016-08-161-4/+2
|
* SONAR-7910 javadoc fixes in StartupBarrier and WebServerBarrierSébastien Lesaint2016-08-102-4/+4
|
* SONAR-7903 persist analysis reports in dbSimon Brandhof2016-08-051-3/+3
| | | | | instead of file system (data/ce/reports). That allows support of clustering.
* SONAR-7908 correctly close ES TransportClientSimon Brandhof2016-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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)
* SONAR-7908 ability to disable Elasticsearch processSimon Brandhof2016-08-033-5/+7
|
* SONAR-7910 support sonar.cluster.web.disabledSimon Brandhof2016-08-037-54/+132
|
* Refactor EsIndexerEnablerSimon Brandhof2016-08-022-27/+16
|
* Drop unused internal WS api/activities/searchSimon Brandhof2016-08-021-5/+0
| | | | Replaced by api/qualityprofiles/changelog
* Drop unused class RubyQProfileActivityServiceSimon Brandhof2016-08-011-1/+0
|
* Fix property sonar.core.startTimeSimon Brandhof2016-07-291-1/+3
|
* SONAR-7899 configure container of "startup followers"Simon Brandhof2016-07-292-11/+22
|
* SONAR-7899 Refactor server file systemSimon Brandhof2016-07-295-12/+47
| | | | | - new interface org.sonar.server.platform.ServerFileSystem - deprecate org.sonar.api.platform.Server#getDeployDir()
* Fix merge of branch-6.0Simon Brandhof2016-07-272-457/+477
|\
| * Improve org.sonar.api.SonarRuntimeSimon Brandhof2016-07-272-457/+477
| | | | | | | | | | | | | | | | | | | | | | | | * javadoc was not up-to-date * SensorContext has a single method #runtime() instead of #getRuntimeApiVersion() and #getRuntimeProduct() * deprecated SonarQubeVersion does not extend SonarRuntime * SonarRuntime becomes an interface. Implementation is org.sonar.api.internal.SonarRuntimeImpl for unit tests.
* | refactor computation package to make clean split between CE and taskSébastien Lesaint2016-07-212-4/+4
| |
* | Automatic merge from branch-6.0ssjenka2016-07-201-2/+1
|\| | | | | | | | | | | | | | | | | | | * origin/branch-6.0: do not display 0 on overview page when no profiles SONAR-7492 display rating tooltips on measures page Improve Authentication ITs SONAR-7761 Restore error in login page when not even privilege [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 6.0-RC1
| * [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-07-201-1/+1
| |
| * [maven-release-plugin] prepare release 6.0-RC16.0-RC1David Rautureau2016-07-201-3/+2
| |
* | prepare for next development iterationDavid Rautureau2016-07-201-1/+1
|/
* SONAR-7755 deploy/plugins/index.txt should expose SonarLint compatibilityJulien HENRY2016-07-072-5/+7
|
* SONAR-7751, SONAR-7756 SonarLint APIJulien HENRY2016-07-072-5/+5
|
* SONAR-7727 Remove deprecated stuff from Resources APIJulien HENRY2016-07-051-5/+0
|
* SONAR-7727 Remove some deprecated propertiesJulien HENRY2016-07-051-10/+10
|
* SONAR-7781 Delete sonar.security.savePassword propertyJulien Lancelot2016-06-291-10/+10
|
* Fix some Quality flawsSimon Brandhof2016-06-271-1/+1
|
* SONAR-7723 Create dao for perm_tpl_characteristicsTeryk Bellahsene2016-06-091-1/+1
|
* Move org.sonar.core.user classes outside sonar-dbSimon Brandhof2016-06-061-2/+2
|
* fix quality flaws: add @FunctionalInterface where applicableSébastien Lesaint2016-06-031-0/+1
|
* Automatic merge from branch-5.6Jenkins CI2016-05-271-1/+0
|\ | | | | | | | | | | | | | | | | * origin/branch-5.6: SONAR-7652 fix connection to SQL Azure Upgrade version of java 8 on Travis SONAR-7653 remove useless code SONAR-7653 remove Java option XX:MaxPermSize SONAR-7587 end of support of Java 7
| * SONAR-7653 remove useless codeSimon Brandhof2016-05-261-1/+0
| | | | | | | | | | | | JVM does not start if runtime version is not 1.8, so it's useless to check java version programmatically.
| * prepare for next development iteration on release branchTom2016-05-201-1/+1
| |
| * Release 5.6-RC1Tom2016-05-201-1/+1
| |
* | remove usage of deprecated methods of Guava ObjectsSébastien Lesaint2016-05-241-2/+2
| |
* | prepare for next development iterationTom2016-05-201-1/+1
|/
* Add definition of property sonar.jdbc.passwordSimon Brandhof2016-05-181-1/+1
| | | | so that its type is set to PropertyType.PASSWORD.
* Sanitize package org.sonar.server.searchSimon Brandhof2016-05-162-2/+3
| | | | | | Keep only deprecated classes in package org.sonar.server.search. Valid classes are moved to org.sonar.server.es.
* Automatic merge from branch-5.5Jenkins CI2016-04-253-89/+2
|\ | | | | | | | | | | * origin/branch-5.5: Remove useless CeDbClient Add PropertiesDao in CE container
| * Remove useless CeDbClientJulien Lancelot2016-04-253-89/+2
| | | | | | | | It's useless that DbClient return a ReadOnlyPropertiesDao, and it prevent any CE task to update a property
| * fixed version for 5.5-SNAPSHOTTom2016-04-111-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationTom2016-04-071-1/+1
| |
| * [maven-release-plugin] prepare release 5.5-RC15.5-RC1Tom2016-04-071-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationTom2016-04-071-1/+1
| |
| * [maven-release-plugin] prepare release 5.5Tom2016-04-071-3/+2
| |
* | Upgrade version to 5.6-SNAPSHOTTom2016-04-071-1/+1
|/
* SONAR-7436 replace JMX/RMI by HTTPSimon Brandhof2016-04-053-6/+17
|