summaryrefslogtreecommitdiff
path: root/spec-qdp/spec/qdp-repository.yml
blob: f4e27795e03f5a3bbb92e62d6d2f9eaa214b4aaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2020, 2023 embedded brains GmbH & Co. KG
enabled-by: true
links:
- role: spec-member
  uid: root
- role: spec-refinement
  spec-key: directory-state-type
  spec-value: repository
  uid: qdp-directory-state
spec-description: null
spec-example: null
spec-info:
  dict:
    attributes:
      branch:
        description: |
          It shall be a branch in the source repository for the commit.
        spec-type: str
      commit:
        description: |
          It shall be the commit of the branch in the source repository.
        spec-type: qdp-git-hash
      description:
        description: |
          It shall be the description of the repository.
        spec-type: str
      origin-branch:
        description: |
          It shall be the origin branch name.
        spec-type: optional-str
      origin-commit:
        description: |
          It shall be the commit of the origin branch.
        spec-type: qdp-optional-git-hash
      origin-commit-url:
        description: |
          It shall be the URL of the commit web page at the origin.
        spec-type: optional-str
      origin-url:
        description: |
          It shall be the repository URL of the origin.
        spec-type: optional-str
    description: |
      This set of attributes specifies a repository.
    mandatory-attributes: all
spec-name: Repository Item Type
spec-type: qdp-repository
type: spec