| Commit message (Expand) | Author | Age | Files | Lines |
* | rewrite some components in ts (#243) | Stas Vilchik | 2018-05-15 | 1 | -0/+2 |
* | update sonar-web dependencies (#239) | Stas Vilchik | 2018-05-15 | 1 | -45/+44 |
* | SONAR-10612 Create documentation space in the web app | Pascal Mugnier | 2018-05-03 | 1 | -0/+3 |
* | SONAR-10609 Rework the global help modal to a dropdown (#177) | Pascal Mugnier | 2018-05-03 | 1 | -1/+1 |
* | SONAR-10611 Display inline documentation tooltips (#180) | Stas Vilchik | 2018-05-03 | 1 | -0/+3 |
* | use eslint-config-sonarqube (#191) | Stas Vilchik | 2018-04-27 | 1 | -6/+7 |
* | add eslint-plugin-sonarjs (#153) | Stas Vilchik | 2018-04-17 | 1 | -0/+1 |
* | SONAR-9416 Enable zoom on bubble charts (#127) | Pascal Mugnier | 2018-04-11 | 1 | -0/+1 |
* | SONAR-9697 Ensure tooltips are always placed correctly (#77) | Stas Vilchik | 2018-04-04 | 1 | -1/+0 |
* | update typescript to 2.8 | Stas Vilchik | 2018-03-29 | 1 | -1/+1 |
* | update prettier | Stas Vilchik | 2018-03-28 | 1 | -2/+2 |
* | VSTS-141 Move vsts integration to it's own module | Grégoire Aubert | 2018-03-26 | 1 | -7/+2 |
* | VSTS-141 Add VSTS Quality widget | Grégoire Aubert | 2018-03-26 | 1 | -1/+7 |
* | migrate to webpack 4 (#39) | Stas Vilchik | 2018-03-22 | 1 | -14/+15 |
* | drop jquery, underscore, backbone and handlebars | Stas Vilchik | 2018-03-22 | 1 | -10/+1 |
* | SONAR-9338 Make all date pickers consistent (#3157) | Stas Vilchik | 2018-03-22 | 1 | -0/+1 |
* | SONAR-10345 Add webhooks management actions | Grégoire Aubert | 2018-03-01 | 1 | -0/+1 |
* | add --passWithNoTests to precommit jest configuration | Stas Vilchik | 2018-02-27 | 1 | -1/+6 |
* | update typescript to 2.7 (#3054) | Stas Vilchik | 2018-02-13 | 1 | -3/+3 |
* | update eslint and plugins, add new rules (#3041) | Stas Vilchik | 2018-02-09 | 1 | -3/+3 |
* | rewrite rules app with react (#2982) | Stas Vilchik | 2018-01-29 | 1 | -0/+1 |
* | update jest & enzyme | Stas Vilchik | 2018-01-12 | 1 | -7/+7 |
* | update prettier | Stas Vilchik | 2018-01-12 | 1 | -1/+1 |
* | update typescript and prettier, use shortcut fragment syntax (#2913) | Stas Vilchik | 2017-12-15 | 1 | -3/+3 |
* | update react to 16.2.0, use react fragments | Stas Vilchik | 2017-12-15 | 1 | -10/+10 |
* | SONAR-8829 update the global navigation bar | Stas Vilchik | 2017-12-11 | 1 | -0/+1 |
* | Rewrite users page to TS and React | Grégoire Aubert | 2017-11-24 | 1 | -0/+1 |
* | Update to React 16 and Enzyme 3 (#2776) | Grégoire Aubert | 2017-11-01 | 1 | -15/+16 |
* | drop git precommit hook | Stas Vilchik | 2017-10-30 | 1 | -1/+0 |
* | remove error overlay, update pre-commit hook (#2772) | Stas Vilchik | 2017-10-30 | 1 | -2/+2 |
* | use intl to format numbers, drop numeral (#2770) | Stas Vilchik | 2017-10-30 | 1 | -2/+0 |
* | SONAR-10031 Stop computing avatar hash in web app (#2769) | Stas Vilchik | 2017-10-30 | 1 | -1/+0 |
* | update validate script, lint files on commit (#2756) | Stas Vilchik | 2017-10-30 | 1 | -16/+17 |
* | update web dependencies (#2752) | Stas Vilchik | 2017-10-30 | 1 | -56/+55 |
* | improve css management (#2746) | Stas Vilchik | 2017-10-30 | 1 | -5/+4 |
* | use eslint for typescript, update eslint configuration (#2742) | Stas Vilchik | 2017-10-30 | 1 | -8/+8 |
* | upgrade to react 15.6.2 | Stas Vilchik | 2017-09-26 | 1 | -3/+3 |
* | SONAR-9841 display tooltip on language distribution chart | Stas Vilchik | 2017-09-25 | 1 | -0/+2 |
* | rewrite remaining helpers to ts | Stas Vilchik | 2017-09-13 | 1 | -0/+1 |
* | update prettier | Stas Vilchik | 2017-09-13 | 1 | -5/+20 |
* | SONAR-9756 Build UI for branch management (#2433) | Stas Vilchik | 2017-09-12 | 1 | -1/+2 |
* | Use date parsing function from date-fns instead of new Date() | Grégoire Aubert | 2017-08-25 | 1 | -13/+5 |
* | SONAR-9385 SONAR-9436 Replace moment with react-intl | Grégoire Aubert | 2017-08-25 | 1 | -1/+3 |
* | translate all routes files to ts (#2378) | Stas Vilchik | 2017-08-18 | 1 | -3/+18 |
* | add typings, update tsconfig (#2376) | Stas Vilchik | 2017-08-17 | 1 | -2/+6 |
* | Configure for use with Typescript | Grégoire Aubert | 2017-08-16 | 1 | -14/+18 |
* | Update jest to v24.0.4 | Grégoire Aubert | 2017-08-15 | 1 | -3/+3 |
* | comment flow annotations (#2335) | Stas Vilchik | 2017-08-14 | 1 | -1/+1 |
* | update react (#2288) | Stas Vilchik | 2017-07-25 | 1 | -16/+27 |
* | replace require.ensure with dymamic import (#2187) | Stas Vilchik | 2017-07-18 | 1 | -1/+3 |