Notifying subscribers in CODENOTIFY files for diff b83a691...c03ed04 .
| Notify | File(s) |
|---|---|
| @indradhanush | enterprise/cmd/repo-updater/internal/authz/perms_syncer.go enterprise/cmd/repo-updater/internal/authz/perms_syncer_test.go |
| @unknwon | enterprise/cmd/repo-updater/internal/authz/perms_syncer.go enterprise/cmd/repo-updater/internal/authz/perms_syncer_test.go enterprise/internal/authz/perforce/authz.go enterprise/internal/authz/perforce/perforce.go enterprise/internal/authz/perforce/perforce_test.go enterprise/internal/authz/perforce/protects.go enterprise/internal/authz/perforce/protects_test.go enterprise/internal/authz/perforce/testdata/sample-protects-a.txt enterprise/internal/authz/perforce/testdata/sample-protects-u.txt internal/authz/iface.go |
| match = glob.QuoteMeta(match) | ||
|
|
||
| // Replace glob-escaped Perforce syntax with glob syntax | ||
| for perforce, globSyntax := range globMatchSyntax { |
| return err | ||
| } | ||
| } | ||
| if s.finalize != nil { |
| for i, depot := range configuredDepots { | ||
| // treat depots as wildcards | ||
| m, err := convertToGlobMatch(string(depot) + "**") | ||
| if err != nil { |
| want: "./**.c", | ||
| shouldMatch: []string{ | ||
| "./file.c", "./dir/file.c", | ||
| // TODO: unsure if this needs to be matched |
| }) | ||
|
|
||
| p := NewTestProvider("", "ssl:111.222.333.444:1666", "admin", "password", execer) | ||
| p.depots = []extsvc.RepoID{ |
Closed