aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-9803 Prevent crashes when the date is undefinedGrégoire Aubert2017-09-131-2/+6
|
* Do not show the activity preview graph on project dashboard if there is no dataGrégoire Aubert2017-09-131-6/+5
|
* Tweak wordingGrégoire Aubert2017-09-131-1/+1
|
* Fix display of multiple events in projects pageGrégoire Aubert2017-09-131-0/+1
|
* Update web tests snapshotsGrégoire Aubert2017-09-124-3/+4
|
* SONAR-9702 SONAR-9736 apply feedback on branches (#2496)Stas Vilchik2017-09-123-1/+30
| | | | | | | | | * show last analysis date for short-living branches * put "main branch" badge * display hint on branch administration page * hide anything related to branches on sonarcloud without branch support * fixup! fix showing administration on branch
* SONAR-9736 fix access to project admin pagesStas Vilchik2017-09-1232-545/+1189
|
* SONAR-9736 simplify long-living branch settingsStas Vilchik2017-09-122-12/+11
|
* SONAR-9702 display branches on background tasks pageStas Vilchik2017-09-1210-14/+84
|
* SONAR-9702 rewrite some background tasks componentsStas Vilchik2017-09-1236-221/+1153
|
* fix redirection on activity pageStas Vilchik2017-09-121-11/+13
|
* fix governance pages when using branches (#2446)Stas Vilchik2017-09-126-22/+43
|
* SONAR-9756 enable settings for long-living branches (#2438)Stas Vilchik2017-09-127-20/+43
|
* SONAR-9756 Build UI for branch management (#2433)Stas Vilchik2017-09-1213-0/+1259
|
* fix global & organization issues pageStas Vilchik2017-09-121-2/+2
|
* Different branches UI fixes (#2418)Stas Vilchik2017-09-1242-262/+520
|
* SONAR-9736 Build UI for long-living branches (#2390)Stas Vilchik2017-09-1252-308/+747
|
* SONAR-9702 Build UI for short-lived branches (#2371)Stas Vilchik2017-09-1234-200/+206
|
* SONAR-9181 bulk delete projects or bulk apply template in one goStas Vilchik2017-09-1118-143/+294
|
* SONAR-4566 Identify old project on projects management pageStas Vilchik2017-09-1110-6/+220
|
* SONAR-8693 Do not allow to filter portfolios or applications by status on ↵Stas Vilchik2017-09-118-106/+195
| | | | management page
* SONAR-9784 Drop ghosts tab on projects management pageStas Vilchik2017-09-115-51/+4
|
* SONAR-9784 rewrite projects management pageStas Vilchik2017-09-1137-683/+3453
|
* Fix style regression on projects facets (leak)Grégoire Aubert2017-08-254-6/+10
|
* Reorganize the measures page sidebarGrégoire Aubert2017-08-257-162/+190
|
* Invert y axis of project and coverage overview bubblecharts on measures pageGrégoire Aubert2017-08-253-3/+9
|
* Fix tags search in rules pageGrégoire Aubert2017-08-251-1/+1
|
* SONAR-9376 Update footer to correctly resize on the new page layoutGrégoire Aubert2017-08-255-10/+10
|
* SONAR-9521 Add sparator between ws descriptions (hum and rewrite to ts)Grégoire Aubert2017-08-2532-936/+1895
|
* Migrate to ts and improve CheckboxGrégoire Aubert2017-08-252-78/+47
|
* SONAR-9747 Make components and global settings independant from each others ↵Grégoire Aubert2017-08-2512-45/+76
| | | | in the ui
* Fix y axis placement on measures page overview graphsGrégoire Aubert2017-08-251-2/+3
|
* Fix bad display of project dashboard page on small screensGrégoire Aubert2017-08-256-57/+44
|
* Use date parsing function from date-fns instead of new Date()Grégoire Aubert2017-08-2541-151/+181
|
* SONAR-9385 SONAR-9436 Replace moment with react-intlGrégoire Aubert2017-08-2555-427/+444
|
* move some helpers to ts (#2399)Stas Vilchik2017-08-232-6/+13
|
* remove I prefix from interfacesStas Vilchik2017-08-2133-84/+84
|
* translate all routes files to ts (#2378)Stas Vilchik2017-08-18115-1906/+1688
|
* Fix facets' arrows on measures pageGrégoire Aubert2017-08-172-1/+2
|
* SONAR-9435 Manage issues' popup at the list levelGrégoire Aubert2017-08-173-1/+29
|
* SONAR-9434 Allow error messages to display on more than one line.Grégoire Aubert2017-08-172-49/+27
|
* Add missing error messages in quality gates pageGrégoire Aubert2017-08-172-7/+3
|
* SONAR-9605 Fix infinite spinner on rules pageGrégoire Aubert2017-08-171-21/+27
|
* SONAR-9605 Fix infinite spinner on issues pageGrégoire Aubert2017-08-176-54/+79
|
* SONAR-9605 Fix infinite spinner on project overview pageGrégoire Aubert2017-08-173-8/+26
|
* SONAR-9605 Fix infinite spinner on project activity pageGrégoire Aubert2017-08-178-35/+52
|
* Remove bottom border on coding rules facetsGrégoire Aubert2017-08-171-4/+6
|
* Fix quality flawsGrégoire Aubert2017-08-171-23/+28
|
* SONAR-9474 Don't hide the avatar column anymore in users adminitrationGrégoire Aubert2017-08-171-3/+1
|
* SONAR-8689 Add confirm dialog before reseting a setting in the administrationGrégoire Aubert2017-08-171-7/+59
|