Page MenuHomePhabricator

Add PackagesVersion
ClosedPublic

Authored by epriestley on Jul 21 2016, 7:29 PM.
Tags
None
Referenced Files
F14054137: D16316.diff
Fri, Nov 15, 10:48 PM
F14043122: D16316.diff
Tue, Nov 12, 7:42 AM
F14026237: D16316.diff
Fri, Nov 8, 12:30 AM
F14012694: D16316.diff
Fri, Nov 1, 3:17 PM
F14006076: D16316.diff
Mon, Oct 28, 12:40 AM
F14003313: D16316.id39236.diff
Sat, Oct 26, 4:38 AM
F13990838: D16316.id39287.diff
Tue, Oct 22, 6:40 AM
F13977432: D16316.diff
Oct 18 2024, 6:32 PM
Subscribers
None

Details

Summary

Ref T8116. A version has:

  • a package (like "Arcanist") which it belongs to;
  • a name (like "v3.1.5").

The name is immutable and unique, like the package key and publisher key.

Policy stuff:

  • Versions have the exact same policies as their packages.
  • You must be able to edit a package to create new versions of it.

This is still entirely uninteresting.

Test Plan

Screen Shot 2016-07-21 at 12.23.13 PM.png (984×1 px, 123 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Add PackagesVersion.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
chad added inline comments.
src/applications/packages/controller/PhabricatorPackagesVersionViewController.php
67

This revision is now accepted and ready to land.Jul 24 2016, 3:34 AM
epriestley edited edge metadata.
  • Use fa-tag.
This revision was automatically updated to reflect the committed changes.