Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | update description of api/system/restart | Stas Vilchik | 2016-05-18 | 1 | -4/+1 | |
| | ||||||
* | SONAR-6438 Sanitize description of WS sections (#985) | Stas Vilchik | 2016-05-18 | 31 | -32/+32 | |
| | ||||||
* | SONAR-7223 "Best Values" are not displayed properly (#994) | Stas Vilchik | 2016-05-18 | 2 | -95/+99 | |
| | ||||||
* | SONAR-7639 pass BCP47 language tag | Stas Vilchik | 2016-05-18 | 1 | -4/+1 | |
| | ||||||
* | SONAR-7639 WS api/l10n/index supports only BCP47 language tags | Teryk Bellahsene | 2016-05-18 | 2 | -15/+49 | |
| | ||||||
* | SONAR-7009 Add issue exclusions in compute engine | Julien Lancelot | 2016-05-18 | 9 | -6/+557 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2016-05-18 | 5 | -29/+12 | |
| | ||||||
* | SONAR-7646 Log flooding on date of issues WS | Teryk Bellahsene | 2016-05-18 | 2 | -57/+53 | |
| | ||||||
* | SONAR-7422 reset App sharedMemory at start/restart | Sébastien Lesaint | 2016-05-18 | 1 | -0/+5 | |
| | ||||||
* | SONAR-7422 add DefaultProcessCommand#reset() | Sébastien Lesaint | 2016-05-18 | 2 | -1/+27 | |
| | ||||||
* | SONAR-7142 Cannot restart server after wiping out Server ID fields | Simon Brandhof | 2016-05-18 | 3 | -114/+162 | |
| | ||||||
* | SONAR-6613 remove useless indexes on table GROUP_ROLES | Simon Brandhof | 2016-05-18 | 1 | -0/+32 | |
| | ||||||
* | SONAR-7271 add "Server ID validated" to sysinfo page | Simon Brandhof | 2016-05-18 | 8 | -13/+286 | |
| | ||||||
* | SONAR-7271 hide 2 sections from System Info page | Simon Brandhof | 2016-05-18 | 1 | -4/+6 | |
| | | | | | | | Sections "Settings" and "Plugins" are already available in other administration consoles so they should not be displayed in System Info page. Still they must be present in WS api/system/info. | |||||
* | SONAR-7271 add section "Settings" to WS api/system/info | Simon Brandhof | 2016-05-18 | 3 | -0/+131 | |
| | ||||||
* | Add definition of property sonar.jdbc.password | Simon Brandhof | 2016-05-18 | 1 | -1/+1 | |
| | | | | so that its type is set to PropertyType.PASSWORD. | |||||
* | Remove useless JRuby property from web.xml | Simon Brandhof | 2016-05-18 | 1 | -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 page | Stas Vilchik | 2016-05-18 | 1 | -1/+1 | |
| | ||||||
* | SONAR-7637 WS api/issues/search fix timezone related issues on createdAt facet | Teryk Bellahsene | 2016-05-17 | 1 | -4/+4 | |
| | ||||||
* | move "Releasability" domain on the first place on the measures page | Stas Vilchik | 2016-05-17 | 1 | -2/+2 | |
| | ||||||
* | SONAR-7640 Return unauthenticated when login/password are bad | Julien Lancelot | 2016-05-17 | 3 | -15/+30 | |
| | ||||||
* | SONAR-7576 api/measures/component_tree filter component based on period or ↵ | Teryk Bellahsene | 2016-05-17 | 3 | -20/+120 | |
| | | | | absolute value | |||||
* | SONAR-7637 add timezone related tests to IssueIndex | Teryk Bellahsene | 2016-05-17 | 1 | -62/+81 | |
| | ||||||
* | SONAR-7390 support highlighting over multiline including empty one | Sébastien Lesaint | 2016-05-17 | 3 | -3/+56 | |
| | ||||||
* | Fix javadoc of deprecated BaseMapping | Simon Brandhof | 2016-05-17 | 1 | -0/+1 | |
| | ||||||
* | Remove dead code | Simon Brandhof | 2016-05-17 | 2 | -469/+0 | |
| | ||||||
* | display number of new lines to cover on overview page | Stas Vilchik | 2016-05-16 | 3 | -12/+48 | |
| | ||||||
* | Remove dead code | Simon Brandhof | 2016-05-16 | 4 | -212/+0 | |
| | ||||||
* | SONAR-7645 Disable ES norms when possible | Simon Brandhof | 2016-05-16 | 8 | -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 32kb | Simon Brandhof | 2016-05-16 | 5 | -9/+87 | |
| | ||||||
* | EsTester verifies that putDocuments() does not fail | Simon Brandhof | 2016-05-16 | 1 | -3/+7 | |
| | ||||||
* | Sanitize package org.sonar.server.search | Simon Brandhof | 2016-05-16 | 24 | -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/activeRule | Simon Brandhof | 2016-05-16 | 2 | -22/+11 | |
| | ||||||
* | SONAR-7530 Add pagination on the Project Measures page (#977) | Stas Vilchik | 2016-05-16 | 6 | -22/+72 | |
| | ||||||
* | SONAR-6336 display warning only for saved conditions | Stas Vilchik | 2016-05-16 | 1 | -2/+3 | |
| | ||||||
* | SONAR-7400 Replace ActiveRuleDao#selectByRule by selectByRuleId | Julien Lancelot | 2016-05-16 | 5 | -6/+6 | |
| | ||||||
* | SONAR-7400 Remove no more used code | Julien Lancelot | 2016-05-16 | 13 | -354/+172 | |
| | ||||||
* | SONAR-7400 Do not load active rules from index in rules WS | Julien Lancelot | 2016-05-16 | 1 | -21/+22 | |
| | ||||||
* | SONAR-7400 Remove parentKey field from active rule index | Julien Lancelot | 2016-05-16 | 7 | -57/+12 | |
| | ||||||
* | SONAR-7400 Do not return anymore active rule parent key in rules WS | Julien Lancelot | 2016-05-16 | 2 | -10/+0 | |
| | ||||||
* | SONAR-7187 Fix example due to removal of pagination | Julien Lancelot | 2016-05-16 | 1 | -5/+0 | |
| | ||||||
* | SONAR-7637 WS api/issues/search 'createdAter' parameter should be inclusive | Teryk Bellahsene | 2016-05-13 | 3 | -5/+5 | |
| | ||||||
* | SONAR-7576 WS api/measures/component_tree paging fixed when components with ↵ | Teryk Bellahsene | 2016-05-13 | 2 | -14/+18 | |
| | | | | measures only | |||||
* | improve project deletion page | Stas Vilchik | 2016-05-13 | 1 | -27/+31 | |
| | ||||||
* | SONAR-7545 limit the input max length when bulk change the project key | Stas Vilchik | 2016-05-13 | 1 | -3/+3 | |
| | ||||||
* | refactor project overview page (#908) | Stas Vilchik | 2016-05-13 | 58 | -2517/+2088 | |
| | ||||||
* | SONAR-7109 don't use deprecated default serverBaseUrl in ServerImpl | Sébastien Lesaint | 2016-05-13 | 1 | -3/+2 | |
| | | | | methods isSecured() and getPublicRootUrl() still used it | |||||
* | SONAR-7534 Server#getUrl must return serverBaseUrl when it is set | Sébastien Lesaint | 2016-05-13 | 2 | -0/+29 | |
| | ||||||
* | update eslint | Stas Vilchik | 2016-05-13 | 4 | -356/+351 | |
| | ||||||
* | SONAR-7327 Display a warning when no components selected on the Measures page | Stas Vilchik | 2016-05-13 | 1 | -0/+24 | |
| |