aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8637 Display functional version of plugins when availableTeryk Bellahsene2017-02-104-65/+55
* SONAR-8636 Show functional version of SonarQubeTeryk Bellahsene2017-02-107-13/+149
* SONAR-8748 Add message on every exception thrown by WSJulien Lancelot2017-02-1016-119/+62
* SONAR-8748 BadRequestException fail when empty list or empty elementJulien Lancelot2017-02-1026-158/+162
* Clean some code related to railsJulien Lancelot2017-02-109-39/+6
* SONAR-8372 Improve the leak period header on a project dashboard (#1651)Stas Vilchik2017-02-103-20/+156
* SONAR-8760 Define 'Cognitive Complexity' metricJulien Lancelot2017-02-103-2/+22
* SONAR-8208 SONAR-8610 SONAR-8758 Delete useless settings from dbJulien Lancelot2017-02-105-1/+243
* SONAR-8759 Rename setting "sonar.timemachine.period1" to "sonar.leak.period"Julien Lancelot2017-02-109-77/+77
* SONAR-8756 add guarded flag to response of api/organizations/searchSébastien Lesaint2017-02-104-12/+18
* SONAR-8755 make default organization guardedSébastien Lesaint2017-02-105-2/+196
* SONAR-8754 api/organizations/create require root for guarded orgSébastien Lesaint2017-02-102-5/+30
* SONAR-8754 support guarded in OrganizationDto and OrganizationDaoSébastien Lesaint2017-02-1013-31/+99
* SONAR-8754 add column ORGANIZATIONS.GUARDEDSébastien Lesaint2017-02-1011-2/+397
* SONAR-8745 add rule activation date (q profile) into analysis reportDaniel Schwarz2017-02-1010-26/+35
* SONAR-8745 reduce code complexity of persisting issuesDaniel Schwarz2017-02-101-21/+34
* fix project header when organization is not shownStas Vilchik2017-02-092-1/+13
* SONAR-8658 apply feedbackStas Vilchik2017-02-092-1/+5
* revert styles used in views consoleStas Vilchik2017-02-095-0/+831
* SONAR-8750 apply feedbackStas Vilchik2017-02-093-6/+3
* remove unused styles and images (#1648)Stas Vilchik2017-02-09258-3000/+64
* use babel-preset-env (#1645)Stas Vilchik2017-02-094-305/+259
* SONAR-8743 Rename PeriodsHolder to PeriodHolderJulien Lancelot2017-02-0937-133/+134
* SONAR-8743 Remove index form PeriodJulien Lancelot2017-02-0911-186/+30
* SONAR-8758 Remove settings related to periods 2 to 5Julien Lancelot2017-02-091-1/+1
* SONAR-8743 Remove useless methods from PeriodHolderJulien Lancelot2017-02-099-175/+9
* SONAR-8743 Remove MeasureVariationsJulien Lancelot2017-02-0915-622/+48
* SONAR-8743 Remove MeasureVariations from XXXVariationValue classesJulien Lancelot2017-02-0927-1192/+383
* SONAR-8743 Handle only leak period when computing new coverage measuresJulien Lancelot2017-02-0910-358/+204
* SONAR-8743 Handle only leak period when computing new size measuresJulien Lancelot2017-02-092-157/+116
* SONAR-8743 Handle only leak period when computing issues related measuresJulien Lancelot2017-02-0910-500/+282
* SONAR-8743 Handle only leak period when persisting analysisJulien Lancelot2017-02-093-68/+24
* SONAR-8743 Handle only leak period when loading periodJulien Lancelot2017-02-093-247/+84
* SONAR-8743 Handle only leak period when computing measure variationsJulien Lancelot2017-02-093-182/+71
* SONAR-8743 Handle only leak period when computing quality gate measureJulien Lancelot2017-02-0918-178/+117
* SONAR-8743 Prepare handling only leak period in compute engineJulien Lancelot2017-02-0913-146/+248
* SONAR-8743 Persist only leak period in compute engineJulien Lancelot2017-02-098-88/+49
* SONAR-8746 Return only leak period in web servicesJulien Lancelot2017-02-0928-403/+261
* SONAR-8720 Update the link from footer and help pageStas Vilchik2017-02-092-6/+6
* SONAR-8721 Redirect links should be using httpsStas Vilchik2017-02-0915-29/+29
* SONAR-8470 Add favicon and apple touch icons (#1644)Stas Vilchik2017-02-0916-1/+23
* SONAR-8662 Wrong entries in "Administration" menu of a project dashboard when...Stas Vilchik2017-02-095-4/+37
* Fix Quality flawsSimon Brandhof2017-02-082-4/+5
* fixup! SONAR-8716 api/users/current must return permissions on default organi...Simon Brandhof2017-02-081-4/+4
* SONAR-8716 improve javadoc of UserSessionSimon Brandhof2017-02-081-24/+50
* SONAR-8716 apply project to org permission fallback in api/ce/taskSimon Brandhof2017-02-082-57/+112
* SONAR-8716 analysis needs at least scan permission on organizationSimon Brandhof2017-02-083-16/+71
* Remove some instantiations of ComponentDbTesterSimon Brandhof2017-02-084-29/+21
* SONAR-8716 drop fallback project -> org permissions in ServerUserSessionSimon Brandhof2017-02-081-4/+0
* SONAR-8716 drop global permissions from UserSessionSimon Brandhof2017-02-088-65/+0