mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-28 17:52:43 +01:00
c589af51e8
Summary: This diff adds a new mode argument to the Diffusion Conduit API with two options: - "overwrite": the default, maintains the current behavior of deleting all coverage in the specified branch before uploading the new coverage - "update": does not delete old coverage, but will overwrite previous coverage information if it's for the same file and commit `DiffusionRequest::loadCoverage` already loads a file's coverage from the latest available commit, so uploading coverage for different files in different commits with "update" will result in seeing the latest uploaded coverage in Diffusion. Test Plan: manual local verification Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D14428 |
||
---|---|---|
.. | ||
DiffusionBranchQueryConduitAPIMethod.php | ||
DiffusionBrowseQueryConduitAPIMethod.php | ||
DiffusionCommitParentsQueryConduitAPIMethod.php | ||
DiffusionConduitAPIMethod.php | ||
DiffusionCreateCommentConduitAPIMethod.php | ||
DiffusionDiffQueryConduitAPIMethod.php | ||
DiffusionExistsQueryConduitAPIMethod.php | ||
DiffusionFileContentQueryConduitAPIMethod.php | ||
DiffusionFindSymbolsConduitAPIMethod.php | ||
DiffusionGetCommitsConduitAPIMethod.php | ||
DiffusionGetLintMessagesConduitAPIMethod.php | ||
DiffusionGetRecentCommitsByPathConduitAPIMethod.php | ||
DiffusionHistoryQueryConduitAPIMethod.php | ||
DiffusionLastModifiedQueryConduitAPIMethod.php | ||
DiffusionLookSoonConduitAPIMethod.php | ||
DiffusionMergedCommitsQueryConduitAPIMethod.php | ||
DiffusionQueryCommitsConduitAPIMethod.php | ||
DiffusionQueryConduitAPIMethod.php | ||
DiffusionQueryPathsConduitAPIMethod.php | ||
DiffusionRawDiffQueryConduitAPIMethod.php | ||
DiffusionRefsQueryConduitAPIMethod.php | ||
DiffusionResolveRefsConduitAPIMethod.php | ||
DiffusionSearchQueryConduitAPIMethod.php | ||
DiffusionTagsQueryConduitAPIMethod.php | ||
DiffusionUpdateCoverageConduitAPIMethod.php |