Page MenuHomePhabricator

Set "importing" flag on repositories created via API
ClosedPublic

Authored by epriestley on Mar 4 2015, 12:53 PM.
Tags
None
Referenced Files
F13288016: D11964.diff
Tue, Jun 4, 9:40 AM
F13278297: D11964.diff
Fri, May 31, 7:42 PM
F13239008: D11964.id28805.diff
Tue, May 21, 11:23 PM
F13226300: D11964.id28813.diff
Sun, May 19, 8:07 PM
F13226299: D11964.id28805.diff
Sun, May 19, 8:07 PM
F13226253: D11964.id.diff
Sun, May 19, 8:01 PM
F13226158: D11964.diff
Sun, May 19, 7:19 PM
F13206630: D11964.id.diff
Wed, May 15, 1:58 PM
Subscribers

Details

Summary

Ref T6516. We incorrectly fail to set this flag on repositories created via Conduit, which activates too many actions on old commits.

Test Plan
  • Created a new repository via Conduit, verified it was "importing" after creation.
  • Created a new repostiory via web UI, verified it was "importing" after creation.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Set "importing" flag on repositories created via API.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
src/applications/repository/conduit/RepositoryCreateConduitAPIMethod.php
19

The "Admin Only" text was no longer accurate.

66–69

Specifically, these policy controls now govern access.

btrahan edited edge metadata.
This revision is now accepted and ready to land.Mar 4 2015, 6:26 PM
This revision was automatically updated to reflect the committed changes.