Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-7187 Fix example due to removal of pagination | Julien Lancelot | 2016-05-16 | 1 | -5/+0 | |
| | ||||||
* | Fix comment in scanner_report.proto | Simon Brandhof | 2016-05-16 | 1 | -9/+3 | |
| | ||||||
* | SONAR-7175 Ignore test waiting for QA | Julien Lancelot | 2016-05-16 | 1 | -0/+2 | |
| | ||||||
* | 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 | |
| | ||||||
* | Improve quality | Duarte Meneses | 2016-05-13 | 2 | -0/+3 | |
| | ||||||
* | SONAR-6806 Show component key as tooltip to help identify original source file | Julien HENRY | 2016-05-13 | 2 | -7/+9 | |
| | ||||||
* | SONAR-7626 Deprecate issues report (html/console) feature | Duarte Meneses | 2016-05-13 | 3 | -0/+23 | |
| | ||||||
* | refactor project overview page (#908) | Stas Vilchik | 2016-05-13 | 59 | -2517/+2090 | |
| | ||||||
* | SONAR-7582 make beta Compute Engine API public | Simon Brandhof | 2016-05-13 | 6 | -24/+1 | |
| | | | | no more @beta APIs in 5.6 for compute engine | |||||
* | SONAR-7534 add missing @Deprecated on SERVER_BASE_URL_DEFAULT_VALUE | Sébastien Lesaint | 2016-05-13 | 1 | -0/+1 | |
| | ||||||
* | 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 | 3 | -1/+30 | |
| | ||||||
* | SONAR-7367 Remove code previously used by SonarLint | Duarte Meneses | 2016-05-13 | 90 | -3924/+408 | |
| | ||||||
* | update eslint | Stas Vilchik | 2016-05-13 | 4 | -356/+351 | |
| | ||||||
* | SONAR-7493 Add migration in pico | Julien Lancelot | 2016-05-13 | 2 | -2/+4 | |
| | ||||||
* | SONAR-6868 Fix HTML report when rule message is too long | Julien HENRY | 2016-05-13 | 1 | -1/+0 | |
| | ||||||
* | SONAR-7464 Optimize NCLOC_DATA and COMMENT_LINES_DATA | Julien HENRY | 2016-05-13 | 7 | -111/+187 | |
| | ||||||
* | SONAR-6514 Unexpected behavior when one module id is 'sonar' | Julien HENRY | 2016-05-13 | 3 | -1/+27 | |
| | ||||||
* | SONAR-6807 In the issues report, show the rule key | Julien HENRY | 2016-05-13 | 2 | -2/+18 | |
| | ||||||
* | Fix JavaDoc glitch | Julien HENRY | 2016-05-13 | 1 | -1/+1 | |
| | ||||||
* | SONAR-7327 Display a warning when no components selected on the Measures page | Stas Vilchik | 2016-05-13 | 2 | -1/+26 | |
| | ||||||
* | SONAR-6846 don't fail on duplicate row in snapshot_sources | Sébastien Lesaint | 2016-05-13 | 3 | -12/+52 | |
| | ||||||
* | SONAR-6336 Add check when updating condition | Julien Lancelot | 2016-05-13 | 2 | -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 Vilchik | 2016-05-13 | 33 | -45/+85 | |
| | ||||||
* | SONAR-7431 Keep filters state in url on background page (#965) | Stas Vilchik | 2016-05-13 | 27 | -703/+519 | |
| | ||||||
* | SONAR-7493 fix size of ISSUES.MESSAGE col on Orale | Simon Brandhof | 2016-05-13 | 5 | -1/+138 | |
| | | | | | | 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 page | Julien Lancelot | 2016-05-13 | 1 | -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 dir | Sébastien Lesaint | 2016-05-13 | 2 | -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/index | Stas Vilchik | 2016-05-13 | 1 | -2/+2 | |
| | ||||||
* | fix display of UTS paths on measures page | Stas Vilchik | 2016-05-13 | 1 | -1/+1 | |
| | ||||||
* | Remove "reported by me" from issue notification message | Julien Lancelot | 2016-05-13 | 1 | -1/+1 | |
| | ||||||
* | SONAR-7274 Return authorized projects in api/qualitygates/search | Julien Lancelot | 2016-05-13 | 7 | -75/+376 | |
| | ||||||
* | SONAR-7545 use ComponentKeys.MAX_COMPONENT_KEY_LENGTH | Teryk Bellahsene | 2016-05-13 | 3 | -18/+12 | |
| | ||||||
* | SONAR-7545 functional error when updating a project key | Teryk Bellahsene | 2016-05-13 | 8 | -47/+207 | |
| | | | | | | - 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-7175 Keep last snapshots in KeepOneFilter | Julien Lancelot | 2016-05-12 | 3 | -15/+57 | |
| | | | | Last snapshot is now kept Instead of first snapshot | |||||
* | SONAR-7539 WS api/properties should return licenses if user is authenticated ↵ | Simon Brandhof | 2016-05-12 | 1 | -1/+1 | |
| | | | | (#963) | |||||
* | SONAR-7580 EmbeddedDatabase now assume jdbcurl is correctly configured | Sébastien Lesaint | 2016-05-12 | 2 | -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 JdbcSettings | Sébastien Lesaint | 2016-05-12 | 3 | -63/+156 | |
| | | | | 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-7109 remove default value of property sonar.core.serverBaseURL | Sébastien Lesaint | 2016-05-12 | 3 | -3/+7 | |
| | ||||||
* | SONAR-7534 implement Server#getUrl on the server side | Sébastien Lesaint | 2016-05-12 | 3 | -5/+121 | |
| | ||||||
* | SONAR-7512 Backport ability to use line/offset on Symbolizable API | Julien HENRY | 2016-05-12 | 3 | -0/+32 | |
| | ||||||
* | SONAR-7509 Backport on old API to ease migration | Julien HENRY | 2016-05-12 | 2 | -0/+18 | |
| | ||||||
* | SONAR-7636 Deprecate org.sonar.api.measures.Measure + many small API ↵ | Julien HENRY | 2016-05-12 | 19 | -39/+60 | |
| | | | | improvements | |||||
* | SONAR-7628 WS api/qualitygates/project_status requires admin or browse ↵ | Teryk Bellahsene | 2016-05-12 | 3 | -30/+22 | |
| | | | | permission | |||||
* | SONAR-7276 support multiple conditions for a given metric in QG | Sébastien Lesaint | 2016-05-12 | 2 | -85/+181 | |
| | | | | they must have a different period | |||||
* | SONAR-6336 show WS errors | Stas Vilchik | 2016-05-12 | 2 | -61/+98 | |
| | ||||||
* | upgrade webpack to 1.13.0 | Stas Vilchik | 2016-05-12 | 1 | -1/+1 | |
| | | | | fixes https://github.com/webpack/webpack/issues/91 |