Page MenuHomePhabricator

Add a Packages application and PackagePublisher
ClosedPublic

Authored by epriestley on Jul 21 2016, 4:43 PM.
Tags
None
Referenced Files
F15431915: D16314.id.diff
Mon, Mar 24, 3:22 PM
F15425373: D16314.diff
Sun, Mar 23, 4:23 AM
F15416316: D16314.id39285.diff
Thu, Mar 20, 10:29 AM
F15385168: D16314.id39233.diff
Fri, Mar 14, 9:53 PM
F15364353: D16314.diff
Tue, Mar 11, 1:23 PM
F15331856: D16314.id39285.diff
Mar 7 2025, 2:35 PM
F15283048: D16314.diff
Mar 4 2025, 4:53 AM
Unknown Object (File)
Feb 26 2025, 3:34 AM
Subscribers
None

Details

Summary

Ref T8116. Partially scavenged from D14152. This roughs in a new Packages application for Arcanist extensions and third-party applications, and adds a "Publisher" object.

A "Publisher" represents an individual or entity who is publishing a package, like "Phacility". It's explicitly not necessarily the original author -- just the primary entity vouching for the safety of the code.

A publisher just has a name and a unique key for now. For example, Phacility might have "Phacility" and "phacility", respectively.

Unique keys are immutable, e.g., the package "phacility/arcanist" will always be exactly the same package by exactly the same publisher.

Test Plan

Screen Shot 2016-07-21 at 9.12.26 AM.png (873×1 px, 158 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Add a Packages application and PackagePublisher.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.

Kinda wonder if there will be some confusion with Owner Packages... Bundles? Dunno.

src/applications/packages/application/PhabricatorPackagesApplication.php
23



This revision is now accepted and ready to land.Jul 24 2016, 3:26 AM

(I plan to rename Owners Packages (possibly to "Claims") if we encounter confusion.)

epriestley edited edge metadata.
  • Use fa-gift.
This revision was automatically updated to reflect the committed changes.