Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-8341 add IT | Sébastien Lesaint | 2016-11-16 | 1 | -0/+10 |
| | |||||
* | SONAR-8341 add INFO log in App when SQ is done starting | Sébastien Lesaint | 2016-11-16 | 4 | -18/+122 |
| | |||||
* | SONAR-8335 most accurate property rather than lowest level must apply | Sébastien Lesaint | 2016-11-16 | 5 | -13/+54 |
| | |||||
* | SONAR-8335 better error reporting on property values and UT coverage | Sébastien Lesaint | 2016-11-16 | 7 | -44/+243 |
| | |||||
* | SONAR-8335 document new properties in sonar.properties | Sébastien Lesaint | 2016-11-16 | 1 | -1/+9 |
| | |||||
* | SONAR-8335 support properties to configure log level per JVM | Sébastien Lesaint | 2016-11-16 | 7 | -28/+45 |
| | |||||
* | SONAR-8385 apply feedback | Stas Vilchik | 2016-11-16 | 2 | -4/+4 |
| | |||||
* | SONAR-8382 apply feedback | Stas Vilchik | 2016-11-16 | 4 | -20/+34 |
| | |||||
* | SONAR-8389 Property set settings order should be kept | Teryk Bellahsene | 2016-11-16 | 4 | -6/+8 |
| | |||||
* | SONAR-6996 Replace the issue key by the file name in the 'issue changed' ↵ | Teryk Bellahsene | 2016-11-16 | 7 | -14/+16 |
| | | | | notification | ||||
* | SONAR-8365 Improve description of developer parametersin ↵ | Teryk Bellahsene | 2016-11-16 | 1 | -2/+2 |
| | | | | api/measures/component_tree | ||||
* | SONAR-8382 move About link to the top nav | Stas Vilchik | 2016-11-16 | 3 | -2/+11 |
| | |||||
* | SONAR-8298 Ability to configure timeout of web sessions | Simon Brandhof | 2016-11-16 | 3 | -41/+78 |
| | |||||
* | SONAR-6912 add response example to api/users/deactivate | Simon Brandhof | 2016-11-16 | 4 | -14/+20 |
| | |||||
* | SONAR-6912 do not deactivate last organization administrator | Simon Brandhof | 2016-11-16 | 6 | -20/+223 |
| | |||||
* | SONAR-6912 Refactor WS api/users/deactivate | Simon Brandhof | 2016-11-16 | 6 | -183/+150 |
| | | | | | | - remove dead code for Ruby - move codebase from UserUpdater to DeactivateAction - sanitize tests | ||||
* | SONAR-6912 Use System2 in BaseIndexer | Simon Brandhof | 2016-11-16 | 38 | -168/+197 |
| | | | | | | in order to wrap call to System.currentTimeMillis(). That is needed to bypass the condition "if (requestedAt > lastUpdatedAt)" in tests. | ||||
* | SONAR-8382 fix sign up, fix image urls | Stas Vilchik | 2016-11-16 | 4 | -7/+7 |
| | |||||
* | improve header consistency between pages | Stas Vilchik | 2016-11-16 | 3 | -10/+17 |
| | |||||
* | Improve reliability of RestartTest as Oracle init is slow | Simon Brandhof | 2016-11-16 | 1 | -1/+1 |
| | | | | | Creation of all Oracle tables can be more than 5 minutes in our QA environment. | ||||
* | SONAR-8339 drop access_log-like log debug line in Web server | Sébastien Lesaint | 2016-11-16 | 3 | -95/+2 |
| | |||||
* | enable back upgrade tests QA axes | Sébastien Lesaint | 2016-11-16 | 1 | -4/+4 |
| | |||||
* | SONAR-8333 add info log when a subprocess fails to start | Sébastien Lesaint | 2016-11-16 | 1 | -1/+5 |
| | |||||
* | SONAR-8333 fixing ITs | Sébastien Lesaint | 2016-11-16 | 4 | -12/+17 |
| | |||||
* | SONAR-8333 make APP logging configuration support 4 log files | Sébastien Lesaint | 2016-11-16 | 15 | -208/+578 |
| | | | | | | add support for option sonar.wrapped=true to detect when SQ is started by JWP (wrapper) and correctly support all logging use cases include refactoring at LogBackHelper level to simplify code refactor applying log level property to make all process support only INFO, DEBUG and TRACE | ||||
* | SONAR-8333 restore process name in logs | Sébastien Lesaint | 2016-11-16 | 9 | -32/+137 |
| | | | | because when running ITs with option -Dsonar.log.console we can't make a difference between logs from each process anymore | ||||
* | SONAR-8333 make ES log into its own log file | Sébastien Lesaint | 2016-11-16 | 7 | -50/+73 |
| | |||||
* | SONAR-8333 use orchestrator 3.13-build783 to fix SQ ITs based on logs | Sébastien Lesaint | 2016-11-16 | 12 | -38/+30 |
| | |||||
* | SONAR-8333 make CE and WEB log in their own files | Sébastien Lesaint | 2016-11-16 | 5 | -59/+85 |
| | |||||
* | SONAR-8333 remove dead log filtering in CE tasks logs | Sébastien Lesaint | 2016-11-16 | 6 | -251/+1 |
| | |||||
* | 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 |