aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-8355 Remove property 'supportsMeasureFilters' from ResourceType APIJulien Lancelot2016-11-092-18/+0
|
* SONAR-8355 Remove rails code related to measure filtersJulien Lancelot2016-11-091-82/+0
|
* SONAR-8354 Clean rails code related to dashboardsJulien Lancelot2016-11-091-371/+1
|
* SONAR-8376 Do not display issue filters and drop management pageStas Vilchik2016-11-091-4/+0
|
* SONAR-8300 change wordingStas Vilchik2016-11-081-0/+1
|
* SONAR-8300 display special message when use has no favorite projectsStas Vilchik2016-11-071-13/+3
|
* SONAR-8300 Create new "Projects" page [5th iteration] (#1357)Stas Vilchik2016-11-041-0/+2
|
* SONAR-8326 Drop all code related to IT/overall coverage on web side (#1348)Stas Vilchik2016-11-011-10/+5
|
* SONAR-8330 Drop the word "Unit" from code viewerStas Vilchik2016-11-011-8/+8
|
* update rating tooltipsStas Vilchik2016-10-281-12/+12
|
* update wording on home pageStas Vilchik2016-10-271-1/+1
|
* update quality gate descriptionStas Vilchik2016-10-271-1/+1
|
* SONAR-8300 Create new "Projects" page [first iter]Stas Vilchik2016-10-211-1/+7
|
* SONAR-8281 Rework Sensor storage to merge multiple coverage reportsJulien HENRY2016-10-182-45/+9
|
* SONAR-8281 Rename measure "Coverage by unit tests" -> " "Coverage by tests"Julien HENRY2016-10-181-1/+1
|
* Fix core.properties by removing merging conflictsJulien HENRY2016-10-141-965/+9
|
* make DefaultHttpDownloaderTest work on both Java 7 and Java 8Sébastien Lesaint2016-10-121-9/+14
|
* SONAR-8151 support anyoneCanCreate in /api/organizations/createSébastien Lesaint2016-10-121-3/+2
|
* SONAR-8151 add property sonar.organizations.anyoneCanCreateSébastien Lesaint2016-10-121-2/+13
|
* Automatic merge from branch-6.1ssjenka2016-10-061-1/+1
|\ | | | | | | | | * origin/branch-6.1: SONAR-7970 WS settings/set forbid empty values with a clean message
| * SONAR-7970 WS settings/set forbid empty values with a clean messageTeryk Bellahsene2016-10-051-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationTom2016-10-031-1/+1
| |
| * [maven-release-plugin] prepare release 6.1-RC26.1-RC2Tom2016-10-031-1/+1
| |
* | Deprecated ZipUtils.ZipEntryFilter in favour of PredicateSimon Brandhof2016-10-051-12/+3
| |
* | SONAR-8119 restrict options when defining a condition on ratingsStas Vilchik2016-10-051-0/+1
| |
* | SONAR-7782 Compute Maintainability Rating on New CodeJulien Lancelot2016-10-031-0/+2
| |
* | SONAR-7782 Compute Reliability Rating on New CodeJulien Lancelot2016-10-031-0/+2
| |
* | SONAR-7782 Compute Security Rating on New CodeJulien Lancelot2016-10-031-0/+2
| |
* | SONAR-8170 SONAR-8171 Reorganize My Account spaceStas Vilchik2016-09-301-2/+15
| |
* | 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
| |