aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js
Commit message (Expand)AuthorAgeFilesLines
...
* rewrite app utils in ts (#773)Stas Vilchik2018-10-104-61/+100
* redirect to the login page when accessing private project anonymouslyStas Vilchik2018-10-031-2/+2
* SONAR-10971 Correctly display login and branch quality gates on IE11Grégoire Aubert2018-10-032-4/+4
* Replace bintray urls with binaries.sonarsource.comTom2018-10-032-9/+9
* upgrade to babel 7 (#745)Stas Vilchik2018-10-034-8/+11
* SONARCLOUD-43 always render step form (avoids reload of billing form)Stas Vilchik2018-09-256-544/+634
* SONARCLOUD-120 update landing page of just created organizationStas Vilchik2018-09-2514-28/+301
* SONARCLOUD-43 correctly handle upgrade errorsStas Vilchik2018-09-2513-20/+117
* SONARCLOUD-120 add ITsStas Vilchik2018-09-251-1/+1
* SONARCLOUD-121 display coupon's billing info (#720)Stas Vilchik2018-09-254-10/+64
* SONARCLOUD-43 pass organization for manual project creation (#723)Stas Vilchik2018-09-256-10/+36
* SONARCLOUD-43 Allow users to select the plan when creating an org (#705)Stas Vilchik2018-09-2548-210/+2194
* SONARCLOUD-120 Add new "Create Organization" page (#691)Stas Vilchik2018-09-2534-580/+1232
* rewrite project activity app in ts (#740)Stas Vilchik2018-09-2587-1641/+1260
* SONAR-11296 Display language name after bulk activation of rulesGrégoire Aubert2018-09-2512-22/+49
* Fix code formatting issueGrégoire Aubert2018-09-241-1/+3
* Fix documentation links inside SQGrégoire Aubert2018-09-2418-27/+31
* Cirrus - Avoid runing eslint 2 times on CIGrégoire Aubert2018-09-241-4/+1
* rewrite account app in tsStas Vilchik2018-09-2117-149/+167
* rewrite about app in tsStas Vilchik2018-09-2114-154/+114
* finish rewriting overview app to tsStas Vilchik2018-09-2118-269/+155
* MMF-1420 Ease management of Embedded Docs navigation (#699)Pascal Mugnier2018-09-1923-245/+521
* SONAR-11164 improve display of empty measures pageStas Vilchik2018-09-194-111/+152
* SONAR-11159 SONAR-11163 Add leak background color on code pageGrégoire Aubert2018-09-1914-190/+451
* SONAR-11159 SONAR-11160 Add new coverage and overall coverage next to branch ...Grégoire Aubert2018-09-1922-88/+447
* SONAR-11159 SONAR-11163 Update Code page for pull requests and short living b...Grégoire Aubert2018-09-1920-256/+641
* SONAR-11164 Add measures page for short-lived branches and PRGrégoire Aubert2018-09-1913-108/+267
* SONAR-11165 Migrate rest of component measures page to TSGrégoire Aubert2018-09-1958-652/+601
* SONAR-11131 Use isNew field from api/sources/lines to display new lines of codeGrégoire Aubert2018-09-195-24/+7
* SONAR-11252 fix error after deleting provisioned project (#693)Stas Vilchik2018-09-191-0/+1
* SONAR-11185 add "by tags" selection mode on the portfolios admin page (#665)Stas Vilchik2018-09-072-0/+9
* SONAR-11185 rewrite portfolios admin page in ts (#664)Stas Vilchik2018-09-071-0/+4
* SONAR-11184 Deprecate custom measure feature in the web appStas Vilchik2018-09-074-8/+28
* rewrite global search in ts (#680)Stas Vilchik2018-09-0518-390/+556
* SONAR-11216 fix hiding tooltips (#679)Stas Vilchik2018-09-043-39/+34
* finish typing redux store and simplify connected components (#675)Stas Vilchik2018-09-03178-1356/+1221
* SONAR-11128 Add parameter metadata on the Web API pageStas Vilchik2018-08-274-87/+265
* SONAR-11153 loaded issues when opening a permalink for a distant lineStas Vilchik2018-08-271-1/+3
* SONAR-11134 Change the doc search ranking algorithmStas Vilchik2018-08-275-8/+37
* SONAR-10952 Use link rel=preconnect to speed up gravatar fetchingStas Vilchik2018-08-271-3/+19
* SONAR-10679 Add associated labels to the global searchStas Vilchik2018-08-273-2/+5
* SONAR-10678 Make global navigation links on the right side discernibleStas Vilchik2018-08-274-3/+8
* SONAR-11146 control textarea expansionStas Vilchik2018-08-271-0/+21
* SONAR-11053 add disabled "Activate more" button for built-in profilesStas Vilchik2018-08-243-4/+39
* introduce IssueType and RuleType enumsStas Vilchik2018-08-2436-101/+167
* SONAR-11082 open rule permalink on cmd+clickStas Vilchik2018-08-244-13/+192
* SONAR-11156 fix issues section of hotspot rulesStas Vilchik2018-08-244-9/+312
* change ProjectCardLeak-test to not depend on current timeStas Vilchik2018-08-234-16/+22
* drop organization members from redux store (#637)Stas Vilchik2018-08-2244-959/+775
* rewrite project deletion in typescript (#633)Stas Vilchik2018-08-2211-123/+324