File tree Expand file tree Collapse file tree 4 files changed +10
-14
lines changed
keps/sig-scheduling/964-binpacking-priority
repos/valid/keps/sig-owns-participates/1-the-bare-minimum Expand file tree Collapse file tree 4 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ type Proposal struct {
106
106
107
107
Title string `json:"title" yaml:"title" validate:"required"`
108
108
Number string `json:"kep-number" yaml:"kep-number" validate:"required"`
109
- Authors []string `json:"authors" yaml:",flow"`
109
+ Authors []string `json:"authors" yaml:",flow" validate:"required" `
110
110
OwningSIG string `json:"owningSig" yaml:"owning-sig" validate:"required"`
111
111
ParticipatingSIGs []string `json:"participatingSigs" yaml:"participating-sigs,flow,omitempty"`
112
112
Reviewers []string `json:"reviewers" yaml:",flow"`
Original file line number Diff line number Diff line change 1
1
title : " Extending RequestedToCapacityRatio Priority Function to support Resource Bin Packing of Extended Resources - @sudeshsh"
2
2
kep-number : 964
3
3
owning-sig : sig-scheduling
4
+ authors :
5
+ - sudeshsh
4
6
participating-sigs :
5
7
- sig-scheduling
6
8
reviewers :
Original file line number Diff line number Diff line change 1
1
title : The Bare Minimum
2
2
kep-number : a non-empty string
3
- # authors:
4
- # - "@ alice"
3
+ authors :
4
+ - alice
5
5
# TODO: this should fail to load/validate unless owning-sig is sig-owns-participates
6
6
owning-sig : a non-empty string
7
7
# TODO: this should fail to load/validate unless status is one of...
Original file line number Diff line number Diff line change 1
1
title : minimal
2
- kep-number : 1337
2
+ kep-number : 1234
3
3
authors :
4
- - " @jpbetz"
5
- - " @roycaihw"
6
- - " @sttts"
4
+ - " @alice"
5
+ - " @beth"
7
6
owning-sig : sig-api-machinery
8
7
participating-sigs :
9
8
- sig-api-machinery
10
9
- sig-architecture
11
10
reviewers :
12
- - " @deads2k"
13
- - " @lavalamp"
14
- - " @liggitt"
15
- - " @mbohlool"
16
- - " @sttts"
11
+ - " @carol"
17
12
approvers :
18
- - " @deads2k"
19
- - " @lavalamp"
13
+ - " @dorothy"
20
14
creation-date : 2018-04-15
21
15
last-updated : 2018-04-24
22
16
status : provisional
You can’t perform that action at this time.
0 commit comments