aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js
Commit message (Collapse)AuthorAgeFilesLines
* upgrade prettier (#1954)Stas Vilchik2017-04-20204-1446/+1424
|
* improve react usage (#1936)Stas Vilchik2017-04-19318-2278/+1951
| | | | | | | | | | | | | | | | | | | | | | * remove React.createClass * remove react-addons-shallow-compare * convert to functional components * replace Component with PureComponent * remove react-router-redux * declare function components consistently * fix quality flaws * fix typo * declare children prop consistently * pass location to ComponentNavMenu
* SONAR-6911 Improve the display of default groupsGrégoire Aubert2017-04-136-14/+67
|
* SONAR-8992 Fix the number of groups for new membersGrégoire Aubert2017-04-132-6/+4
|
* SONAR-8994 Fix groups management for non default orgGrégoire Aubert2017-04-1310-45/+57
|
* SONAR-9064 Rework facets sidebar on the issues pageStas Vilchik2017-04-13230-6678/+6641
|
* SONAR-9063 Rework issue boxGrégoire Aubert2017-04-1398-195/+5473
|
* SONAR-9016 Use 'Paging' in api/user_groups/search WSJulien Lancelot2017-04-131-3/+3
|
* support multiple highlighted symbols (#1927)Stas Vilchik2017-04-139-38/+136
|
* apply feedback on projects visualizations (#1928)Stas Vilchik2017-04-132-29/+30
| | | | | * update visualizations descriptions * do not filter provisioned projects out
* SONAR-9110 Add organization page extensionsGrégoire Aubert2017-04-125-16/+123
|
* fix infinite loading of provisioned projectsStas Vilchik2017-04-101-3/+5
|
* SONAR-9005 disable custom rules for custom orgs (#1895)Stas Vilchik2017-04-038-27/+35
|
* Fix issues integration testsGrégoire Aubert2017-04-031-9/+5
|
* SONAR-8927 Change format of quality profile permalinksStas Vilchik2017-04-0319-88/+171
|
* SONAR-9005 redirect from global to organization rules pageStas Vilchik2017-04-032-3/+29
|
* SONAR-9005 support rules for organizationsStas Vilchik2017-04-0340-156/+288
|
* SONAR-9008 support quality profiles for organizationsStas Vilchik2017-04-0358-512/+917
|
* Revert "Add autofocus in project search on projects page"Grégoire Aubert2017-04-032-5/+0
| | | | This reverts commit 98ee1ae87253fb17f8f96b24454be351cdeef001.
* add dropdown icon for rule tagsStas Vilchik2017-03-311-0/+1
|
* fix measure timelineStas Vilchik2017-03-312-7/+11
|
* Prevent url pollution when updating project tagsGrégoire Aubert2017-03-311-0/+1
|
* Add format rule : order react component lifecycle methods (#1882)Grégoire Aubert2017-03-3121-137/+145
|
* SONAR-8994 Fix groups count when the user is just addedGrégoire Aubert2017-03-311-1/+4
|
* re-format js code (#1877)Stas Vilchik2017-03-31132-424/+331
|
* SONAR-8922 Limit size of search result in tags and language facetGrégoire Aubert2017-03-316-18/+264
|
* SONAR-8993 Fix popup messageGrégoire Aubert2017-03-312-11/+23
|
* SONAR-8996 Restrict the issue assign action to membersGrégoire Aubert2017-03-315-20/+67
|
* Fix code review requestsGrégoire Aubert2017-03-3127-275/+569
|
* SONAR-8994 Add groups management in members viewGrégoire Aubert2017-03-3122-49/+743
|
* SONAR-8993 Remove member from organizationGrégoire Aubert2017-03-3112-9/+323
|
* SONAR-8992 Add a member to an organizationGrégoire Aubert2017-03-3124-20/+918
|
* SONAR-8990 Add the list of members of an organizationGrégoire Aubert2017-03-3122-2/+928
|
* SONAR-8990 Create the organizations members storeGrégoire Aubert2017-03-316-11/+232
|
* fix public paths for js chunksStas Vilchik2017-03-291-0/+23
|
* Add autofocus in project search on projects pageGrégoire Aubert2017-03-292-0/+5
|
* MMF-721 apply feedback (#1858)Stas Vilchik2017-03-289-374/+233
| | | | | | | | * add real links to the bubble chart * do not display org names if feature is not enabled * display bubbles with zero measure * display color legend * add charts descriptions
* Fix code styleGrégoire Aubert2017-03-271-2/+2
|
* Merge remote-tracking branch 'origin/branch-6.3'Julien Lancelot2017-03-274-5/+41
|\
| * SONAR-8969 use avatar fieldStas Vilchik2017-03-244-5/+41
| |
| * Fix LeakPeriodLegend unit testGrégoire Aubert2017-03-221-5/+5
| |
* | SONAR-8844 Fix project tags selector (#1857)Grégoire Aubert2017-03-279-14/+35
| | | | | | | | * Limit list size to 10 elements max * Fix long tags display
* | optimize js bundles (#1855)Stas Vilchik2017-03-27166-667/+925
| |
* | fix search on projects pageStas Vilchik2017-03-241-1/+1
| |
* | add flow-typed definitions (#1847)Stas Vilchik2017-03-2417-27/+111
| |
* | MMF-721 Visualizations on the Projects page (#1826)Stas Vilchik2017-03-2331-155/+1397
| |
* | SONAR-8844 Add tags editor on the project homepage (#1821)Grégoire Aubert2017-03-2229-37/+1361
| |
* | Fix LeakPeriodLegend unit testGrégoire Aubert2017-03-221-5/+5
| |
* | adjust formattingStas Vilchik2017-03-2112-125/+128
| |
* | open comment box on issue transitionStas Vilchik2017-03-201-0/+6
| |