aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
...
* | SONAR-8173 drop global permission "shareDashboard"Simon Brandhof2016-09-281-2/+0
| |
* | fixing quality flaws (mostly Java NIO slow methods usage)Sébastien Lesaint2016-09-281-6/+7
| |
* | Automatic merge from branch-6.1ssjenka2016-09-231-1/+1
|\| | | | | | | | | | | | | | | | | | | * origin/branch-6.1: Fix Javadoc of org.sonar.api.batch.sensor.highlighting.TypeOfText SONAR-5856 add wildcards help fix image paths update wording on quality profiles page SONAR-8021 fix "null" error SONAR-5856 fix default value for boolean fields
| * update wording on quality profiles pageStas Vilchik2016-09-221-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-09-191-1/+1
| |
| * [maven-release-plugin] prepare release 6.1-RC16.1-RC1David Rautureau2016-09-191-1/+1
| |
* | SONAR-8119 Correctly display rating conditions in quality gates and in ↵Stas Vilchik2016-09-221-0/+4
| | | | | | | | project dashboard
* | Prepare for next development iterationDavid Rautureau2016-09-191-1/+1
|/
* SONAR-8069 replace organisation by organizationTeryk Bellahsene2016-09-161-7/+7
|
* "Error Stacktrace" -> "Error Details"Stas Vilchik2016-09-161-2/+2
|
* Improve stability of ProgressLoggerTestSimon Brandhof2016-09-141-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)
* Merge branch 'branch-5.6'Stas Vilchik2016-09-131-0/+956
|\
| * SONAR-7897 Update measures on the Projects page (#1237)Stas Vilchik2016-09-131-0/+1
| |
| * SONAR-7955 add "x_of_y_shown" localization messageStas Vilchik2016-08-191-0/+1
| |
| * [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-07-251-1/+1
| |
| * [maven-release-plugin] prepare release 5.6.15.6.1David Rautureau2016-07-251-1/+1
| |
| * set next dev version to 5.6.1-SNAPSHOTTom2016-06-271-1/+1
| |
| * Update version to 5.6-SNAPSHOTTom2016-06-011-1/+1
| |
| * Release 5.65.6Tom2016-06-011-1/+1
| |
| * prepare for next development iteration on release branchTom2016-05-271-1/+1
| |
| * release 5.6-RC2Tom2016-05-271-1/+1
| |
| * prepare for next development iteration on release branchTom2016-05-201-1/+1
| |
| * Release 5.6-RC1Tom2016-05-201-1/+1
| |
* | Improve stability of ProgressLoggerTestSimon Brandhof2016-09-131-11/+18
| |
* | SONAR-6662 add ServerId to HTTP user agent of UPC clientSébastien Lesaint2016-09-122-5/+34
| |
* | SONAR-7851 add QProfileChangeDaoSimon Brandhof2016-09-122-0/+73
| |
* | SONAR-8047 Validate settings of type REGULAR_EXPRESSIONTeryk Bellahsene2016-09-121-0/+1
| |
* | SONAR-7980 apply feedbackStas Vilchik2016-09-121-2/+2
| |
* | SONAR-7980 apply feedbackStas Vilchik2016-09-091-1/+3
| |
* | SONAR-8070 Drop of "Comparison" featureJulien Lancelot2016-09-081-2/+0
| |
* | SONAR-7978 Add test email configuration form to the settings page (#1216)Stas Vilchik2016-09-061-1/+1
| |
* | SONAR-7980 Rewrite the "Licenses" page (#1207)Stas Vilchik2016-09-061-0/+9
| |
* | SONAR-8055 Declare emails configuration with PropertyDefinitionJulien Lancelot2016-09-061-0/+2
| |
* | SONAR-7678 server-side stateless settingsSimon Brandhof2016-09-062-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
* | SONAR-5856 Rewrite Settings page (#1163)Stas Vilchik2016-09-011-0/+15
| |
* | Update UI welcome message (#1194)n-b-sonar2016-09-011-4/+4
| | | | | | | | | | | | Update UI welcome message to put the focus in the Leak Period. Contribution by @n-b-sonar
* | SONAR-7846 Display error of a failing CE task in the background pageStas Vilchik2016-08-231-0/+4
| |
* | SONAR-7847 Add a way to see scanner context in the background pageStas Vilchik2016-08-231-0/+2
| |
* | SONAR-7848 Display task UUID in background page UIStas Vilchik2016-08-231-0/+3
| |
* | fix missing coverage on class CollectorsSébastien Lesaint2016-08-221-5/+102
| |
* | SONAR-7994 Clean up migration that feed local usersJulien Lancelot2016-08-181-8/+0
| |
* | SONAR-7963 Display duplications on new code (#1148)Stas Vilchik2016-08-171-0/+3
| |
* | SONAR-7951 Rename new duplicated lines metric to "Duplicated Lines on New Code"Julien Lancelot2016-08-161-2/+2
| |
* | SONAR-7957 Replace new ncloc by new linesJulien Lancelot2016-08-161-2/+2
| |
* | SONAR-7953 New metric « New Duplicated Lines (%) »Julien Lancelot2016-08-161-0/+2
| |
* | SONAR-7957 New metric « New Lines of Code »Teryk Bellahsene2016-08-131-1/+3
| |
* | SONAR-7919 apply feedbackStas Vilchik2016-08-121-0/+1
| |
* | SONAR-7952 New metric « Duplicated blocks on new code »Teryk Bellahsene2016-08-121-0/+2
| |
* | SONAR-7951 New metric « Duplicated lines on new code »Teryk Bellahsene2016-08-121-0/+2
| |
* | SONAR-7930 WS api/components/bulk_update_key dry run fails when invalid keyTeryk Bellahsene2016-08-122-1/+50
| |