Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop STAGING support for griffin.brave.com #1231

Merged
merged 3 commits into from
Oct 23, 2024

Conversation

atuchin-m
Copy link
Collaborator

Resolves #1230

@atuchin-m atuchin-m self-assigned this Oct 23, 2024
@atuchin-m atuchin-m requested a review from a team as a code owner October 23, 2024 11:46
@atuchin-m atuchin-m changed the title Drop STAGING support Drop STAGING support for griffin.brave.com Oct 23, 2024
if (seedType === SeedType.UPSTREAM)
return `${getGitHubStorageUrl()}/blob/main/study/all-by-name/${study}`;
const branch = seedType === SeedType.MAIN ? 'main' : 'staging';
return makeSourceGraphUrl(
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like https://sourcegraph.com stopped indexing brave-variations, so I've switched to github.
Also, the new URL adds studies/*.json5 to the file pattern.

@atuchin-m atuchin-m added this pull request to the merge queue Oct 23, 2024
Merged via the queue into main with commit 96b5b53 Oct 23, 2024
6 checks passed
@atuchin-m atuchin-m deleted the remove-staging-from-griffin-ui branch October 23, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove STAGING from https://griffin.brave.com/
2 participants