sapling/lib/types
Kostia Balytskyi 2023ba8d8b redaction: handle redacted content coming from the EdenAPI
Summary:
In some cases, the file we are trying to fetch from the EdenAPI can be
redacted. We need to handle those cases. The good way to do so would be to
support this on a protocol level, but that is a *lot* of work. For now,
we are using the "tombstone approach", in which the ApiServer reacts to
redaction errors by injecting a special "tomstone" content, which the client
needs to recognize as not an error, but as a special case. In particular,
it needs to not fail the validation.

Reviewed By: markbt

Differential Revision: D16752747

fbshipit-source-id: 1bf126d50ecd6b862954284461b7db8f51e7e891
2019-08-12 08:04:58 -07:00
..
src redaction: handle redacted content coming from the EdenAPI 2019-08-12 08:04:58 -07:00
Cargo.toml types: move DataEntry validation logging to types crate 2019-05-24 21:59:45 -07:00