aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/projects/components
Commit message (Expand)AuthorAgeFilesLines
* SONAR-10447 Fix alignment problem on Projects pageStas Vilchik2018-03-298-106/+118
* SONAR-10423 display home page selector (#3065)Stas Vilchik2018-03-022-2/+29
* create and use Button component (#3087)Stas Vilchik2018-02-214-21/+15
* update typescript to 2.7 (#3054)Stas Vilchik2018-02-131-1/+1
* strengthen import/order (#3024)Stas Vilchik2018-02-073-5/+5
* rewrite rules app with react (#2982)Stas Vilchik2018-01-292-2/+2
* Migrate parts of overview app to TSGrégoire Aubert2018-01-254-243/+88
* fix file headersStas Vilchik2018-01-1547-95/+95
* update jest & enzymeStas Vilchik2018-01-122-30/+30
* SONAR-10188 Update project/organization headerStas Vilchik2018-01-024-17/+9
* SONAR-10182 Users should be able to choose their homepageStas Vilchik2018-01-024-0/+18
* SONAR-10187 Provide more options to populate empty "My Projects" pageStas Vilchik2018-01-024-31/+149
* update typescript and prettier, use shortcut fragment syntax (#2913)Stas Vilchik2017-12-152-12/+11
* update react to 16.2.0, use react fragmentsStas Vilchik2017-12-152-169/+154
* SONAR-10081 Add Explore space for SonarCloudStas Vilchik2017-12-1116-198/+207
* SONAR-10080 turn Projects to My ProjectsStas Vilchik2017-12-1128-215/+366
* SONAR-10044 fix projects permalink redirectionStas Vilchik2017-11-061-4/+9
* SONAR-9225 Make all search bars consistentStas Vilchik2017-11-032-4/+0
* SONAR-10023 Clear actions must be consistentStas Vilchik2017-11-033-27/+25
* Update to React 16 and Enzyme 3 (#2776)Grégoire Aubert2017-11-018-43/+89
* wrap react-modal and react-select in own components (#2759)Stas Vilchik2017-10-304-192/+2
* update web dependencies (#2752)Stas Vilchik2017-10-3011-47/+90
* use eslint for typescript, update eslint configuration (#2742)Stas Vilchik2017-10-307-7/+18
* 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
* SONAR-9545 Better wording when searching for a project in My Favorites scopeGrégoire Aubert2017-10-044-6/+51
* SONAR-9599 change issues measures on the projects pageStas Vilchik2017-10-025-23/+114
* 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
* SONAR-9375 Infinite loading of a project on the projects pageStas Vilchik2017-09-136-83/+25
* avoid using redux in projects appStas Vilchik2017-09-1333-505/+576
* rewrite projects appStas Vilchik2017-09-1363-637/+1721
* update prettierStas Vilchik2017-09-1316-141/+147
* SONAR-9702 Build UI for short-lived branches (#2371)Stas Vilchik2017-09-121-93/+0
* 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-181-2/+1
* comment flow annotations (#2335)Stas Vilchik2017-08-1417-64/+105
* 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-253-6/+12
* upgrade prettier and remove prettier-eslint (#2254)Stas Vilchik2017-07-1711-22/+42
* SONAR-9404 Remember last selected project history graphGrégoire Aubert2017-07-043-12/+13
* SONAR-9401 Remove usage of redux on the project activity pageGrégoire Aubert2017-07-045-6/+11
* SONAR-9253 Remember last selected options on projects page (#2184)Stas Vilchik2017-06-211-12/+44
* update projects page layout (#2182)Stas Vilchik2017-06-1914-496/+284
* 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-098-72/+110