-
Notifications
You must be signed in to change notification settings - Fork 1
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
DOP-5197 #55
Conversation
❌ Deploy Preview for site-links-display failed. Why did it fail? →
|
✅ Deploy Preview for git-changed-file-extension canceled.
|
❌ Deploy Preview for search-manifest-extension failed. Why did it fail? →
|
✅ Deploy Preview for populate-data-extension canceled.
|
✅ Deploy Preview for slack-deploy-extension canceled.
|
❌ Deploy Preview for redoc-extension failed. Why did it fail? →
|
✅ Deploy Preview for offline-snooty ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for persistence-module-ext canceled.
|
✅ Deploy Preview for redirects-and-publish-extension ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for snooty-cache-extension canceled.
|
const { bucketName, fileName } = readEnvConfigs({ | ||
env: (environment.ENV as string) ?? '', | ||
docsetEntry: (environment.DOCSET_ENTRY as DocsetsDocument) ?? {}, | ||
// NOTE: prd and dotcomprd both read from pool.repos_branches |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: minor note to uncomment this after approval. wanted to leave this for logs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This PR aims to update the repos_branches collection within our pool db (or pool_test) with the correct path of the URL of the offline docs file.
Note: PR originally says a boolean flag, but to keep the front end pure, changed this to the actual URL of the docs. In dotcomstg or dotcomprd, these URL's have CDN configured to point to the correct bucket and path. This will only run in dotcomstg (for testing) and dotcomprd environments. (See note)
See full deploy log here
Above log has updated our
pool
db because it is running onprd
environment, but this extension will not be run inprd
- refer to note link above