backlogitem

package
v1.43.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2026 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the backlogitem type in the database.
	Label = "backlog_item"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldTitle holds the string denoting the title field in the database.
	FieldTitle = "title"
	// FieldDescription holds the string denoting the description field in the database.
	FieldDescription = "description"
	// FieldAcceptanceCriteria holds the string denoting the acceptance_criteria field in the database.
	FieldAcceptanceCriteria = "acceptance_criteria"
	// FieldPriority holds the string denoting the priority field in the database.
	FieldPriority = "priority"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// FieldRepoPath holds the string denoting the repo_path field in the database.
	FieldRepoPath = "repo_path"
	// FieldSkipReviewGate holds the string denoting the skip_review_gate field in the database.
	FieldSkipReviewGate = "skip_review_gate"
	// FieldSkipPlanning holds the string denoting the skip_planning field in the database.
	FieldSkipPlanning = "skip_planning"
	// FieldAutoSpawnSession holds the string denoting the auto_spawn_session field in the database.
	FieldAutoSpawnSession = "auto_spawn_session"
	// FieldAutoCreatePr holds the string denoting the auto_create_pr field in the database.
	FieldAutoCreatePr = "auto_create_pr"
	// FieldPipelineMode holds the string denoting the pipeline_mode field in the database.
	FieldPipelineMode = "pipeline_mode"
	// FieldCategory holds the string denoting the category field in the database.
	FieldCategory = "category"
	// FieldPlanApproved holds the string denoting the plan_approved field in the database.
	FieldPlanApproved = "plan_approved"
	// FieldPlanApprovedAt holds the string denoting the plan_approved_at field in the database.
	FieldPlanApprovedAt = "plan_approved_at"
	// FieldQueuedAt holds the string denoting the queued_at field in the database.
	FieldQueuedAt = "queued_at"
	// FieldQueuedAutonomous holds the string denoting the queued_autonomous field in the database.
	FieldQueuedAutonomous = "queued_autonomous"
	// FieldPlanArtifactsPath holds the string denoting the plan_artifacts_path field in the database.
	FieldPlanArtifactsPath = "plan_artifacts_path"
	// FieldPlanRejectionReason holds the string denoting the plan_rejection_reason field in the database.
	FieldPlanRejectionReason = "plan_rejection_reason"
	// FieldPlanRejectedAt holds the string denoting the plan_rejected_at field in the database.
	FieldPlanRejectedAt = "plan_rejected_at"
	// FieldUserModifiedFields holds the string denoting the user_modified_fields field in the database.
	FieldUserModifiedFields = "user_modified_fields"
	// FieldNotes holds the string denoting the notes field in the database.
	FieldNotes = "notes"
	// FieldExternalID holds the string denoting the external_id field in the database.
	FieldExternalID = "external_id"
	// FieldExternalURL holds the string denoting the external_url field in the database.
	FieldExternalURL = "external_url"
	// FieldLabels holds the string denoting the labels field in the database.
	FieldLabels = "labels"
	// FieldUserModifiedStatusAt holds the string denoting the user_modified_status_at field in the database.
	FieldUserModifiedStatusAt = "user_modified_status_at"
	// FieldArchivedAt holds the string denoting the archived_at field in the database.
	FieldArchivedAt = "archived_at"
	// FieldPrURL holds the string denoting the pr_url field in the database.
	FieldPrURL = "pr_url"
	// FieldPrNumber holds the string denoting the pr_number field in the database.
	FieldPrNumber = "pr_number"
	// FieldShippedCheckConclusion holds the string denoting the shipped_check_conclusion field in the database.
	FieldShippedCheckConclusion = "shipped_check_conclusion"
	// FieldShippedApprovedCount holds the string denoting the shipped_approved_count field in the database.
	FieldShippedApprovedCount = "shipped_approved_count"
	// FieldShippedChangesReqCount holds the string denoting the shipped_changes_req_count field in the database.
	FieldShippedChangesReqCount = "shipped_changes_req_count"
	// FieldShippedSnapshotAt holds the string denoting the shipped_snapshot_at field in the database.
	FieldShippedSnapshotAt = "shipped_snapshot_at"
	// FieldPrFeedbackAddressedAt holds the string denoting the pr_feedback_addressed_at field in the database.
	FieldPrFeedbackAddressedAt = "pr_feedback_addressed_at"
	// FieldGithubSyncedIssueUpdatedAt holds the string denoting the github_synced_issue_updated_at field in the database.
	FieldGithubSyncedIssueUpdatedAt = "github_synced_issue_updated_at"
	// FieldShippedFileStats holds the string denoting the shipped_file_stats field in the database.
	FieldShippedFileStats = "shipped_file_stats"
	// FieldShippedSnapshotCaptureFailed holds the string denoting the shipped_snapshot_capture_failed field in the database.
	FieldShippedSnapshotCaptureFailed = "shipped_snapshot_capture_failed"
	// FieldReworkCapOverride holds the string denoting the rework_cap_override field in the database.
	FieldReworkCapOverride = "rework_cap_override"
	// FieldNextWorkflowID holds the string denoting the next_workflow_id field in the database.
	FieldNextWorkflowID = "next_workflow_id"
	// FieldChainFired holds the string denoting the chain_fired field in the database.
	FieldChainFired = "chain_fired"
	// FieldChainedAt holds the string denoting the chained_at field in the database.
	FieldChainedAt = "chained_at"
	// FieldTriggeredByChainDepth holds the string denoting the triggered_by_chain_depth field in the database.
	FieldTriggeredByChainDepth = "triggered_by_chain_depth"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// FieldUpdatedAt holds the string denoting the updated_at field in the database.
	FieldUpdatedAt = "updated_at"
	// EdgeItemSessions holds the string denoting the item_sessions edge name in mutations.
	EdgeItemSessions = "item_sessions"
	// EdgeSessions holds the string denoting the sessions edge name in mutations.
	EdgeSessions = "sessions"
	// EdgeStatusEvents holds the string denoting the status_events edge name in mutations.
	EdgeStatusEvents = "status_events"
	// EdgeStuckStates holds the string denoting the stuck_states edge name in mutations.
	EdgeStuckStates = "stuck_states"
	// EdgeProgressNotes holds the string denoting the progress_notes edge name in mutations.
	EdgeProgressNotes = "progress_notes"
	// EdgeSource holds the string denoting the source edge name in mutations.
	EdgeSource = "source"
	// EdgeBlockingDependencies holds the string denoting the blocking_dependencies edge name in mutations.
	EdgeBlockingDependencies = "blocking_dependencies"
	// EdgeBlockedByDependencies holds the string denoting the blocked_by_dependencies edge name in mutations.
	EdgeBlockedByDependencies = "blocked_by_dependencies"
	// Table holds the table name of the backlogitem in the database.
	Table = "backlog_items"
	// ItemSessionsTable is the table that holds the item_sessions relation/edge.
	ItemSessionsTable = "item_sessions"
	// ItemSessionsInverseTable is the table name for the ItemSession entity.
	// It exists in this package in order to avoid circular dependency with the "itemsession" package.
	ItemSessionsInverseTable = "item_sessions"
	// ItemSessionsColumn is the table column denoting the item_sessions relation/edge.
	ItemSessionsColumn = "backlog_item_item_sessions"
	// SessionsTable is the table that holds the sessions relation/edge. The primary key declared below.
	SessionsTable = "backlog_item_sessions"
	// SessionsInverseTable is the table name for the Session entity.
	// It exists in this package in order to avoid circular dependency with the "session" package.
	SessionsInverseTable = "sessions"
	// StatusEventsTable is the table that holds the status_events relation/edge.
	StatusEventsTable = "backlog_status_events"
	// StatusEventsInverseTable is the table name for the BacklogStatusEvent entity.
	// It exists in this package in order to avoid circular dependency with the "backlogstatusevent" package.
	StatusEventsInverseTable = "backlog_status_events"
	// StatusEventsColumn is the table column denoting the status_events relation/edge.
	StatusEventsColumn = "item_id"
	// StuckStatesTable is the table that holds the stuck_states relation/edge.
	StuckStatesTable = "backlog_stuck_states"
	// StuckStatesInverseTable is the table name for the BacklogStuckState entity.
	// It exists in this package in order to avoid circular dependency with the "backlogstuckstate" package.
	StuckStatesInverseTable = "backlog_stuck_states"
	// StuckStatesColumn is the table column denoting the stuck_states relation/edge.
	StuckStatesColumn = "item_id"
	// ProgressNotesTable is the table that holds the progress_notes relation/edge.
	ProgressNotesTable = "backlog_progress_notes"
	// ProgressNotesInverseTable is the table name for the BacklogProgressNote entity.
	// It exists in this package in order to avoid circular dependency with the "backlogprogressnote" package.
	ProgressNotesInverseTable = "backlog_progress_notes"
	// ProgressNotesColumn is the table column denoting the progress_notes relation/edge.
	ProgressNotesColumn = "item_id"
	// SourceTable is the table that holds the source relation/edge.
	SourceTable = "backlog_items"
	// SourceInverseTable is the table name for the ItemSource entity.
	// It exists in this package in order to avoid circular dependency with the "itemsource" package.
	SourceInverseTable = "item_sources"
	// SourceColumn is the table column denoting the source relation/edge.
	SourceColumn = "item_source_backlog_items"
	// BlockingDependenciesTable is the table that holds the blocking_dependencies relation/edge.
	BlockingDependenciesTable = "backlog_item_dependencies"
	// BlockingDependenciesInverseTable is the table name for the BacklogItemDependency entity.
	// It exists in this package in order to avoid circular dependency with the "backlogitemdependency" package.
	BlockingDependenciesInverseTable = "backlog_item_dependencies"
	// BlockingDependenciesColumn is the table column denoting the blocking_dependencies relation/edge.
	BlockingDependenciesColumn = "blocker_id"
	// BlockedByDependenciesTable is the table that holds the blocked_by_dependencies relation/edge.
	BlockedByDependenciesTable = "backlog_item_dependencies"
	// BlockedByDependenciesInverseTable is the table name for the BacklogItemDependency entity.
	// It exists in this package in order to avoid circular dependency with the "backlogitemdependency" package.
	BlockedByDependenciesInverseTable = "backlog_item_dependencies"
	// BlockedByDependenciesColumn is the table column denoting the blocked_by_dependencies relation/edge.
	BlockedByDependenciesColumn = "blocked_id"
)

Variables

View Source
var (
	// TitleValidator is a validator for the "title" field. It is called by the builders before save.
	TitleValidator func(string) error
	// DefaultPriority holds the default value on creation for the "priority" field.
	DefaultPriority int
	// PriorityValidator is a validator for the "priority" field. It is called by the builders before save.
	PriorityValidator func(int) error
	// DefaultStatus holds the default value on creation for the "status" field.
	DefaultStatus string
	// DefaultSkipReviewGate holds the default value on creation for the "skip_review_gate" field.
	DefaultSkipReviewGate bool
	// DefaultSkipPlanning holds the default value on creation for the "skip_planning" field.
	DefaultSkipPlanning bool
	// DefaultAutoSpawnSession holds the default value on creation for the "auto_spawn_session" field.
	DefaultAutoSpawnSession bool
	// DefaultAutoCreatePr holds the default value on creation for the "auto_create_pr" field.
	DefaultAutoCreatePr bool
	// DefaultPipelineMode holds the default value on creation for the "pipeline_mode" field.
	DefaultPipelineMode string
	// DefaultCategory holds the default value on creation for the "category" field.
	DefaultCategory string
	// DefaultPlanApproved holds the default value on creation for the "plan_approved" field.
	DefaultPlanApproved bool
	// DefaultQueuedAutonomous holds the default value on creation for the "queued_autonomous" field.
	DefaultQueuedAutonomous bool
	// DefaultPrNumber holds the default value on creation for the "pr_number" field.
	DefaultPrNumber int
	// DefaultShippedApprovedCount holds the default value on creation for the "shipped_approved_count" field.
	DefaultShippedApprovedCount int
	// DefaultShippedChangesReqCount holds the default value on creation for the "shipped_changes_req_count" field.
	DefaultShippedChangesReqCount int
	// DefaultShippedSnapshotCaptureFailed holds the default value on creation for the "shipped_snapshot_capture_failed" field.
	DefaultShippedSnapshotCaptureFailed bool
	// DefaultChainFired holds the default value on creation for the "chain_fired" field.
	DefaultChainFired bool
	// DefaultTriggeredByChainDepth holds the default value on creation for the "triggered_by_chain_depth" field.
	DefaultTriggeredByChainDepth int
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() time.Time
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() time.Time
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() uuid.UUID
)

Columns holds all SQL columns for backlogitem fields.

View Source
var ForeignKeys = []string{
	"item_source_backlog_items",
}

ForeignKeys holds the SQL foreign-keys that are owned by the "backlog_items" table and are not defined as standalone fields in the schema.

View Source
var (
	// SessionsPrimaryKey and SessionsColumn2 are the table columns denoting the
	// primary key for the sessions relation (M2M).
	SessionsPrimaryKey = []string{"backlog_item_id", "session_id"}
)

Functions

func AcceptanceCriteria

func AcceptanceCriteria(v string) predicate.BacklogItem

AcceptanceCriteria applies equality check predicate on the "acceptance_criteria" field. It's identical to AcceptanceCriteriaEQ.

func AcceptanceCriteriaContains

func AcceptanceCriteriaContains(v string) predicate.BacklogItem

AcceptanceCriteriaContains applies the Contains predicate on the "acceptance_criteria" field.

func AcceptanceCriteriaContainsFold

func AcceptanceCriteriaContainsFold(v string) predicate.BacklogItem

AcceptanceCriteriaContainsFold applies the ContainsFold predicate on the "acceptance_criteria" field.

func AcceptanceCriteriaEQ

func AcceptanceCriteriaEQ(v string) predicate.BacklogItem

AcceptanceCriteriaEQ applies the EQ predicate on the "acceptance_criteria" field.

func AcceptanceCriteriaEqualFold

func AcceptanceCriteriaEqualFold(v string) predicate.BacklogItem

AcceptanceCriteriaEqualFold applies the EqualFold predicate on the "acceptance_criteria" field.

func AcceptanceCriteriaGT

func AcceptanceCriteriaGT(v string) predicate.BacklogItem

AcceptanceCriteriaGT applies the GT predicate on the "acceptance_criteria" field.

func AcceptanceCriteriaGTE

func AcceptanceCriteriaGTE(v string) predicate.BacklogItem

AcceptanceCriteriaGTE applies the GTE predicate on the "acceptance_criteria" field.

func AcceptanceCriteriaHasPrefix

func AcceptanceCriteriaHasPrefix(v string) predicate.BacklogItem

AcceptanceCriteriaHasPrefix applies the HasPrefix predicate on the "acceptance_criteria" field.

func AcceptanceCriteriaHasSuffix

func AcceptanceCriteriaHasSuffix(v string) predicate.BacklogItem

AcceptanceCriteriaHasSuffix applies the HasSuffix predicate on the "acceptance_criteria" field.

func AcceptanceCriteriaIn

func AcceptanceCriteriaIn(vs ...string) predicate.BacklogItem

AcceptanceCriteriaIn applies the In predicate on the "acceptance_criteria" field.

func AcceptanceCriteriaIsNil

func AcceptanceCriteriaIsNil() predicate.BacklogItem

AcceptanceCriteriaIsNil applies the IsNil predicate on the "acceptance_criteria" field.

func AcceptanceCriteriaLT

func AcceptanceCriteriaLT(v string) predicate.BacklogItem

AcceptanceCriteriaLT applies the LT predicate on the "acceptance_criteria" field.

func AcceptanceCriteriaLTE

func AcceptanceCriteriaLTE(v string) predicate.BacklogItem

AcceptanceCriteriaLTE applies the LTE predicate on the "acceptance_criteria" field.

func AcceptanceCriteriaNEQ

func AcceptanceCriteriaNEQ(v string) predicate.BacklogItem

AcceptanceCriteriaNEQ applies the NEQ predicate on the "acceptance_criteria" field.

func AcceptanceCriteriaNotIn

func AcceptanceCriteriaNotIn(vs ...string) predicate.BacklogItem

AcceptanceCriteriaNotIn applies the NotIn predicate on the "acceptance_criteria" field.

func AcceptanceCriteriaNotNil

func AcceptanceCriteriaNotNil() predicate.BacklogItem

AcceptanceCriteriaNotNil applies the NotNil predicate on the "acceptance_criteria" field.

func And

func And(predicates ...predicate.BacklogItem) predicate.BacklogItem

And groups predicates with the AND operator between them.

func ArchivedAt

func ArchivedAt(v time.Time) predicate.BacklogItem

ArchivedAt applies equality check predicate on the "archived_at" field. It's identical to ArchivedAtEQ.

func ArchivedAtEQ

func ArchivedAtEQ(v time.Time) predicate.BacklogItem

ArchivedAtEQ applies the EQ predicate on the "archived_at" field.

func ArchivedAtGT

func ArchivedAtGT(v time.Time) predicate.BacklogItem

ArchivedAtGT applies the GT predicate on the "archived_at" field.

func ArchivedAtGTE

func ArchivedAtGTE(v time.Time) predicate.BacklogItem

ArchivedAtGTE applies the GTE predicate on the "archived_at" field.

func ArchivedAtIn

func ArchivedAtIn(vs ...time.Time) predicate.BacklogItem

ArchivedAtIn applies the In predicate on the "archived_at" field.

func ArchivedAtIsNil

func ArchivedAtIsNil() predicate.BacklogItem

ArchivedAtIsNil applies the IsNil predicate on the "archived_at" field.

func ArchivedAtLT

func ArchivedAtLT(v time.Time) predicate.BacklogItem

ArchivedAtLT applies the LT predicate on the "archived_at" field.

func ArchivedAtLTE

func ArchivedAtLTE(v time.Time) predicate.BacklogItem

ArchivedAtLTE applies the LTE predicate on the "archived_at" field.

func ArchivedAtNEQ

func ArchivedAtNEQ(v time.Time) predicate.BacklogItem

ArchivedAtNEQ applies the NEQ predicate on the "archived_at" field.

func ArchivedAtNotIn

func ArchivedAtNotIn(vs ...time.Time) predicate.BacklogItem

ArchivedAtNotIn applies the NotIn predicate on the "archived_at" field.

func ArchivedAtNotNil

func ArchivedAtNotNil() predicate.BacklogItem

ArchivedAtNotNil applies the NotNil predicate on the "archived_at" field.

func AutoCreatePr added in v1.39.0

func AutoCreatePr(v bool) predicate.BacklogItem

AutoCreatePr applies equality check predicate on the "auto_create_pr" field. It's identical to AutoCreatePrEQ.

func AutoCreatePrEQ added in v1.39.0

func AutoCreatePrEQ(v bool) predicate.BacklogItem

AutoCreatePrEQ applies the EQ predicate on the "auto_create_pr" field.

func AutoCreatePrNEQ added in v1.39.0

func AutoCreatePrNEQ(v bool) predicate.BacklogItem

AutoCreatePrNEQ applies the NEQ predicate on the "auto_create_pr" field.

func AutoSpawnSession added in v1.38.0

func AutoSpawnSession(v bool) predicate.BacklogItem

AutoSpawnSession applies equality check predicate on the "auto_spawn_session" field. It's identical to AutoSpawnSessionEQ.

func AutoSpawnSessionEQ added in v1.38.0

func AutoSpawnSessionEQ(v bool) predicate.BacklogItem

AutoSpawnSessionEQ applies the EQ predicate on the "auto_spawn_session" field.

func AutoSpawnSessionNEQ added in v1.38.0

func AutoSpawnSessionNEQ(v bool) predicate.BacklogItem

AutoSpawnSessionNEQ applies the NEQ predicate on the "auto_spawn_session" field.

func Category added in v1.41.0

func Category(v string) predicate.BacklogItem

Category applies equality check predicate on the "category" field. It's identical to CategoryEQ.

func CategoryContains added in v1.41.0

func CategoryContains(v string) predicate.BacklogItem

CategoryContains applies the Contains predicate on the "category" field.

func CategoryContainsFold added in v1.41.0

func CategoryContainsFold(v string) predicate.BacklogItem

CategoryContainsFold applies the ContainsFold predicate on the "category" field.

func CategoryEQ added in v1.41.0

func CategoryEQ(v string) predicate.BacklogItem

CategoryEQ applies the EQ predicate on the "category" field.

func CategoryEqualFold added in v1.41.0

func CategoryEqualFold(v string) predicate.BacklogItem

CategoryEqualFold applies the EqualFold predicate on the "category" field.

func CategoryGT added in v1.41.0

func CategoryGT(v string) predicate.BacklogItem

CategoryGT applies the GT predicate on the "category" field.

func CategoryGTE added in v1.41.0

func CategoryGTE(v string) predicate.BacklogItem

CategoryGTE applies the GTE predicate on the "category" field.

func CategoryHasPrefix added in v1.41.0

func CategoryHasPrefix(v string) predicate.BacklogItem

CategoryHasPrefix applies the HasPrefix predicate on the "category" field.

func CategoryHasSuffix added in v1.41.0

func CategoryHasSuffix(v string) predicate.BacklogItem

CategoryHasSuffix applies the HasSuffix predicate on the "category" field.

func CategoryIn added in v1.41.0

func CategoryIn(vs ...string) predicate.BacklogItem

CategoryIn applies the In predicate on the "category" field.

func CategoryLT added in v1.41.0

func CategoryLT(v string) predicate.BacklogItem

CategoryLT applies the LT predicate on the "category" field.

func CategoryLTE added in v1.41.0

func CategoryLTE(v string) predicate.BacklogItem

CategoryLTE applies the LTE predicate on the "category" field.

func CategoryNEQ added in v1.41.0

func CategoryNEQ(v string) predicate.BacklogItem

CategoryNEQ applies the NEQ predicate on the "category" field.

func CategoryNotIn added in v1.41.0

func CategoryNotIn(vs ...string) predicate.BacklogItem

CategoryNotIn applies the NotIn predicate on the "category" field.

func ChainFired added in v1.43.0

func ChainFired(v bool) predicate.BacklogItem

ChainFired applies equality check predicate on the "chain_fired" field. It's identical to ChainFiredEQ.

func ChainFiredEQ added in v1.43.0

func ChainFiredEQ(v bool) predicate.BacklogItem

ChainFiredEQ applies the EQ predicate on the "chain_fired" field.

func ChainFiredNEQ added in v1.43.0

func ChainFiredNEQ(v bool) predicate.BacklogItem

ChainFiredNEQ applies the NEQ predicate on the "chain_fired" field.

func ChainedAt added in v1.43.0

func ChainedAt(v time.Time) predicate.BacklogItem

ChainedAt applies equality check predicate on the "chained_at" field. It's identical to ChainedAtEQ.

func ChainedAtEQ added in v1.43.0

func ChainedAtEQ(v time.Time) predicate.BacklogItem

ChainedAtEQ applies the EQ predicate on the "chained_at" field.

func ChainedAtGT added in v1.43.0

func ChainedAtGT(v time.Time) predicate.BacklogItem

ChainedAtGT applies the GT predicate on the "chained_at" field.

func ChainedAtGTE added in v1.43.0

func ChainedAtGTE(v time.Time) predicate.BacklogItem

ChainedAtGTE applies the GTE predicate on the "chained_at" field.

func ChainedAtIn added in v1.43.0

func ChainedAtIn(vs ...time.Time) predicate.BacklogItem

ChainedAtIn applies the In predicate on the "chained_at" field.

func ChainedAtIsNil added in v1.43.0

func ChainedAtIsNil() predicate.BacklogItem

ChainedAtIsNil applies the IsNil predicate on the "chained_at" field.

func ChainedAtLT added in v1.43.0

func ChainedAtLT(v time.Time) predicate.BacklogItem

ChainedAtLT applies the LT predicate on the "chained_at" field.

func ChainedAtLTE added in v1.43.0

func ChainedAtLTE(v time.Time) predicate.BacklogItem

ChainedAtLTE applies the LTE predicate on the "chained_at" field.

func ChainedAtNEQ added in v1.43.0

func ChainedAtNEQ(v time.Time) predicate.BacklogItem

ChainedAtNEQ applies the NEQ predicate on the "chained_at" field.

func ChainedAtNotIn added in v1.43.0

func ChainedAtNotIn(vs ...time.Time) predicate.BacklogItem

ChainedAtNotIn applies the NotIn predicate on the "chained_at" field.

func ChainedAtNotNil added in v1.43.0

func ChainedAtNotNil() predicate.BacklogItem

ChainedAtNotNil applies the NotNil predicate on the "chained_at" field.

func CreatedAt

func CreatedAt(v time.Time) predicate.BacklogItem

CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.BacklogItem

CreatedAtEQ applies the EQ predicate on the "created_at" field.

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.BacklogItem

CreatedAtGT applies the GT predicate on the "created_at" field.

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.BacklogItem

CreatedAtGTE applies the GTE predicate on the "created_at" field.

func CreatedAtIn

func CreatedAtIn(vs ...time.Time) predicate.BacklogItem

CreatedAtIn applies the In predicate on the "created_at" field.

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.BacklogItem

CreatedAtLT applies the LT predicate on the "created_at" field.

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.BacklogItem

CreatedAtLTE applies the LTE predicate on the "created_at" field.

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.BacklogItem

CreatedAtNEQ applies the NEQ predicate on the "created_at" field.

func CreatedAtNotIn

func CreatedAtNotIn(vs ...time.Time) predicate.BacklogItem

CreatedAtNotIn applies the NotIn predicate on the "created_at" field.

func Description

func Description(v string) predicate.BacklogItem

Description applies equality check predicate on the "description" field. It's identical to DescriptionEQ.

func DescriptionContains

func DescriptionContains(v string) predicate.BacklogItem

DescriptionContains applies the Contains predicate on the "description" field.

func DescriptionContainsFold

func DescriptionContainsFold(v string) predicate.BacklogItem

DescriptionContainsFold applies the ContainsFold predicate on the "description" field.

func DescriptionEQ

func DescriptionEQ(v string) predicate.BacklogItem

DescriptionEQ applies the EQ predicate on the "description" field.

func DescriptionEqualFold

func DescriptionEqualFold(v string) predicate.BacklogItem

DescriptionEqualFold applies the EqualFold predicate on the "description" field.

func DescriptionGT

func DescriptionGT(v string) predicate.BacklogItem

DescriptionGT applies the GT predicate on the "description" field.

func DescriptionGTE

func DescriptionGTE(v string) predicate.BacklogItem

DescriptionGTE applies the GTE predicate on the "description" field.

func DescriptionHasPrefix

func DescriptionHasPrefix(v string) predicate.BacklogItem

DescriptionHasPrefix applies the HasPrefix predicate on the "description" field.

func DescriptionHasSuffix

func DescriptionHasSuffix(v string) predicate.BacklogItem

DescriptionHasSuffix applies the HasSuffix predicate on the "description" field.

func DescriptionIn

func DescriptionIn(vs ...string) predicate.BacklogItem

DescriptionIn applies the In predicate on the "description" field.

func DescriptionIsNil

func DescriptionIsNil() predicate.BacklogItem

DescriptionIsNil applies the IsNil predicate on the "description" field.

func DescriptionLT

func DescriptionLT(v string) predicate.BacklogItem

DescriptionLT applies the LT predicate on the "description" field.

func DescriptionLTE

func DescriptionLTE(v string) predicate.BacklogItem

DescriptionLTE applies the LTE predicate on the "description" field.

func DescriptionNEQ

func DescriptionNEQ(v string) predicate.BacklogItem

DescriptionNEQ applies the NEQ predicate on the "description" field.

func DescriptionNotIn

func DescriptionNotIn(vs ...string) predicate.BacklogItem

DescriptionNotIn applies the NotIn predicate on the "description" field.

func DescriptionNotNil

func DescriptionNotNil() predicate.BacklogItem

DescriptionNotNil applies the NotNil predicate on the "description" field.

func ExternalID

func ExternalID(v string) predicate.BacklogItem

ExternalID applies equality check predicate on the "external_id" field. It's identical to ExternalIDEQ.

func ExternalIDContains

func ExternalIDContains(v string) predicate.BacklogItem

ExternalIDContains applies the Contains predicate on the "external_id" field.

func ExternalIDContainsFold

func ExternalIDContainsFold(v string) predicate.BacklogItem

ExternalIDContainsFold applies the ContainsFold predicate on the "external_id" field.

func ExternalIDEQ

func ExternalIDEQ(v string) predicate.BacklogItem

ExternalIDEQ applies the EQ predicate on the "external_id" field.

func ExternalIDEqualFold

func ExternalIDEqualFold(v string) predicate.BacklogItem

ExternalIDEqualFold applies the EqualFold predicate on the "external_id" field.

func ExternalIDGT

func ExternalIDGT(v string) predicate.BacklogItem

ExternalIDGT applies the GT predicate on the "external_id" field.

func ExternalIDGTE

func ExternalIDGTE(v string) predicate.BacklogItem

ExternalIDGTE applies the GTE predicate on the "external_id" field.

func ExternalIDHasPrefix

func ExternalIDHasPrefix(v string) predicate.BacklogItem

ExternalIDHasPrefix applies the HasPrefix predicate on the "external_id" field.

func ExternalIDHasSuffix

func ExternalIDHasSuffix(v string) predicate.BacklogItem

ExternalIDHasSuffix applies the HasSuffix predicate on the "external_id" field.

func ExternalIDIn

func ExternalIDIn(vs ...string) predicate.BacklogItem

ExternalIDIn applies the In predicate on the "external_id" field.

func ExternalIDIsNil

func ExternalIDIsNil() predicate.BacklogItem

ExternalIDIsNil applies the IsNil predicate on the "external_id" field.

func ExternalIDLT

func ExternalIDLT(v string) predicate.BacklogItem

ExternalIDLT applies the LT predicate on the "external_id" field.

func ExternalIDLTE

func ExternalIDLTE(v string) predicate.BacklogItem

ExternalIDLTE applies the LTE predicate on the "external_id" field.

func ExternalIDNEQ

func ExternalIDNEQ(v string) predicate.BacklogItem

ExternalIDNEQ applies the NEQ predicate on the "external_id" field.

func ExternalIDNotIn

func ExternalIDNotIn(vs ...string) predicate.BacklogItem

ExternalIDNotIn applies the NotIn predicate on the "external_id" field.

func ExternalIDNotNil

func ExternalIDNotNil() predicate.BacklogItem

ExternalIDNotNil applies the NotNil predicate on the "external_id" field.

func ExternalURL added in v1.41.0

func ExternalURL(v string) predicate.BacklogItem

ExternalURL applies equality check predicate on the "external_url" field. It's identical to ExternalURLEQ.

func ExternalURLContains added in v1.41.0

func ExternalURLContains(v string) predicate.BacklogItem

ExternalURLContains applies the Contains predicate on the "external_url" field.

func ExternalURLContainsFold added in v1.41.0

func ExternalURLContainsFold(v string) predicate.BacklogItem

ExternalURLContainsFold applies the ContainsFold predicate on the "external_url" field.

func ExternalURLEQ added in v1.41.0

func ExternalURLEQ(v string) predicate.BacklogItem

ExternalURLEQ applies the EQ predicate on the "external_url" field.

func ExternalURLEqualFold added in v1.41.0

func ExternalURLEqualFold(v string) predicate.BacklogItem

ExternalURLEqualFold applies the EqualFold predicate on the "external_url" field.

func ExternalURLGT added in v1.41.0

func ExternalURLGT(v string) predicate.BacklogItem

ExternalURLGT applies the GT predicate on the "external_url" field.

func ExternalURLGTE added in v1.41.0

func ExternalURLGTE(v string) predicate.BacklogItem

ExternalURLGTE applies the GTE predicate on the "external_url" field.

func ExternalURLHasPrefix added in v1.41.0

func ExternalURLHasPrefix(v string) predicate.BacklogItem

ExternalURLHasPrefix applies the HasPrefix predicate on the "external_url" field.

func ExternalURLHasSuffix added in v1.41.0

func ExternalURLHasSuffix(v string) predicate.BacklogItem

ExternalURLHasSuffix applies the HasSuffix predicate on the "external_url" field.

func ExternalURLIn added in v1.41.0

func ExternalURLIn(vs ...string) predicate.BacklogItem

ExternalURLIn applies the In predicate on the "external_url" field.

func ExternalURLIsNil added in v1.41.0

func ExternalURLIsNil() predicate.BacklogItem

ExternalURLIsNil applies the IsNil predicate on the "external_url" field.

func ExternalURLLT added in v1.41.0

func ExternalURLLT(v string) predicate.BacklogItem

ExternalURLLT applies the LT predicate on the "external_url" field.

func ExternalURLLTE added in v1.41.0

func ExternalURLLTE(v string) predicate.BacklogItem

ExternalURLLTE applies the LTE predicate on the "external_url" field.

func ExternalURLNEQ added in v1.41.0

func ExternalURLNEQ(v string) predicate.BacklogItem

ExternalURLNEQ applies the NEQ predicate on the "external_url" field.

func ExternalURLNotIn added in v1.41.0

func ExternalURLNotIn(vs ...string) predicate.BacklogItem

ExternalURLNotIn applies the NotIn predicate on the "external_url" field.

func ExternalURLNotNil added in v1.41.0

func ExternalURLNotNil() predicate.BacklogItem

ExternalURLNotNil applies the NotNil predicate on the "external_url" field.

func GithubSyncedIssueUpdatedAt added in v1.41.0

func GithubSyncedIssueUpdatedAt(v time.Time) predicate.BacklogItem

GithubSyncedIssueUpdatedAt applies equality check predicate on the "github_synced_issue_updated_at" field. It's identical to GithubSyncedIssueUpdatedAtEQ.

func GithubSyncedIssueUpdatedAtEQ added in v1.41.0

func GithubSyncedIssueUpdatedAtEQ(v time.Time) predicate.BacklogItem

GithubSyncedIssueUpdatedAtEQ applies the EQ predicate on the "github_synced_issue_updated_at" field.

func GithubSyncedIssueUpdatedAtGT added in v1.41.0

func GithubSyncedIssueUpdatedAtGT(v time.Time) predicate.BacklogItem

GithubSyncedIssueUpdatedAtGT applies the GT predicate on the "github_synced_issue_updated_at" field.

func GithubSyncedIssueUpdatedAtGTE added in v1.41.0

func GithubSyncedIssueUpdatedAtGTE(v time.Time) predicate.BacklogItem

GithubSyncedIssueUpdatedAtGTE applies the GTE predicate on the "github_synced_issue_updated_at" field.

func GithubSyncedIssueUpdatedAtIn added in v1.41.0

func GithubSyncedIssueUpdatedAtIn(vs ...time.Time) predicate.BacklogItem

GithubSyncedIssueUpdatedAtIn applies the In predicate on the "github_synced_issue_updated_at" field.

func GithubSyncedIssueUpdatedAtIsNil added in v1.41.0

func GithubSyncedIssueUpdatedAtIsNil() predicate.BacklogItem

GithubSyncedIssueUpdatedAtIsNil applies the IsNil predicate on the "github_synced_issue_updated_at" field.

func GithubSyncedIssueUpdatedAtLT added in v1.41.0

func GithubSyncedIssueUpdatedAtLT(v time.Time) predicate.BacklogItem

GithubSyncedIssueUpdatedAtLT applies the LT predicate on the "github_synced_issue_updated_at" field.

func GithubSyncedIssueUpdatedAtLTE added in v1.41.0

func GithubSyncedIssueUpdatedAtLTE(v time.Time) predicate.BacklogItem

GithubSyncedIssueUpdatedAtLTE applies the LTE predicate on the "github_synced_issue_updated_at" field.

func GithubSyncedIssueUpdatedAtNEQ added in v1.41.0

func GithubSyncedIssueUpdatedAtNEQ(v time.Time) predicate.BacklogItem

GithubSyncedIssueUpdatedAtNEQ applies the NEQ predicate on the "github_synced_issue_updated_at" field.

func GithubSyncedIssueUpdatedAtNotIn added in v1.41.0

func GithubSyncedIssueUpdatedAtNotIn(vs ...time.Time) predicate.BacklogItem

GithubSyncedIssueUpdatedAtNotIn applies the NotIn predicate on the "github_synced_issue_updated_at" field.

func GithubSyncedIssueUpdatedAtNotNil added in v1.41.0

func GithubSyncedIssueUpdatedAtNotNil() predicate.BacklogItem

GithubSyncedIssueUpdatedAtNotNil applies the NotNil predicate on the "github_synced_issue_updated_at" field.

func HasBlockedByDependencies added in v1.43.0

func HasBlockedByDependencies() predicate.BacklogItem

HasBlockedByDependencies applies the HasEdge predicate on the "blocked_by_dependencies" edge.

func HasBlockedByDependenciesWith added in v1.43.0

func HasBlockedByDependenciesWith(preds ...predicate.BacklogItemDependency) predicate.BacklogItem

HasBlockedByDependenciesWith applies the HasEdge predicate on the "blocked_by_dependencies" edge with a given conditions (other predicates).

func HasBlockingDependencies added in v1.43.0

func HasBlockingDependencies() predicate.BacklogItem

HasBlockingDependencies applies the HasEdge predicate on the "blocking_dependencies" edge.

func HasBlockingDependenciesWith added in v1.43.0

func HasBlockingDependenciesWith(preds ...predicate.BacklogItemDependency) predicate.BacklogItem

HasBlockingDependenciesWith applies the HasEdge predicate on the "blocking_dependencies" edge with a given conditions (other predicates).

func HasItemSessions

func HasItemSessions() predicate.BacklogItem

HasItemSessions applies the HasEdge predicate on the "item_sessions" edge.

func HasItemSessionsWith

func HasItemSessionsWith(preds ...predicate.ItemSession) predicate.BacklogItem

HasItemSessionsWith applies the HasEdge predicate on the "item_sessions" edge with a given conditions (other predicates).

func HasProgressNotes added in v1.38.0

func HasProgressNotes() predicate.BacklogItem

HasProgressNotes applies the HasEdge predicate on the "progress_notes" edge.

func HasProgressNotesWith added in v1.38.0

func HasProgressNotesWith(preds ...predicate.BacklogProgressNote) predicate.BacklogItem

HasProgressNotesWith applies the HasEdge predicate on the "progress_notes" edge with a given conditions (other predicates).

func HasSessions

func HasSessions() predicate.BacklogItem

HasSessions applies the HasEdge predicate on the "sessions" edge.

func HasSessionsWith

func HasSessionsWith(preds ...predicate.Session) predicate.BacklogItem

HasSessionsWith applies the HasEdge predicate on the "sessions" edge with a given conditions (other predicates).

func HasSource

func HasSource() predicate.BacklogItem

HasSource applies the HasEdge predicate on the "source" edge.

func HasSourceWith

func HasSourceWith(preds ...predicate.ItemSource) predicate.BacklogItem

HasSourceWith applies the HasEdge predicate on the "source" edge with a given conditions (other predicates).

func HasStatusEvents

func HasStatusEvents() predicate.BacklogItem

HasStatusEvents applies the HasEdge predicate on the "status_events" edge.

func HasStatusEventsWith

func HasStatusEventsWith(preds ...predicate.BacklogStatusEvent) predicate.BacklogItem

HasStatusEventsWith applies the HasEdge predicate on the "status_events" edge with a given conditions (other predicates).

func HasStuckStates added in v1.38.0

func HasStuckStates() predicate.BacklogItem

HasStuckStates applies the HasEdge predicate on the "stuck_states" edge.

func HasStuckStatesWith added in v1.38.0

func HasStuckStatesWith(preds ...predicate.BacklogStuckState) predicate.BacklogItem

HasStuckStatesWith applies the HasEdge predicate on the "stuck_states" edge with a given conditions (other predicates).

func ID

ID filters vertices based on their ID field.

func IDEQ

func IDEQ(id uuid.UUID) predicate.BacklogItem

IDEQ applies the EQ predicate on the ID field.

func IDGT

func IDGT(id uuid.UUID) predicate.BacklogItem

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id uuid.UUID) predicate.BacklogItem

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...uuid.UUID) predicate.BacklogItem

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id uuid.UUID) predicate.BacklogItem

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id uuid.UUID) predicate.BacklogItem

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id uuid.UUID) predicate.BacklogItem

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...uuid.UUID) predicate.BacklogItem

IDNotIn applies the NotIn predicate on the ID field.

func LabelsIsNil added in v1.41.0

func LabelsIsNil() predicate.BacklogItem

LabelsIsNil applies the IsNil predicate on the "labels" field.

func LabelsNotNil added in v1.41.0

func LabelsNotNil() predicate.BacklogItem

LabelsNotNil applies the NotNil predicate on the "labels" field.

func NextWorkflowID added in v1.43.0

func NextWorkflowID(v uuid.UUID) predicate.BacklogItem

NextWorkflowID applies equality check predicate on the "next_workflow_id" field. It's identical to NextWorkflowIDEQ.

func NextWorkflowIDEQ added in v1.43.0

func NextWorkflowIDEQ(v uuid.UUID) predicate.BacklogItem

NextWorkflowIDEQ applies the EQ predicate on the "next_workflow_id" field.

func NextWorkflowIDGT added in v1.43.0

func NextWorkflowIDGT(v uuid.UUID) predicate.BacklogItem

NextWorkflowIDGT applies the GT predicate on the "next_workflow_id" field.

func NextWorkflowIDGTE added in v1.43.0

func NextWorkflowIDGTE(v uuid.UUID) predicate.BacklogItem

NextWorkflowIDGTE applies the GTE predicate on the "next_workflow_id" field.

func NextWorkflowIDIn added in v1.43.0

func NextWorkflowIDIn(vs ...uuid.UUID) predicate.BacklogItem

NextWorkflowIDIn applies the In predicate on the "next_workflow_id" field.

func NextWorkflowIDIsNil added in v1.43.0

func NextWorkflowIDIsNil() predicate.BacklogItem

NextWorkflowIDIsNil applies the IsNil predicate on the "next_workflow_id" field.

func NextWorkflowIDLT added in v1.43.0

func NextWorkflowIDLT(v uuid.UUID) predicate.BacklogItem

NextWorkflowIDLT applies the LT predicate on the "next_workflow_id" field.

func NextWorkflowIDLTE added in v1.43.0

func NextWorkflowIDLTE(v uuid.UUID) predicate.BacklogItem

NextWorkflowIDLTE applies the LTE predicate on the "next_workflow_id" field.

func NextWorkflowIDNEQ added in v1.43.0

func NextWorkflowIDNEQ(v uuid.UUID) predicate.BacklogItem

NextWorkflowIDNEQ applies the NEQ predicate on the "next_workflow_id" field.

func NextWorkflowIDNotIn added in v1.43.0

func NextWorkflowIDNotIn(vs ...uuid.UUID) predicate.BacklogItem

NextWorkflowIDNotIn applies the NotIn predicate on the "next_workflow_id" field.

func NextWorkflowIDNotNil added in v1.43.0

func NextWorkflowIDNotNil() predicate.BacklogItem

NextWorkflowIDNotNil applies the NotNil predicate on the "next_workflow_id" field.

func Not

Not applies the not operator on the given predicate.

func Notes

func Notes(v string) predicate.BacklogItem

Notes applies equality check predicate on the "notes" field. It's identical to NotesEQ.

func NotesContains

func NotesContains(v string) predicate.BacklogItem

NotesContains applies the Contains predicate on the "notes" field.

func NotesContainsFold

func NotesContainsFold(v string) predicate.BacklogItem

NotesContainsFold applies the ContainsFold predicate on the "notes" field.

func NotesEQ

func NotesEQ(v string) predicate.BacklogItem

NotesEQ applies the EQ predicate on the "notes" field.

func NotesEqualFold

func NotesEqualFold(v string) predicate.BacklogItem

NotesEqualFold applies the EqualFold predicate on the "notes" field.

func NotesGT

func NotesGT(v string) predicate.BacklogItem

NotesGT applies the GT predicate on the "notes" field.

func NotesGTE

func NotesGTE(v string) predicate.BacklogItem

NotesGTE applies the GTE predicate on the "notes" field.

func NotesHasPrefix

func NotesHasPrefix(v string) predicate.BacklogItem

NotesHasPrefix applies the HasPrefix predicate on the "notes" field.

func NotesHasSuffix

func NotesHasSuffix(v string) predicate.BacklogItem

NotesHasSuffix applies the HasSuffix predicate on the "notes" field.

func NotesIn

func NotesIn(vs ...string) predicate.BacklogItem

NotesIn applies the In predicate on the "notes" field.

func NotesIsNil

func NotesIsNil() predicate.BacklogItem

NotesIsNil applies the IsNil predicate on the "notes" field.

func NotesLT

func NotesLT(v string) predicate.BacklogItem

NotesLT applies the LT predicate on the "notes" field.

func NotesLTE

func NotesLTE(v string) predicate.BacklogItem

NotesLTE applies the LTE predicate on the "notes" field.

func NotesNEQ

func NotesNEQ(v string) predicate.BacklogItem

NotesNEQ applies the NEQ predicate on the "notes" field.

func NotesNotIn

func NotesNotIn(vs ...string) predicate.BacklogItem

NotesNotIn applies the NotIn predicate on the "notes" field.

func NotesNotNil

func NotesNotNil() predicate.BacklogItem

NotesNotNil applies the NotNil predicate on the "notes" field.

func Or

func Or(predicates ...predicate.BacklogItem) predicate.BacklogItem

Or groups predicates with the OR operator between them.

func PipelineMode added in v1.38.0

func PipelineMode(v string) predicate.BacklogItem

PipelineMode applies equality check predicate on the "pipeline_mode" field. It's identical to PipelineModeEQ.

func PipelineModeContains added in v1.38.0

func PipelineModeContains(v string) predicate.BacklogItem

PipelineModeContains applies the Contains predicate on the "pipeline_mode" field.

func PipelineModeContainsFold added in v1.38.0

func PipelineModeContainsFold(v string) predicate.BacklogItem

PipelineModeContainsFold applies the ContainsFold predicate on the "pipeline_mode" field.

func PipelineModeEQ added in v1.38.0

func PipelineModeEQ(v string) predicate.BacklogItem

PipelineModeEQ applies the EQ predicate on the "pipeline_mode" field.

func PipelineModeEqualFold added in v1.38.0

func PipelineModeEqualFold(v string) predicate.BacklogItem

PipelineModeEqualFold applies the EqualFold predicate on the "pipeline_mode" field.

func PipelineModeGT added in v1.38.0

func PipelineModeGT(v string) predicate.BacklogItem

PipelineModeGT applies the GT predicate on the "pipeline_mode" field.

func PipelineModeGTE added in v1.38.0

func PipelineModeGTE(v string) predicate.BacklogItem

PipelineModeGTE applies the GTE predicate on the "pipeline_mode" field.

func PipelineModeHasPrefix added in v1.38.0

func PipelineModeHasPrefix(v string) predicate.BacklogItem

PipelineModeHasPrefix applies the HasPrefix predicate on the "pipeline_mode" field.

func PipelineModeHasSuffix added in v1.38.0

func PipelineModeHasSuffix(v string) predicate.BacklogItem

PipelineModeHasSuffix applies the HasSuffix predicate on the "pipeline_mode" field.

func PipelineModeIn added in v1.38.0

func PipelineModeIn(vs ...string) predicate.BacklogItem

PipelineModeIn applies the In predicate on the "pipeline_mode" field.

func PipelineModeLT added in v1.38.0

func PipelineModeLT(v string) predicate.BacklogItem

PipelineModeLT applies the LT predicate on the "pipeline_mode" field.

func PipelineModeLTE added in v1.38.0

func PipelineModeLTE(v string) predicate.BacklogItem

PipelineModeLTE applies the LTE predicate on the "pipeline_mode" field.

func PipelineModeNEQ added in v1.38.0

func PipelineModeNEQ(v string) predicate.BacklogItem

PipelineModeNEQ applies the NEQ predicate on the "pipeline_mode" field.

func PipelineModeNotIn added in v1.38.0

func PipelineModeNotIn(vs ...string) predicate.BacklogItem

PipelineModeNotIn applies the NotIn predicate on the "pipeline_mode" field.

func PlanApproved

func PlanApproved(v bool) predicate.BacklogItem

PlanApproved applies equality check predicate on the "plan_approved" field. It's identical to PlanApprovedEQ.

func PlanApprovedAt

func PlanApprovedAt(v time.Time) predicate.BacklogItem

PlanApprovedAt applies equality check predicate on the "plan_approved_at" field. It's identical to PlanApprovedAtEQ.

func PlanApprovedAtEQ

func PlanApprovedAtEQ(v time.Time) predicate.BacklogItem

PlanApprovedAtEQ applies the EQ predicate on the "plan_approved_at" field.

func PlanApprovedAtGT

func PlanApprovedAtGT(v time.Time) predicate.BacklogItem

PlanApprovedAtGT applies the GT predicate on the "plan_approved_at" field.

func PlanApprovedAtGTE

func PlanApprovedAtGTE(v time.Time) predicate.BacklogItem

PlanApprovedAtGTE applies the GTE predicate on the "plan_approved_at" field.

func PlanApprovedAtIn

func PlanApprovedAtIn(vs ...time.Time) predicate.BacklogItem

PlanApprovedAtIn applies the In predicate on the "plan_approved_at" field.

func PlanApprovedAtIsNil

func PlanApprovedAtIsNil() predicate.BacklogItem

PlanApprovedAtIsNil applies the IsNil predicate on the "plan_approved_at" field.

func PlanApprovedAtLT

func PlanApprovedAtLT(v time.Time) predicate.BacklogItem

PlanApprovedAtLT applies the LT predicate on the "plan_approved_at" field.

func PlanApprovedAtLTE

func PlanApprovedAtLTE(v time.Time) predicate.BacklogItem

PlanApprovedAtLTE applies the LTE predicate on the "plan_approved_at" field.

func PlanApprovedAtNEQ

func PlanApprovedAtNEQ(v time.Time) predicate.BacklogItem

PlanApprovedAtNEQ applies the NEQ predicate on the "plan_approved_at" field.

func PlanApprovedAtNotIn

func PlanApprovedAtNotIn(vs ...time.Time) predicate.BacklogItem

PlanApprovedAtNotIn applies the NotIn predicate on the "plan_approved_at" field.

func PlanApprovedAtNotNil

func PlanApprovedAtNotNil() predicate.BacklogItem

PlanApprovedAtNotNil applies the NotNil predicate on the "plan_approved_at" field.

func PlanApprovedEQ

func PlanApprovedEQ(v bool) predicate.BacklogItem

PlanApprovedEQ applies the EQ predicate on the "plan_approved" field.

func PlanApprovedNEQ

func PlanApprovedNEQ(v bool) predicate.BacklogItem

PlanApprovedNEQ applies the NEQ predicate on the "plan_approved" field.

func PlanArtifactsPath

func PlanArtifactsPath(v string) predicate.BacklogItem

PlanArtifactsPath applies equality check predicate on the "plan_artifacts_path" field. It's identical to PlanArtifactsPathEQ.

func PlanArtifactsPathContains

func PlanArtifactsPathContains(v string) predicate.BacklogItem

PlanArtifactsPathContains applies the Contains predicate on the "plan_artifacts_path" field.

func PlanArtifactsPathContainsFold

func PlanArtifactsPathContainsFold(v string) predicate.BacklogItem

PlanArtifactsPathContainsFold applies the ContainsFold predicate on the "plan_artifacts_path" field.

func PlanArtifactsPathEQ

func PlanArtifactsPathEQ(v string) predicate.BacklogItem

PlanArtifactsPathEQ applies the EQ predicate on the "plan_artifacts_path" field.

func PlanArtifactsPathEqualFold

func PlanArtifactsPathEqualFold(v string) predicate.BacklogItem

PlanArtifactsPathEqualFold applies the EqualFold predicate on the "plan_artifacts_path" field.

func PlanArtifactsPathGT

func PlanArtifactsPathGT(v string) predicate.BacklogItem

PlanArtifactsPathGT applies the GT predicate on the "plan_artifacts_path" field.

func PlanArtifactsPathGTE

func PlanArtifactsPathGTE(v string) predicate.BacklogItem

PlanArtifactsPathGTE applies the GTE predicate on the "plan_artifacts_path" field.

func PlanArtifactsPathHasPrefix

func PlanArtifactsPathHasPrefix(v string) predicate.BacklogItem

PlanArtifactsPathHasPrefix applies the HasPrefix predicate on the "plan_artifacts_path" field.

func PlanArtifactsPathHasSuffix

func PlanArtifactsPathHasSuffix(v string) predicate.BacklogItem

PlanArtifactsPathHasSuffix applies the HasSuffix predicate on the "plan_artifacts_path" field.

func PlanArtifactsPathIn

func PlanArtifactsPathIn(vs ...string) predicate.BacklogItem

PlanArtifactsPathIn applies the In predicate on the "plan_artifacts_path" field.

func PlanArtifactsPathIsNil

func PlanArtifactsPathIsNil() predicate.BacklogItem

PlanArtifactsPathIsNil applies the IsNil predicate on the "plan_artifacts_path" field.

func PlanArtifactsPathLT

func PlanArtifactsPathLT(v string) predicate.BacklogItem

PlanArtifactsPathLT applies the LT predicate on the "plan_artifacts_path" field.

func PlanArtifactsPathLTE

func PlanArtifactsPathLTE(v string) predicate.BacklogItem

PlanArtifactsPathLTE applies the LTE predicate on the "plan_artifacts_path" field.

func PlanArtifactsPathNEQ

func PlanArtifactsPathNEQ(v string) predicate.BacklogItem

PlanArtifactsPathNEQ applies the NEQ predicate on the "plan_artifacts_path" field.

func PlanArtifactsPathNotIn

func PlanArtifactsPathNotIn(vs ...string) predicate.BacklogItem

PlanArtifactsPathNotIn applies the NotIn predicate on the "plan_artifacts_path" field.

func PlanArtifactsPathNotNil

func PlanArtifactsPathNotNil() predicate.BacklogItem

PlanArtifactsPathNotNil applies the NotNil predicate on the "plan_artifacts_path" field.

func PlanRejectedAt added in v1.42.0

func PlanRejectedAt(v time.Time) predicate.BacklogItem

PlanRejectedAt applies equality check predicate on the "plan_rejected_at" field. It's identical to PlanRejectedAtEQ.

func PlanRejectedAtEQ added in v1.42.0

func PlanRejectedAtEQ(v time.Time) predicate.BacklogItem

PlanRejectedAtEQ applies the EQ predicate on the "plan_rejected_at" field.

func PlanRejectedAtGT added in v1.42.0

func PlanRejectedAtGT(v time.Time) predicate.BacklogItem

PlanRejectedAtGT applies the GT predicate on the "plan_rejected_at" field.

func PlanRejectedAtGTE added in v1.42.0

func PlanRejectedAtGTE(v time.Time) predicate.BacklogItem

PlanRejectedAtGTE applies the GTE predicate on the "plan_rejected_at" field.

func PlanRejectedAtIn added in v1.42.0

func PlanRejectedAtIn(vs ...time.Time) predicate.BacklogItem

PlanRejectedAtIn applies the In predicate on the "plan_rejected_at" field.

func PlanRejectedAtIsNil added in v1.42.0

func PlanRejectedAtIsNil() predicate.BacklogItem

PlanRejectedAtIsNil applies the IsNil predicate on the "plan_rejected_at" field.

func PlanRejectedAtLT added in v1.42.0

func PlanRejectedAtLT(v time.Time) predicate.BacklogItem

PlanRejectedAtLT applies the LT predicate on the "plan_rejected_at" field.

func PlanRejectedAtLTE added in v1.42.0

func PlanRejectedAtLTE(v time.Time) predicate.BacklogItem

PlanRejectedAtLTE applies the LTE predicate on the "plan_rejected_at" field.

func PlanRejectedAtNEQ added in v1.42.0

func PlanRejectedAtNEQ(v time.Time) predicate.BacklogItem

PlanRejectedAtNEQ applies the NEQ predicate on the "plan_rejected_at" field.

func PlanRejectedAtNotIn added in v1.42.0

func PlanRejectedAtNotIn(vs ...time.Time) predicate.BacklogItem

PlanRejectedAtNotIn applies the NotIn predicate on the "plan_rejected_at" field.

func PlanRejectedAtNotNil added in v1.42.0

func PlanRejectedAtNotNil() predicate.BacklogItem

PlanRejectedAtNotNil applies the NotNil predicate on the "plan_rejected_at" field.

func PlanRejectionReason added in v1.42.0

func PlanRejectionReason(v string) predicate.BacklogItem

PlanRejectionReason applies equality check predicate on the "plan_rejection_reason" field. It's identical to PlanRejectionReasonEQ.

func PlanRejectionReasonContains added in v1.42.0

func PlanRejectionReasonContains(v string) predicate.BacklogItem

PlanRejectionReasonContains applies the Contains predicate on the "plan_rejection_reason" field.

func PlanRejectionReasonContainsFold added in v1.42.0

func PlanRejectionReasonContainsFold(v string) predicate.BacklogItem

PlanRejectionReasonContainsFold applies the ContainsFold predicate on the "plan_rejection_reason" field.

func PlanRejectionReasonEQ added in v1.42.0

func PlanRejectionReasonEQ(v string) predicate.BacklogItem

PlanRejectionReasonEQ applies the EQ predicate on the "plan_rejection_reason" field.

func PlanRejectionReasonEqualFold added in v1.42.0

func PlanRejectionReasonEqualFold(v string) predicate.BacklogItem

PlanRejectionReasonEqualFold applies the EqualFold predicate on the "plan_rejection_reason" field.

func PlanRejectionReasonGT added in v1.42.0

func PlanRejectionReasonGT(v string) predicate.BacklogItem

PlanRejectionReasonGT applies the GT predicate on the "plan_rejection_reason" field.

func PlanRejectionReasonGTE added in v1.42.0

func PlanRejectionReasonGTE(v string) predicate.BacklogItem

PlanRejectionReasonGTE applies the GTE predicate on the "plan_rejection_reason" field.

func PlanRejectionReasonHasPrefix added in v1.42.0

func PlanRejectionReasonHasPrefix(v string) predicate.BacklogItem

PlanRejectionReasonHasPrefix applies the HasPrefix predicate on the "plan_rejection_reason" field.

func PlanRejectionReasonHasSuffix added in v1.42.0

func PlanRejectionReasonHasSuffix(v string) predicate.BacklogItem

PlanRejectionReasonHasSuffix applies the HasSuffix predicate on the "plan_rejection_reason" field.

func PlanRejectionReasonIn added in v1.42.0

func PlanRejectionReasonIn(vs ...string) predicate.BacklogItem

PlanRejectionReasonIn applies the In predicate on the "plan_rejection_reason" field.

func PlanRejectionReasonIsNil added in v1.42.0

func PlanRejectionReasonIsNil() predicate.BacklogItem

PlanRejectionReasonIsNil applies the IsNil predicate on the "plan_rejection_reason" field.

func PlanRejectionReasonLT added in v1.42.0

func PlanRejectionReasonLT(v string) predicate.BacklogItem

PlanRejectionReasonLT applies the LT predicate on the "plan_rejection_reason" field.

func PlanRejectionReasonLTE added in v1.42.0

func PlanRejectionReasonLTE(v string) predicate.BacklogItem

PlanRejectionReasonLTE applies the LTE predicate on the "plan_rejection_reason" field.

func PlanRejectionReasonNEQ added in v1.42.0

func PlanRejectionReasonNEQ(v string) predicate.BacklogItem

PlanRejectionReasonNEQ applies the NEQ predicate on the "plan_rejection_reason" field.

func PlanRejectionReasonNotIn added in v1.42.0

func PlanRejectionReasonNotIn(vs ...string) predicate.BacklogItem

PlanRejectionReasonNotIn applies the NotIn predicate on the "plan_rejection_reason" field.

func PlanRejectionReasonNotNil added in v1.42.0

func PlanRejectionReasonNotNil() predicate.BacklogItem

PlanRejectionReasonNotNil applies the NotNil predicate on the "plan_rejection_reason" field.

func PrFeedbackAddressedAt added in v1.41.0

func PrFeedbackAddressedAt(v time.Time) predicate.BacklogItem

PrFeedbackAddressedAt applies equality check predicate on the "pr_feedback_addressed_at" field. It's identical to PrFeedbackAddressedAtEQ.

func PrFeedbackAddressedAtEQ added in v1.41.0

func PrFeedbackAddressedAtEQ(v time.Time) predicate.BacklogItem

PrFeedbackAddressedAtEQ applies the EQ predicate on the "pr_feedback_addressed_at" field.

func PrFeedbackAddressedAtGT added in v1.41.0

func PrFeedbackAddressedAtGT(v time.Time) predicate.BacklogItem

PrFeedbackAddressedAtGT applies the GT predicate on the "pr_feedback_addressed_at" field.

func PrFeedbackAddressedAtGTE added in v1.41.0

func PrFeedbackAddressedAtGTE(v time.Time) predicate.BacklogItem

PrFeedbackAddressedAtGTE applies the GTE predicate on the "pr_feedback_addressed_at" field.

func PrFeedbackAddressedAtIn added in v1.41.0

func PrFeedbackAddressedAtIn(vs ...time.Time) predicate.BacklogItem

PrFeedbackAddressedAtIn applies the In predicate on the "pr_feedback_addressed_at" field.

func PrFeedbackAddressedAtIsNil added in v1.41.0

func PrFeedbackAddressedAtIsNil() predicate.BacklogItem

PrFeedbackAddressedAtIsNil applies the IsNil predicate on the "pr_feedback_addressed_at" field.

func PrFeedbackAddressedAtLT added in v1.41.0

func PrFeedbackAddressedAtLT(v time.Time) predicate.BacklogItem

PrFeedbackAddressedAtLT applies the LT predicate on the "pr_feedback_addressed_at" field.

func PrFeedbackAddressedAtLTE added in v1.41.0

func PrFeedbackAddressedAtLTE(v time.Time) predicate.BacklogItem

PrFeedbackAddressedAtLTE applies the LTE predicate on the "pr_feedback_addressed_at" field.

func PrFeedbackAddressedAtNEQ added in v1.41.0

func PrFeedbackAddressedAtNEQ(v time.Time) predicate.BacklogItem

PrFeedbackAddressedAtNEQ applies the NEQ predicate on the "pr_feedback_addressed_at" field.

func PrFeedbackAddressedAtNotIn added in v1.41.0

func PrFeedbackAddressedAtNotIn(vs ...time.Time) predicate.BacklogItem

PrFeedbackAddressedAtNotIn applies the NotIn predicate on the "pr_feedback_addressed_at" field.

func PrFeedbackAddressedAtNotNil added in v1.41.0

func PrFeedbackAddressedAtNotNil() predicate.BacklogItem

PrFeedbackAddressedAtNotNil applies the NotNil predicate on the "pr_feedback_addressed_at" field.

func PrNumber added in v1.37.0

func PrNumber(v int) predicate.BacklogItem

PrNumber applies equality check predicate on the "pr_number" field. It's identical to PrNumberEQ.

func PrNumberEQ added in v1.37.0

func PrNumberEQ(v int) predicate.BacklogItem

PrNumberEQ applies the EQ predicate on the "pr_number" field.

func PrNumberGT added in v1.37.0

func PrNumberGT(v int) predicate.BacklogItem

PrNumberGT applies the GT predicate on the "pr_number" field.

func PrNumberGTE added in v1.37.0

func PrNumberGTE(v int) predicate.BacklogItem

PrNumberGTE applies the GTE predicate on the "pr_number" field.

func PrNumberIn added in v1.37.0

func PrNumberIn(vs ...int) predicate.BacklogItem

PrNumberIn applies the In predicate on the "pr_number" field.

func PrNumberIsNil added in v1.37.0

func PrNumberIsNil() predicate.BacklogItem

PrNumberIsNil applies the IsNil predicate on the "pr_number" field.

func PrNumberLT added in v1.37.0

func PrNumberLT(v int) predicate.BacklogItem

PrNumberLT applies the LT predicate on the "pr_number" field.

func PrNumberLTE added in v1.37.0

func PrNumberLTE(v int) predicate.BacklogItem

PrNumberLTE applies the LTE predicate on the "pr_number" field.

func PrNumberNEQ added in v1.37.0

func PrNumberNEQ(v int) predicate.BacklogItem

PrNumberNEQ applies the NEQ predicate on the "pr_number" field.

func PrNumberNotIn added in v1.37.0

func PrNumberNotIn(vs ...int) predicate.BacklogItem

PrNumberNotIn applies the NotIn predicate on the "pr_number" field.

func PrNumberNotNil added in v1.37.0

func PrNumberNotNil() predicate.BacklogItem

PrNumberNotNil applies the NotNil predicate on the "pr_number" field.

func PrURL added in v1.37.0

func PrURL(v string) predicate.BacklogItem

PrURL applies equality check predicate on the "pr_url" field. It's identical to PrURLEQ.

func PrURLContains added in v1.37.0

func PrURLContains(v string) predicate.BacklogItem

PrURLContains applies the Contains predicate on the "pr_url" field.

func PrURLContainsFold added in v1.37.0

func PrURLContainsFold(v string) predicate.BacklogItem

PrURLContainsFold applies the ContainsFold predicate on the "pr_url" field.

func PrURLEQ added in v1.37.0

func PrURLEQ(v string) predicate.BacklogItem

PrURLEQ applies the EQ predicate on the "pr_url" field.

func PrURLEqualFold added in v1.37.0

func PrURLEqualFold(v string) predicate.BacklogItem

PrURLEqualFold applies the EqualFold predicate on the "pr_url" field.

func PrURLGT added in v1.37.0

func PrURLGT(v string) predicate.BacklogItem

PrURLGT applies the GT predicate on the "pr_url" field.

func PrURLGTE added in v1.37.0

func PrURLGTE(v string) predicate.BacklogItem

PrURLGTE applies the GTE predicate on the "pr_url" field.

func PrURLHasPrefix added in v1.37.0

func PrURLHasPrefix(v string) predicate.BacklogItem

PrURLHasPrefix applies the HasPrefix predicate on the "pr_url" field.

func PrURLHasSuffix added in v1.37.0

func PrURLHasSuffix(v string) predicate.BacklogItem

PrURLHasSuffix applies the HasSuffix predicate on the "pr_url" field.

func PrURLIn added in v1.37.0

func PrURLIn(vs ...string) predicate.BacklogItem

PrURLIn applies the In predicate on the "pr_url" field.

func PrURLIsNil added in v1.37.0

func PrURLIsNil() predicate.BacklogItem

PrURLIsNil applies the IsNil predicate on the "pr_url" field.

func PrURLLT added in v1.37.0

func PrURLLT(v string) predicate.BacklogItem

PrURLLT applies the LT predicate on the "pr_url" field.

func PrURLLTE added in v1.37.0

func PrURLLTE(v string) predicate.BacklogItem

PrURLLTE applies the LTE predicate on the "pr_url" field.

func PrURLNEQ added in v1.37.0

func PrURLNEQ(v string) predicate.BacklogItem

PrURLNEQ applies the NEQ predicate on the "pr_url" field.

func PrURLNotIn added in v1.37.0

func PrURLNotIn(vs ...string) predicate.BacklogItem

PrURLNotIn applies the NotIn predicate on the "pr_url" field.

func PrURLNotNil added in v1.37.0

func PrURLNotNil() predicate.BacklogItem

PrURLNotNil applies the NotNil predicate on the "pr_url" field.

func Priority

func Priority(v int) predicate.BacklogItem

Priority applies equality check predicate on the "priority" field. It's identical to PriorityEQ.

func PriorityEQ

func PriorityEQ(v int) predicate.BacklogItem

PriorityEQ applies the EQ predicate on the "priority" field.

func PriorityGT

func PriorityGT(v int) predicate.BacklogItem

PriorityGT applies the GT predicate on the "priority" field.

func PriorityGTE

func PriorityGTE(v int) predicate.BacklogItem

PriorityGTE applies the GTE predicate on the "priority" field.

func PriorityIn

func PriorityIn(vs ...int) predicate.BacklogItem

PriorityIn applies the In predicate on the "priority" field.

func PriorityLT

func PriorityLT(v int) predicate.BacklogItem

PriorityLT applies the LT predicate on the "priority" field.

func PriorityLTE

func PriorityLTE(v int) predicate.BacklogItem

PriorityLTE applies the LTE predicate on the "priority" field.

func PriorityNEQ

func PriorityNEQ(v int) predicate.BacklogItem

PriorityNEQ applies the NEQ predicate on the "priority" field.

func PriorityNotIn

func PriorityNotIn(vs ...int) predicate.BacklogItem

PriorityNotIn applies the NotIn predicate on the "priority" field.

func QueuedAt added in v1.41.0

func QueuedAt(v time.Time) predicate.BacklogItem

QueuedAt applies equality check predicate on the "queued_at" field. It's identical to QueuedAtEQ.

func QueuedAtEQ added in v1.41.0

func QueuedAtEQ(v time.Time) predicate.BacklogItem

QueuedAtEQ applies the EQ predicate on the "queued_at" field.

func QueuedAtGT added in v1.41.0

func QueuedAtGT(v time.Time) predicate.BacklogItem

QueuedAtGT applies the GT predicate on the "queued_at" field.

func QueuedAtGTE added in v1.41.0

func QueuedAtGTE(v time.Time) predicate.BacklogItem

QueuedAtGTE applies the GTE predicate on the "queued_at" field.

func QueuedAtIn added in v1.41.0

func QueuedAtIn(vs ...time.Time) predicate.BacklogItem

QueuedAtIn applies the In predicate on the "queued_at" field.

func QueuedAtIsNil added in v1.41.0

func QueuedAtIsNil() predicate.BacklogItem

QueuedAtIsNil applies the IsNil predicate on the "queued_at" field.

func QueuedAtLT added in v1.41.0

func QueuedAtLT(v time.Time) predicate.BacklogItem

QueuedAtLT applies the LT predicate on the "queued_at" field.

func QueuedAtLTE added in v1.41.0

func QueuedAtLTE(v time.Time) predicate.BacklogItem

QueuedAtLTE applies the LTE predicate on the "queued_at" field.

func QueuedAtNEQ added in v1.41.0

func QueuedAtNEQ(v time.Time) predicate.BacklogItem

QueuedAtNEQ applies the NEQ predicate on the "queued_at" field.

func QueuedAtNotIn added in v1.41.0

func QueuedAtNotIn(vs ...time.Time) predicate.BacklogItem

QueuedAtNotIn applies the NotIn predicate on the "queued_at" field.

func QueuedAtNotNil added in v1.41.0

func QueuedAtNotNil() predicate.BacklogItem

QueuedAtNotNil applies the NotNil predicate on the "queued_at" field.

func QueuedAutonomous added in v1.41.0

func QueuedAutonomous(v bool) predicate.BacklogItem

QueuedAutonomous applies equality check predicate on the "queued_autonomous" field. It's identical to QueuedAutonomousEQ.

func QueuedAutonomousEQ added in v1.41.0

func QueuedAutonomousEQ(v bool) predicate.BacklogItem

QueuedAutonomousEQ applies the EQ predicate on the "queued_autonomous" field.

func QueuedAutonomousNEQ added in v1.41.0

func QueuedAutonomousNEQ(v bool) predicate.BacklogItem

QueuedAutonomousNEQ applies the NEQ predicate on the "queued_autonomous" field.

func RepoPath

func RepoPath(v string) predicate.BacklogItem

RepoPath applies equality check predicate on the "repo_path" field. It's identical to RepoPathEQ.

func RepoPathContains

func RepoPathContains(v string) predicate.BacklogItem

RepoPathContains applies the Contains predicate on the "repo_path" field.

func RepoPathContainsFold

func RepoPathContainsFold(v string) predicate.BacklogItem

RepoPathContainsFold applies the ContainsFold predicate on the "repo_path" field.

func RepoPathEQ

func RepoPathEQ(v string) predicate.BacklogItem

RepoPathEQ applies the EQ predicate on the "repo_path" field.

func RepoPathEqualFold

func RepoPathEqualFold(v string) predicate.BacklogItem

RepoPathEqualFold applies the EqualFold predicate on the "repo_path" field.

func RepoPathGT

func RepoPathGT(v string) predicate.BacklogItem

RepoPathGT applies the GT predicate on the "repo_path" field.

func RepoPathGTE

func RepoPathGTE(v string) predicate.BacklogItem

RepoPathGTE applies the GTE predicate on the "repo_path" field.

func RepoPathHasPrefix

func RepoPathHasPrefix(v string) predicate.BacklogItem

RepoPathHasPrefix applies the HasPrefix predicate on the "repo_path" field.

func RepoPathHasSuffix

func RepoPathHasSuffix(v string) predicate.BacklogItem

RepoPathHasSuffix applies the HasSuffix predicate on the "repo_path" field.

func RepoPathIn

func RepoPathIn(vs ...string) predicate.BacklogItem

RepoPathIn applies the In predicate on the "repo_path" field.

func RepoPathIsNil

func RepoPathIsNil() predicate.BacklogItem

RepoPathIsNil applies the IsNil predicate on the "repo_path" field.

func RepoPathLT

func RepoPathLT(v string) predicate.BacklogItem

RepoPathLT applies the LT predicate on the "repo_path" field.

func RepoPathLTE

func RepoPathLTE(v string) predicate.BacklogItem

RepoPathLTE applies the LTE predicate on the "repo_path" field.

func RepoPathNEQ

func RepoPathNEQ(v string) predicate.BacklogItem

RepoPathNEQ applies the NEQ predicate on the "repo_path" field.

func RepoPathNotIn

func RepoPathNotIn(vs ...string) predicate.BacklogItem

RepoPathNotIn applies the NotIn predicate on the "repo_path" field.

func RepoPathNotNil

func RepoPathNotNil() predicate.BacklogItem

RepoPathNotNil applies the NotNil predicate on the "repo_path" field.

func ReworkCapOverride added in v1.39.0

func ReworkCapOverride(v int) predicate.BacklogItem

ReworkCapOverride applies equality check predicate on the "rework_cap_override" field. It's identical to ReworkCapOverrideEQ.

func ReworkCapOverrideEQ added in v1.39.0

func ReworkCapOverrideEQ(v int) predicate.BacklogItem

ReworkCapOverrideEQ applies the EQ predicate on the "rework_cap_override" field.

func ReworkCapOverrideGT added in v1.39.0

func ReworkCapOverrideGT(v int) predicate.BacklogItem

ReworkCapOverrideGT applies the GT predicate on the "rework_cap_override" field.

func ReworkCapOverrideGTE added in v1.39.0

func ReworkCapOverrideGTE(v int) predicate.BacklogItem

ReworkCapOverrideGTE applies the GTE predicate on the "rework_cap_override" field.

func ReworkCapOverrideIn added in v1.39.0

func ReworkCapOverrideIn(vs ...int) predicate.BacklogItem

ReworkCapOverrideIn applies the In predicate on the "rework_cap_override" field.

func ReworkCapOverrideIsNil added in v1.39.0

func ReworkCapOverrideIsNil() predicate.BacklogItem

ReworkCapOverrideIsNil applies the IsNil predicate on the "rework_cap_override" field.

func ReworkCapOverrideLT added in v1.39.0

func ReworkCapOverrideLT(v int) predicate.BacklogItem

ReworkCapOverrideLT applies the LT predicate on the "rework_cap_override" field.

func ReworkCapOverrideLTE added in v1.39.0

func ReworkCapOverrideLTE(v int) predicate.BacklogItem

ReworkCapOverrideLTE applies the LTE predicate on the "rework_cap_override" field.

func ReworkCapOverrideNEQ added in v1.39.0

func ReworkCapOverrideNEQ(v int) predicate.BacklogItem

ReworkCapOverrideNEQ applies the NEQ predicate on the "rework_cap_override" field.

func ReworkCapOverrideNotIn added in v1.39.0

func ReworkCapOverrideNotIn(vs ...int) predicate.BacklogItem

ReworkCapOverrideNotIn applies the NotIn predicate on the "rework_cap_override" field.

func ReworkCapOverrideNotNil added in v1.39.0

func ReworkCapOverrideNotNil() predicate.BacklogItem

ReworkCapOverrideNotNil applies the NotNil predicate on the "rework_cap_override" field.

func ShippedApprovedCount added in v1.39.0

func ShippedApprovedCount(v int) predicate.BacklogItem

ShippedApprovedCount applies equality check predicate on the "shipped_approved_count" field. It's identical to ShippedApprovedCountEQ.

func ShippedApprovedCountEQ added in v1.39.0

func ShippedApprovedCountEQ(v int) predicate.BacklogItem

ShippedApprovedCountEQ applies the EQ predicate on the "shipped_approved_count" field.

func ShippedApprovedCountGT added in v1.39.0

func ShippedApprovedCountGT(v int) predicate.BacklogItem

ShippedApprovedCountGT applies the GT predicate on the "shipped_approved_count" field.

func ShippedApprovedCountGTE added in v1.39.0

func ShippedApprovedCountGTE(v int) predicate.BacklogItem

ShippedApprovedCountGTE applies the GTE predicate on the "shipped_approved_count" field.

func ShippedApprovedCountIn added in v1.39.0

func ShippedApprovedCountIn(vs ...int) predicate.BacklogItem

ShippedApprovedCountIn applies the In predicate on the "shipped_approved_count" field.

func ShippedApprovedCountIsNil added in v1.39.0

func ShippedApprovedCountIsNil() predicate.BacklogItem

ShippedApprovedCountIsNil applies the IsNil predicate on the "shipped_approved_count" field.

func ShippedApprovedCountLT added in v1.39.0

func ShippedApprovedCountLT(v int) predicate.BacklogItem

ShippedApprovedCountLT applies the LT predicate on the "shipped_approved_count" field.

func ShippedApprovedCountLTE added in v1.39.0

func ShippedApprovedCountLTE(v int) predicate.BacklogItem

ShippedApprovedCountLTE applies the LTE predicate on the "shipped_approved_count" field.

func ShippedApprovedCountNEQ added in v1.39.0

func ShippedApprovedCountNEQ(v int) predicate.BacklogItem

ShippedApprovedCountNEQ applies the NEQ predicate on the "shipped_approved_count" field.

func ShippedApprovedCountNotIn added in v1.39.0

func ShippedApprovedCountNotIn(vs ...int) predicate.BacklogItem

ShippedApprovedCountNotIn applies the NotIn predicate on the "shipped_approved_count" field.

func ShippedApprovedCountNotNil added in v1.39.0

func ShippedApprovedCountNotNil() predicate.BacklogItem

ShippedApprovedCountNotNil applies the NotNil predicate on the "shipped_approved_count" field.

func ShippedChangesReqCount added in v1.39.0

func ShippedChangesReqCount(v int) predicate.BacklogItem

ShippedChangesReqCount applies equality check predicate on the "shipped_changes_req_count" field. It's identical to ShippedChangesReqCountEQ.

func ShippedChangesReqCountEQ added in v1.39.0

func ShippedChangesReqCountEQ(v int) predicate.BacklogItem

ShippedChangesReqCountEQ applies the EQ predicate on the "shipped_changes_req_count" field.

func ShippedChangesReqCountGT added in v1.39.0

func ShippedChangesReqCountGT(v int) predicate.BacklogItem

ShippedChangesReqCountGT applies the GT predicate on the "shipped_changes_req_count" field.

func ShippedChangesReqCountGTE added in v1.39.0

func ShippedChangesReqCountGTE(v int) predicate.BacklogItem

ShippedChangesReqCountGTE applies the GTE predicate on the "shipped_changes_req_count" field.

func ShippedChangesReqCountIn added in v1.39.0

func ShippedChangesReqCountIn(vs ...int) predicate.BacklogItem

ShippedChangesReqCountIn applies the In predicate on the "shipped_changes_req_count" field.

func ShippedChangesReqCountIsNil added in v1.39.0

func ShippedChangesReqCountIsNil() predicate.BacklogItem

ShippedChangesReqCountIsNil applies the IsNil predicate on the "shipped_changes_req_count" field.

func ShippedChangesReqCountLT added in v1.39.0

func ShippedChangesReqCountLT(v int) predicate.BacklogItem

ShippedChangesReqCountLT applies the LT predicate on the "shipped_changes_req_count" field.

func ShippedChangesReqCountLTE added in v1.39.0

func ShippedChangesReqCountLTE(v int) predicate.BacklogItem

ShippedChangesReqCountLTE applies the LTE predicate on the "shipped_changes_req_count" field.

func ShippedChangesReqCountNEQ added in v1.39.0

func ShippedChangesReqCountNEQ(v int) predicate.BacklogItem

ShippedChangesReqCountNEQ applies the NEQ predicate on the "shipped_changes_req_count" field.

func ShippedChangesReqCountNotIn added in v1.39.0

func ShippedChangesReqCountNotIn(vs ...int) predicate.BacklogItem

ShippedChangesReqCountNotIn applies the NotIn predicate on the "shipped_changes_req_count" field.

func ShippedChangesReqCountNotNil added in v1.39.0

func ShippedChangesReqCountNotNil() predicate.BacklogItem

ShippedChangesReqCountNotNil applies the NotNil predicate on the "shipped_changes_req_count" field.

func ShippedCheckConclusion added in v1.39.0

func ShippedCheckConclusion(v string) predicate.BacklogItem

ShippedCheckConclusion applies equality check predicate on the "shipped_check_conclusion" field. It's identical to ShippedCheckConclusionEQ.

func ShippedCheckConclusionContains added in v1.39.0

func ShippedCheckConclusionContains(v string) predicate.BacklogItem

ShippedCheckConclusionContains applies the Contains predicate on the "shipped_check_conclusion" field.

func ShippedCheckConclusionContainsFold added in v1.39.0

func ShippedCheckConclusionContainsFold(v string) predicate.BacklogItem

ShippedCheckConclusionContainsFold applies the ContainsFold predicate on the "shipped_check_conclusion" field.

func ShippedCheckConclusionEQ added in v1.39.0

func ShippedCheckConclusionEQ(v string) predicate.BacklogItem

ShippedCheckConclusionEQ applies the EQ predicate on the "shipped_check_conclusion" field.

func ShippedCheckConclusionEqualFold added in v1.39.0

func ShippedCheckConclusionEqualFold(v string) predicate.BacklogItem

ShippedCheckConclusionEqualFold applies the EqualFold predicate on the "shipped_check_conclusion" field.

func ShippedCheckConclusionGT added in v1.39.0

func ShippedCheckConclusionGT(v string) predicate.BacklogItem

ShippedCheckConclusionGT applies the GT predicate on the "shipped_check_conclusion" field.

func ShippedCheckConclusionGTE added in v1.39.0

func ShippedCheckConclusionGTE(v string) predicate.BacklogItem

ShippedCheckConclusionGTE applies the GTE predicate on the "shipped_check_conclusion" field.

func ShippedCheckConclusionHasPrefix added in v1.39.0

func ShippedCheckConclusionHasPrefix(v string) predicate.BacklogItem

ShippedCheckConclusionHasPrefix applies the HasPrefix predicate on the "shipped_check_conclusion" field.

func ShippedCheckConclusionHasSuffix added in v1.39.0

func ShippedCheckConclusionHasSuffix(v string) predicate.BacklogItem

ShippedCheckConclusionHasSuffix applies the HasSuffix predicate on the "shipped_check_conclusion" field.

func ShippedCheckConclusionIn added in v1.39.0

func ShippedCheckConclusionIn(vs ...string) predicate.BacklogItem

ShippedCheckConclusionIn applies the In predicate on the "shipped_check_conclusion" field.

func ShippedCheckConclusionIsNil added in v1.39.0

func ShippedCheckConclusionIsNil() predicate.BacklogItem

ShippedCheckConclusionIsNil applies the IsNil predicate on the "shipped_check_conclusion" field.

func ShippedCheckConclusionLT added in v1.39.0

func ShippedCheckConclusionLT(v string) predicate.BacklogItem

ShippedCheckConclusionLT applies the LT predicate on the "shipped_check_conclusion" field.

func ShippedCheckConclusionLTE added in v1.39.0

func ShippedCheckConclusionLTE(v string) predicate.BacklogItem

ShippedCheckConclusionLTE applies the LTE predicate on the "shipped_check_conclusion" field.

func ShippedCheckConclusionNEQ added in v1.39.0

func ShippedCheckConclusionNEQ(v string) predicate.BacklogItem

ShippedCheckConclusionNEQ applies the NEQ predicate on the "shipped_check_conclusion" field.

func ShippedCheckConclusionNotIn added in v1.39.0

func ShippedCheckConclusionNotIn(vs ...string) predicate.BacklogItem

ShippedCheckConclusionNotIn applies the NotIn predicate on the "shipped_check_conclusion" field.

func ShippedCheckConclusionNotNil added in v1.39.0

func ShippedCheckConclusionNotNil() predicate.BacklogItem

ShippedCheckConclusionNotNil applies the NotNil predicate on the "shipped_check_conclusion" field.

func ShippedFileStats added in v1.39.0

func ShippedFileStats(v string) predicate.BacklogItem

ShippedFileStats applies equality check predicate on the "shipped_file_stats" field. It's identical to ShippedFileStatsEQ.

func ShippedFileStatsContains added in v1.39.0

func ShippedFileStatsContains(v string) predicate.BacklogItem

ShippedFileStatsContains applies the Contains predicate on the "shipped_file_stats" field.

func ShippedFileStatsContainsFold added in v1.39.0

func ShippedFileStatsContainsFold(v string) predicate.BacklogItem

ShippedFileStatsContainsFold applies the ContainsFold predicate on the "shipped_file_stats" field.

func ShippedFileStatsEQ added in v1.39.0

func ShippedFileStatsEQ(v string) predicate.BacklogItem

ShippedFileStatsEQ applies the EQ predicate on the "shipped_file_stats" field.

func ShippedFileStatsEqualFold added in v1.39.0

func ShippedFileStatsEqualFold(v string) predicate.BacklogItem

ShippedFileStatsEqualFold applies the EqualFold predicate on the "shipped_file_stats" field.

func ShippedFileStatsGT added in v1.39.0

func ShippedFileStatsGT(v string) predicate.BacklogItem

ShippedFileStatsGT applies the GT predicate on the "shipped_file_stats" field.

func ShippedFileStatsGTE added in v1.39.0

func ShippedFileStatsGTE(v string) predicate.BacklogItem

ShippedFileStatsGTE applies the GTE predicate on the "shipped_file_stats" field.

func ShippedFileStatsHasPrefix added in v1.39.0

func ShippedFileStatsHasPrefix(v string) predicate.BacklogItem

ShippedFileStatsHasPrefix applies the HasPrefix predicate on the "shipped_file_stats" field.

func ShippedFileStatsHasSuffix added in v1.39.0

func ShippedFileStatsHasSuffix(v string) predicate.BacklogItem

ShippedFileStatsHasSuffix applies the HasSuffix predicate on the "shipped_file_stats" field.

func ShippedFileStatsIn added in v1.39.0

func ShippedFileStatsIn(vs ...string) predicate.BacklogItem

ShippedFileStatsIn applies the In predicate on the "shipped_file_stats" field.

func ShippedFileStatsIsNil added in v1.39.0

func ShippedFileStatsIsNil() predicate.BacklogItem

ShippedFileStatsIsNil applies the IsNil predicate on the "shipped_file_stats" field.

func ShippedFileStatsLT added in v1.39.0

func ShippedFileStatsLT(v string) predicate.BacklogItem

ShippedFileStatsLT applies the LT predicate on the "shipped_file_stats" field.

func ShippedFileStatsLTE added in v1.39.0

func ShippedFileStatsLTE(v string) predicate.BacklogItem

ShippedFileStatsLTE applies the LTE predicate on the "shipped_file_stats" field.

func ShippedFileStatsNEQ added in v1.39.0

func ShippedFileStatsNEQ(v string) predicate.BacklogItem

ShippedFileStatsNEQ applies the NEQ predicate on the "shipped_file_stats" field.

func ShippedFileStatsNotIn added in v1.39.0

func ShippedFileStatsNotIn(vs ...string) predicate.BacklogItem

ShippedFileStatsNotIn applies the NotIn predicate on the "shipped_file_stats" field.

func ShippedFileStatsNotNil added in v1.39.0

func ShippedFileStatsNotNil() predicate.BacklogItem

ShippedFileStatsNotNil applies the NotNil predicate on the "shipped_file_stats" field.

func ShippedSnapshotAt added in v1.39.0

func ShippedSnapshotAt(v time.Time) predicate.BacklogItem

ShippedSnapshotAt applies equality check predicate on the "shipped_snapshot_at" field. It's identical to ShippedSnapshotAtEQ.

func ShippedSnapshotAtEQ added in v1.39.0

func ShippedSnapshotAtEQ(v time.Time) predicate.BacklogItem

ShippedSnapshotAtEQ applies the EQ predicate on the "shipped_snapshot_at" field.

func ShippedSnapshotAtGT added in v1.39.0

func ShippedSnapshotAtGT(v time.Time) predicate.BacklogItem

ShippedSnapshotAtGT applies the GT predicate on the "shipped_snapshot_at" field.

func ShippedSnapshotAtGTE added in v1.39.0

func ShippedSnapshotAtGTE(v time.Time) predicate.BacklogItem

ShippedSnapshotAtGTE applies the GTE predicate on the "shipped_snapshot_at" field.

func ShippedSnapshotAtIn added in v1.39.0

func ShippedSnapshotAtIn(vs ...time.Time) predicate.BacklogItem

ShippedSnapshotAtIn applies the In predicate on the "shipped_snapshot_at" field.

func ShippedSnapshotAtIsNil added in v1.39.0

func ShippedSnapshotAtIsNil() predicate.BacklogItem

ShippedSnapshotAtIsNil applies the IsNil predicate on the "shipped_snapshot_at" field.

func ShippedSnapshotAtLT added in v1.39.0

func ShippedSnapshotAtLT(v time.Time) predicate.BacklogItem

ShippedSnapshotAtLT applies the LT predicate on the "shipped_snapshot_at" field.

func ShippedSnapshotAtLTE added in v1.39.0

func ShippedSnapshotAtLTE(v time.Time) predicate.BacklogItem

ShippedSnapshotAtLTE applies the LTE predicate on the "shipped_snapshot_at" field.

func ShippedSnapshotAtNEQ added in v1.39.0

func ShippedSnapshotAtNEQ(v time.Time) predicate.BacklogItem

ShippedSnapshotAtNEQ applies the NEQ predicate on the "shipped_snapshot_at" field.

func ShippedSnapshotAtNotIn added in v1.39.0

func ShippedSnapshotAtNotIn(vs ...time.Time) predicate.BacklogItem

ShippedSnapshotAtNotIn applies the NotIn predicate on the "shipped_snapshot_at" field.

func ShippedSnapshotAtNotNil added in v1.39.0

func ShippedSnapshotAtNotNil() predicate.BacklogItem

ShippedSnapshotAtNotNil applies the NotNil predicate on the "shipped_snapshot_at" field.

func ShippedSnapshotCaptureFailed added in v1.39.0

func ShippedSnapshotCaptureFailed(v bool) predicate.BacklogItem

ShippedSnapshotCaptureFailed applies equality check predicate on the "shipped_snapshot_capture_failed" field. It's identical to ShippedSnapshotCaptureFailedEQ.

func ShippedSnapshotCaptureFailedEQ added in v1.39.0

func ShippedSnapshotCaptureFailedEQ(v bool) predicate.BacklogItem

ShippedSnapshotCaptureFailedEQ applies the EQ predicate on the "shipped_snapshot_capture_failed" field.

func ShippedSnapshotCaptureFailedIsNil added in v1.39.0

func ShippedSnapshotCaptureFailedIsNil() predicate.BacklogItem

ShippedSnapshotCaptureFailedIsNil applies the IsNil predicate on the "shipped_snapshot_capture_failed" field.

func ShippedSnapshotCaptureFailedNEQ added in v1.39.0

func ShippedSnapshotCaptureFailedNEQ(v bool) predicate.BacklogItem

ShippedSnapshotCaptureFailedNEQ applies the NEQ predicate on the "shipped_snapshot_capture_failed" field.

func ShippedSnapshotCaptureFailedNotNil added in v1.39.0

func ShippedSnapshotCaptureFailedNotNil() predicate.BacklogItem

ShippedSnapshotCaptureFailedNotNil applies the NotNil predicate on the "shipped_snapshot_capture_failed" field.

func SkipPlanning

func SkipPlanning(v bool) predicate.BacklogItem

SkipPlanning applies equality check predicate on the "skip_planning" field. It's identical to SkipPlanningEQ.

func SkipPlanningEQ

func SkipPlanningEQ(v bool) predicate.BacklogItem

SkipPlanningEQ applies the EQ predicate on the "skip_planning" field.

func SkipPlanningNEQ

func SkipPlanningNEQ(v bool) predicate.BacklogItem

SkipPlanningNEQ applies the NEQ predicate on the "skip_planning" field.

func SkipReviewGate

func SkipReviewGate(v bool) predicate.BacklogItem

SkipReviewGate applies equality check predicate on the "skip_review_gate" field. It's identical to SkipReviewGateEQ.

func SkipReviewGateEQ

func SkipReviewGateEQ(v bool) predicate.BacklogItem

SkipReviewGateEQ applies the EQ predicate on the "skip_review_gate" field.

func SkipReviewGateNEQ

func SkipReviewGateNEQ(v bool) predicate.BacklogItem

SkipReviewGateNEQ applies the NEQ predicate on the "skip_review_gate" field.

func Status

func Status(v string) predicate.BacklogItem

Status applies equality check predicate on the "status" field. It's identical to StatusEQ.

func StatusContains

func StatusContains(v string) predicate.BacklogItem

StatusContains applies the Contains predicate on the "status" field.

func StatusContainsFold

func StatusContainsFold(v string) predicate.BacklogItem

StatusContainsFold applies the ContainsFold predicate on the "status" field.

func StatusEQ

func StatusEQ(v string) predicate.BacklogItem

StatusEQ applies the EQ predicate on the "status" field.

func StatusEqualFold

func StatusEqualFold(v string) predicate.BacklogItem

StatusEqualFold applies the EqualFold predicate on the "status" field.

func StatusGT

func StatusGT(v string) predicate.BacklogItem

StatusGT applies the GT predicate on the "status" field.

func StatusGTE

func StatusGTE(v string) predicate.BacklogItem

StatusGTE applies the GTE predicate on the "status" field.

func StatusHasPrefix

func StatusHasPrefix(v string) predicate.BacklogItem

StatusHasPrefix applies the HasPrefix predicate on the "status" field.

func StatusHasSuffix

func StatusHasSuffix(v string) predicate.BacklogItem

StatusHasSuffix applies the HasSuffix predicate on the "status" field.

func StatusIn

func StatusIn(vs ...string) predicate.BacklogItem

StatusIn applies the In predicate on the "status" field.

func StatusLT

func StatusLT(v string) predicate.BacklogItem

StatusLT applies the LT predicate on the "status" field.

func StatusLTE

func StatusLTE(v string) predicate.BacklogItem

StatusLTE applies the LTE predicate on the "status" field.

func StatusNEQ

func StatusNEQ(v string) predicate.BacklogItem

StatusNEQ applies the NEQ predicate on the "status" field.

func StatusNotIn

func StatusNotIn(vs ...string) predicate.BacklogItem

StatusNotIn applies the NotIn predicate on the "status" field.

func Title

func Title(v string) predicate.BacklogItem

Title applies equality check predicate on the "title" field. It's identical to TitleEQ.

func TitleContains

func TitleContains(v string) predicate.BacklogItem

TitleContains applies the Contains predicate on the "title" field.

func TitleContainsFold

func TitleContainsFold(v string) predicate.BacklogItem

TitleContainsFold applies the ContainsFold predicate on the "title" field.

func TitleEQ

func TitleEQ(v string) predicate.BacklogItem

TitleEQ applies the EQ predicate on the "title" field.

func TitleEqualFold

func TitleEqualFold(v string) predicate.BacklogItem

TitleEqualFold applies the EqualFold predicate on the "title" field.

func TitleGT

func TitleGT(v string) predicate.BacklogItem

TitleGT applies the GT predicate on the "title" field.

func TitleGTE

func TitleGTE(v string) predicate.BacklogItem

TitleGTE applies the GTE predicate on the "title" field.

func TitleHasPrefix

func TitleHasPrefix(v string) predicate.BacklogItem

TitleHasPrefix applies the HasPrefix predicate on the "title" field.

func TitleHasSuffix

func TitleHasSuffix(v string) predicate.BacklogItem

TitleHasSuffix applies the HasSuffix predicate on the "title" field.

func TitleIn

func TitleIn(vs ...string) predicate.BacklogItem

TitleIn applies the In predicate on the "title" field.

func TitleLT

func TitleLT(v string) predicate.BacklogItem

TitleLT applies the LT predicate on the "title" field.

func TitleLTE

func TitleLTE(v string) predicate.BacklogItem

TitleLTE applies the LTE predicate on the "title" field.

func TitleNEQ

func TitleNEQ(v string) predicate.BacklogItem

TitleNEQ applies the NEQ predicate on the "title" field.

func TitleNotIn

func TitleNotIn(vs ...string) predicate.BacklogItem

TitleNotIn applies the NotIn predicate on the "title" field.

func TriggeredByChainDepth added in v1.43.0

func TriggeredByChainDepth(v int) predicate.BacklogItem

TriggeredByChainDepth applies equality check predicate on the "triggered_by_chain_depth" field. It's identical to TriggeredByChainDepthEQ.

func TriggeredByChainDepthEQ added in v1.43.0

func TriggeredByChainDepthEQ(v int) predicate.BacklogItem

TriggeredByChainDepthEQ applies the EQ predicate on the "triggered_by_chain_depth" field.

func TriggeredByChainDepthGT added in v1.43.0

func TriggeredByChainDepthGT(v int) predicate.BacklogItem

TriggeredByChainDepthGT applies the GT predicate on the "triggered_by_chain_depth" field.

func TriggeredByChainDepthGTE added in v1.43.0

func TriggeredByChainDepthGTE(v int) predicate.BacklogItem

TriggeredByChainDepthGTE applies the GTE predicate on the "triggered_by_chain_depth" field.

func TriggeredByChainDepthIn added in v1.43.0

func TriggeredByChainDepthIn(vs ...int) predicate.BacklogItem

TriggeredByChainDepthIn applies the In predicate on the "triggered_by_chain_depth" field.

func TriggeredByChainDepthLT added in v1.43.0

func TriggeredByChainDepthLT(v int) predicate.BacklogItem

TriggeredByChainDepthLT applies the LT predicate on the "triggered_by_chain_depth" field.

func TriggeredByChainDepthLTE added in v1.43.0

func TriggeredByChainDepthLTE(v int) predicate.BacklogItem

TriggeredByChainDepthLTE applies the LTE predicate on the "triggered_by_chain_depth" field.

func TriggeredByChainDepthNEQ added in v1.43.0

func TriggeredByChainDepthNEQ(v int) predicate.BacklogItem

TriggeredByChainDepthNEQ applies the NEQ predicate on the "triggered_by_chain_depth" field.

func TriggeredByChainDepthNotIn added in v1.43.0

func TriggeredByChainDepthNotIn(vs ...int) predicate.BacklogItem

TriggeredByChainDepthNotIn applies the NotIn predicate on the "triggered_by_chain_depth" field.

func UpdatedAt

func UpdatedAt(v time.Time) predicate.BacklogItem

UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.BacklogItem

UpdatedAtEQ applies the EQ predicate on the "updated_at" field.

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.BacklogItem

UpdatedAtGT applies the GT predicate on the "updated_at" field.

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.BacklogItem

UpdatedAtGTE applies the GTE predicate on the "updated_at" field.

func UpdatedAtIn

func UpdatedAtIn(vs ...time.Time) predicate.BacklogItem

UpdatedAtIn applies the In predicate on the "updated_at" field.

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.BacklogItem

UpdatedAtLT applies the LT predicate on the "updated_at" field.

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.BacklogItem

UpdatedAtLTE applies the LTE predicate on the "updated_at" field.

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.BacklogItem

UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.

func UpdatedAtNotIn

func UpdatedAtNotIn(vs ...time.Time) predicate.BacklogItem

UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.

func UserModifiedFields

func UserModifiedFields(v string) predicate.BacklogItem

UserModifiedFields applies equality check predicate on the "user_modified_fields" field. It's identical to UserModifiedFieldsEQ.

func UserModifiedFieldsContains

func UserModifiedFieldsContains(v string) predicate.BacklogItem

UserModifiedFieldsContains applies the Contains predicate on the "user_modified_fields" field.

func UserModifiedFieldsContainsFold

func UserModifiedFieldsContainsFold(v string) predicate.BacklogItem

UserModifiedFieldsContainsFold applies the ContainsFold predicate on the "user_modified_fields" field.

func UserModifiedFieldsEQ

func UserModifiedFieldsEQ(v string) predicate.BacklogItem

UserModifiedFieldsEQ applies the EQ predicate on the "user_modified_fields" field.

func UserModifiedFieldsEqualFold

func UserModifiedFieldsEqualFold(v string) predicate.BacklogItem

UserModifiedFieldsEqualFold applies the EqualFold predicate on the "user_modified_fields" field.

func UserModifiedFieldsGT

func UserModifiedFieldsGT(v string) predicate.BacklogItem

UserModifiedFieldsGT applies the GT predicate on the "user_modified_fields" field.

func UserModifiedFieldsGTE

func UserModifiedFieldsGTE(v string) predicate.BacklogItem

UserModifiedFieldsGTE applies the GTE predicate on the "user_modified_fields" field.

func UserModifiedFieldsHasPrefix

func UserModifiedFieldsHasPrefix(v string) predicate.BacklogItem

UserModifiedFieldsHasPrefix applies the HasPrefix predicate on the "user_modified_fields" field.

func UserModifiedFieldsHasSuffix

func UserModifiedFieldsHasSuffix(v string) predicate.BacklogItem

UserModifiedFieldsHasSuffix applies the HasSuffix predicate on the "user_modified_fields" field.

func UserModifiedFieldsIn

func UserModifiedFieldsIn(vs ...string) predicate.BacklogItem

UserModifiedFieldsIn applies the In predicate on the "user_modified_fields" field.

func UserModifiedFieldsIsNil

func UserModifiedFieldsIsNil() predicate.BacklogItem

UserModifiedFieldsIsNil applies the IsNil predicate on the "user_modified_fields" field.

func UserModifiedFieldsLT

func UserModifiedFieldsLT(v string) predicate.BacklogItem

UserModifiedFieldsLT applies the LT predicate on the "user_modified_fields" field.

func UserModifiedFieldsLTE

func UserModifiedFieldsLTE(v string) predicate.BacklogItem

UserModifiedFieldsLTE applies the LTE predicate on the "user_modified_fields" field.

func UserModifiedFieldsNEQ

func UserModifiedFieldsNEQ(v string) predicate.BacklogItem

UserModifiedFieldsNEQ applies the NEQ predicate on the "user_modified_fields" field.

func UserModifiedFieldsNotIn

func UserModifiedFieldsNotIn(vs ...string) predicate.BacklogItem

UserModifiedFieldsNotIn applies the NotIn predicate on the "user_modified_fields" field.

func UserModifiedFieldsNotNil

func UserModifiedFieldsNotNil() predicate.BacklogItem

UserModifiedFieldsNotNil applies the NotNil predicate on the "user_modified_fields" field.

func UserModifiedStatusAt

func UserModifiedStatusAt(v time.Time) predicate.BacklogItem

UserModifiedStatusAt applies equality check predicate on the "user_modified_status_at" field. It's identical to UserModifiedStatusAtEQ.

func UserModifiedStatusAtEQ

func UserModifiedStatusAtEQ(v time.Time) predicate.BacklogItem

UserModifiedStatusAtEQ applies the EQ predicate on the "user_modified_status_at" field.

func UserModifiedStatusAtGT

func UserModifiedStatusAtGT(v time.Time) predicate.BacklogItem

UserModifiedStatusAtGT applies the GT predicate on the "user_modified_status_at" field.

func UserModifiedStatusAtGTE

func UserModifiedStatusAtGTE(v time.Time) predicate.BacklogItem

UserModifiedStatusAtGTE applies the GTE predicate on the "user_modified_status_at" field.

func UserModifiedStatusAtIn

func UserModifiedStatusAtIn(vs ...time.Time) predicate.BacklogItem

UserModifiedStatusAtIn applies the In predicate on the "user_modified_status_at" field.

func UserModifiedStatusAtIsNil

func UserModifiedStatusAtIsNil() predicate.BacklogItem

UserModifiedStatusAtIsNil applies the IsNil predicate on the "user_modified_status_at" field.

func UserModifiedStatusAtLT

func UserModifiedStatusAtLT(v time.Time) predicate.BacklogItem

UserModifiedStatusAtLT applies the LT predicate on the "user_modified_status_at" field.

func UserModifiedStatusAtLTE

func UserModifiedStatusAtLTE(v time.Time) predicate.BacklogItem

UserModifiedStatusAtLTE applies the LTE predicate on the "user_modified_status_at" field.

func UserModifiedStatusAtNEQ

func UserModifiedStatusAtNEQ(v time.Time) predicate.BacklogItem

UserModifiedStatusAtNEQ applies the NEQ predicate on the "user_modified_status_at" field.

func UserModifiedStatusAtNotIn

func UserModifiedStatusAtNotIn(vs ...time.Time) predicate.BacklogItem

UserModifiedStatusAtNotIn applies the NotIn predicate on the "user_modified_status_at" field.

func UserModifiedStatusAtNotNil

func UserModifiedStatusAtNotNil() predicate.BacklogItem

UserModifiedStatusAtNotNil applies the NotNil predicate on the "user_modified_status_at" field.

func ValidColumn

func ValidColumn(column string) bool

ValidColumn reports if the column name is valid (part of the table columns).

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the BacklogItem queries.

func ByAcceptanceCriteria

func ByAcceptanceCriteria(opts ...sql.OrderTermOption) OrderOption

ByAcceptanceCriteria orders the results by the acceptance_criteria field.

func ByArchivedAt

func ByArchivedAt(opts ...sql.OrderTermOption) OrderOption

ByArchivedAt orders the results by the archived_at field.

func ByAutoCreatePr added in v1.39.0

func ByAutoCreatePr(opts ...sql.OrderTermOption) OrderOption

ByAutoCreatePr orders the results by the auto_create_pr field.

func ByAutoSpawnSession added in v1.38.0

func ByAutoSpawnSession(opts ...sql.OrderTermOption) OrderOption

ByAutoSpawnSession orders the results by the auto_spawn_session field.

func ByBlockedByDependencies added in v1.43.0

func ByBlockedByDependencies(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByBlockedByDependencies orders the results by blocked_by_dependencies terms.

func ByBlockedByDependenciesCount added in v1.43.0

func ByBlockedByDependenciesCount(opts ...sql.OrderTermOption) OrderOption

ByBlockedByDependenciesCount orders the results by blocked_by_dependencies count.

func ByBlockingDependencies added in v1.43.0

func ByBlockingDependencies(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByBlockingDependencies orders the results by blocking_dependencies terms.

func ByBlockingDependenciesCount added in v1.43.0

func ByBlockingDependenciesCount(opts ...sql.OrderTermOption) OrderOption

ByBlockingDependenciesCount orders the results by blocking_dependencies count.

func ByCategory added in v1.41.0

func ByCategory(opts ...sql.OrderTermOption) OrderOption

ByCategory orders the results by the category field.

func ByChainFired added in v1.43.0

func ByChainFired(opts ...sql.OrderTermOption) OrderOption

ByChainFired orders the results by the chain_fired field.

func ByChainedAt added in v1.43.0

func ByChainedAt(opts ...sql.OrderTermOption) OrderOption

ByChainedAt orders the results by the chained_at field.

func ByCreatedAt

func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption

ByCreatedAt orders the results by the created_at field.

func ByDescription

func ByDescription(opts ...sql.OrderTermOption) OrderOption

ByDescription orders the results by the description field.

func ByExternalID

func ByExternalID(opts ...sql.OrderTermOption) OrderOption

ByExternalID orders the results by the external_id field.

func ByExternalURL added in v1.41.0

func ByExternalURL(opts ...sql.OrderTermOption) OrderOption

ByExternalURL orders the results by the external_url field.

func ByGithubSyncedIssueUpdatedAt added in v1.41.0

func ByGithubSyncedIssueUpdatedAt(opts ...sql.OrderTermOption) OrderOption

ByGithubSyncedIssueUpdatedAt orders the results by the github_synced_issue_updated_at field.

func ByID

func ByID(opts ...sql.OrderTermOption) OrderOption

ByID orders the results by the id field.

func ByItemSessions

func ByItemSessions(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByItemSessions orders the results by item_sessions terms.

func ByItemSessionsCount

func ByItemSessionsCount(opts ...sql.OrderTermOption) OrderOption

ByItemSessionsCount orders the results by item_sessions count.

func ByNextWorkflowID added in v1.43.0

func ByNextWorkflowID(opts ...sql.OrderTermOption) OrderOption

ByNextWorkflowID orders the results by the next_workflow_id field.

func ByNotes

func ByNotes(opts ...sql.OrderTermOption) OrderOption

ByNotes orders the results by the notes field.

func ByPipelineMode added in v1.38.0

func ByPipelineMode(opts ...sql.OrderTermOption) OrderOption

ByPipelineMode orders the results by the pipeline_mode field.

func ByPlanApproved

func ByPlanApproved(opts ...sql.OrderTermOption) OrderOption

ByPlanApproved orders the results by the plan_approved field.

func ByPlanApprovedAt

func ByPlanApprovedAt(opts ...sql.OrderTermOption) OrderOption

ByPlanApprovedAt orders the results by the plan_approved_at field.

func ByPlanArtifactsPath

func ByPlanArtifactsPath(opts ...sql.OrderTermOption) OrderOption

ByPlanArtifactsPath orders the results by the plan_artifacts_path field.

func ByPlanRejectedAt added in v1.42.0

func ByPlanRejectedAt(opts ...sql.OrderTermOption) OrderOption

ByPlanRejectedAt orders the results by the plan_rejected_at field.

func ByPlanRejectionReason added in v1.42.0

func ByPlanRejectionReason(opts ...sql.OrderTermOption) OrderOption

ByPlanRejectionReason orders the results by the plan_rejection_reason field.

func ByPrFeedbackAddressedAt added in v1.41.0

func ByPrFeedbackAddressedAt(opts ...sql.OrderTermOption) OrderOption

ByPrFeedbackAddressedAt orders the results by the pr_feedback_addressed_at field.

func ByPrNumber added in v1.37.0

func ByPrNumber(opts ...sql.OrderTermOption) OrderOption

ByPrNumber orders the results by the pr_number field.

func ByPrURL added in v1.37.0

func ByPrURL(opts ...sql.OrderTermOption) OrderOption

ByPrURL orders the results by the pr_url field.

func ByPriority

func ByPriority(opts ...sql.OrderTermOption) OrderOption

ByPriority orders the results by the priority field.

func ByProgressNotes added in v1.38.0

func ByProgressNotes(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByProgressNotes orders the results by progress_notes terms.

func ByProgressNotesCount added in v1.38.0

func ByProgressNotesCount(opts ...sql.OrderTermOption) OrderOption

ByProgressNotesCount orders the results by progress_notes count.

func ByQueuedAt added in v1.41.0

func ByQueuedAt(opts ...sql.OrderTermOption) OrderOption

ByQueuedAt orders the results by the queued_at field.

func ByQueuedAutonomous added in v1.41.0

func ByQueuedAutonomous(opts ...sql.OrderTermOption) OrderOption

ByQueuedAutonomous orders the results by the queued_autonomous field.

func ByRepoPath

func ByRepoPath(opts ...sql.OrderTermOption) OrderOption

ByRepoPath orders the results by the repo_path field.

func ByReworkCapOverride added in v1.39.0

func ByReworkCapOverride(opts ...sql.OrderTermOption) OrderOption

ByReworkCapOverride orders the results by the rework_cap_override field.

func BySessions

func BySessions(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

BySessions orders the results by sessions terms.

func BySessionsCount

func BySessionsCount(opts ...sql.OrderTermOption) OrderOption

BySessionsCount orders the results by sessions count.

func ByShippedApprovedCount added in v1.39.0

func ByShippedApprovedCount(opts ...sql.OrderTermOption) OrderOption

ByShippedApprovedCount orders the results by the shipped_approved_count field.

func ByShippedChangesReqCount added in v1.39.0

func ByShippedChangesReqCount(opts ...sql.OrderTermOption) OrderOption

ByShippedChangesReqCount orders the results by the shipped_changes_req_count field.

func ByShippedCheckConclusion added in v1.39.0

func ByShippedCheckConclusion(opts ...sql.OrderTermOption) OrderOption

ByShippedCheckConclusion orders the results by the shipped_check_conclusion field.

func ByShippedFileStats added in v1.39.0

func ByShippedFileStats(opts ...sql.OrderTermOption) OrderOption

ByShippedFileStats orders the results by the shipped_file_stats field.

func ByShippedSnapshotAt added in v1.39.0

func ByShippedSnapshotAt(opts ...sql.OrderTermOption) OrderOption

ByShippedSnapshotAt orders the results by the shipped_snapshot_at field.

func ByShippedSnapshotCaptureFailed added in v1.39.0

func ByShippedSnapshotCaptureFailed(opts ...sql.OrderTermOption) OrderOption

ByShippedSnapshotCaptureFailed orders the results by the shipped_snapshot_capture_failed field.

func BySkipPlanning

func BySkipPlanning(opts ...sql.OrderTermOption) OrderOption

BySkipPlanning orders the results by the skip_planning field.

func BySkipReviewGate

func BySkipReviewGate(opts ...sql.OrderTermOption) OrderOption

BySkipReviewGate orders the results by the skip_review_gate field.

func BySourceField

func BySourceField(field string, opts ...sql.OrderTermOption) OrderOption

BySourceField orders the results by source field.

func ByStatus

func ByStatus(opts ...sql.OrderTermOption) OrderOption

ByStatus orders the results by the status field.

func ByStatusEvents

func ByStatusEvents(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByStatusEvents orders the results by status_events terms.

func ByStatusEventsCount

func ByStatusEventsCount(opts ...sql.OrderTermOption) OrderOption

ByStatusEventsCount orders the results by status_events count.

func ByStuckStates added in v1.38.0

func ByStuckStates(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByStuckStates orders the results by stuck_states terms.

func ByStuckStatesCount added in v1.38.0

func ByStuckStatesCount(opts ...sql.OrderTermOption) OrderOption

ByStuckStatesCount orders the results by stuck_states count.

func ByTitle

func ByTitle(opts ...sql.OrderTermOption) OrderOption

ByTitle orders the results by the title field.

func ByTriggeredByChainDepth added in v1.43.0

func ByTriggeredByChainDepth(opts ...sql.OrderTermOption) OrderOption

ByTriggeredByChainDepth orders the results by the triggered_by_chain_depth field.

func ByUpdatedAt

func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption

ByUpdatedAt orders the results by the updated_at field.

func ByUserModifiedFields

func ByUserModifiedFields(opts ...sql.OrderTermOption) OrderOption

ByUserModifiedFields orders the results by the user_modified_fields field.

func ByUserModifiedStatusAt

func ByUserModifiedStatusAt(opts ...sql.OrderTermOption) OrderOption

ByUserModifiedStatusAt orders the results by the user_modified_status_at field.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL