sourcegraph/dev/authtest
Naman Kumar c779796f64
[Org Members] Add pagination (#46067)
- Add pagination to org members page
- Improve UI by adding avatar and user role
- Remove version of org members page which was available under a feature flag but not used.
2023-01-17 12:25:22 +01:00
..
code_intel_test.go Prevent race conditions when updating site config by checking Last ID (#42738) 2022-10-10 10:10:13 +02:00
CODENOTIFY authtest: add tests for site admin endpoints (#20266) 2021-04-26 13:14:57 +00:00
main_test.go all: use any instead of interface{} (#35102) 2022-05-09 10:59:39 +02:00
organization_test.go [Org Members] Add pagination (#46067) 2023-01-17 12:25:22 +01:00
README.md authtest: wait longer for site config to be updated (#28119) 2021-11-29 22:26:45 +08:00
repository_test.go graphqlbackend: support async deletion of external service (#35293) 2022-05-12 12:54:12 +04:00
site_admin_test.go ci: Fix main by referring to correct casing (#46305) 2023-01-10 17:17:23 -08:00

While this test suite focuses on authentication and authorization related tests, you may still refer to dev/gqltest's README for background and how to run it both locally and in CI.