Skip to content

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?

optional body: 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?

optional query: object

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:3829

after?

optional after: string

return items after this value

amount?

optional amount: number

how many items to return

first_parent?

optional first_parent: boolean

if set to true, follow only the first parent upon reaching a merge commit

limit?

optional limit: boolean

limit the number of items in return to 'amount'. Without further indication on actual number of items.

objects?

optional objects: string[]

list of paths, each element is a path of a specific object

prefixes?

optional prefixes: string[]

list of paths, each element is a path of a prefix

since?

optional since: 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?

optional stop_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

Licensed under BUSL-1.1