index
No repositories found
/option> Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD: https://github.com/go-gitea/giteawww-data
summaryrefslogtreecommitdiffstats
path: root/models/fixtures/milestone.yml
blob: a9ecb4ee6a6efb41437081aea98b322277977254 (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
-
  id: 1
  repo_id: 1
  name: milestone1
  content: content1
  is_closed: false
  num_issues: 1

-
  id: 2
  repo_id: 1
  name: milestone2
  content: content2
  is_closed: false
  num_issues: 0

-
  id: 3
  repo_id: 1
  name: milestone3
  content: content3
  is_closed: true
  num_issues: 0

-
  id: 4
  repo_id: 42
  name: milestone of repo42
  content: content random
  is_closed: false
  num_issues: 0