aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/issues
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9067 Display multiple flows in the issues list (#1969)Stas Vilchik2017-04-2414-35/+164
* SONAR-9066 Display secondary locations in the issues list (#1965)Stas Vilchik2017-04-2420-144/+435
* SONAR-9065 Display concise issues list when browsing code (#1953)Stas Vilchik2017-04-2024-163/+990
* upgrade prettier (#1954)Stas Vilchik2017-04-2017-107/+105
* improve react usage (#1936)Stas Vilchik2017-04-194-16/+16
* SONAR-9064 Rework facets sidebar on the issues pageStas Vilchik2017-04-13105-3512/+5548
* SONAR-8996 Restrict the issue assign action to membersGrégoire Aubert2017-03-313-18/+53
* Merge remote-tracking branch 'origin/branch-6.3'Julien Lancelot2017-03-271-1/+1
|\
| * SONAR-8969 use avatar fieldStas Vilchik2017-03-241-1/+1
* | optimize js bundles (#1855)Stas Vilchik2017-03-278-18/+18
* | format code using prettier (#1774)Stas Vilchik2017-03-1737-305/+316
* | MMF-703 More efficient UX for issue multiple locations (#1749)Stas Vilchik2017-03-072-2/+4
* | refactor source viewer (#1744)Stas Vilchik2017-03-037-256/+134
* | Revert "refactor source viewer (#1705)"Stas Vilchik2017-03-037-116/+264
* | refactor source viewer (#1705)Stas Vilchik2017-03-027-264/+116
* | fix indentationStas Vilchik2017-02-231-9/+9
|/
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1038-76/+76
* fix quality flawsStas Vilchik2017-02-075-7/+7
* automatically select assignee checkbox when unassigning issues through bulk c...Stas Vilchik2017-02-031-2/+3
* Add aria labels to issue rule and filter buttons in issue list. This is requi...U-DESKTOP-GN2POE0\jared2017-02-021-1/+2
* fix display of "My Issues" buttonStas Vilchik2017-02-021-1/+1
* display organizations in projects facet on issues pageStas Vilchik2017-02-022-0/+24
* improve display of component paths on issues pageStas Vilchik2017-02-025-32/+66
* fix display of organizationsStas Vilchik2017-02-021-3/+3
* SONAR-8723 Add links to organization spaceStas Vilchik2017-02-011-8/+14
* SONAR-8713 Add issue type icons to SQ interfaceStas Vilchik2017-01-301-1/+1
* use WS /api/components/search for projects facetStas Vilchik2017-01-251-40/+21
* SONAR-7303 replace usage of /api/resources/search by /api/components/searchStas Vilchik2017-01-241-1/+18
* SONAR-8628 Display organizations on the Issues pageStas Vilchik2017-01-242-3/+13
* SONAR-8562 do not pass "actions" parameter to /api/issues/bulk_changeStas Vilchik2017-01-101-9/+1
* SONAR-8562 apply feedbackStas Vilchik2017-01-092-8/+5
* SONAR-8562 Rewrite issues bulk changeStas Vilchik2016-12-305-24/+461
* remove explicit _ and $ dependecies (#1487)Stas Vilchik2016-12-2927-108/+112
* upgrade eslint and its plugins, tune rules (#1481)Stas Vilchik2016-12-2222-115/+65
* reorganize store directoriesStas Vilchik2016-12-091-1/+1
* SONAR-8505 Implement smooth transition between pages (#1440)Stas Vilchik2016-12-082-2/+20
* redirect from /issues/search to /issuesStas Vilchik2016-12-081-4/+9
* SONAR-8451 disable issues bulk change and the project history pageStas Vilchik2016-12-071-4/+8
* SONAR-8451 Run js app outside of ruby containerStas Vilchik2016-12-073-7/+19
* step towards a single-entry-point js app (#1362)Stas Vilchik2016-11-283-7/+64
* SONAR-8374 disable assignee facet when "my issues" are displayedStas Vilchik2016-11-181-0/+4
* fix assignee facet, part 2Stas Vilchik2016-11-171-2/+2
* fix assignee facetStas Vilchik2016-11-171-1/+1
* fix bulk change of my issuesStas Vilchik2016-11-171-0/+3
* improve header consistency between pagesStas Vilchik2016-11-161-2/+2
* fix requesting of issues facetStas Vilchik2016-11-101-0/+3
* do not explicitly provide sorting criteria on issues pageStas Vilchik2016-11-101-1/+0
* SONAR-8375 Display the summary of a search on the "Issues" pageStas Vilchik2016-11-102-7/+18
* SONAR-8374 Make the "Me" option more visible on the "Issues" pageStas Vilchik2016-11-1011-88/+126
* fix issues bulk changeStas Vilchik2016-11-101-1/+1