aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-common/src/test/java/org
Commit message (Expand)AuthorAgeFilesLines
* SONAR-11212 Distinguish predefined and ad hoc external rulesJulien Lancelot2018-09-241-0/+1
* SONAR-11137 Add isNew flag in /api/sources/linesJanos Gyerik2018-09-191-0/+1
* SONAR-11185 Allow portfolio to define projects by tagsJulien Lancelot2018-09-073-14/+13
* Delete webhooks and webhook deliveries only once (#667)Julien Lancelot2018-08-301-3/+3
* SONAR-11205 Inconsistent facet "tags" in issues pageSimon Brandhof2018-08-281-3/+28
* SONAR-8368 restore resolution when reopening closed issuesSébastien Lesaint2018-08-211-19/+125
* SONAR-8368 unset closeDate when reopening Closed issuesSébastien Lesaint2018-08-211-0/+2
* SONAR-8368 reopen closed issues (restore status)Sébastien Lesaint2018-08-211-0/+155
* SONAR-8368 move package org.sonar.api.issue.condition to server-commonSébastien Lesaint2018-08-214-1/+136
* SONAR-8368 rename doTransition to doManualTransitionSébastien Lesaint2018-08-211-2/+2
* SONAR-8368 add line remove changelog when closing issueSébastien Lesaint2018-08-211-5/+10
* SONAR-8368 fix misleading Function.Context.setLine(Integer)Sébastien Lesaint2018-08-213-13/+37
* SONAR-8368 fix misleading Function.Context#setCloseDate(boolean)Sébastien Lesaint2018-08-211-0/+37
* SONAR-11127 Standardize facets behaviour between issues and rules page (#624)Stas Vilchik2018-08-211-31/+50
* SONAR-11077 remove dead code from MetricStatsIntSimon Brandhof2018-08-021-5/+0
* SONAR-11073 Remove trailing slash in "Server base URL"Julien HENRY2018-08-021-0/+7
* SONARCLOUD-89 Implements non blocking NLOC checkEric Hartmann2018-07-241-3/+3
* move UserSession out of sonar-server-commonSébastien Lesaint2018-07-2433-7715/+9
* SONAR-11062 Analysis task fails when thread failed previously with OOMSimon Brandhof2018-07-211-10/+15
* SONAR-10978 Fix support of branches and applications for security reportsJulien HENRY2018-07-171-7/+50
* SONAR-10978 new WS to return security reports dataJulien HENRY2018-07-172-1/+198
* Move SANS_TOP_25_* constants to sonar-server-commonJanos Gyerik2018-07-171-2/+2
* SONAR-10980 Index security standards in ES and update issues/search WSJulien HENRY2018-07-172-0/+34
* SONAR-10945 Prevent access qgates and rules to none members of paid organizationJulien Lancelot2018-07-111-0/+10
* drop dependency of sonar-ce on sonar-serverSébastien Lesaint2018-07-092-0/+152
* sonar-ce-task-projectanalysis depends on only sonar-server-commonSébastien Lesaint2018-07-095-0/+382
* move NewAlerts and ServerExtensionInstaller to server-commonSébastien Lesaint2018-07-091-0/+85
* move shared rule classes to server-commonSébastien Lesaint2018-07-092-0/+239
* move shared Quality Gate classes to server-commonSébastien Lesaint2018-07-092-0/+324
* move metric shared classes to server-commonSébastien Lesaint2018-07-092-0/+121
* move issue workflow classes to server-commonSébastien Lesaint2018-07-0910-0/+1253
* move some organization and platform shared classes to server-commonSébastien Lesaint2018-07-0912-0/+1125
* move notification classes to sonar-serverSébastien Lesaint2018-07-0912-0/+2107
* move monitoring shared classes to server-commonSébastien Lesaint2018-07-097-0/+377
* move setting shared classes to server-commonSébastien Lesaint2018-07-094-0/+596
* move ES index, indexer and client to sonar-server-commonSébastien Lesaint2018-07-0997-0/+16263
* move ConfigurationProvider to server-commonSébastien Lesaint2018-06-291-0/+336
* move FavoriteUpdater to server-commonSébastien Lesaint2018-06-291-0/+94
* move ServerLogging to server-commonSébastien Lesaint2018-06-291-0/+139
* move some classes (including webhooks) to server-commonSébastien Lesaint2018-06-2922-0/+2476
* move some classes from sonar-server to sonar-server-commonSébastien Lesaint2018-06-291-0/+200
* create module sonar-ce-commonSébastien Lesaint2018-06-291-0/+95
* move some classes in preparation of creation of sonar-ce-commonSébastien Lesaint2018-06-296-0/+815
* SONAR-10690 remove support for privileged pluginsSébastien Lesaint2018-06-122-0/+107
* SONAR-10690 add Core Extension support in SonarQubeSébastien Lesaint2018-06-121-0/+93