sapling/eden/mononoke/microwave
Mark Juggurnauth-Thomas b935836e32 changesets: replace get_sql_changesets with enumeration methods
Summary:
The `get_sql_changesets` method on `Changesets` is an abstraction violation,
and prevents extraction of `SqlChangesets` to a separate crate as it would
introduce a circular dependency.

It is used to allow bulk queries to enumerate changesets by integer unique ID,
so promote this to a full feature of `changesets`, and remove the
`get_sql_changesets` method.

Reviewed By: krallin

Differential Revision: D27426921

fbshipit-source-id: 2839503029b262dd5e6a8be09bb35bb143b4c5ac
2021-04-29 06:11:20 -07:00
..
builder changesets: replace get_sql_changesets with enumeration methods 2021-04-29 06:11:20 -07:00
if rust: update to zstd to 0.7.0+zstd.1.4.9 2021-04-22 14:34:06 -07:00
src mononoke/blobstore: pass CoreContext via borrowed instead of owned value 2020-11-27 03:31:07 -08:00
Cargo.toml mononoke: update to tokio 1.x 2021-04-28 07:36:31 -07:00