Page MenuHomePhabricator

Allow discovered but unparsed commits to be requested in Releeph
ClosedPublic

Authored by epriestley on Apr 20 2014, 4:11 PM.
Tags
None
Referenced Files
F14370155: D8823.id20932.diff
Fri, Dec 20, 5:37 PM
Unknown Object (File)
Wed, Nov 27, 3:54 AM
Unknown Object (File)
Sat, Nov 23, 11:43 AM
Unknown Object (File)
Nov 18 2024, 9:28 PM
Unknown Object (File)
Nov 15 2024, 3:11 PM
Unknown Object (File)
Nov 11 2024, 6:11 PM
Unknown Object (File)
Nov 11 2024, 7:55 AM
Unknown Object (File)
Nov 7 2024, 7:29 AM
Subscribers

Details

Reviewers
btrahan
Maniphest Tasks
Restricted Maniphest Task
Commits
Restricted Diffusion Commit
rP65913162e760: Allow discovered but unparsed commits to be requested in Releeph
Summary

Ref T3662. Releeph blocks users from requsting unparsed commits, but there's no real technical reason for this.

The releephwork.getorigcommitmessage method assumes data exists, but should be replaced with diffusion.querycommits anyway.

Test Plan

Ran diffusion.querycommits. Requested a commit.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Allow discovered but unparsed commits to be requested in Releeph.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
epriestley added a task: Restricted Maniphest Task.
btrahan edited edge metadata.
btrahan added inline comments.
src/applications/diffusion/conduit/ConduitAPI_diffusion_querycommits_Method.php
77

i'm surprised there's no commitToDict() function somewhere.

This revision is now accepted and ready to land.Apr 20 2014, 4:58 PM
epriestley updated this revision to Diff 20941.

Closed by commit rP65913162e760 (authored by @epriestley).