1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-28 09:42:41 +01:00
phorge-phorge/src/applications/diffusion
epriestley 8c4f3edd8a Skip some repository checks in cluster enviornments
Summary:
Ref T2783. Currently, the repository edit page does some checks agaisnt the local system to look for binaries and files on disk. These checks don't make sense in a cluster environment.

Ideally, we could make a Conduit call to the host (e.g., add something like `diffusion.querysetupstatus`) to do these checks, but since they're pretty basic config things and cluster installs are advanced, it doesn't seem super worthwhile for now.

Test Plan: Saw fewer checks in a cluster repo.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T2783

Differential Revision: https://secure.phabricator.com/D11102
2014-12-31 11:50:35 -08:00
..
application Rename "Local" settings in Diffusion to "Storage" 2014-12-17 11:13:49 -08:00
capability Simplify the implementation of PhabricatorPolicyCapability subclasses 2014-07-25 08:25:42 +10:00
conduit Use new FutureIterator instead of Futures 2014-12-30 23:13:38 +11:00
config Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
controller Skip some repository checks in cluster enviornments 2014-12-31 11:50:35 -08:00
data Differential - tighten up access of Differential data from other applications 2014-12-19 14:54:15 -08:00
doorkeeper Partially modernize Doorkeeper/Asana bridge 2014-10-01 07:09:34 -07:00
edge Use standard infrastructure to attach commits to other objects 2014-08-04 12:03:58 -07:00
engine Use new FutureIterator instead of Futures 2014-12-30 23:13:38 +11:00
events Various linter fixes. 2014-02-26 12:44:58 -08:00
exception Apply some autofix linter rules 2014-09-10 06:55:05 +10:00
herald Allow pre-commit adapter to use custom actions 2014-08-28 10:59:30 +10:00
panel Allow users to recover from a missing password hasher 2014-08-21 11:30:05 -07:00
protocol Applied various linter fixes. 2014-06-09 16:04:12 -07:00
query Use new FutureIterator instead of Futures 2014-12-30 23:13:38 +11:00
remarkup Fix an issue with tail parsing in object embeds in remarkup 2014-12-01 18:48:20 -08:00
request Show a better message for empty repositories and invalid branches 2014-07-12 07:05:19 -07:00
response Allow Phabricator to serve Mercurial repositories over HTTP 2013-11-06 18:00:42 -08:00
ssh Apply some autofix linter rules 2014-09-10 06:55:05 +10:00
typeahead Rename PhabricatorApplication subclasses 2014-07-23 10:03:09 +10:00
view Diffusion - fix first "old ref" in push log 2014-12-30 15:17:49 -08:00
DiffusionLintSaveRunner.php Use new FutureIterator instead of Futures 2014-12-30 23:13:38 +11:00