aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6749 add sonar-views-bridge module and start/stop Views from SQSébastien Lesaint2015-08-0610-1/+340
|
* error during Platform#stop must be logged at ERROR level (not DEBUG)Sébastien Lesaint2015-08-061-3/+3
|
* [SCRIPTS] unziping silently in start.shSébastien Lesaint2015-08-061-1/+2
|
* [SCRIPTS] make patches more visible in logsSébastien Lesaint2015-08-061-0/+4
|
* [SCRIPTS] add support to set non existing property in property_utilsSébastien Lesaint2015-08-061-11/+23
|
* [SCRIPTS] add support for patches to start.shSébastien Lesaint2015-08-066-36/+181
| | | | use seperate start and stop to avoid unpredictable errors when applying patches on a live SQ instance
* SONAR-6717 Mark org.sonar.api.issue.action.Action as deprecatedSimon Brandhof2015-08-062-11/+6
|
* SONAR-6482 WS permissions/groups list permission's groupsTeryk Bellahsene2015-08-0630-179/+2355
|
* Use PermissionUpdate instead of PermissionServer to remove a permissionTeryk Bellahsene2015-08-066-34/+44
|
* SONAR-6484 WS permissions/remove_group remove by group id or nameTeryk Bellahsene2015-08-064-42/+120
|
* SONAR-6483 WS permissions/add_group add by group id or group name & rely on ↵Teryk Bellahsene2015-08-0612-41/+342
| | | | PermissionUpdater
* SONAR-6479 WS permissions/users search users with a specific permissionTeryk Bellahsene2015-08-0624-126/+2258
|
* WS api/issues/create must return 400 if component does not existSimon Brandhof2015-08-052-13/+11
|
* WS api/issues/plan and assign must return 400 if bad paramsSimon Brandhof2015-08-052-4/+6
|
* Do not set some empty string fields in api/issues responseSimon Brandhof2015-08-051-6/+13
| | | | | | | - assignee - resolution - reporter - actionPlanKey
* Do not allow componentId nor msg on primary locationSimon Brandhof2015-08-059-440/+449
|
* Remove ability to set effortToFix on manual issuesSimon Brandhof2015-08-054-21/+17
|
* Gix compatibility of IssueMapper with postgresSimon Brandhof2015-08-051-4/+4
|
* Store issues locations in DB and return in WSSimon Brandhof2015-08-0514-1479/+4674
|
* Rewrite some Ruby WS api/issues/{operation} in JavaSimon Brandhof2015-08-0527-1710/+843
| | | | | | | | - api/issues/create - api/issues/set_severity - api/issues/plan - api/issues/do_transition - api/issues/plan
* Improve compatibility of api/issues/search2Simon Brandhof2015-08-0512-1903/+1819
|
* Improve response of POST api/issues/assignSimon Brandhof2015-08-0534-2100/+3473
| | | | | | | Return the same format as for api/issues/search, except that: - field "issues" is replaced by "issue" - of course there are no facets nor paging - field "languages" is not present (that should be dropped from api/issues/search too)
* Fix ActionPlanStats on PostgresSimon Brandhof2015-08-051-1/+1
|
* Rename protobuf files of sonar-dbSimon Brandhof2015-08-0538-434/+4117
|
* Minor refactoring of DdlChangeSimon Brandhof2015-08-052-5/+5
|
* Add column LOCATIONS to db table ISSUESSimon Brandhof2015-08-0548-46/+279
|
* WS api/issues/assign in Java+ProtobufSimon Brandhof2015-08-058-46/+261
|
* Draft of WS api/issues/search2Simon Brandhof2015-08-0566-4110/+7408
| | | | | | | | - protobuf specification of response - do not rely on ES docs to return data (will allow to remove _source from ES index) - sanitize response format - sanitize request parameters (no more 'hideXXX' and 'f')
* ComponentDao#selectByKeys() supports more than 1'000 inputsSimon Brandhof2015-08-051-1/+15
|
* Load project UUID from action plan DAOSimon Brandhof2015-08-058-6/+20
| | | | Project UUID must be used internally instead of project key.
* Support absent protobuf arrays in ProtobufJsonFormatSimon Brandhof2015-08-055-596/+2050
| | | | | | | | Protobuf does not support concept of absent arrays (repeated field). It does not distinguish empty arrays from absent arrays. ProtobufJsonFormat introduces a naming convention to mark an empty array field as absent. In this case the field is not output to JSON.
* New WS api/rules/list for batchSimon Brandhof2015-08-054-5/+1576
|
* SONAR-6754 Add support of execution flow in XooJulien HENRY2015-08-055-31/+131
|
* Fix some quality flawsJulien HENRY2015-08-0539-459/+313
|
* SONAR-6761 Drop incremental modeDuarte Meneses2015-08-0516-289/+20
|
* Rework new measure APIJulien HENRY2015-08-0416-174/+105
|
* compile .jsx filesStas Vilchik2015-08-042-1/+17
|
* add react.jsStas Vilchik2015-08-046-3/+41264
|
* Improve qualityDuarte Meneses2015-08-049-82/+67
|
* Replace some usage of org.sonar.server.db.DbClient by org.sonar.db.DbClientJulien Lancelot2015-08-0412-50/+32
|
* Fix WS persistent cacheDuarte Meneses2015-08-041-2/+1
|
* Remove dependency management for WS clientJulien HENRY2015-08-041-5/+0
|
* SONAR-6750 Support new SQ Runner API for retrieving issuesDuarte Meneses2015-08-047-29/+267
|
* Fix issue tracking when no server analysisJulien HENRY2015-08-031-15/+16
|
* Declare multiline rule in XooJulien HENRY2015-08-033-5/+7
|
* SONAR-6770 Improve logging of cache usageDuarte Meneses2015-08-0327-162/+393
|
* SONAR-6582 do not rely on "projects" and "actionPlanName"Stas Vilchik2015-08-0313-155/+20
|
* SONAR-6772 Do not save JSON report by defaultJulien HENRY2015-08-032-32/+38
|
* SONAR-6374 add computation timing to CE Queue MBeanSébastien Lesaint2015-08-039-27/+103
|
* SONAR-6374 ensure CEQueueStatus is initialized before MBean is registeredSébastien Lesaint2015-08-032-2/+9
|