Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-8456, SONAR-8906 Cleanup properties | Julien HENRY | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | SONAR-9014 Replace 'sonar.defaultGroup' setting usage by hardcoded 'sonar-users' | Julien Lancelot | 2017-04-13 | 1 | -1/+1 |
| | |||||
* | Drop unused property sonar.enableFileVariation | Simon Brandhof | 2017-04-11 | 1 | -1/+1 |
| | |||||
* | rename Collectors to MoreCollectors | Sébastien Lesaint | 2017-04-03 | 1 | -9/+9 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2017-03-13 | 1 | -41/+0 |
| | |||||
* | Clean-up sonar-testing-harness dependencies | Simon Brandhof | 2017-02-19 | 2 | -20/+23 |
| | | | | and decrease usages of Hamcrest | ||||
* | SONAR-8753 add hidden property sonar.organizations.createPersonalOrg | Sébastien Lesaint | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 52 | -104/+104 |
| | |||||
* | SONAR-8760 Define 'Cognitive Complexity' metric | Julien Lancelot | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | SONAR-8759 Rename setting "sonar.timemachine.period1" to "sonar.leak.period" | Julien Lancelot | 2017-02-10 | 1 | -36/+36 |
| | |||||
* | SONAR-8758 Remove settings related to periods 2 to 5 | Julien Lancelot | 2017-02-09 | 1 | -1/+1 |
| | |||||
* | SONAR-8208 Remove property "sonar.authenticator.createUser" | Julien Lancelot | 2017-02-06 | 1 | -19/+6 |
| | |||||
* | SONAR-7762 Remove remaing property definition | Julien Lancelot | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | SONAR-8610 Remove setting sonar.technicalDebt.hoursInDay | Julien Lancelot | 2017-02-02 | 1 | -1/+1 |
| | |||||
* | Refactor resources API | Duarte Meneses | 2017-01-27 | 2 | -8/+10 |
| | |||||
* | SONAR-8622 Lazily generate metadata for input files | Duarte Meneses | 2017-01-27 | 1 | -2/+4 |
| | |||||
* | SONAR-8701 Lines measures are computed using lines from CE Component | Julien Lancelot | 2017-01-27 | 1 | -1/+1 |
| | |||||
* | SONAR-8458 fix compatibility of locally-built plugins/SonarQube | Simon Brandhof | 2017-01-13 | 1 | -28/+57 |
| | |||||
* | Merge branch 'branch-6.2' | Sébastien Lesaint | 2016-12-06 | 1 | -1/+60 |
|\ | |||||
| * | SONAR-8332 fix broken thread safety of UUID generation | Sébastien Lesaint | 2016-12-06 | 1 | -1/+60 |
| | | |||||
* | | Revert "SONAR-8151 remove property category Organizations from UI for 6.2" | Sébastien Lesaint | 2016-12-01 | 1 | -1/+1 |
|/ | | | | This reverts commit ba3c13b388823a69e5821aa5d3006e3b1cc01923. | ||||
* | SONAR-8151 remove property category Organizations from UI for 6.2 | Sébastien Lesaint | 2016-11-17 | 1 | -1/+1 |
| | |||||
* | SONAR-8385 Provide an option to extend the landing page | Stas Vilchik | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | SONAR-8332 add HTTP request UID to WebServer logs | Sébastien Lesaint | 2016-11-15 | 1 | -0/+19 |
| | |||||
* | SONAR-8332 allow faster UUID generation with increment only change | Sébastien Lesaint | 2016-11-15 | 1 | -0/+52 |
| | | | | the 2 strategies (full new UUID or only increment changed) are exposed in new class UuidGeneratorImpl | ||||
* | Update some copyright headers to 2016 | Simon Brandhof | 2016-11-14 | 1 | -1/+1 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2016-11-12 | 1 | -7/+36 |
| | | | | | - missing tests for Protobuf - remove incorrect imports of org.elasticsearch.common.Strings | ||||
* | SONAR-8351 Send JSON payload over HTTP when project analysis is complete | Simon Brandhof | 2016-11-09 | 1 | -1/+1 |
| | |||||
* | SONAR-8351 Configure HTTP proxy URL from bootstrap process | Simon Brandhof | 2016-11-09 | 1 | -55/+5 |
| | | | | | | | Proxy is configured in conf/sonar.properties. The related properties are propagated to system properties by the first call to DefaultHttpDownloader. The correct approach is to directly configure the JVM properties when the bootstrap process creates web server and CE processes. | ||||
* | SONAR-8355 Remove property 'supportsMeasureFilters' from ResourceType API | Julien Lancelot | 2016-11-09 | 1 | -11/+0 |
| | |||||
* | SONAR-8281 Rework Sensor storage to merge multiple coverage reports | Julien HENRY | 2016-10-18 | 1 | -1/+1 |
| | |||||
* | make DefaultHttpDownloaderTest work on both Java 7 and Java 8 | Sébastien Lesaint | 2016-10-12 | 1 | -9/+14 |
| | |||||
* | Improve stability of ProgressLoggerTest | Simon Brandhof | 2016-09-14 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | in order to avoid : log_at_fixed_intervals(org.sonar.core.util.ProgressLoggerTest) java.util.ConcurrentModificationException: null at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901) at java.util.ArrayList$Itr.next(ArrayList.java:851) at org.sonar.api.internal.google.common.collect.AbstractMapBasedMultimap$WrappedCollection$WrappedIterator.next(AbstractMapBasedMultimap.java:486) at java.util.Spliterators$IteratorSpliterator.tryAdvance(Spliterators.java:1812) at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126) at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:498) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:152) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:464) at org.sonar.core.util.ProgressLoggerTest.hasInfoLog(ProgressLoggerTest.java:71) at org.sonar.core.util.ProgressLoggerTest.log_at_fixed_intervals(ProgressLoggerTest.java:44) | ||||
* | Improve stability of ProgressLoggerTest | Simon Brandhof | 2016-09-13 | 1 | -11/+18 |
| | |||||
* | SONAR-6662 add ServerId to HTTP user agent of UPC client | Sébastien Lesaint | 2016-09-12 | 1 | -2/+28 |
| | |||||
* | SONAR-7851 add QProfileChangeDao | Simon Brandhof | 2016-09-12 | 1 | -0/+37 |
| | |||||
* | SONAR-7678 server-side stateless settings | Simon Brandhof | 2016-09-06 | 2 | -17/+19 |
| | | | | | | | | | | | | | | | | | | | | * Settings class becomes abstract as multiple implementations are used. Can't become an interface for binary backward-compatibility of API * tests should use MapSettings, an in-memory implementation of Settings * web server uses a thread-specific cache of settings when processing HTTP requests * web server does not have a cache of settings during startup, except for the system settings loaded from sonar.properties * Compute Engine uses a thread-specific cache of settings when processing a task. Cache is clear at end of task. * some useless methods of PersistentSettings are removed | ||||
* | fix missing coverage on class Collectors | Sébastien Lesaint | 2016-08-22 | 1 | -5/+102 |
| | |||||
* | SONAR-7930 WS api/components/bulk_update_key dry run fails when invalid key | Teryk Bellahsene | 2016-08-12 | 1 | -1/+39 |
| | |||||
* | add Collectors.join(Joiner) | Sébastien Lesaint | 2016-07-21 | 1 | -0/+30 |
| | |||||
* | add index and uniqueIndex to Collectors | Sébastien Lesaint | 2016-07-21 | 1 | -8/+305 |
| | |||||
* | merge GuavaCollectors into Collectors and rename methods | Sébastien Lesaint | 2016-07-21 | 2 | -66/+39 |
| | |||||
* | SONAR-7755 deploy/plugins/index.txt should expose SonarLint compatibility | Julien HENRY | 2016-07-07 | 2 | -11/+21 |
| | |||||
* | SONAR-7727 Remove deprecated stuff from Resources API | Julien HENRY | 2016-07-05 | 1 | -1/+1 |
| | |||||
* | SONAR-7727 Remove deprecated metrics + methods on Settings | Julien HENRY | 2016-07-05 | 1 | -1/+1 |
| | |||||
* | Disable tests using symlink on Windows | Julien HENRY | 2016-07-05 | 1 | -0/+5 |
| | |||||
* | add collectors util classes in sonar-core | Sébastien Lesaint | 2016-07-04 | 2 | -0/+116 |
| | |||||
* | Move org.sonar.core.user classes outside sonar-db | Simon Brandhof | 2016-06-06 | 1 | -0/+286 |
| | |||||
* | SONAR-7635 Sanitize metric name and description in default l10n bundle and ↵ | Teryk Bellahsene | 2016-05-18 | 1 | -39/+70 |
| | | | | CoreMetrics | ||||
* | SONAR-7271 add "Server ID validated" to sysinfo page | Simon Brandhof | 2016-05-18 | 1 | -1/+0 |
| |