aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-10050 Switch Issues/Effort in issues page when data is availablePascal Mugnier2018-04-1821-20/+119
|
* SONAR-9285 More precise page titlesPascal Mugnier2018-04-187-14/+33
|
* SONAR-9843 Open measure page in blank page when middle click on a filePascal Mugnier2018-04-1814-61/+108
|
* SONAR-10573 Allow to navigate on more than 100 rules with keyboardPascal Mugnier2018-04-181-6/+17
|
* SONAR-6949 Commit session during authenticationEric Hartmann2018-04-181-0/+1
|
* add eslint-plugin-sonarjs (#153)Stas Vilchik2018-04-178-17/+32
|
* Fix quality flawsEric Hartmann2018-04-173-3/+1
|
* SONAR-6949 Implements bcrypt hash for passwordEric Hartmann2018-04-1725-107/+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 SHA1Eric Hartmann2018-04-1711-1/+307
|
* SONAR-6949 Increase crypted password sizeEric Hartmann2018-04-1710-3/+231
|
* Fix for quality gate link redirecting to master branchPascal Mugnier2018-04-171-5/+5
|
* GOV-288 Portfolio containing only provisioned projects is not 'empty'Pascal Mugnier2018-04-179-71/+163
|
* GOV-317 Change operator in application quality gate sectionPascal Mugnier2018-04-172-4/+6
|
* GOV-316 Add "has always been X" for ratings that never changedPascal Mugnier2018-04-1711-8/+38
|
* GOV-265 Application leak header should reflect oldest leak startPascal Mugnier2018-04-173-13/+47
|
* SONAR-10049 New 0 issue message for short lived branchesPascal Mugnier2018-04-172-2/+32
|
* Fix stability of org.sonar.server.health unit testsSimon Brandhof2018-04-172-32/+27
|
* SONAR-10571 Show background task notifications only on related branch/prGrégoire Aubert2018-04-164-26/+123
|
* SONAR-10572 Fix wrong link for branches in background tasksGrégoire Aubert2018-04-163-30/+133
|
* SONAR-10580 Local storage references should not use window.localStorage (#145)Pascal Mugnier2018-04-1620-214/+180
|
* SONAR-10569 Move update_project_visibility from organizations to permissionsJulien Lancelot2018-04-132-4/+5
|
* SONAR-10566 Allow organization name with one characterJulien Lancelot2018-04-136-287/+271
|
* Revert "SONAR-6949 Increase crypted password size"Eric Hartmann2018-04-1210-231/+3
| | | | This reverts commit 8e3729ab43842b5f23c431afdd5153c75530aa1d.
* SONAR-6949 Increase crypted password sizeEric Hartmann2018-04-1210-3/+231
|
* Feature/pm/hardening 10 04 (#130)Pascal Mugnier2018-04-126-59/+134
|
* Fix zoom reset issue (#144)Pascal Mugnier2018-04-121-2/+4
|
* Rename EsTester factory methodsSimon Brandhof2018-04-12118-119/+119
|
* Drop unused dependency org.elasticsearch.test:frameworkSimon Brandhof2018-04-122-9/+1
|
* Remove unused dependency com.github.tlrx:elasticsearch-testSimon Brandhof2018-04-121-1/+0
|
* Fix Quality flawsSimon Brandhof2018-04-1239-255/+201
|
* Speed-up the unit tests relying on ElasticsearchSimon Brandhof2018-04-12126-1804/+645
| | | | | Creation of an index is slow in Elasticsearch. It should not executed before each test.
* SONAR-9416 Enable zoom on bubble charts (#127)Pascal Mugnier2018-04-117-320/+465
|
* Feature/pm/hardening 5 6 04 (#119)Pascal Mugnier2018-04-1125-89/+194
|
* SONAR-10133 Fix Update Center ITsGrégoire Aubert2018-04-102-2/+2
|
* SONAR-10133 Full-width banner to prompt restart after plugin change (#102)Pascal Mugnier2018-04-1019-231/+278
|
* Add sha1 in web.logDavid Rautureau2018-04-102-2/+11
|
* Fix QASimon Brandhof2018-04-0916-71/+140
|
* Make yarn_run tasks cacheableEvgeny Mandrikov2018-04-092-17/+14
|
* SONAR-10552 Allow empty description of plugins in marketplaceGrégoire Aubert2018-04-062-2/+2
|
* SONAR-10559 Fix select list to edit members and group formGrégoire Aubert2018-04-065-13/+40
|
* SONAR-10561 Fix error message after deleting a quality gateGrégoire Aubert2018-04-062-4/+7
|
* GOV-334 trigger refresh of views on api/projects/bulk_update_keySébastien Lesaint2018-04-069-29/+260
|
* GOV-334 trigger views refresh on api/projects/update_key callSébastien Lesaint2018-04-068-8/+213
|
* GOV-331 trigger views refresh on api/organizations/deleteSébastien Lesaint2018-04-062-24/+156
|
* GOV-331 trigger views refresh on api/projects/bulk_deleteSébastien Lesaint2018-04-0612-45/+394
|
* GOV-331 trigger views refresh on api/projects/deleteSébastien Lesaint2018-04-068-27/+163
|
* GOV-331 factor multiple Project classes into oneSébastien Lesaint2018-04-0630-163/+39
|
* GOV-333 change to issue trigger views refreshEric Hartmann2018-04-061-0/+2
|
* GOV-333 views refresh takes project measure from live_measures tableSébastien Lesaint2018-04-062-0/+360
| | | | | instead of taking them from project_measures table to be able to support refresh of a view after a change through the UI which changes measures only in table live_measures
* GOV-336 Change display of refresh buttonPascal Mugnier2018-04-061-1/+2
|