Page MenuHomePhabricator

Fixes T6637, "closing by commit" should update task status and specify responsible commit, but drop the artificial comment.
ClosedPublic

Authored by lpriestley on Jan 5 2015, 11:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 29, 1:34 PM
Unknown Object (File)
Wed, Apr 24, 9:48 PM
Unknown Object (File)
Mon, Apr 22, 12:54 AM
Unknown Object (File)
Sun, Apr 21, 3:37 PM
Unknown Object (File)
Wed, Apr 17, 2:26 PM
Unknown Object (File)
Thu, Apr 11, 6:54 AM
Unknown Object (File)
Tue, Apr 2, 10:01 PM
Unknown Object (File)
Mar 15 2024, 4:26 PM
Subscribers

Details

Summary

When updating the status of a task via commit, transaction should show responsible commit and status update if it was changed.

Test Plan

Push a commit "Fixes Txx", transaction should include status update and commit number.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lpriestley retitled this revision from to Fixes T6637, "closing by commit" should update task status and specify responsible commit, but drop the artificial comment..
lpriestley updated this object.
lpriestley edited the test plan for this revision. (Show Details)
lpriestley added a reviewer: epriestley.
epriestley edited edge metadata.

One thing we forgot about, see inline.

src/applications/maniphest/storage/ManiphestTransaction.php
645–707

Oh, we should also add commit-aware strings for these. You can see them in /feed/.

src/applications/repository/worker/commitmessageparser/PhabricatorRepositoryCommitMessageParserWorker.php
484–487

These are OK (and more standard) to leave as commitPHID -- they're similar to object properties.

This revision now requires changes to proceed.Jan 6 2015, 12:03 AM
lpriestley edited edge metadata.

Updating syntax and adding more checks for a commit message

lpriestley edited edge metadata.

Spelling errors

epriestley edited edge metadata.
This revision is now accepted and ready to land.Jan 6 2015, 12:21 AM
This revision was automatically updated to reflect the committed changes.