aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/issues
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7634 Metric names should be localized (#967)Stas Vilchik2016-05-138-9/+9
* SONAR-7446 Replace usage of facetMode 'debt' by 'effort' in Issues pageStas Vilchik2016-04-181-3/+3
* enforce js code style5.5-M14Stas Vilchik2016-04-0530-30/+0
* SONAR-7494 Web: Reintroduce the web app contextStas Vilchik2016-03-3113-21/+21
* SONAR-7473 Drop 'reporter' field from UIJulien Lancelot2016-03-293-5/+0
* SONAR-6158 On a project Issues page, it should be possible to easily select t...Stas Vilchik2016-03-253-4/+34
* SONAR-7469 SONAR-7202 SONAR-7201 Remove action plan from the UITeryk Bellahsene2016-03-258-130/+3
* SONAR-7345 Rename Issue debt to effort in UIJulien Lancelot2016-03-101-1/+1
* SONAR-7333 display issue type in the issue boxStas Vilchik2016-02-261-0/+6
* SONAR-7334 display types facet on issues pageStas Vilchik2016-02-264-2/+54
* improve code qualityStas Vilchik2016-02-244-4/+4
* improve code qualityStas Vilchik2016-02-223-3/+8
* improve code qualityStas Vilchik2016-02-2237-495/+491
* SONAR-7122 drop web context from js codeStas Vilchik2016-02-1913-21/+21
* SONAR-7228 Create new "My Issues" page5.4-M10Stas Vilchik2016-01-281-1/+14
* SONAR-6929 Issues page loads unnecessary facetsStas Vilchik2016-01-141-1/+3
* Fix project title in copyright headersSimon Brandhof2016-01-1338-38/+38
* rewrite translation moduleStas Vilchik2016-01-067-19/+26
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0538-0/+722
* install webpackStas Vilchik2015-12-189-33/+10
* fix bug when file header is not displated for only issue on the issues pageStas Vilchik2015-12-111-3/+3
* improve code qualityStas Vilchik2015-12-097-32/+18
* improve code qualityStas Vilchik2015-12-081-10/+8
* SONAR-6874 Improve positioning of issue blocks in the issues pageStas Vilchik2015-11-171-1/+2
* SONAR-6908 Truncate the long file paths when traversing issues through the so...Stas Vilchik2015-11-161-1/+1
* refactor measure formattingStas Vilchik2015-11-022-2/+4
* Automatic merge from branch-5.2Jenkins CI2015-10-191-0/+1
|\
| * fix display of issues filters manage linkStas Vilchik2015-10-191-0/+1
* | use moment.js installed by npmStas Vilchik2015-10-141-0/+2
* | Automatic merge from branch-5.2Jenkins CI2015-10-141-10/+8
|\|
| * fix applying of issue filter when user is not authenticatedStas Vilchik2015-10-141-10/+8
* | improve the web build system, introduce gulp and browserifyStas Vilchik2015-10-1429-156/+73
|/
* SONAR-6870 pre-select unresolved on the issues home pageStas Vilchik2015-10-054-14/+50
* SONAR-6587 use new api/components/search_view_componentsStas Vilchik2015-10-021-3/+3
* SONAR-6160 remove annoying "the end"Stas Vilchik2015-09-301-1/+0
* improve code qualityStas Vilchik2015-09-301-4/+1
* SONAR-6870 do not add "resolved" filter if any status is selectedStas Vilchik2015-09-301-1/+1
* ensure textRange for every issueStas Vilchik2015-09-291-0/+14
* do not use "f" parameter of api/issues/searchStas Vilchik2015-09-291-1/+0
* SONAR-6870 Issues Page should show unresolved issues by defaultStas Vilchik2015-09-294-49/+14
* show assignee avatar in the "Filter Similar Issues" formStas Vilchik2015-09-281-1/+3
* format the total number of issues/rulesStas Vilchik2015-09-211-1/+1
* SONAR-6160 apply feedbackStas Vilchik2015-09-212-2/+2
* migrate js apps to es2015 modulesStas Vilchik2015-09-1840-2239/+2188
* SONAR-6160 Show a notification when user reaches the last issue / ruleStas Vilchik2015-09-151-2/+3
* fix display of the assignees facet on the issues pageStas Vilchik2015-09-111-1/+2
* SONAR-6285 show filters on the issues home pageStas Vilchik2015-09-115-248/+41
* fix SONAR-6788 The language of manual rules is displayed as "undefined" in th...Stas Vilchik2015-09-111-1/+2
* SONAR-6766 migrate to "flows"Stas Vilchik2015-09-101-2/+1
* Revert "use single web app"Stas Vilchik2015-09-1024-80/+66