1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 09:48:47 +02:00
phorge-phorge/src/applications/diffusion
epriestley 7f8ee4e329 Fix a bug with DiffusionMergedCommitsQueryConduitAPIMethod
Summary: We were adding "+1" to PHP_INT_MAX, which could cause us to wrap and run `git log -n -9223372036854775808 ...`. Git, unable to give us negative nine trillion zillion results, would then exit without producing results.

Test Plan: Got results out of this method.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D12726
2015-05-05 15:44:34 -07:00
..
application Add a "refs" table to Diffusion 2015-04-27 03:49:57 -07:00
capability Simplify the implementation of PhabricatorPolicyCapability subclasses 2014-07-25 08:25:42 +10:00
conduit Fix a bug with DiffusionMergedCommitsQueryConduitAPIMethod 2015-05-05 15:44:34 -07:00
config Change default value for bugtraq.url 2015-05-04 12:19:48 +10:00
controller Use phutil_json_decode instead of json_decode 2015-05-05 20:48:55 +10:00
data Fix text lint issues 2015-02-12 07:00:13 +11:00
doorkeeper Partially modernize Doorkeeper/Asana bridge 2014-10-01 07:09:34 -07:00
edge Use PhabricatorAuditEditor to write revert edges 2015-01-06 07:30:38 +11:00
engine Attach HeraldRules to HeraldEffects 2015-04-06 10:00:45 -07:00
events Migrate Differential revision edges to use modern EdgeType subclasses 2015-01-01 15:07:03 +11:00
exception Apply some autofix linter rules 2014-09-10 06:55:05 +10:00
herald Merge redundant Herald effect code 2015-04-22 14:00:44 -07:00
panel Move PHUIErrorView to PHUIInfoView 2015-03-01 14:45:56 -08:00
protocol Applied various linter fixes. 2014-06-09 16:04:12 -07:00
query Move symbols to be repository-based 2015-05-03 13:23:07 +10:00
remarkup make repo callsigns optional 2015-01-01 08:07:26 -08:00
request Improve ref resolution for Git branches and tags 2015-04-29 13:21:12 -07:00
response Allow Phabricator to serve Mercurial repositories over HTTP 2013-11-06 18:00:42 -08:00
ssh Use phutil_json_decode instead of json_decode 2015-05-05 20:48:55 +10:00
typeahead Move symbols to be repository-based 2015-05-03 13:23:07 +10:00
view Ignore closed branch heads by default in Mercurial 2015-04-27 03:51:21 -07:00
DiffusionLintSaveRunner.php Use phutil_json_decode instead of json_decode 2015-05-05 20:48:55 +10:00