mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
* Show account security by default for all users * Add graphql resolver to get public external account data * Cleanup graphql resolver & incorporate PR feedback * Cleanup UI * Incorporate feedback from Petri * Extend Provider interface with ExternalAccountData function This way each provider is responsible for extracting the account data from JSON blob that we store in the user_external_accounts table. * Get provider by service type only * Add graphql resolver test * Update enterprise/cmd/frontend/internal/auth/oauth/provider.go Co-authored-by: Thorsten Ball <mrnugget@gmail.com> * Add docstrings to graphql schema * Attempt to fix UI unit test for password page * Support bitbucket as well * PR feedback * Remove obsolete test * Fix weird graphql typescript errors after recent merge from main * Fix typescript complaining about wrong types * Add redirect from the old password url to account security page * Fix ESLint complaining about import order * Try to fix the failing puppeteer test * Fix puppeteer test not going to the right path :( Co-authored-by: Thorsten Ball <mrnugget@gmail.com> |
||
|---|---|---|
| .. | ||
| blobstore | ||
| frontend | ||
| github-proxy | ||
| gitserver | ||
| loadtest | ||
| migrator | ||
| repo-updater | ||
| searcher | ||
| server | ||
| sitemap | ||
| symbols | ||
| worker | ||
| README.md | ||
This directory contains Sourcegraph services and binaries.
When a services is added, removed, or when a service's dependencies change, update our architecture diagram.