aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src
Commit message (Collapse)AuthorAgeFilesLines
* move some js libs to a standard distributionStas Vilchik2015-01-09160-3224/+708
|
* SONAR-5884 Apply feedbackStas Vilchik2015-01-085-11/+29
|
* Clean upStas Vilchik2015-01-083-15/+0
|
* SONAR-5884 Fix line fading in measures drilldown pageStas Vilchik2015-01-083-15/+10
|
* SONAR-6031 Issue permalink must display source code, not the list with ↵Stas Vilchik2015-01-084-2/+426
| | | | single result
* SONAR-5966 Make the issue box more compactStas Vilchik2015-01-081-1/+1
| | | | Fix width of the issue message
* SONAR-5966 Make the issue box more compactStas Vilchik2015-01-082-106/+142
|
* SONAR-5935 Add frontend tests for issue tag managementJean-Baptiste Lievremont2015-01-085-0/+269
|
* SONAR-5926 Shorter big number in issues facetsStas Vilchik2015-01-0815-16/+1691
|
* SONAR-5820 Ability to bulk "Activate In" or "Deactivate In" all rules ↵Stas Vilchik2015-01-081-0/+1
| | | | | | matching some search criteria Refresh list after bulk change
* Update analysis reports page after small refactoringStas Vilchik2015-01-081-1/+1
|
* SONAR-5573 Make it possible to bulk (de)activate rules in several profiles ↵Stas Vilchik2015-01-081-14/+21
| | | | | | at once Make the requests sequential
* fix quality flawsStas Vilchik2015-01-082-2/+0
|
* SONAR-5884 Apply feedbackStas Vilchik2015-01-087-65/+68
|
* Replace overlay component with modalsStas Vilchik2015-01-0810-122/+121
|
* SONAR-5884 Apply feedbackStas Vilchik2015-01-082-2/+10
|
* SONAR-5909 Copy login from authors to usersJulien Lancelot2015-01-081-0/+31
|
* change ws path from /api/analysis_reports/* to /api/computation/*Teryk Bellahsene2015-01-081-2/+2
|
* Fix quality flawJean-Baptiste Lievremont2015-01-081-1/+1
|
* SONAR-5893 Add base JS component for tag cloud widgetJean-Baptiste Lievremont2015-01-073-9/+65
|
* Drop old issue codeStas Vilchik2015-01-0716-749/+0
|
* SONAR-5820 Fix bug with activation parameterStas Vilchik2015-01-072-2/+15
|
* SONAR-5820 Improve rule description uiStas Vilchik2015-01-072-4/+7
|
* Update issues widget in order to point to the issues pageStas Vilchik2015-01-071-3/+1
|
* SONAR-6028 Fix formatting of issue commentsStas Vilchik2015-01-071-0/+2
|
* SONAR-5935 Close tag input field on escape keyJean-Baptiste Lievremont2015-01-071-0/+5
|
* SONAR-5556 In the activation popup, make it possible to read the description ↵Stas Vilchik2015-01-071-1/+1
| | | | of each property
* SONAR-5573 Make it possible to bulk (de)activate rules in several profiles ↵Stas Vilchik2015-01-073-16/+36
| | | | at once
* SONAR-5884 Drop old component viewerStas Vilchik2015-01-0646-3297/+1
|
* SONAR-5928 The "effort_to_fix" property description should be available in ↵Stas Vilchik2015-01-061-1/+2
| | | | rule descriptions
* SONAR-5553 Long values of rule parameters should somehow wrapStas Vilchik2015-01-062-3/+9
|
* SONAR-5807 On Rules page, display the number of unresolved issues in the ↵Stas Vilchik2015-01-0617-3/+474
| | | | details of a rule
* SONAR-5820 Drop old rules pageStas Vilchik2015-01-0671-4668/+1
|
* SONAR-6008 Fix display of My Profile page when user has no SCM accountJulien Lancelot2015-01-061-1/+1
|
* SONAR-5820 Improve performanceStas Vilchik2015-01-063-8/+6
|
* SONAR-5820 Ability to bulk "Activate In" or "Deactivate In" all rules ↵Stas Vilchik2015-01-068-11/+231
| | | | matching some search criteria
* SONAR-6008 Display SCM accounts in My Profile pageJulien Lancelot2015-01-061-0/+4
|
* Automatic merge from branch-5.0Jenkins CI2015-01-068-9/+9
|\ | | | | | | | | | | * origin/branch-5.0: SONAR-6022 Update dead links pointing to documentation SONAR-5753 Update assertions isEqualTo("") -> isEmpty()
| * SONAR-6022 Update dead links pointing to documentationFabrice Bellingard2015-01-068-9/+9
| |
* | SONAR-6016 End of support of Ruby source viewer extensionsSimon Brandhof2015-01-062-71/+1
| |
* | Fix small ui issuesStas Vilchik2015-01-061-11/+6
| |
* | Update rule description uiStas Vilchik2015-01-061-1/+4
| |
* | Apply some issues feedbackStas Vilchik2015-01-062-1/+2
| |
* | SONAR-5884 Update testsStas Vilchik2015-01-066-0/+6
| |
* | SONAR-5884 Clean upStas Vilchik2015-01-063-9/+5
| |
* | SONAR-5884 Update tests after refactoringStas Vilchik2015-01-066-357/+58
| |
* | SONAR-5884 Apply feedback, finish refactoringStas Vilchik2015-01-065-30/+39
| |
* | SONAR-5820 Ability to do a text search on rule descriptions and titlesStas Vilchik2015-01-051-0/+8
| |
* | SONAR-5820 Ability to "Show only" or "Hide" template rulesStas Vilchik2015-01-055-5/+49
| |
* | SONAR-5820 When there is no rules matching the search criteria, a "No Coding ↵Stas Vilchik2015-01-055-2/+224
| | | | | | | | Rules" message should be displayed