aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8669 Display organizations on the "Notifications" page (#1633)Stas Vilchik2017-02-071-2/+11
|
* fix quality flawsStas Vilchik2017-02-071-1/+1
|
* SONAR-8653 improve organization headerStas Vilchik2017-02-031-0/+32
|
* Add aria labels to issue rule and filter buttons in issue list. This is ↵U-DESKTOP-GN2POE0\jared2017-02-021-1/+2
| | | | | | required since these buttons do not have text describing what they do so are announced as "button" when using Jaws screen reading software.
* SONAR-8713 update issue type icons, add new placesStas Vilchik2017-02-015-16/+9
|
* SONAR-8723 Add links to organization spaceStas Vilchik2017-02-013-6/+53
|
* SONAR-8713 apply feedbackStas Vilchik2017-01-314-6/+12
|
* SONAR-8713 change bug tracker iconStas Vilchik2017-01-301-0/+34
|
* SONAR-8713 Add issue type icons to SQ interfaceStas Vilchik2017-01-305-2/+161
|
* fix rating's letter positionStas Vilchik2017-01-301-10/+11
|
* fix color of coverage rating on projects pageStas Vilchik2017-01-261-1/+1
|
* SONAR-8539 Avoid useless WS call when adding/editing/deleting a comment to ↵Stas Vilchik2017-01-263-21/+13
| | | | refresh the issue
* SONAR-8393 display size rating on project pageStas Vilchik2017-01-251-4/+5
|
* SONAR-8643 Make the color palette consistentStas Vilchik2017-01-245-21/+28
|
* SONAR-8393 Rating indicators are not consistentStas Vilchik2017-01-243-20/+62
|
* SONAR-8629 Display organization on the Background Tasks pageStas Vilchik2017-01-241-3/+6
|
* SONAR-8626 Display organization on the Projects pageStas Vilchik2017-01-243-0/+114
|
* fix issue assignmentStas Vilchik2017-01-171-1/+1
|
* SONAR-8563 Rewrite notifications pageStas Vilchik2016-12-291-3/+2
|
* remove explicit _ and $ dependecies (#1487)Stas Vilchik2016-12-2936-247/+210
|
* SONAR-8554 Load and display page extensions (#1482)Stas Vilchik2016-12-233-3/+0
|
* upgrade eslint and its plugins, tune rules (#1481)Stas Vilchik2016-12-2260-614/+562
|
* scroll to specified line when open a file permalinkStas Vilchik2016-12-201-0/+1
|
* refactor header.js to use favorites apiStas Vilchik2016-12-191-21/+7
|
* SONAR-7674 Add Activity Stream interface (#1459)Stas Vilchik2016-12-191-0/+48
|
* SONAR-7288 Use api/favorites/remove in the UITeryk Bellahsene2016-12-191-3/+5
|
* SONAR-7287 Use api/favorites/add in the UITeryk Bellahsene2016-12-191-1/+1
|
* SONAR-7287 Move FavoriteService to favorite packageTeryk Bellahsene2016-12-191-3/+4
|
* reorganize store directoriesStas Vilchik2016-12-097-307/+5
| | | | | move store/ outside of app/ move components/store/* to store/
* fix line permalink in source viewerStas Vilchik2016-12-091-2/+7
|
* SONAR-8505 Implement smooth transition between pages (#1440)Stas Vilchik2016-12-083-53/+88
|
* SONAR-8451 Run js app outside of ruby containerStas Vilchik2016-12-0715-2010/+49
|
* add flow type checker (#1209)Stas Vilchik2016-11-281-2/+2
|
* SONAR-8362 Display information of favorite projectsStas Vilchik2016-11-094-6/+132
|
* fix quality flawsStas Vilchik2016-11-081-1/+1
|
* SONAR-8300 mute unselected facet optionsStas Vilchik2016-11-049-16/+55
|
* SONAR-8300 adjust layoutStas Vilchik2016-11-028-11/+91
|
* fix loading more codeStas Vilchik2016-11-011-3/+3
|
* SONAR-8326 Drop all code related to IT/overall coverage on web side (#1348)Stas Vilchik2016-11-018-97/+25
|
* SONAR-8300 Create new "Projects" page [second iteration] (#1347)Stas Vilchik2016-10-311-0/+95
|
* do not display global error when source viewer can't show code due to ↵Stas Vilchik2016-10-271-3/+10
| | | | security reason
* improve front end dx (#1331)Stas Vilchik2016-10-275-5/+5
|
* SONAR-8300 Create new "Projects" page [first iter]Stas Vilchik2016-10-2110-1/+323
|
* SONAR-8057 Make current user default option when assigning issuesStas Vilchik2016-09-161-7/+4
|
* SONAR-7790 Improve issue comment modal UIStas Vilchik2016-09-163-12/+57
|
* Merge branch 'branch-5.6'Stas Vilchik2016-09-131-1/+0
|\
| * SONAR-8000 Redirect to login page if WS returns 401 (#1240)Stas Vilchik2016-09-131-1/+0
| |
| * SONAR-8033 Gravatar now works with non-lowercase email addresses. (#1218)Hendrik M Halkow2016-09-091-1/+1
| |
* | SONAR-8033 Gravatar now works with non-lowercase email addresses. (#1218)Hendrik M Halkow2016-09-091-1/+1
| |
* | use jest (#1202)Stas Vilchik2016-09-0215-623/+479
| |