1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-28 01:32:42 +01:00
phorge-phorge/src/applications/packages/conduit
epriestley ee37eca2e4 Add PackagesVersion
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: {F1731703}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T8116

Differential Revision: https://secure.phabricator.com/D16316
2016-07-27 12:24:32 -07:00
..
PhabricatorPackagesPackageEditConduitAPIMethod.php Add PackagesPackage 2016-07-27 12:22:57 -07:00
PhabricatorPackagesPackageSearchConduitAPIMethod.php Add PackagesPackage 2016-07-27 12:22:57 -07:00
PhabricatorPackagesPublisherEditConduitAPIMethod.php Add a Packages application and PackagePublisher 2016-07-27 12:21:57 -07:00
PhabricatorPackagesPublisherSearchConduitAPIMethod.php Add a Packages application and PackagePublisher 2016-07-27 12:21:57 -07:00
PhabricatorPackagesVersionEditConduitAPIMethod.php Add PackagesVersion 2016-07-27 12:24:32 -07:00
PhabricatorPackagesVersionSearchConduitAPIMethod.php Add PackagesVersion 2016-07-27 12:24:32 -07:00