1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-12 15:51:04 +01:00
phorge-phorge/src/applications/repository/management
Bob Trahan 648fa2e1bc Repositories - Move scripts/repository/reparse.php to bin/repository reparse
Summary:
Fixes T5966. Accomplishes a few things

 - see title
 - adds a force-autoclose flag and the plumbing for it
 - removes references to some HarborMaster thing that used to key off commits and seems long dead, but forgotten :/

Test Plan:
ran a few commands. These first three had great success:

`./repository reparse --all FIRSTREPO --message --change  --herald --owners`
`./repository reparse --all FIRSTREPO --message --change  --herald --owners --min-date yesterday`
`./repository reparse --all FIRSTREPO --message --change  --herald --owners --min-date yesterday --force-autoclose`

...and these next two showed me some errors as expected:

`./repository reparse --all FIRSTREPO --message --change  --herald --owners --min-date garbagedata`
`./repository reparse --all GARBAGEREPO --message --change  --herald --owners`

Also, made a diff in a repository with autoclose disabled and commited the diff. Later, reparse the diff with force-autoclose. Verified the diff closed and that the reason "why" had the proper message text.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: joshuaspence, epriestley, Korvin

Maniphest Tasks: T5966

Differential Revision: https://secure.phabricator.com/D10492
2015-01-06 11:42:15 -08:00
..
PhabricatorRepositoryManagementCacheWorkflow.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
PhabricatorRepositoryManagementDiscoverWorkflow.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
PhabricatorRepositoryManagementEditWorkflow.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
PhabricatorRepositoryManagementImportingWorkflow.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
PhabricatorRepositoryManagementListWorkflow.php Extend all "ManagementWorkflow" classes from a base class 2013-12-27 13:15:40 -08:00
PhabricatorRepositoryManagementLookupUsersWorkflow.php Update PhabricatorRepositoryManagementLookupUsersWorkflow to use ConduitCall 2015-01-02 15:13:57 -08:00
PhabricatorRepositoryManagementMarkImportedWorkflow.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
PhabricatorRepositoryManagementMirrorWorkflow.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
PhabricatorRepositoryManagementParentsWorkflow.php Batch up SQL operations in the ./bin/repository parents script. 2014-06-03 11:27:57 -07:00
PhabricatorRepositoryManagementPullWorkflow.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
PhabricatorRepositoryManagementRefsWorkflow.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
PhabricatorRepositoryManagementReparseWorkflow.php Repositories - Move scripts/repository/reparse.php to bin/repository reparse 2015-01-06 11:42:15 -08:00
PhabricatorRepositoryManagementUpdateWorkflow.php Allow repo updates to recover after force push + garbage collection 2014-08-12 12:25:24 -07:00
PhabricatorRepositoryManagementWorkflow.php Implement a chunked, APC-backed graph cache 2014-05-12 11:47:23 -07:00