aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare release 5.3-RC25.3-RC2Thomas Vérin2015-12-171-1/+1
|
* SONAR-6990 strongly reduce HEAP usage of the DuplicationRepositorySébastien Lesaint2015-12-1713-813/+274
|
* SONAR-6990 support repeated original-duplicate paars from the batchSébastien Lesaint2015-12-174-9/+114
|
* SONAR-6990 remove useless using to Map#containsSébastien Lesaint2015-12-171-4/+6
|
* SONAR-6990 fix use of String.format generating garbage stringsSébastien Lesaint2015-12-171-2/+2
|
* SONAR-7140 Do not check java.io.tmpdir in bootstrap processSimon Brandhof2015-12-141-2/+4
|
* SONAR-6900 Add statuses to description of WS api/qualitygates/project_statusTeryk Bellahsene2015-12-091-2/+17
|
* improve code qualityStas Vilchik2015-12-082-3/+4
|
* SONAR-6820 document page size limitation in WSTeryk Bellahsene2015-12-0812-20/+28
|
* Revert "SONAR-6820 WS api/rules/search has a page size limit of 500"Teryk Bellahsene2015-12-082-105/+87
| | | | This reverts commit bf7964f6f2776dab0934b7d2768990de4ae6a5c2.
* Revert "SONAR-6820 WS using SearchOptions has a page size limit of 500"Teryk Bellahsene2015-12-0818-95/+51
| | | | This reverts commit 522088ac7dcab4183892ea2ee1618347932abfb8.
* SONAR-6900 New WS api/qualitygates/project_status quality gate details of an ↵Teryk Bellahsene2015-12-0825-33/+877
| | | | analysis
* SONAR-7104 report CeTaskProcessor now returns snapshotId of projectSébastien Lesaint2015-12-0810-3/+306
|
* SONAR-7104 save snapshotId in CeActivity if returned by CeTaskProcessorSébastien Lesaint2015-12-085-13/+60
|
* SONAR-7104 CeTaskProcessor#process now returns a CeTaskResultSébastien Lesaint2015-12-085-4/+46
|
* SONAR-6900 add snapshot_id column in ce_activity db tableTeryk Bellahsene2015-12-081-10/+13
|
* SONAR-6820 WS using SearchOptions has a page size limit of 500Teryk Bellahsene2015-12-0718-51/+95
|
* SONAR-6820 WS api/rules/search has a page size limit of 500Teryk Bellahsene2015-12-072-87/+105
|
* Revert "SONAR-6820 WS api/rules/search has a page size limit of 500"Teryk Bellahsene2015-12-072-105/+87
| | | | This reverts commit 5aeeedbda63c17fefc7bba99dbf8c718c7bbbd17.
* Revert "SONAR-6820 WS using SearchOptions has a page size limit of 500"Teryk Bellahsene2015-12-0718-95/+51
| | | | This reverts commit c6374cf5b6820acd23b5a172b94cc56e90614e2d.
* Fix minor quality flawsSimon Brandhof2015-12-071-1/+1
|
* SONAR-7030 Update widgets from Custom dashboardJulien Lancelot2015-12-074-15/+18
|
* SONAR-6820 WS using SearchOptions has a page size limit of 500Teryk Bellahsene2015-12-0718-51/+95
|
* Use constant for page size parameter in WS api/rules/repositoriesTeryk Bellahsene2015-12-071-2/+2
|
* SONAR-6820 WS api/rules/search has a page size limit of 500Teryk Bellahsene2015-12-072-87/+105
|
* SONAR-7098 Always feed issues authorsJulien Lancelot2015-12-072-37/+79
|
* SONAR-6939 ability for plugins to override the decimal scale of floatSimon Brandhof2015-12-0753-150/+195
| | | | measures
* Fix randomly failing UTJulien Lancelot2015-12-071-2/+3
| | | | Remove random generation of hash and resource id
* SONAR-7036 Allow update password of technical userJulien Lancelot2015-12-073-61/+86
| | | | When using an external authentication (like LDAP), it's now possible to update the password of technical accounts
* SONAR-7088 rename CeWorkerRunnable to CeWorkerCallableSébastien Lesaint2015-12-077-15/+15
|
* SONAR-7088 fix RejectedExecutionException at SQ shutdownSébastien Lesaint2015-12-072-86/+195
|
* fix quality flawsSébastien Lesaint2015-12-071-0/+17
|
* Fix quality flawsSimon Brandhof2015-12-042-2/+2
|
* SONAR-6997 less confusing of type key paar in logsSébastien Lesaint2015-12-043-7/+6
|
* SONAR-6997 add VisitException and show current Component info in logsSébastien Lesaint2015-12-047-10/+143
|
* SONAR-6925 cancelled tasks must not be the last task for a componentSébastien Lesaint2015-12-041-0/+21
|
* SONAR-6995 CEQueueStatus get method should not modify stateSébastien Lesaint2015-12-045-97/+105
| | | | | and they should not required the CEQueueStatusImpl object to be initialized either this way, monitoring can query the metrics of CEQueueStatus through JMX even before the object is initialized
* SONAR-6900 WS api/ce/task improve descriptionTeryk Bellahsene2015-12-041-3/+5
|
* Merge pull request #665 from SonarSource/feature/drop-dashboardsStas Vilchik2015-12-048-355/+53
|\ | | | | SONAR-7030 Drop most default hardcoded built-in dashboards
| * SONAR-7030 Drop most default hardcoded built-in dashboardsStas Vilchik2015-12-028-355/+53
| |
* | SONAR-6956 Index issues by projectJulien Lancelot2015-12-038-28/+274
| | | | | | | | When computing a report of a project, instead of indexing all changed issues, only updated issues from the project are now indexed.
* | SONAR-7027 do not try and compute variations of developer measuresSébastien Lesaint2015-12-032-15/+47
| |
* | SONAR-7027 add&retrieve raw measure for dev in MeasureRepositoryRuleSébastien Lesaint2015-12-031-2/+11
| |
* | SONAR-7060 CeQueueInitializer must initialize after pluginsSébastien Lesaint2015-12-023-19/+40
| |
* | SONAR-7088 faster consumption of pending tasks in CESébastien Lesaint2015-12-027-32/+519
| |
* | SONAR-7034 WS ce/task works for users with the 'Execute Analysis' permissionTeryk Bellahsene2015-12-022-21/+41
| |
* | Rename api/ce actions for consistencyTeryk Bellahsene2015-12-0219-43/+43
| |
* | SONAR-7084 Analysis do not fail when a component do not have a pathTeryk Bellahsene2015-12-022-67/+73
|/
* SONAR-7054 use ws-client in batchSimon Brandhof2015-11-308-36/+37
|
* add equals and hashcode to Period classSébastien Lesaint2015-11-301-2/+24
|