sourcegraph/internal/authz
Erik Seliger 2c1d7bd626
Move dotcom check out of cmd/frontend (#60810)
Simple refactor, moved the methods into internal/dotcom so that we don't import across package boundaries.

Simply moved code, existing test suites will find issues.
2024-03-04 16:05:16 +00:00
..
permssync cleanup: Move PermSyncOpts out of protocol package (#57442) 2023-10-09 14:50:20 +02:00
providers bazel: native go-mockgen in Bazel (#60386) 2024-02-16 13:26:48 +00:00
subrepoperms bazel: native go-mockgen in Bazel (#60386) 2024-02-16 13:26:48 +00:00
types Backend: remove enterprise/internal (#54872) 2023-07-12 22:51:02 +02:00
BUILD.bazel Move dotcom check out of cmd/frontend (#60810) 2024-03-04 16:05:16 +00:00
CODENOTIFY CODENOTIFY: subscribe changes for joe (#15141) 2020-10-29 15:31:53 +08:00
consts.go Move [enterprise/]cmd/frontend/authz to [enterprise/]internal/authz (#12538) 2020-07-29 10:08:36 -05:00
header_test.go Move dotcom check out of cmd/frontend (#60810) 2024-03-04 16:05:16 +00:00
header.go Move dotcom check out of cmd/frontend (#60810) 2024-03-04 16:05:16 +00:00
iface_test.go errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
iface.go authz: change ValidateConnection to return error instead of []string (#46424) 2023-01-20 13:01:22 +01:00
mocks_temp.go authz: Move sub-repo perms to enterprise (#45659) 2022-12-28 10:44:07 +02:00
perms_test.go [feat] refactor LoadUserPermissions to unified perms model (#49142) 2023-03-13 09:25:27 +00:00
perms.go Cleanup: use new go 1.21 features (#58617) 2023-11-28 13:49:38 -07:00
register.go Move dotcom check out of cmd/frontend (#60810) 2024-03-04 16:05:16 +00:00
scopes.go Move [enterprise/]cmd/frontend/authz to [enterprise/]internal/authz (#12538) 2020-07-29 10:08:36 -05:00
sub_repo_perms_test.go [sub-repo perms] Move check to CanReadAnyPath instead (#53222) 2023-06-09 14:24:45 +02:00
sub_repo_perms.go Cache results of sub-repo perms enabled checks (#53463) 2023-06-14 14:28:02 +00:00