aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-7271 add section "Settings" to WS api/system/infoSimon Brandhof2016-05-183-0/+131
|
* Add definition of property sonar.jdbc.passwordSimon Brandhof2016-05-181-1/+1
| | | | so that its type is set to PropertyType.PASSWORD.
* Remove useless JRuby property from web.xmlSimon Brandhof2016-05-181-4/+0
| | | | | As default value of "public.root" is "/", the property can be removed from web.xml.
* fix displaying of new technical debt on the overview pageStas Vilchik2016-05-181-1/+1
|
* SONAR-7637 WS api/issues/search fix timezone related issues on createdAt facetTeryk Bellahsene2016-05-171-4/+4
|
* move "Releasability" domain on the first place on the measures pageStas Vilchik2016-05-171-2/+2
|
* SONAR-7640 Return unauthenticated when login/password are badJulien Lancelot2016-05-173-15/+30
|
* SONAR-7576 api/measures/component_tree filter component based on period or ↵Teryk Bellahsene2016-05-173-20/+120
| | | | absolute value
* 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-173-3/+56
|
* Fix javadoc of deprecated BaseMappingSimon Brandhof2016-05-171-0/+1
|
* Remove dead codeSimon Brandhof2016-05-172-469/+0
|
* display number of new lines to cover on overview pageStas Vilchik2016-05-163-12/+48
|
* Remove dead codeSimon Brandhof2016-05-164-212/+0
|
* SONAR-7645 Disable ES norms when possibleSimon Brandhof2016-05-168-54/+57
| | | | | | | | Norms are used when a string field is involved in a match query. Basically they are useless when only filters or aggregations are executed. In this case they can be disabled. It won't consume memory for nothing.
* SONAR-6632 Fail to index rule if description is more than 32kbSimon Brandhof2016-05-165-9/+87
|
* EsTester verifies that putDocuments() does not failSimon Brandhof2016-05-161-3/+7
|
* Sanitize package org.sonar.server.searchSimon Brandhof2016-05-1624-64/+50
| | | | | | Keep only deprecated classes in package org.sonar.server.search. Valid classes are moved to org.sonar.server.es.
* Do not store _source in index rules/activeRuleSimon Brandhof2016-05-162-22/+11
|
* SONAR-7530 Add pagination on the Project Measures page (#977)Stas Vilchik2016-05-166-22/+72
|
* SONAR-6336 display warning only for saved conditionsStas Vilchik2016-05-161-2/+3
|
* SONAR-7400 Replace ActiveRuleDao#selectByRule by selectByRuleIdJulien Lancelot2016-05-165-6/+6
|
* SONAR-7400 Remove no more used codeJulien Lancelot2016-05-1613-354/+172
|
* SONAR-7400 Do not load active rules from index in rules WSJulien Lancelot2016-05-161-21/+22
|
* SONAR-7400 Remove parentKey field from active rule indexJulien Lancelot2016-05-167-57/+12
|
* SONAR-7400 Do not return anymore active rule parent key in rules WSJulien Lancelot2016-05-162-10/+0
|
* SONAR-7187 Fix example due to removal of paginationJulien Lancelot2016-05-161-5/+0
|
* SONAR-7637 WS api/issues/search 'createdAter' parameter should be inclusiveTeryk Bellahsene2016-05-133-5/+5
|
* SONAR-7576 WS api/measures/component_tree paging fixed when components with ↵Teryk Bellahsene2016-05-132-14/+18
| | | | measures only
* improve project deletion pageStas Vilchik2016-05-131-27/+31
|
* SONAR-7545 limit the input max length when bulk change the project keyStas Vilchik2016-05-131-3/+3
|
* refactor project overview page (#908)Stas Vilchik2016-05-1358-2517/+2088
|
* SONAR-7109 don't use deprecated default serverBaseUrl in ServerImplSébastien Lesaint2016-05-131-3/+2
| | | | methods isSecured() and getPublicRootUrl() still used it
* SONAR-7534 Server#getUrl must return serverBaseUrl when it is setSébastien Lesaint2016-05-132-0/+29
|
* update eslintStas Vilchik2016-05-134-356/+351
|
* SONAR-7327 Display a warning when no components selected on the Measures pageStas Vilchik2016-05-131-0/+24
|
* SONAR-6336 Add check when updating conditionJulien Lancelot2016-05-132-13/+64
| | | | When updating a condition, if new new condition value match existing condition, it should fail
* SONAR-7634 Metric names should be localized (#967)Stas Vilchik2016-05-1332-45/+75
|
* SONAR-7431 Keep filters state in url on background page (#965)Stas Vilchik2016-05-1327-703/+519
|
* SONAR-7493 fix size of ISSUES.MESSAGE col on OraleSimon Brandhof2016-05-131-0/+31
| | | | | | The length of this VARCHAR(4000) depends on runtime (4000 bytes or 4000 chars) as unit is not enforced during creation of column
* SONAR-6696 Replace event description by name in history pageJulien Lancelot2016-05-131-1/+1
| | | | Event description is no more computed since 5.2, so the name is used instead (even if it contains less information about the change)
* SONAR-7154 main process must create property file in SQ's temp dirSébastien Lesaint2016-05-132-14/+12
| | | | because the JVM's temp dir might just be read only (eg. temp dir of windows services launched with Local System Account on recent windows versions is actuallt read only)
* update parameter description of /api/l10n/indexStas Vilchik2016-05-131-2/+2
|
* fix display of UTS paths on measures pageStas Vilchik2016-05-131-1/+1
|
* SONAR-7274 Return authorized projects in api/qualitygates/searchJulien Lancelot2016-05-133-39/+360
|
* SONAR-7545 functional error when updating a project keyTeryk Bellahsene2016-05-132-17/+12
| | | | | | - when updating a project key and a sub-component has a key longer than 400 characters - when a component has a name longer than 2000 characters - when a component has a key longer than 400 characters
* SONAR-7539 WS api/properties should return licenses if user is authenticated ↵Simon Brandhof2016-05-121-1/+1
| | | | (#963)
* SONAR-7580 EmbeddedDatabase now assume jdbcurl is correctly configuredSébastien Lesaint2016-05-122-47/+142
| | | | checking the URL and applying default values is not the responsibility of JdbcSettings class alone
* SONAR-7580 jdbc_url default value is computed or set by JdbcSettingsSébastien Lesaint2016-05-121-1/+0
| | | | it used to be hardcoded to jdbc:h2:tcp://localhost:9092/sonar, which did not take into account the optionaly specified embedded database port property
* SONAR-7534 implement Server#getUrl on the server sideSébastien Lesaint2016-05-122-3/+119
|