summaryrefslogtreecommitdiffstats
path: root/server/sonar-server/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7867 fix create_at of snapshot of projectViewSébastien Lesaint2016-07-192-10/+31
* SONAR-7874 api/plugins/* require administer system permissionJulien Lancelot2016-07-185-39/+159
* SONAR-7874 api/user_groups/search requires now to be loggedJulien Lancelot2016-07-182-5/+33
* SONAR-7874 api/users/search is only returning login and name when accessed an...Julien Lancelot2016-07-181-22/+41
* SONAR-7770 Check authentication plugin exists when configuration is using realmJulien Lancelot2016-07-181-7/+53
* SONAR-7869 api/measures/* formats correctly big MILLISEC metricsTeryk Bellahsene2016-07-061-1/+2
* SONAR-7681 Use public implementation of List in MyBatisTeryk Bellahsene2016-05-311-1/+0
* SONAR-7681 WS api/ce/activity requires administer permissions when searching ...Teryk Bellahsene2016-05-311-9/+42
* SONAR-7669 WS api/issues/search createdBefore cannot be equal to createdAfterTeryk Bellahsene2016-05-311-15/+32
* SONAR-7587 end of support of Java 7Simon Brandhof2016-05-262-8/+8
* Add missing test to LogServerIdTestSimon Brandhof2016-05-191-0/+11
* SONAR-7649 do not repair db collation outside migrationSimon Brandhof2016-05-192-22/+31
* SONAR-7637 WS api/issues/search 'createdAt'facet with one bar when one dayTeryk Bellahsene2016-05-191-138/+150
* SONAR-7578 Filter issues by leak period and by file, directory or moduleTeryk Bellahsene2016-05-192-15/+10
* SONAR-7237 Variation measures are set to current value when no past measuresJulien Lancelot2016-05-191-6/+81
* SONAR-7484 WS restrict action key suffixes to protobuf, json and textTeryk Bellahsene2016-05-191-25/+36
* SONAR-7637 WS api/issues/search 'createdAt' facet compute from GTM instead of...Teryk Bellahsene2016-05-191-1/+1
* SONAR-7637 WS api/issues/search facet 'createdAfter' returns server timezone ...Teryk Bellahsene2016-05-181-42/+42
* SONAR-7278 fail /api/batch/project if component is not a projectSébastien Lesaint2016-05-181-0/+110
* SONAR-7278 fail report processing when component is not a projectSébastien Lesaint2016-05-181-29/+51
* SONAR-6438 Sanitize description of WS sections (#985)Stas Vilchik2016-05-181-1/+1
* SONAR-7639 WS api/l10n/index supports only BCP47 language tagsTeryk Bellahsene2016-05-181-9/+41
* SONAR-7009 Add issue exclusions in compute engineJulien Lancelot2016-05-184-3/+332
* Fix quality flawsJulien Lancelot2016-05-181-2/+2
* SONAR-7646 Log flooding on date of issues WSTeryk Bellahsene2016-05-181-48/+43
* SONAR-7142 Cannot restart server after wiping out Server ID fieldsSimon Brandhof2016-05-182-82/+117
* SONAR-7271 add "Server ID validated" to sysinfo pageSimon Brandhof2016-05-182-5/+160
* SONAR-7271 add section "Settings" to WS api/system/infoSimon Brandhof2016-05-181-0/+70
* SONAR-7576 api/measures/component_tree filter component based on period or ab...Teryk Bellahsene2016-05-171-3/+38
* SONAR-7637 add timezone related tests to IssueIndexTeryk Bellahsene2016-05-171-62/+81
* SONAR-7390 support highlighting over multiline including empty oneSébastien Lesaint2016-05-171-0/+52
* Remove dead codeSimon Brandhof2016-05-171-345/+0
* Remove dead codeSimon Brandhof2016-05-163-159/+0
* SONAR-6632 Fail to index rule if description is more than 32kbSimon Brandhof2016-05-161-6/+70
* EsTester verifies that putDocuments() does not failSimon Brandhof2016-05-161-3/+7
* Sanitize package org.sonar.server.searchSimon Brandhof2016-05-163-8/+5
* SONAR-7400 Replace ActiveRuleDao#selectByRule by selectByRuleIdJulien Lancelot2016-05-161-1/+1
* SONAR-7400 Remove no more used codeJulien Lancelot2016-05-1611-248/+169
* SONAR-7400 Remove parentKey field from active rule indexJulien Lancelot2016-05-163-16/+8
* SONAR-7400 Do not return anymore active rule parent key in rules WSJulien Lancelot2016-05-161-6/+0
* SONAR-7637 WS api/issues/search 'createdAter' parameter should be inclusiveTeryk Bellahsene2016-05-131-3/+3
* SONAR-7576 WS api/measures/component_tree paging fixed when components with m...Teryk Bellahsene2016-05-131-0/+2
* SONAR-7534 Server#getUrl must return serverBaseUrl when it is setSébastien Lesaint2016-05-131-0/+21
* SONAR-6336 Add check when updating conditionJulien Lancelot2016-05-131-10/+40
* SONAR-7274 Return authorized projects in api/qualitygates/searchJulien Lancelot2016-05-131-0/+273
* SONAR-7545 functional error when updating a project keyTeryk Bellahsene2016-05-131-4/+4
* SONAR-7580 EmbeddedDatabase now assume jdbcurl is correctly configuredSébastien Lesaint2016-05-121-31/+115
* SONAR-7534 implement Server#getUrl on the server sideSébastien Lesaint2016-05-121-2/+81
* SONAR-7628 WS api/qualitygates/project_status requires admin or browse permis...Teryk Bellahsene2016-05-121-23/+12
* SONAR-7276 support multiple conditions for a given metric in QGSébastien Lesaint2016-05-121-73/+119