Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Unified Diff: scheduler/appengine/acl/acl.go

Issue 2998623002: scheduler ACLs: fix ACLs saving upon job config change. (Closed)
Patch Set: fix import order Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scheduler/appengine/engine/engine.go » ('j') | scheduler/appengine/engine/engine.go » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scheduler/appengine/acl/acl.go
diff --git a/scheduler/appengine/acl/acl.go b/scheduler/appengine/acl/acl.go
index 22e791e0026fa55b44a826ece41f9c7c3a7d5998..7435dce7065cd722fb9df67e5e3656cfb517c76b 100644
--- a/scheduler/appengine/acl/acl.go
+++ b/scheduler/appengine/acl/acl.go
@@ -20,13 +20,14 @@ import (
"sort"
"strings"
+ "golang.org/x/net/context"
+
"github.com/luci/luci-go/common/data/stringset"
"github.com/luci/luci-go/common/errors"
"github.com/luci/luci-go/common/retry/transient"
"github.com/luci/luci-go/scheduler/appengine/messages"
"github.com/luci/luci-go/server/auth"
"github.com/luci/luci-go/server/auth/identity"
- "golang.org/x/net/context"
)
// GrantsByRole can answer questions who can READ and who OWNS the task.
« no previous file with comments | « no previous file | scheduler/appengine/engine/engine.go » ('j') | scheduler/appengine/engine/engine.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698