aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix code formatting issueGrégoire Aubert2018-09-241-1/+3
* Fix documentation links inside SQGrégoire Aubert2018-09-2415-22/+26
* Cirrus - Avoid runing eslint 2 times on CIGrégoire Aubert2018-09-241-4/+1
* rewrite account app in tsStas Vilchik2018-09-2114-147/+160
* rewrite about app in tsStas Vilchik2018-09-2114-154/+114
* finish rewriting overview app to tsStas Vilchik2018-09-2117-268/+141
* MMF-1420 Ease management of Embedded Docs navigation (#699)Pascal Mugnier2018-09-1921-242/+514
* 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-1911-65/+296
* SONAR-11159 SONAR-11160 Add new coverage and overall coverage next to branch ...Grégoire Aubert2018-09-198-29/+19
* 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-1945-577/+513
* SONAR-11184 Deprecate custom measure feature in the web appStas Vilchik2018-09-074-8/+28
* finish typing redux store and simplify connected components (#675)Stas Vilchik2018-09-0395-358/+199
* SONAR-11128 Add parameter metadata on the Web API pageStas Vilchik2018-08-273-85/+259
* SONAR-11134 Change the doc search ranking algorithmStas Vilchik2018-08-275-8/+37
* SONAR-10679 Add associated labels to the global searchStas Vilchik2018-08-271-0/+1
* SONAR-11053 add disabled "Activate more" button for built-in profilesStas Vilchik2018-08-243-4/+39
* introduce IssueType and RuleType enumsStas Vilchik2018-08-2422-71/+99
* 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-2233-578/+776
* rewrite project deletion in typescript (#633)Stas Vilchik2018-08-2210-120/+323
* drop project links from redux store (#632)Stas Vilchik2018-08-2222-193/+800
* drop favorites from redux store (#631)Stas Vilchik2018-08-223-104/+87
* SONAR-11093 use "projects" instead of "projectUuids"Stas Vilchik2018-08-2112-42/+49
* SONAR-6400 require only 1 character to search languagesStas Vilchik2018-08-212-0/+2
* SONAR-11127 Standardize facets behaviour between issues and rules page (#624)Stas Vilchik2018-08-212-10/+4
* SONAR-6961 load counts for search results (#619)Stas Vilchik2018-08-2118-184/+142
* SONAR-10938 do not display undefined language in rule facet (#618)Stas Vilchik2018-08-214-10/+16
* SONAR-11124 restrict search for tags/authors to current project (#614)Stas Vilchik2018-08-213-3/+11
* SONAR-10997 display the total effort on the issues page (#615)Stas Vilchik2018-08-218-2/+195
* SONAR-6961 Add issue counts to search in rule facet on issue page (#612)Stas Vilchik2018-08-2122-924/+335
* SONAR-9369 Add search for module, directory, file and author facets (#606)Stas Vilchik2018-08-219-374/+221
* SONAR-6400 allow to show more items in a facet (#597)Stas Vilchik2018-08-212-0/+6
* SONAR-6400 Move the search box above the list of facet items (#592)Stas Vilchik2018-08-2118-715/+678
* SONAR-9693 Better display facets with long names (#586)Stas Vilchik2018-08-2120-414/+644
* move marketplace from redux to react context (#626)Stas Vilchik2018-08-202-19/+11
* fixup! SONAR-10471 Improve leak period description for specific dateGrégoire Aubert2018-08-205-133/+180
* SONAR-10471 Improve leak period description for specific dateGrégoire Aubert2018-08-2010-172/+284
* SONAR-11140 Don't automatically select first file in project measures pageGrégoire Aubert2018-08-1616-188/+602
* SONAR-11140 Rewrite part of component measures page to TSGrégoire Aubert2018-08-1622-498/+447
* SONAR-11150 Display all results when searching in projects page language facetGrégoire Aubert2018-08-164-142/+12
* SONAR-11149 Fix loading problems in issues pageGrégoire Aubert2018-08-165-131/+43
* SONAR-11149 Fix issues facet filtering race conditionGrégoire Aubert2018-08-161-27/+37
* SONAR-11149 Fix facets opening race conditionsGrégoire Aubert2018-08-161-9/+7
* SONAR-11148 Fix bad use of scmAccount param in api/users/updateGrégoire Aubert2018-08-163-4/+4
* SONAR-11123 Avoid duplicate API call to api/organizations/search in org proje...Grégoire Aubert2018-08-162-28/+32