Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-8385 Provide an option to extend the landing page | Stas Vilchik | 2016-11-16 | 5 | -3/+17 |
| | |||||
* | SONAR-8382 Create landing page for anonymous users | Stas Vilchik | 2016-11-16 | 37 | -33/+1325 |
| | |||||
* | Decrease complexity of org.sonar.server.projectlink.ws.SearchAction | Simon Brandhof | 2016-11-16 | 1 | -6/+3 |
| | | | | Minor change on null conditions when using protobuf builders. | ||||
* | Automatic merge from branch-6.1 | Simon Brandhof | 2016-11-16 | 0 | -0/+0 |
|\ | | | | | | | | | * origin/branch-6.1: SONAR-8318 api/project_links/search support null name or type | ||||
| * | SONAR-8318 api/project_links/search support null name or type | Sébastien Lesaint | 2016-11-15 | 2 | -12/+32 |
| | | |||||
* | | temporarily disable upgrade tests | Sébastien Lesaint | 2016-11-16 | 1 | -4/+4 |
| | | |||||
* | | SONAR-8332 document use of %reqAttribute{ID} in access logs + add IT | Sébastien Lesaint | 2016-11-15 | 2 | -3/+14 |
| | | |||||
* | | SONAR-8332 add request ID in request under key ID | Sébastien Lesaint | 2016-11-15 | 2 | -1/+27 |
| | | |||||
* | | SONAR-8332 do not generate request id (and don't fail) in safe-mode | Sébastien Lesaint | 2016-11-15 | 2 | -1/+13 |
| | | |||||
* | | fix redirection after login where there are many parameters | Stas Vilchik | 2016-11-15 | 3 | -1/+70 |
| | | |||||
* | | Project admin permission is not considered as a System Admin | Teryk Bellahsene | 2016-11-15 | 3 | -0/+5 |
| | | |||||
* | | SONAR-8345 WS api/user_groups/search requires System Administer permission | Teryk Bellahsene | 2016-11-15 | 2 | -12/+17 |
| | | |||||
* | | SONAR-8342 SONAR-8343 SONAR-8344 Make permission template WS require system ↵ | Teryk Bellahsene | 2016-11-15 | 18 | -66/+59 |
| | | | | | | | | administer permission | ||||
* | | SONAR-8367 The "Apply Template" button should be displayed only to system ↵ | Stas Vilchik | 2016-11-15 | 1 | -7/+7 |
| | | | | | | | | administrators | ||||
* | | SONAR-8300 apply feedback to projects page (#1386) | Stas Vilchik | 2016-11-15 | 7 | -14/+37 |
| | | |||||
* | | SONAR-8332 make RequestIdMDCStorage inner class of RequestIdFilter | Sébastien Lesaint | 2016-11-15 | 4 | -103/+108 |
| | | |||||
* | | SONAR-8332 use name ID instead of UID in classe naming and comments | Sébastien Lesaint | 2016-11-15 | 13 | -43/+43 |
| | | |||||
* | | SONAR-8332 make RequestUidGeneratorImpl support any number of HTTP request | Sébastien Lesaint | 2016-11-15 | 9 | -19/+212 |
| | | | | | | | | | | up to LONG.MAX_VALUE thanks to renewal of internal UuidGenerator.WithFixedBase instance every 4_194_304 requests | ||||
* | | SONAR-8332 add HTTP request UID to WebServer logs | Sébastien Lesaint | 2016-11-15 | 18 | -9/+455 |
| | | |||||
* | | SONAR-8332 allow faster UUID generation with increment only change | Sébastien Lesaint | 2016-11-15 | 4 | -48/+247 |
| | | | | | | | | the 2 strategies (full new UUID or only increment changed) are exposed in new class UuidGeneratorImpl | ||||
* | | SONAR-8292 Quality Profile change includes the author of the modification | Teryk Bellahsene | 2016-11-15 | 4 | -2/+66 |
| | | |||||
* | | SONAR-8005 Limit ES results to the first 10'000 | Teryk Bellahsene | 2016-11-15 | 4 | -18/+39 |
| | | |||||
* | | SONAR-8351 fix link to documentation in webhook settings | Simon Brandhof | 2016-11-15 | 1 | -1/+1 |
| | | |||||
* | | SONAR-8313 Sanitize description of filter parameter in WS ↵ | Teryk Bellahsene | 2016-11-15 | 1 | -2/+2 |
| | | | | | | | | api/components/search_projects | ||||
* | | Remove unused class sonar-ws/OldUsersWsRequest | Simon Brandhof | 2016-11-14 | 1 | -104/+0 |
| | | |||||
* | | Add missing annotations @Immutable and @Nullable in sonar-ws | Simon Brandhof | 2016-11-14 | 26 | -40/+94 |
| | | |||||
* | | SONAR-8349 add integration tests | Simon Brandhof | 2016-11-14 | 4 | -1/+441 |
| | | |||||
* | | SONAR-8351 fix support of malformed URL | Simon Brandhof | 2016-11-14 | 2 | -12/+34 |
| | | |||||
* | | SONAR-8351 improve description of configuration | Simon Brandhof | 2016-11-14 | 1 | -2/+2 |
| | | |||||
* | | SONAR-8353 add WS api/webhooks/delivery | Simon Brandhof | 2016-11-14 | 9 | -22/+376 |
| | | |||||
* | | Add some missing jdbcType to PurgeMapper.xml | Simon Brandhof | 2016-11-14 | 1 | -28/+28 |
| | | |||||
* | | SONAR-8351 fix resource leak when sending HTTP request | Simon Brandhof | 2016-11-14 | 1 | -2/+1 |
| | | |||||
* | | SONAR-8353 add WS api/webhooks/deliveries | Simon Brandhof | 2016-11-14 | 20 | -6/+874 |
| | | |||||
* | | SONAR-8351 limit number of webhooks to 10 | Simon Brandhof | 2016-11-14 | 3 | -1/+39 |
| | | |||||
* | | SONAR-8353 purge webhook deliveries when deleting project | Simon Brandhof | 2016-11-14 | 8 | -24/+96 |
| | | |||||
* | | SONAR-8353 persist deliveries in Compute Engine | Simon Brandhof | 2016-11-14 | 13 | -46/+390 |
| | | | | | | | | Deliveries older than 1 month are purged. | ||||
* | | SONAR-8353 add WebhookDeliveryDao | Simon Brandhof | 2016-11-14 | 12 | -4/+511 |
| | | |||||
* | | SONAR-8353 create table webhook_deliveries | Simon Brandhof | 2016-11-14 | 9 | -4/+187 |
| | | |||||
* | | SONAR-8247 Fix security headers | Julien Lancelot | 2016-11-14 | 5 | -41/+48 |
| | | |||||
* | | Update some copyright headers to 2016 | Simon Brandhof | 2016-11-14 | 537 | -699/+542 |
| | | |||||
* | | SONAR-8313 Enhance filter field description of WS api/components/search_projects | Teryk Bellahsene | 2016-11-14 | 1 | -6/+24 |
| | | |||||
* | | SONAR 8363 IT to test favorite auto-assignment | Teryk Bellahsene | 2016-11-14 | 2 | -1/+83 |
| | | |||||
* | | SONAR-8363 Mark just created projects as favorite | Teryk Bellahsene | 2016-11-14 | 10 | -20/+186 |
| | | |||||
* | | SONAR-8329 clean up | Stas Vilchik | 2016-11-14 | 1 | -9/+0 |
| | | |||||
* | | Fix Quality flaws | Simon Brandhof | 2016-11-12 | 7 | -46/+60 |
| | | | | | | | | | | - missing tests for Protobuf - remove incorrect imports of org.elasticsearch.common.Strings | ||||
* | | SONAR-8329 Get rid of 'Documentation' category in the measures page | Teryk Bellahsene | 2016-11-11 | 1 | -9/+19 |
| | | |||||
* | | SONAR-8328 SONAR-4872 Deprecate and Hide metrics public_api, ↵ | Teryk Bellahsene | 2016-11-11 | 1 | -0/+18 |
| | | | | | | | | public_documented_api_density and public_undocumented_api | ||||
* | | Decrease complexity when using Protobuf builders | Simon Brandhof | 2016-11-11 | 14 | -118/+101 |
| | | |||||
* | | Fix Quality flaws about lambda | Simon Brandhof | 2016-11-11 | 1 | -11/+5 |
| | | |||||
* | | Fix Quality flaws about complexity | Simon Brandhof | 2016-11-11 | 4 | -85/+94 |
| | |