sourcegraph/dev/authtest
Stefan Hengl e14b9c8204
graphqlbackend: add mutation to reindex repository (#45056)
This adds a new mutation that lets us trigger a reindex from frontend.
The goal is to add a reindex button, calling this mutation, to the index
status page.
2022-12-05 09:13:47 +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 [cloud] Add email to inviteUserToOrganization mutation (#30632) 2022-02-04 09:22:37 +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 graphqlbackend: add mutation to reindex repository (#45056) 2022-12-05 09:13:47 +01: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.