Skip to content

Commit 3aa31c2

Browse files
feat: adding features to the me query (#485)
1 parent 46b3573 commit 3aa31c2

File tree

5 files changed

+432
-57
lines changed

5 files changed

+432
-57
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v1.4.8
1+
VERSION=v1.4.9
22

33
ifndef GOBIN
44
ifndef GOPATH

pkg/graphql/user.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ query Me {
3737
gitApiUrl
3838
sharedConfigRepo
3939
admins
40+
features {
41+
gitopsPlanEnforcement
42+
}
4043
}
4144
}
4245
}`

pkg/model/app-proxy/models_gen.go

Lines changed: 145 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)