aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/code
Commit message (Expand)AuthorAgeFilesLines
* reorganize store directoriesStas Vilchik2016-12-091-1/+1
* SONAR-8505 Implement smooth transition between pages (#1440)Stas Vilchik2016-12-084-14/+17
* SONAR-8451 Run js app outside of ruby containerStas Vilchik2016-12-071-3/+9
* step towards a single-entry-point js app (#1362)Stas Vilchik2016-11-283-26/+8
* fix quality flawsStas Vilchik2016-11-081-1/+1
* SONAR-8326 Drop all code related to IT/overall coverage on web side (#1348)Stas Vilchik2016-11-014-19/+7
* sort components by qualifier on code pageStas Vilchik2016-09-162-2/+8
* SONAR-7932 Useless WS call on the Code page (#1248)Stas Vilchik2016-09-162-7/+9
* improve code qualityStas Vilchik2016-09-161-1/+1
* Merge branch 'branch-5.6'Stas Vilchik2016-09-137-158/+158
|\
| * SONAR-8036 Code page does not expand root directory properly (#1239)Stas Vilchik2016-09-131-3/+18
| * SONAR-8000 Redirect to login page if WS returns 401 (#1240)Stas Vilchik2016-09-131-12/+7
| * SONAR-7897 Update measures on the Projects page (#1237)Stas Vilchik2016-09-135-109/+116
* | SONAR-7919 handle errors and display success messagesStas Vilchik2016-08-121-0/+5
* | SONAR-7920 apply feedbackStas Vilchik2016-08-081-4/+6
* | update js lintersStas Vilchik2016-06-291-1/+0
* | improve table rendering on the Code pageStas Vilchik2016-06-134-7/+19
* | refactor react components (#1033)Stas Vilchik2016-06-101-1/+1
* | refactor code page (#912)Stas Vilchik2016-05-3016-811/+646
|/
* SONAR-7634 Metric names should be localized (#967)Stas Vilchik2016-05-131-2/+2
* fix quality flawsStas Vilchik2016-04-151-2/+2
* limit width of the project pagesStas Vilchik2016-04-131-1/+1
* SONAR-7531 Add pagination on the Code pageStas Vilchik2016-04-113-15/+84
* reorder columns on code/projects pageStas Vilchik2016-04-062-6/+6
* enforce js code style5.5-M14Stas Vilchik2016-04-0517-41/+6
* SONAR-7402 improve display of measures home pageStas Vilchik2016-03-251-1/+0
* SONAR-7402 highlight new code in source viewerStas Vilchik2016-03-101-2/+14
* SONAR-7348 Change the list of displayed measures on Code/Projects pagesStas Vilchik2016-03-084-14/+28
* Automatic merge from branch-5.45.5-M7Jenkins CI2016-03-043-3/+25
|\
| * SONAR-4004 require 3 characters to searchStas Vilchik2016-03-043-3/+25
* | Automatic merge from branch-5.4Jenkins CI2016-02-231-2/+2
|\|
| * display component key in tooltip on code pageStas Vilchik2016-02-221-2/+2
* | improve code qualityStas Vilchik2016-02-223-8/+8
* | upgrate react-router and historyStas Vilchik2016-02-181-4/+2
|/
* display a real link to project on view projects pageStas Vilchik2016-02-031-12/+14
* make it possible to go back after opening code/projects pageStas Vilchik2016-02-031-1/+2
* display source viewer header on code pageStas Vilchik2016-02-031-4/+0
* use new WS on code, projects and overview pagesStas Vilchik2016-01-209-21/+29
* Fix project title in copyright headersSimon Brandhof2016-01-1319-19/+19
* SONAR-7192 fix project linksStas Vilchik2016-01-131-1/+1
* SONAR-7192 Create new 'Projects' page for viewsStas Vilchik2016-01-137-10/+58
* SONAR-7177 sort files before directoriesStas Vilchik2016-01-131-1/+1
* SONAR-4004 use new WS to request component's breadcrumbsStas Vilchik2016-01-121-5/+2
* SONAR-7178 Provide keyboard shortcuts to navigate between search resultsStas Vilchik2016-01-115-69/+198
* Revert "SONAR-7149 display a list of sub-components when start searching"Stas Vilchik2016-01-114-103/+33
* SONAR-7144 fix pinnig from search resultsStas Vilchik2016-01-111-1/+1
* SONAR-7144 pin file in the workspaceStas Vilchik2016-01-073-56/+114
* SONAR-7149 display a list of sub-components when start searchingStas Vilchik2016-01-074-22/+96
* SONAR-7143 improve display of directories listStas Vilchik2016-01-073-6/+31
* SONAR-7149 display a full file path in the tooltip when searchingStas Vilchik2016-01-071-1/+11