aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/issue
Commit message (Expand)AuthorAgeFilesLines
* SONAR-11321 Create organization from GitHub organization or BitBucket teamJulien Lancelot2018-11-161-1/+2
* rewrite more components from flow to ts (#913)Stas Vilchik2018-11-0658-748/+539
* finish typing redux store and simplify connected components (#675)Stas Vilchik2018-09-0322-85/+20
* introduce IssueType and RuleType enumsStas Vilchik2018-08-244-5/+9
* SONAR-11093 use "projects" instead of "projectUuids"Stas Vilchik2018-08-211-1/+1
* update main dependencies & fix autofixable eslint warnings (#601)Stas Vilchik2018-08-103-4/+6
* Simplify import paths of some componentsGrégoire Aubert2018-07-1819-64/+64
* SONAR-10980 apply feedback (#502)Stas Vilchik2018-07-171-1/+4
* Change rendering of hotspot issues (#480)Pascal Mugnier2018-07-172-24/+30
* SONAR-10874 New issue transitions for security hotspotsJulien HENRY2018-07-049-10/+28
* SONAR-10926 Fix issues alignementGrégoire Aubert2018-06-292-98/+82
* SONAR-8589 Add title on issue item iconsGrégoire Aubert2018-06-083-2/+9
* Update to Jest 23Grégoire Aubert2018-06-011-2/+6
* SONAR-10671 Reduce render-blocking stylesheets (#297)Stas Vilchik2018-05-312-0/+255
* SONAR-10692 Don't break the issues page if a user is missingGrégoire Aubert2018-05-243-6/+6
* SONAR-10673 Stop using font for icons (#252)Stas Vilchik2018-05-2311-24/+27
* rewrite some components in ts (#243)Stas Vilchik2018-05-151-3/+1
* replace native buttons with Button component (#235)Stas Vilchik2018-05-142-5/+5
* SONAR-10664 Improve dropdown UI/UX consistency (#217)Stas Vilchik2018-05-0948-1029/+1017
* Feature/pm/sonar 10554 display issues from external engine (#155)Pascal Mugnier2018-04-263-6/+22
* SONAR-9697 Ensure tooltips are always placed correctly (#77)Stas Vilchik2018-04-043-7/+3
* SONAR-9642 Reduce steps for selecting a custom chart (#6)Pascal Mugnier2018-03-223-7/+8
* rewrite workspace in react (#3140)Stas Vilchik2018-03-142-4/+9
* SONAR-10374 Support pull request in the web appTeryk Bellahsene2018-03-136-10/+10
* SONAR-7449 Selecting multiple issues with shift+click (#3127)Pascal Mugnier2018-03-083-6/+6
* rewrite remaining popups in react (#3109)Stas Vilchik2018-03-021-0/+38
* SONAR-10207 Show a loading spinner in tags selectorGrégoire Aubert2018-02-235-40/+38
* Fix styling in rules meta dataGrégoire Aubert2018-02-231-3/+4
* update eslint and plugins, add new rules (#3041)Stas Vilchik2018-02-091-1/+3
* strengthen import/order (#3024)Stas Vilchik2018-02-071-1/+1
* drop getCurrentUserFromStore (#2993)Stas Vilchik2018-01-292-11/+20
* rewrite rules app with react (#2982)Stas Vilchik2018-01-292-2/+4
* Migrate parts of overview app to TSGrégoire Aubert2018-01-251-1/+0
* update jest & enzymeStas Vilchik2018-01-129-23/+35
* Fix license headers for 2018Simon Brandhof2018-01-0743-43/+43
* Rewrite users page to TS and ReactGrégoire Aubert2017-11-241-3/+2
* SONAR-9225 Make all search bars consistentStas Vilchik2017-11-032-26/+14
* SONAR-10023 Clear actions must be consistentStas Vilchik2017-11-033-33/+24
* SONAR-10022 Grouping actions must be consistentStas Vilchik2017-11-032-14/+26
* Update to React 16 and Enzyme 3 (#2776)Grégoire Aubert2017-11-011-0/+2
* SONAR-10031 Stop computing avatar hash in web app (#2769)Stas Vilchik2017-10-301-7/+1
* update web dependencies (#2752)Stas Vilchik2017-10-306-18/+31
* Fix quality flawsGrégoire Aubert2017-10-271-0/+1
* SONAR-9987 Add a changelog entry when copying/merging issuesJulien HENRY2017-10-201-0/+22
* SONAR-8635 do not check assign_to_me actionStas Vilchik2017-10-191-1/+1
* SONAR-9850 Remove scrollbar from the "Similar Issues" filter popupStas Vilchik2017-10-171-1/+9
* SONAR-9544 Long words in issue box breaks the displayStas Vilchik2017-10-172-256/+235
* SONAR-9696 UI asks to comment issues after bulk changeStas Vilchik2017-10-111-8/+8
* fix issue permalinks with branchesStas Vilchik2017-10-045-2/+19
* SONAR-9425 Drop locations indicator when browsing issue detailsStas Vilchik2017-09-275-29/+46