aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/issues
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9376 Update footer to correctly resize on the new page layoutGrégoire Aubert2017-08-251-2/+2
* Use date parsing function from date-fns instead of new Date()Grégoire Aubert2017-08-251-11/+11
* SONAR-9385 SONAR-9436 Replace moment with react-intlGrégoire Aubert2017-08-251-47/+50
* translate all routes files to ts (#2378)Stas Vilchik2017-08-181-1/+2
* SONAR-9435 Manage issues' popup at the list levelGrégoire Aubert2017-08-173-1/+29
* SONAR-9605 Fix infinite spinner on issues pageGrégoire Aubert2017-08-176-54/+79
* comment flow annotations (#2335)Stas Vilchik2017-08-1443-281/+400
* SONAR-9608 SONAR-9613 Add the page actions and a select to switch between viewsGrégoire Aubert2017-08-141-1/+1
* Generalize facet components for both issues and measuresGrégoire Aubert2017-08-1436-1225/+130
* SONAR-9608 SONAR-9609 Create the new measures page sidebar with all facetsGrégoire Aubert2017-08-142-18/+8
* SONAR-9531 Change the application spaceStas Vilchik2017-07-311-1/+1
* update react (#2288)Stas Vilchik2017-07-251-1/+2
* SONAR-9566 Remove organization name from component path when in issues page a...Grégoire Aubert2017-07-255-8/+26
* SONAR-9566, SONAR-9571 Update bulk operation to display only tags and assigne...Grégoire Aubert2017-07-252-4/+15
* SONAR-9566, SONAR-9569 Update facets to only show items of the selected organ...Grégoire Aubert2017-07-256-31/+51
* SONAR-9566 Add Issues link at organization level navbarGrégoire Aubert2017-07-251-2/+7
* SONAR-9583 Use fixed width layout for navigationStas Vilchik2017-07-211-16/+0
* replace require.ensure with dymamic import (#2187)Stas Vilchik2017-07-181-5/+2
* upgrade prettier and remove prettier-eslint (#2254)Stas Vilchik2017-07-1730-107/+153
* SONAR-9401 Remove usage of redux on the project activity pageGrégoire Aubert2017-07-044-83/+52
* update projects page layout (#2182)Stas Vilchik2017-06-193-51/+9
* Remove top border on issues page facetsGrégoire Aubert2017-06-151-1/+1
* Fix new flow typed issuesGrégoire Aubert2017-06-131-2/+2
* clear issues selection when refreshing listStas Vilchik2017-05-191-1/+1
* SONAR-9174 Display issue box on the last line of its primary location (#2047)Stas Vilchik2017-05-112-2/+2
* SONAR-8369 SONAR-8722 Sanitize page titlesGrégoire Aubert2017-05-102-4/+2
* SONAR-9175 Remember the last selection for My Issues / All filterStas Vilchik2017-05-102-1/+26
* MMF-661 rework search (#2030)Stas Vilchik2017-05-093-1/+12
* SONAR-9118 Fix issue project facet and organization name in front of issueGrégoire Aubert2017-05-092-9/+30
* use prettier-css (#2035)Stas Vilchik2017-05-091-8/+6
* sort issues by creation date when coming from about page (#1993)Stas Vilchik2017-05-012-1/+12
* apply feedback on issues page (part 2) (#1991)Stas Vilchik2017-04-288-61/+137
* do not load all issues for a fileStas Vilchik2017-04-272-5/+19
* clean up issues cssStas Vilchik2017-04-271-1/+60
* upgrade jest (#1981)Stas Vilchik2017-04-2713-115/+221
* apply feedback for issues page (#1980)Stas Vilchik2017-04-2637-466/+800
* 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