PersistentAI API Documentation / @persistentai/fireflow-vfs / generated/lakefs/types.gen / LogCommitsData
Type Alias: LogCommitsData
LogCommitsData =
object
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:3823
Properties
body?
optionalbody:never
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:3824
path
path:
object
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:3825
ref
ref:
string
repository
repository:
string
query?
optionalquery:object
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:3829
after?
optionalafter:string
return items after this value
amount?
optionalamount:number
how many items to return
first_parent?
optionalfirst_parent:boolean
if set to true, follow only the first parent upon reaching a merge commit
limit?
optionallimit:boolean
limit the number of items in return to 'amount'. Without further indication on actual number of items.
objects?
optionalobjects:string[]
list of paths, each element is a path of a specific object
prefixes?
optionalprefixes:string[]
list of paths, each element is a path of a prefix
since?
optionalsince:string
Show commits more recent than a specific date-time. In case used with stop_at parameter, will stop at the first commit that meets any of the conditions.
stop_at?
optionalstop_at:string
A reference to stop at. In case used with since parameter, will stop at the first commit that meets any of the conditions.
url
url:
"/repositories/{repository}/refs/{ref}/commits"
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:3863