1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-25 08:12:40 +01:00
phorge-phorge/src/applications/repository/management
epriestley e7fde9a77c Make repository discovery partially testable
Summary:
Ref T2784. Begins pulling discovery into Engines and covering it with tests. In particular:

  - Discovery is currently a one-shot process where we find all the new commits and write them to the database in one go. Split it apart so we find and return the new commits first, then write them to the database separately. This makes things simpler and more testable.
  - This diff only brings SVN into an engine (and only the "find the commits" part), since it's simpler than Git or Mercurial.
  - Creates a base Engine class and moves common functionality there.
  - Restores the `--verbose` flag to `repository pull`.

Test Plan: Added unit tests. Ran `bin/repository discover`. Ran `bin/phd debug pulllocal`.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T2784

Differential Revision: https://secure.phabricator.com/D5906
2013-05-12 19:08:37 -07:00
..
PhabricatorRepositoryManagementDeleteWorkflow.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorRepositoryManagementDiscoverWorkflow.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorRepositoryManagementListWorkflow.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorRepositoryManagementPullWorkflow.php Make repository discovery partially testable 2013-05-12 19:08:37 -07:00
PhabricatorRepositoryManagementWorkflow.php Delete license headers from files 2012-11-05 11:16:51 -08:00