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

DOP-5197 #55

Merged
merged 36 commits into from
Jan 15, 2025
Merged

DOP-5197 #55

merged 36 commits into from
Jan 15, 2025

Conversation

seungpark
Copy link
Collaborator

@seungpark seungpark commented Dec 30, 2024

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 on prd environment, but this extension will not be run in prd - refer to note link above

Copy link

netlify bot commented Dec 30, 2024

Deploy Preview for site-links-display failed. Why did it fail? →

Name Link
🔨 Latest commit d1d7d69
🔍 Latest deploy log https://app.netlify.com/sites/site-links-display/deploys/67780767fcdba30008630712

Copy link

netlify bot commented Dec 30, 2024

Deploy Preview for git-changed-file-extension canceled.

Name Link
🔨 Latest commit 05d4592
🔍 Latest deploy log https://app.netlify.com/sites/git-changed-file-extension/deploys/6787db87ab71ac00083c1663

Copy link

netlify bot commented Dec 30, 2024

Deploy Preview for search-manifest-extension failed. Why did it fail? →

Name Link
🔨 Latest commit 05d4592
🔍 Latest deploy log https://app.netlify.com/sites/search-manifest-extension/deploys/6787db885929ea0008efa4b1

Copy link

netlify bot commented Dec 30, 2024

Deploy Preview for populate-data-extension canceled.

Name Link
🔨 Latest commit 05d4592
🔍 Latest deploy log https://app.netlify.com/sites/populate-data-extension/deploys/6787db88bde7f40008720aa7

Copy link

netlify bot commented Dec 30, 2024

Deploy Preview for slack-deploy-extension canceled.

Name Link
🔨 Latest commit 05d4592
🔍 Latest deploy log https://app.netlify.com/sites/slack-deploy-extension/deploys/6787db8769871600083a72d9

Copy link

netlify bot commented Dec 30, 2024

Deploy Preview for redoc-extension failed. Why did it fail? →

Name Link
🔨 Latest commit 05d4592
🔍 Latest deploy log https://app.netlify.com/sites/redoc-extension/deploys/6787db889bac420008b67fad

Copy link

netlify bot commented Dec 30, 2024

Deploy Preview for offline-snooty ready!

Name Link
🔨 Latest commit 05d4592
🔍 Latest deploy log https://app.netlify.com/sites/offline-snooty/deploys/6787db8836f5ab0008372bf2
😎 Deploy Preview https://deploy-preview-55--offline-snooty.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Dec 30, 2024

Deploy Preview for persistence-module-ext canceled.

Name Link
🔨 Latest commit 05d4592
🔍 Latest deploy log https://app.netlify.com/sites/persistence-module-ext/deploys/6787db880654580008d179f5

Copy link

netlify bot commented Dec 30, 2024

Deploy Preview for redirects-and-publish-extension ready!

Name Link
🔨 Latest commit 05d4592
🔍 Latest deploy log https://app.netlify.com/sites/redirects-and-publish-extension/deploys/6787db88495b8100080951e4
😎 Deploy Preview https://deploy-preview-55--redirects-and-publish-extension.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Dec 30, 2024

Deploy Preview for snooty-cache-extension canceled.

Name Link
🔨 Latest commit 05d4592
🔍 Latest deploy log https://app.netlify.com/sites/snooty-cache-extension/deploys/6787db8846f1400008144040

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
Copy link
Collaborator Author

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

@seungpark seungpark marked this pull request as ready for review January 2, 2025 17:57
Copy link
Collaborator

@branberry branberry left a comment

Choose a reason for hiding this comment

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

LGTM!

@seungpark seungpark merged commit cbf316a into main Jan 15, 2025
29 of 37 checks passed
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.

2 participants