View Source Lightning.VersionControl.ProjectRepoConnection (Lightning v2.10.4)

Ecto model for project repo connections

Summary

Types

@type t() :: %Lightning.VersionControl.ProjectRepoConnection{
  __meta__: Ecto.Schema.Metadata.t(),
  accept: term(),
  access_token: term(),
  branch: String.t() | nil,
  config_path: term(),
  github_installation_id: String.t() | nil,
  id: Ecto.UUID.t() | nil,
  inserted_at: term(),
  project: nil | Lightning.Projects.Project.t() | Ecto.Association.NotLoaded,
  project_id: term(),
  repo: String.t() | nil,
  sync_direction: term(),
  updated_at: term()
}

Functions

Link to this function

changeset(project_repo_connection, attrs)

View Source
Link to this function

config_path(repo_connection)

View Source
Link to this function

configure_changeset(project_repo_connection, attrs)

View Source
Link to this function

create_changeset(project_repo_connection, attrs)

View Source
Link to this function

reconfigure_changeset(project_repo_connection, attrs)

View Source