-
Notifications
You must be signed in to change notification settings - Fork 16
Added bulk publish queue link #2038
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
base: development
Are you sure you want to change the base?
Conversation
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.
Pull Request Overview
This PR adds functionality to display bulk publish queue status links after completing bulk publish operations. The main purpose is to provide users with direct access to monitor their bulk publish operations through the Contentstack UI.
- Adds a new utility module for generating bulk publish status URLs based on stack configuration and region
- Updates multiple bulk publish producer files to display status links after operations complete
- Exports the regions configuration to make it accessible to other packages
Reviewed Changes
Copilot reviewed 10 out of 12 changed files in this pull request and generated 7 comments.
Show a summary per file
File | Description |
---|---|
packages/contentstack/package.json | Updates bulk publish package version dependency |
packages/contentstack-config/src/utils/region-handler.ts | Exports regions object for use in other packages |
packages/contentstack-bulk-publish/src/util/bulk-publish-utils.js | New utility for generating bulk publish status URLs with region-aware app URL mapping |
packages/contentstack-bulk-publish/src/producer/unpublish.js | Adds status link display after unpublish operations |
packages/contentstack-bulk-publish/src/producer/publish-unpublished-env.js | Adds status link display after publish operations |
packages/contentstack-bulk-publish/src/producer/publish-entries.js | Adds status link display after entry publish operations |
packages/contentstack-bulk-publish/src/producer/publish-assets.js | Adds status link display after asset publish operations |
packages/contentstack-bulk-publish/src/producer/cross-publish.js | Adds status link display after cross-publish operations |
packages/contentstack-bulk-publish/package.json | Updates package version and adds config dependency |
.talismanrc | Updates security ignore configuration |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
packages/contentstack-bulk-publish/src/producer/publish-unpublished-env.js
Outdated
Show resolved
Hide resolved
packages/contentstack-bulk-publish/src/producer/publish-entries.js
Outdated
Show resolved
Hide resolved
packages/contentstack-bulk-publish/src/producer/publish-assets.js
Outdated
Show resolved
Hide resolved
packages/contentstack-bulk-publish/src/producer/cross-publish.js
Outdated
Show resolved
Hide resolved
packages/contentstack-bulk-publish/src/producer/publish-unpublished-env.js
Outdated
Show resolved
Hide resolved
packages/contentstack-bulk-publish/src/util/bulk-publish-utils.js
Outdated
Show resolved
Hide resolved
packages/contentstack-bulk-publish/src/util/bulk-publish-utils.js
Outdated
Show resolved
Hide resolved
@sunil-lakshman , pls fix test cases |
No description provided.