aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/code
Commit message (Expand)AuthorAgeFilesLines
* translate all routes files to ts (#2378)Stas Vilchik2017-08-181-1/+3
* Move Measure component to the global components folderGrégoire Aubert2017-08-141-2/+4
* Move the previous measure page to temporary urlGrégoire Aubert2017-08-141-1/+1
* SONAR-9531 Change the application spaceStas Vilchik2017-07-315-31/+33
* update react (#2288)Stas Vilchik2017-07-251-4/+5
* replace require.ensure with dymamic import (#2187)Stas Vilchik2017-07-181-3/+1
* upgrade prettier and remove prettier-eslint (#2254)Stas Vilchik2017-07-175-19/+17
* Apply review commentsGrégoire Aubert2017-05-101-1/+1
* SONAR-8369 SONAR-8722 Sanitize page titlesGrégoire Aubert2017-05-101-0/+4
* upgrade prettier (#1954)Stas Vilchik2017-04-204-12/+11
* improve react usage (#1936)Stas Vilchik2017-04-199-90/+80
* SONAR-9064 Rework facets sidebar on the issues pageStas Vilchik2017-04-131-1/+1
* re-format js code (#1877)Stas Vilchik2017-03-312-4/+2
* optimize js bundles (#1855)Stas Vilchik2017-03-273-6/+11
* format code using prettier (#1774)Stas Vilchik2017-03-1716-397/+401
* SONAR-8961 drilldown on local views (#1796)Stas Vilchik2017-03-152-2/+2
* SONAR-8800 remove usages of deprecated apiStas Vilchik2017-03-141-1/+1
* Polish new source viewer (#1755)Stas Vilchik2017-03-081-1/+1
* refactor source viewer (#1744)Stas Vilchik2017-03-032-3/+3
* Revert "refactor source viewer (#1705)"Stas Vilchik2017-03-032-3/+3
* refactor source viewer (#1705)Stas Vilchik2017-03-022-3/+3
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1016-32/+32
* use different qualifiers for search on code pageStas Vilchik2017-01-251-2/+4
* explicitly provide list of qualifiers to WS /api/components/treeStas Vilchik2017-01-251-1/+3
* SONAR-8579 Pagination fails on project code pageStas Vilchik2017-01-162-5/+6
* remove explicit _ and $ dependecies (#1487)Stas Vilchik2016-12-292-4/+4
* upgrade eslint and its plugins, tune rules (#1481)Stas Vilchik2016-12-228-30/+21
* 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