const
Global variables for batch update commands.
PrMetadata
Bases: BaseModel
Metadata for a Pull Request on Github.
Source code in dapla_team_cli/pr/const.py
40 41 42 43 44 45 |
|
RepoState
Bases: BaseModel
The state of a single repo.
Source code in dapla_team_cli/pr/const.py
60 61 62 63 64 65 66 |
|
State
Bases: BaseModel
Model representing the state of all repos in a run.
Source code in dapla_team_cli/pr/const.py
69 70 71 72 73 74 75 76 77 78 |
|
get_repo_state(repo_name)
Get the state of a single repo.
Source code in dapla_team_cli/pr/const.py
76 77 78 |
|
Status
Bases: Enum
Possible statuses for a single workflow item.
Source code in dapla_team_cli/pr/const.py
31 32 33 34 35 36 37 |
|
WorkflowStatus
Bases: BaseModel
Status of stages in the workflow for a single repo.
Source code in dapla_team_cli/pr/const.py
48 49 50 51 52 53 54 55 56 57 |
|