aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/issues
Commit message (Expand)AuthorAgeFilesLines
* create global type definitions (#1017)Stas Vilchik2018-12-0531-136/+94
* Shorten new code text of create date facet in issues pageGrégoire Aubert2018-11-301-2/+2
* Remove useless disabling of eslint camelcase ruleGrégoire Aubert2018-11-162-3/+2
* SONAR-11321 Create organization from GitHub organization or BitBucket teamJulien Lancelot2018-11-162-2/+4
* rewrite more components from flow to ts (#913)Stas Vilchik2018-11-066-10/+16
* SONAR-11204 Colorblind friendly banners (#899)Stas Vilchik2018-10-302-6/+7
* update web dependenciesStas Vilchik2018-10-263-147/+138
* SONAR-11313 enable locations navigator when selecting a flowStas Vilchik2018-10-122-1/+29
* Update TS to 3.1.2Grégoire Aubert2018-10-111-4/+6
* finish typing redux store and simplify connected components (#675)Stas Vilchik2018-09-033-17/+12
* introduce IssueType and RuleType enumsStas Vilchik2018-08-245-8/+11
* SONAR-11093 use "projects" instead of "projectUuids"Stas Vilchik2018-08-2111-32/+45
* SONAR-6400 require only 1 character to search languagesStas Vilchik2018-08-211-0/+1
* 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-212-7/+11
* 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-217-371/+218
* SONAR-6400 Move the search box above the list of facet items (#592)Stas Vilchik2018-08-2115-606/+594
* SONAR-9693 Better display facets with long names (#586)Stas Vilchik2018-08-2117-409/+610
* 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
* update main dependencies & fix autofixable eslint warnings (#601)Stas Vilchik2018-08-103-18/+21
* SONAR-11029 Move the tutorial inside provisioned projects dashboardGrégoire Aubert2018-08-101-2/+2
* SONAR-10576 Replace wording "Leak" with "New Code"Pascal Mugnier2018-08-091-2/+2
* SONAR-10864 Author information only available to members (#552)Eric Hartmann2018-08-084-9/+47
* SONAR-9178 Make spinner noticeable on loading projects issues or measurePascal Mugnier2018-08-0223-29/+142
* SONAR-10980 apply feedback (#502)Stas Vilchik2018-07-173-9/+20
* Add security hotspots page (#478)Pascal Mugnier2018-07-171-45/+22
* SONAR-10992 Make bugs, vulnerabilities and code smells default selection (#488)Stas Vilchik2018-07-172-1/+13
* SONAR-10980 display "No results" when facet is empty (#489)Stas Vilchik2018-07-173-0/+36
* SONAR-10983 Drop the "Effort" display mode on the Issues page (#487)Stas Vilchik2018-07-1720-122/+17
* SONAR-10980 Add Standards facet on the Issues page (#473)Stas Vilchik2018-07-177-9/+713
* SONAR-10980 move languages facet upStas Vilchik2018-07-172-16/+16
* SONAR-10945 Hide QP in rules pagesGrégoire Aubert2018-07-113-15/+11
* SONAR-10936 Disallow bulk change if there is no issues to changePascal Mugnier2018-07-104-3/+197
* SONAR-10995 Fix NoIssue message (#482)Pascal Mugnier2018-07-091-2/+2
* SONAR-10874 New issue transitions for security hotspotsJulien HENRY2018-07-042-1/+3
* SONAR-10867 Add security hotspot new issue typeJulien HENRY2018-07-041-1/+1
* SONAR-10813 Add project branchesPascal Mugnier2018-06-292-2/+6
* Fix small visual glitch in issues and rulesGrégoire Aubert2018-06-211-1/+1
* SONAR-10833 Reduce loading waterfallStas Vilchik2018-06-044-33/+17
* load search-navigator.css before app stylesStas Vilchik2018-06-041-1/+1
* SONAR-10843 Projects facet does not show all organizationsStas Vilchik2018-06-041-5/+8
* SONAR-10671 Reduce render-blocking stylesheets (#297)Stas Vilchik2018-05-311-0/+1
* Fix SONAR-10639 (#201)Pascal Mugnier2018-05-2815-71/+212
* SONAR-10673 Stop using font for icons (#252)Stas Vilchik2018-05-237-16/+11
* rewrite some components in ts (#243)Stas Vilchik2018-05-151-1/+1