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
Unknown Object (File)
Thu, Apr 25, 12:54 AM
Unknown Object (File)
Sun, Apr 21, 6:44 PM
Unknown Object (File)
Sun, Apr 7, 7:52 AM
Unknown Object (File)
Sat, Apr 6, 12:47 PM
Unknown Object (File)
Wed, Apr 3, 10:49 PM
Unknown Object (File)
Feb 14 2024, 10:24 PM
Unknown Object (File)
Feb 14 2024, 10:24 PM
Unknown Object (File)
Feb 14 2024, 10:23 PM
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).