aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* DOCS make "don't run as root" more explicitG. Ann Campbell2019-02-153-4/+8
|
* Fix testMocks fileGrégoire Aubert2019-02-151-28/+0
|
* Document AutoScan for SonarCloud (#1245)Fabrice Bellingard2019-02-143-11/+124
|
* SONAR-11609 Update the Issues bulkchange actionWouter Admiraal2019-02-149-168/+278
|
* DOCS document `sonar.analysis.*` param stubG. Ann Campbell2019-02-131-0/+1
|
* SONAR-11683 Do not resolve version for SLB and PRJanos Gyerik2019-02-132-1/+13
|
* SONAR-11650 Drop DATA_TYPE column from FILE_SOURCES tableJulien Lancelot2019-02-136-5/+141
|
* Add missing 7.6 release notes link & bootstrap 7.7G. Ann Campbell2019-02-131-0/+6
|
* SONAR-11717 Fix searchbox focusJeremy Davis2019-02-124-4/+9
|
* SONAR-11625 Fix project search field resize glitchJeremy Davis2019-02-121-4/+0
|
* SONAR-11721 Fix example of web API api/user_groups/usersSimon Brandhof2019-02-122-7/+23
|
* SONAR-11631 add missing @SupportsBlueGreen on DB migrationSébastien Lesaint2019-02-111-0/+2
|
* Remove wildcard imports in testsJanos Gyerik2019-02-113-3/+3
|
* SONAR-11626 Make set/unset_baseline internalJanos Gyerik2019-02-115-3/+4
|
* DOCS revert param changesG. Ann Campbell2019-02-111-3/+1
|
* SONAR-11653 add ITsSébastien Lesaint2019-02-111-8/+27
|
* SONAR-11653 Use the manual baseline in analysis when definedJanos Gyerik2019-02-114-35/+388
| | | | and populates the period fields of the analysis when baseline is manual
* SONAR-11678 Don't delete analysis if it's the baselineWouter Admiraal2019-02-112-1/+3
|
* SONAR-11662 Display projectVersion on activity pageWouter Admiraal2019-02-118-159/+204
|
* SONAR-11653 Update New Code Period display for manual baselinesWouter Admiraal2019-02-114-4/+39
|
* SONAR-11628 add api/project_analyses/unset_baselineSébastien Lesaint2019-02-115-2/+420
|
* SONAR-11665 api/project_analyses/delete prevents deletion of baselineSébastien Lesaint2019-02-112-5/+37
|
* SONAR-11666 add baseline flag to api/project_analyses/search responseSébastien Lesaint2019-02-116-1/+35
|
* SONAR-11659 add analysis's versions to api/project_analyses/searchSébastien Lesaint2019-02-114-8/+51
|
* SONAR-11626 baseline analysis can not be deleted by PeriodCleanerSébastien Lesaint2019-02-116-181/+159
|
* SONAR-11626 clarify what SNAPSHOTS.purge_status is used forSébastien Lesaint2019-02-115-22/+8
|
* SONAR-11626 make explicit uuid is mandatory in PurgeSnapshotQuerySébastien Lesaint2019-02-114-25/+25
|
* fix Request.mandatoryParam not failing on blank parameter valueSébastien Lesaint2019-02-1125-131/+134
|
* SONAR-11631 document `sonar.codePeriodVersion`G. Ann Campbell2019-02-111-1/+2
| | | | and expand slightly on `sonar.projectVersion`
* SONAR-11631 rename constants to codePeriodVersion in notificationsSébastien Lesaint2019-02-1111-25/+25
|
* SONAR-11631 read and persist codePeriodVersion from reportSébastien Lesaint2019-02-1117-127/+357
|
* SONAR-11631 add sonar.codePeriodVersion scanner propertySébastien Lesaint2019-02-1111-47/+151
| | | | and pass it in scanner report as Metadata.codePeriodVersion property
* SONAR-11631 add SnapshotDto.projectVersionSébastien Lesaint2019-02-117-30/+85
|
* SONAR-11631 move version event data validation to UI codeSébastien Lesaint2019-02-116-12/+23
|
* SONAR-11631 add SNAPSHOTS.PROJECT_VERSIONSébastien Lesaint2019-02-1123-2/+173
|
* SONAR-11631 rename snapshot's version to codePeriodVersionSébastien Lesaint2019-02-1122-89/+89
|
* SONAR-11631 replace Component.version by Metadata.projectVersionSébastien Lesaint2019-02-1123-245/+296
| | | | in scanner report
* Drop unused methodJanos Gyerik2019-02-111-10/+0
|
* SONAR-11626 Add new WS project_analyses/set_baselineJanos Gyerik2019-02-115-2/+507
|
* SONAR-11626 Add a note to New Code Period description about manual baselineJanos Gyerik2019-02-111-0/+1
|
* SONAR-11626 Add BranchDao.updateManualBaselineJanos Gyerik2019-02-115-132/+74
|
* SONAR-11626 Add BranchDao.updateBaselineSébastien Lesaint2019-02-115-9/+215
|
* SONAR-11626 Add manual baseline column to project_branchesJanos Gyerik2019-02-116-3/+131
|
* Bugfixing (#1227)Jeremy2019-02-113-3/+25
| | | | | | * SONAR-11656 Fix Quality Profile changelog order * SONAR-11715 Fix license threshold modal close button * Fix account tokens header label
* SONAR-11611 comment prompt button label (#1219)Jeremy2019-02-119-45/+1071
| | | | SONAR-11611 Change cancel button label when comment prompt is auto triggered
* DOCS Add note not to run as root on Unix (#1228)brian-cipollone-sonarsource2019-02-111-1/+1
| | | | | | | | * DOCS Add note not to run as root on Unix We are seeing this a bit in presales... * use backtick
* DOCS drop jacoco from main analysis params listG. Ann Campbell2019-02-111-1/+0
| | | Now that we have a dedicated page to list all the coverage import parameters, let's drop the single one that had made it into the main list.
* SONAR-11439 Analysis of long branch doesn't trigger purge of dependent short ↵Duarte Meneses2019-02-1113-91/+121
| | | | branches and pull requests
* DOC add new parameters pages to SC G. Ann Campbell2019-02-111-0/+2
| | | Add new pages about language-specific parameters to the SC nav tree
* DOC bootstrap consolidated external issues page G. Ann Campbell2019-02-114-4/+58
|