aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/projects
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9691 Align size badges on project cardsStas Vilchik2017-10-162-17/+17
* SONAR-9579 No redirect when browsing my new issues without authenticationStas Vilchik2017-10-161-0/+5
* disable text wrapping on projects pageStas Vilchik2017-10-091-0/+1
* SONAR-9526 Fix cumulative facets calculation with NO_DATAGrégoire Aubert2017-10-052-3/+64
* SONAR-9545 Better wording when searching for a project in My Favorites scopeGrégoire Aubert2017-10-044-6/+51
* SONAR-9522 Change the duplication perspective's graph axisStas Vilchik2017-10-043-4/+4
* SONAR-9599 change issues measures on the projects pageStas Vilchik2017-10-0213-38/+219
* SONAR-9813 display "Private" badge tooltip based on qualifierStas Vilchik2017-09-202-2/+6
* SONAR-9812 display activity page for portfolios (#2510)Stas Vilchik2017-09-204-39/+9
* fix quality flowStas Vilchik2017-09-191-1/+0
* SONAR-9375 Infinite loading of a project on the projects pageStas Vilchik2017-09-136-83/+25
* avoid using redux in projects appStas Vilchik2017-09-1372-1436/+1245
* rewrite projects appStas Vilchik2017-09-13169-1777/+4967
* update prettierStas Vilchik2017-09-1328-198/+192
* SONAR-9702 Build UI for short-lived branches (#2371)Stas Vilchik2017-09-121-93/+0
* Fix style regression on projects facets (leak)Grégoire Aubert2017-08-254-6/+10
* SONAR-9376 Update footer to correctly resize on the new page layoutGrégoire Aubert2017-08-251-2/+2
* Use date parsing function from date-fns instead of new Date()Grégoire Aubert2017-08-253-8/+7
* SONAR-9385 SONAR-9436 Replace moment with react-intlGrégoire Aubert2017-08-256-44/+33
* translate all routes files to ts (#2378)Stas Vilchik2017-08-182-6/+6
* comment flow annotations (#2335)Stas Vilchik2017-08-1428-107/+185
* SONAR-9608 SONAR-9611 Create the project overview bubble chart on the measure...Grégoire Aubert2017-08-144-72/+4
* Move Measure component to the global components folderGrégoire Aubert2017-08-144-128/+140
* Move the previous measure page to temporary urlGrégoire Aubert2017-08-142-2/+2
* update react (#2288)Stas Vilchik2017-07-2512-61/+77
* replace require.ensure with dymamic import (#2187)Stas Vilchik2017-07-181-6/+4
* upgrade prettier and remove prettier-eslint (#2254)Stas Vilchik2017-07-1722-63/+95
* SONAR-9505 Projects page design break when coverage is 100.0%Grégoire Aubert2017-07-111-5/+1
* SONAR-9404 Remember last selected project history graphGrégoire Aubert2017-07-045-57/+14
* SONAR-9401 Remove usage of redux on the project activity pageGrégoire Aubert2017-07-046-6/+13
* SONAR-9253 Remember last selected options on projects page (#2184)Stas Vilchik2017-06-212-23/+72
* update projects page layout (#2182)Stas Vilchik2017-06-1918-582/+331
* Fix new flow typed issuesGrégoire Aubert2017-06-133-5/+3
* SONAR-9245 Display new_lines measure even if there is no data on the leak pro...Grégoire Aubert2017-06-093-77/+219
* SONAR-9245 Prevent the projects page topbar to keep open when switching app i...Grégoire Aubert2017-06-095-12/+12
* SONAR-9245 Update sorting select for leak in projects pageGrégoire Aubert2017-06-0910-78/+124
* SONAR-9245 Update leak project cards style on projects pageGrégoire Aubert2017-06-097-39/+34
* SONAR-9245 Fix infini-load on project cards without leak data on projects pageGrégoire Aubert2017-06-099-284/+427
* SONAR-9245 Enhance the top bar close button on the projects pageGrégoire Aubert2017-06-097-105/+116
* SONAR-9245 Keep the top bar open while switching between favorits and all pro...Grégoire Aubert2017-06-093-15/+29
* SONAR-9260 Add the new No Data filter to Coverage and Duplication facets on p...Grégoire Aubert2017-06-0910-38/+72
* SONAR-9254 Disable sorting in visualization mode when all projects are visibleGrégoire Aubert2017-06-097-13/+100
* SONAR-9254 Add last analysis on overall projects pageGrégoire Aubert2017-06-094-11/+27
* SONAR-9254 Add analysis date sorting on projects pageGrégoire Aubert2017-06-094-17/+34
* SONAR-9254 Move the projects search box on top of the projects cardsGrégoire Aubert2017-06-099-62/+155
* SONAR-9254 Move projects facets sorting to the topbar of the projects pageGrégoire Aubert2017-06-0921-425/+729
* SONAR-9245 Add all leak facetsGrégoire Aubert2017-06-0921-145/+530
* SONAR-9245 Fix measures style and don't allow leak date to float upGrégoire Aubert2017-06-093-11/+9
* SONAR-9245 Add the leak period start dateGrégoire Aubert2017-06-096-71/+199
* SONAR-9245 Hide the facets that are not related to the leakGrégoire Aubert2017-06-096-103/+258