sapling/eden/mononoke/repo_client/unbundle/src
Kostia Balytskyi b59886c7f8 mononoke: fix how infinitepush is detected
Summary:
Correctly identify infinitepush without bookmarks as infinitepush instead of plain push.

Current behavior would sometimes pass `infinitepush` bundles through the `push` pipeline. Interestingly, this does not result in any user-visible effects at the moment. However, in the future we may want to diverge these pipelines:
- maybe we want to disable `push`, but enable `infinitepush`
- maybe there will be performance optimizations, applicable only to infinitepush

In any case, the fact that things worked so far is a consequence of a historical accident, and we may not want to keep it this way. Let's have correct identification.

Reviewed By: StanislavGlebik

Differential Revision: D18934696

fbshipit-source-id: 69650ca2a83a83e2e491f60398a4e03fe8d6b5fe
2020-04-22 05:13:36 -07:00
..
changegroup mononoke/filestore: update store_bytes to chunk content 2020-03-06 07:43:07 -08:00
errors.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
hook_running.rs Delete HgChangeset hook handling completely 2020-04-11 04:26:37 -07:00
lib.rs Delete HgChangeset hook handling completely 2020-04-11 04:26:37 -07:00
processing.rs mononoke: fix how infinitepush is detected 2020-04-22 05:13:36 -07:00
push_redirector.rs mononoke: fix how infinitepush is detected 2020-04-22 05:13:36 -07:00
rate_limits.rs Deprecate rust-crypto in eden/mononoke/repo_client 2020-03-18 19:34:38 -07:00
resolver.rs mononoke: fix how infinitepush is detected 2020-04-22 05:13:36 -07:00
response.rs mononoke: introduce SessionLfsParams 2020-03-16 03:52:20 -07:00
stats.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
upload_blobs.rs rust: Move futures-old rdeps to renamed futures-old 2020-03-02 21:02:50 -08:00
upload_changesets.rs upload_changesets: migrate the main fn to async/await 2020-03-30 12:21:09 -07:00