= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package datakit-ci
-
datakit_ci
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val arg : t Cmdliner.Arg.converter
val repo : t -> Datakit_github.Repo.t
val id : t -> [ `PR of int | `Ref of string list ]
module Map : Asetmap.Map.S with type key = t
module Set : Asetmap.Set.S with type elt = t
val map_of_list : t list -> Set.t Datakit_github.Repo.Map.t
val head : v -> Datakit_github.Commit.t
val repo_v : v -> Datakit_github.Repo.t
val unescape_ref : string -> Datakit_github.Ref.name
module Branch_escape : sig ... end
val status_branch : t -> string
status_branch target
is the DataKit branch in which to store the status of target
's jobs.
val of_status_branch : string -> t
of_status_branch branch_name
reverses status_branch_v
.