aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/helpers
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8844 Add tags editor on the project homepage (#1821)Grégoire Aubert2017-03-221-1/+2
|
* format code using prettier (#1774)Stas Vilchik2017-03-17107-546/+551
|
* run eslint, flow and jest tests on travis (#1779)Stas Vilchik2017-03-131-24/+0
|
* SONAR-8815 Specify the operator on projects page facets (#1763)Grégoire Aubert2017-03-091-3/+3
|
* MMF-703 More efficient UX for issue multiple locations (#1749)Stas Vilchik2017-03-072-0/+90
|
* refactor source viewer (#1744)Stas Vilchik2017-03-032-13/+133
|
* Revert "refactor source viewer (#1705)"Stas Vilchik2017-03-032-133/+13
| | | | This reverts commit ce9f0892fc3d15638c4eaa4054ed06f3d7e5fc19.
* refactor source viewer (#1705)Stas Vilchik2017-03-022-13/+133
|
* fix indentationStas Vilchik2017-02-234-14/+14
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-10106-212/+212
|
* SONAR-8669 Display organizations on the "Notifications" page (#1633)Stas Vilchik2017-02-071-0/+7
|
* fix quality flawsStas Vilchik2017-02-072-6/+6
|
* improve code qualityStas Vilchik2017-02-031-6/+5
|
* SONAR-8610 Remove setting sonar.technicalDebt.hoursInDayJulien Lancelot2017-02-021-7/+1
|
* SONAR-8713 update issue type icons, add new placesStas Vilchik2017-02-011-16/+9
|
* SONAR-8713 apply feedbackStas Vilchik2017-01-311-4/+10
|
* SONAR-8370 Display ratings on new code on a project dashbordStas Vilchik2017-01-311-2/+4
|
* SONAR-8713 Add issue type icons to SQ interfaceStas Vilchik2017-01-301-0/+51
|
* SONAR-8643 Make the color palette consistentStas Vilchik2017-01-241-2/+2
|
* fix measures-testStas Vilchik2017-01-241-1/+1
|
* SONAR-8645 Unexpected text wrapping on the Projects pageStas Vilchik2017-01-241-1/+1
|
* remove explicit _ and $ dependecies (#1487)Stas Vilchik2016-12-2917-192/+27
|
* upgrade eslint and its plugins, tune rules (#1481)Stas Vilchik2016-12-2225-96/+78
|
* SONAR-8531 format effort in issues changelogStas Vilchik2016-12-191-2/+10
|
* SONAR-7729 Improve display of issue changelog entries of type 'FILE'Stas Vilchik2016-12-191-1/+1
|
* reorganize store directoriesStas Vilchik2016-12-093-4/+4
| | | | | move store/ outside of app/ move components/store/* to store/
* SONAR-8505 Implement smooth transition between pages (#1440)Stas Vilchik2016-12-082-28/+38
|
* SONAR-8451 Run js app outside of ruby containerStas Vilchik2016-12-079-36/+101
|
* add flow type checker (#1209)Stas Vilchik2016-11-281-9/+12
|
* SONAR-8382 Create landing page for anonymous usersStas Vilchik2016-11-161-1/+1
|
* SONAR-8300 display cumulative facetsStas Vilchik2016-11-041-4/+4
|
* SONAR-8326 Drop all code related to IT/overall coverage on web side (#1348)Stas Vilchik2016-11-011-19/+0
|
* SONAR-8237 Web UI is not working correctly on EdgeStas Vilchik2016-11-011-1/+4
|
* SONAR-8300 Create new "Projects" page [second iteration] (#1347)Stas Vilchik2016-10-311-0/+63
|
* SONAR-8324 Fix maintainability rating tooltipStas Vilchik2016-10-281-4/+5
|
* improve front end dx (#1331)Stas Vilchik2016-10-271-0/+39
|
* SONAR-8300 Create new "Projects" page [first iter]Stas Vilchik2016-10-211-1/+1
|
* SONAR-8170 SONAR-8171 Reorganize My Account spaceStas Vilchik2016-09-302-1/+17
|
* do not send an overriden language if none is setThomas Weißschuh2016-09-151-1/+4
| | | | | | | | | | If the browser does not have any language configured `window.navigator.languages == []` and `window.navigator.language == ""`. (at least on FF) In this case an empty GET parameter is submitted to `/api/l10n/index?locale=`. This leads to a 400 Bad Request response and no language data. Therefore the navbar has no UI elements and is unusable, make login impossible.
* Merge branch 'branch-5.6'Stas Vilchik2016-09-132-7/+16
|\
| * SONAR-8000 Redirect to login page if WS returns 401 (#1240)Stas Vilchik2016-09-132-7/+16
| |
* | Automatic merge from branch-5.6ssjenka2016-09-131-5/+25
|\| | | | | | | | | | | * origin/branch-5.6: SONAR-8049 Drilldown on issues introduced since last analysis is not using correct date from project dashboard SONAR-7941 When l10n bundle is corrupted or missing UI fails to render
| * SONAR-7941 When l10n bundle is corrupted or missing UI fails to renderStas Vilchik2016-09-121-5/+25
| |
| * SONAR-7996 Rounding of technical debt is not accurate (#1154)Stas Vilchik2016-08-221-24/+22
| |
* | use jest (#1202)Stas Vilchik2016-09-024-345/+330
| |
* | SONAR-5856 Rewrite Settings page (#1163)Stas Vilchik2016-09-012-1/+6
| |
* | fix file headerStas Vilchik2016-08-221-0/+19
| |
* | SONAR-7996 Rounding of technical debt is not accurate (#1154)Stas Vilchik2016-08-222-48/+37
| |
* | SONAR-7934 Reuse /dashboard url for project overviewStas Vilchik2016-07-251-26/+0
| |
* | SONAR-7914 Drop project level "Manage Dashboards" page and actionsStas Vilchik2016-07-251-9/+0
| |