aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | SONAR-5856 cut the description if it is too longStas Vilchik2016-09-121-0/+44
* | SONAR-5856 simplify saving of password fieldsStas Vilchik2016-09-123-8/+16
* | SONAR-7981 SONAR-7983 Add permissions needed in WS settings/generate_secret a...Teryk Bellahsene2016-09-122-2/+4
* | SONAR-6992 add ITSébastien Lesaint2016-09-121-0/+21
* | SONAR-6992 make sonar.core.id persistent and always a UUIDSébastien Lesaint2016-09-1214-48/+312
* | SONAR-7980 apply feedbackStas Vilchik2016-09-121-2/+2
* | Merge branch 'branch-5.6'Stas Vilchik2016-09-120-0/+0
|\|
| * SONAR-8033 Gravatar now works with non-lowercase email addresses. (#1218)Hendrik M Halkow2016-09-091-1/+1
* | SONAR-8033 Gravatar now works with non-lowercase email addresses. (#1218)Hendrik M Halkow2016-09-091-1/+1
* | fix conflicts between domain on web api pageStas Vilchik2016-09-093-5/+22
* | correct wording (#1230)Stas Vilchik2016-09-096-26/+26
* | SONAR-7909 reset sharedMemory at startupSébastien Lesaint2016-09-094-70/+126
* | SONAR-8058 fix DB migration of views definition (wrong key)Sébastien Lesaint2016-09-092-2/+2
* | SONAR-7980 apply feedbackStas Vilchik2016-09-097-22/+66
* | SONAR-7676 remove PropertyDao#deleteById and add deleteByQuerySébastien Lesaint2016-09-094-59/+28
* | SONAR-8066 Rewrite the "Server ID" page (#1228)Stas Vilchik2016-09-0914-391/+297
* | SONAR-7979 Rewrite the "Encryption" page (#1214)Stas Vilchik2016-09-0921-290/+466
* | Add ITs for api/properties WSJulien Lancelot2016-09-095-7/+354
* | SONAR-7970 SONAR-7986 Use new api/settings WS in ITsJulien Lancelot2016-09-091-4/+3
* | Fix quality flawsJulien Lancelot2016-09-091-1/+1
* | SONAR-8039 Do not return valid hash in exampleJulien Lancelot2016-09-092-20/+2
* | Merge branch 'branch-5.6'Sébastien Lesaint2016-09-090-0/+0
|\|
| * SONAR-7759 Decrease expected timing of perf testJulien Lancelot2016-09-091-1/+1
* | Replace usage of verify :post by verify_post_request as it's using sessionJulien Lancelot2016-09-092-3/+3
* | Remove dead rails codeJulien Lancelot2016-09-092-4/+0
* | SONAR-7760 Return to feature should not use HTTP sessionJulien Lancelot2016-09-094-8/+11
* | SONAR-7758 Rails flash feature should not use HTTP sessionJulien Lancelot2016-09-098-17/+98
* | SONAR-7714 Remove JSESSIONID generation from TomcatJulien Lancelot2016-09-096-38/+104
* | Merge branch 'branch-5.6'Sébastien Lesaint2016-09-096-7/+7
|\|
| * SONAR-7884 update default Update Center URL to HTTPSSébastien Lesaint2016-09-086-9/+9
* | fix some quality flaws and lacking coverageSébastien Lesaint2016-09-095-8/+82
* | SONAR-7676 remove PropertyDto#idSébastien Lesaint2016-09-093-19/+8
* | SONAR-7676 move property change listener notification afer commitSébastien Lesaint2016-09-092-8/+14
* | git ignore all files in scripts/patchesSébastien Lesaint2016-09-091-1/+1
* | SONAR-7676 support for new PROPERTIES columns in RubySébastien Lesaint2016-09-096-42/+61
* | improve DbTester SQL utility methods exception stacktraceSébastien Lesaint2016-09-091-0/+7
* | rewrite PropertiesMapper.findNotificationSubscribers without subselectSébastien Lesaint2016-09-091-5/+8
* | SONAR-7676 PropertiesDao supports IS_EMPTY, TEXT_VALUE and CLOB_VALUESébastien Lesaint2016-09-0966-875/+1646
* | add DbTest#select(DbSession, String)Sébastien Lesaint2016-09-091-0/+4
* | SONAR-7676 removing dead code from Properties related classesSébastien Lesaint2016-09-096-137/+0
* | SONAR-7676 refactor table PROPERTIES to boolean+varchar+clob columnsSébastien Lesaint2016-09-0913-5/+672
* | SONAR-7676 rename_table must drop and create Oracle triggersSébastien Lesaint2016-09-091-0/+6
* | SONAR-7676 some modernization of PropertiesDao and PropertiesDaoTestSébastien Lesaint2016-09-096-420/+253
* | Revert removal of author.rbSimon Brandhof2016-09-081-0/+31
* | SONAR-8067 do not override default Elasticsearch doc_valuesSimon Brandhof2016-09-084-78/+22
* | Fix Quality flawsSimon Brandhof2016-09-081-1/+1
* | SONAR-8070 Drop of "Comparison" featureJulien Lancelot2016-09-088-421/+4
* | Drop Ruby dead codeSimon Brandhof2016-09-0832-1329/+0
* | Fix Quality flawsSimon Brandhof2016-09-082-18/+15
* | SONAR-7986 Validation should not fail on hidden definitionsJulien Lancelot2016-09-082-5/+53