Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-9472 Change the rendering of best values on the Measures page | Pascal Mugnier | 2018-04-24 | 12 | -101/+253 |
| | |||||
* | Fix typo in bubble chart | Pascal Mugnier | 2018-04-24 | 1 | -1/+1 |
| | |||||
* | SONAR-10606 If a project has no analysis, it displays the wrong message | Pascal Mugnier | 2018-04-24 | 2 | -2/+9 |
| | |||||
* | Enfore TransactionIsolationLevel.READ_COMMITTED | Eric Hartmann | 2018-04-19 | 1 | -2/+3 |
| | | | | | | | | By default, all supported databases but MySQL are using this isolation level. However, without setting this property, gap locks may appear in MySQL : https://dev.mysql.com/doc/refman/5.7/en/innodb-locking.html#innodb-gap-locks | ||||
* | Fix for failing IT should_drilldown_on_tree_view | Pascal Mugnier | 2018-04-19 | 1 | -9/+26 |
| | |||||
* | SONARCLOUD-46 Add canonical tag to project dashboard pages (#163) | Stas Vilchik | 2018-04-18 | 1 | -0/+6 |
| | |||||
* | GOV-327 Allow deletion of referenced views (#141) | Eric Hartmann | 2018-04-18 | 1 | -2/+2 |
| | |||||
* | SONAR-10600 Missing l10n message on project badge popup | Pascal Mugnier | 2018-04-18 | 1 | -0/+3 |
| | |||||
* | SONAR-10050 Switch Issues/Effort in issues page when data is available | Pascal Mugnier | 2018-04-18 | 21 | -20/+119 |
| | |||||
* | SONAR-9285 More precise page titles | Pascal Mugnier | 2018-04-18 | 7 | -14/+33 |
| | |||||
* | SONAR-9843 Open measure page in blank page when middle click on a file | Pascal Mugnier | 2018-04-18 | 14 | -61/+108 |
| | |||||
* | SONAR-10573 Allow to navigate on more than 100 rules with keyboard | Pascal Mugnier | 2018-04-18 | 1 | -6/+17 |
| | |||||
* | SONAR-6949 Commit session during authentication | Eric Hartmann | 2018-04-18 | 1 | -0/+1 |
| | |||||
* | add eslint-plugin-sonarjs (#153) | Stas Vilchik | 2018-04-17 | 8 | -17/+32 |
| | |||||
* | Fix quality flaws | Eric Hartmann | 2018-04-17 | 4 | -4/+1 |
| | |||||
* | SONAR-6949 Implements bcrypt hash for password | Eric Hartmann | 2018-04-17 | 26 | -108/+476 |
| | | | | | | | Extract hash mechanism into a single class LocalAuthentication Implements SHA1 (deprecated) and bcrypt hash Set bcrypt as default Update the hash of a user during authentication if hash method was SHA1 | ||||
* | SONAR-6949 Populate HASH_METHOD with SHA1 | Eric Hartmann | 2018-04-17 | 11 | -1/+307 |
| | |||||
* | SONAR-6949 Increase crypted password size | Eric Hartmann | 2018-04-17 | 12 | -3/+233 |
| | |||||
* | Fix for quality gate link redirecting to master branch | Pascal Mugnier | 2018-04-17 | 1 | -5/+5 |
| | |||||
* | GOV-288 Portfolio containing only provisioned projects is not 'empty' | Pascal Mugnier | 2018-04-17 | 10 | -73/+167 |
| | |||||
* | GOV-317 Change operator in application quality gate section | Pascal Mugnier | 2018-04-17 | 2 | -4/+6 |
| | |||||
* | GOV-316 Add "has always been X" for ratings that never changed | Pascal Mugnier | 2018-04-17 | 12 | -8/+39 |
| | |||||
* | GOV-265 Application leak header should reflect oldest leak start | Pascal Mugnier | 2018-04-17 | 4 | -13/+48 |
| | |||||
* | SONAR-10049 New 0 issue message for short lived branches | Pascal Mugnier | 2018-04-17 | 3 | -2/+33 |
| | |||||
* | Fix stability of org.sonar.server.health unit tests | Simon Brandhof | 2018-04-17 | 2 | -32/+27 |
| | |||||
* | SONAR-10571 Show background task notifications only on related branch/pr | Grégoire Aubert | 2018-04-16 | 4 | -26/+123 |
| | |||||
* | SONAR-10572 Fix wrong link for branches in background tasks | Grégoire Aubert | 2018-04-16 | 3 | -30/+133 |
| | |||||
* | SONAR-10580 Local storage references should not use window.localStorage (#145) | Pascal Mugnier | 2018-04-16 | 20 | -214/+180 |
| | |||||
* | SONAR-10569 Move update_project_visibility from organizations to permissions | Julien Lancelot | 2018-04-13 | 5 | -85/+100 |
| | |||||
* | SONAR-10566 Allow organization name with one character | Julien Lancelot | 2018-04-13 | 8 | -304/+298 |
| | |||||
* | Revert "SONAR-6949 Increase crypted password size" | Eric Hartmann | 2018-04-12 | 12 | -233/+3 |
| | | | | This reverts commit 8e3729ab43842b5f23c431afdd5153c75530aa1d. | ||||
* | SONAR-6949 Increase crypted password size | Eric Hartmann | 2018-04-12 | 12 | -3/+233 |
| | |||||
* | Feature/pm/hardening 10 04 (#130) | Pascal Mugnier | 2018-04-12 | 6 | -59/+134 |
| | |||||
* | Fix zoom reset issue (#144) | Pascal Mugnier | 2018-04-12 | 1 | -2/+4 |
| | |||||
* | Rename EsTester factory methods | Simon Brandhof | 2018-04-12 | 118 | -119/+119 |
| | |||||
* | Drop unused dependency org.elasticsearch.test:framework | Simon Brandhof | 2018-04-12 | 3 | -11/+2 |
| | |||||
* | Fix build warning "unknown file extension: xxx.pdf" | Simon Brandhof | 2018-04-12 | 1 | -1/+1 |
| | |||||
* | Remove unused dependency com.github.tlrx:elasticsearch-test | Simon Brandhof | 2018-04-12 | 2 | -2/+0 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2018-04-12 | 39 | -255/+201 |
| | |||||
* | Speed-up the unit tests relying on Elasticsearch | Simon Brandhof | 2018-04-12 | 126 | -1804/+645 |
| | | | | | Creation of an index is slow in Elasticsearch. It should not executed before each test. | ||||
* | Make sonar-plugin-api-deps:shadowJar task cacheable | Evgeny Mandrikov | 2018-04-11 | 1 | -0/+3 |
| | | | This makes many other tasks cacheable. | ||||
* | SONAR-9416 Enable zoom on bubble charts (#127) | Pascal Mugnier | 2018-04-11 | 8 | -320/+466 |
| | |||||
* | Feature/pm/hardening 5 6 04 (#119) | Pascal Mugnier | 2018-04-11 | 25 | -89/+194 |
| | |||||
* | Fix API version in QA test plugins | Simon Brandhof | 2018-04-10 | 29 | -29/+29 |
| | |||||
* | Upgrade development version to 7.2-SNAPSHOT | Simon Brandhof | 2018-04-10 | 1 | -1/+1 |
| | |||||
* | SONAR-10133 Fix Update Center ITs | Grégoire Aubert | 2018-04-10 | 2 | -2/+2 |
| | |||||
* | SONAR-10133 Full-width banner to prompt restart after plugin change (#102) | Pascal Mugnier | 2018-04-10 | 19 | -231/+278 |
| | |||||
* | Fix Artifactory properties | David Rautureau | 2018-04-10 | 1 | -4/+4 |
| | |||||
* | Add sha1 in web.log | David Rautureau | 2018-04-10 | 2 | -2/+11 |
| | |||||
* | Remove license noisy logs in build | Simon Brandhof | 2018-04-10 | 1 | -1/+1 |
| |