sapling/eden
Yan Soares Couto 793b2d85b1 Add bonsai upload to eden api py ext
Summary:
## High level goal

This stack aims to add a way to upload commits directly using the bonsai format via edenapi, instead of using the hg format and converting on server.

The reason this is necessary is that snapshots will be uploaded on bonsai format directly, as hg format doesn't support them. So this is a stepping stone to do that, first being implemented on commit cloud upload, as that code already uses eden api, and later will be used by the snapshotting commands.

## This diff

This diff adds the new endpoint to the API that can be acessed via python code, and in turn calls the api implemented on the last diff.

Reviewed By: liubov-dmitrieva

Differential Revision: D29849962

fbshipit-source-id: 5a2a674aef1edd3b0d95cb2b45b02ef9c20aca48
2021-07-27 05:46:41 -07:00
..
fs perserve missing env var edenfs environment 2021-07-26 20:39:28 -07:00
hg-server Remove target-based type checking in eden 2021-07-23 12:34:20 -07:00
integration test: verify that EdenFS can be started in the fsck tests 2021-07-26 20:07:19 -07:00
locale
mononoke Add upload bonsai changeset endpoint 2021-07-27 05:46:40 -07:00
scm Add bonsai upload to eden api py ext 2021-07-27 05:46:41 -07:00
test_support fix systemd tests locally 2021-07-09 17:24:11 -07:00
test-data fix fsck snapshot integration tests 2021-07-14 16:20:04 -07:00
.gitignore eden: wire up mac contbuild 2019-02-05 21:52:30 -08:00
Eden.project.toml