Added bulk publish queue link#2038
Closed
sunil-lakshman wants to merge 17 commits intodevelopmentfrom
Closed
Conversation
Contributor
There was a problem hiding this comment.
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
aman19K
reviewed
Aug 5, 2025
packages/contentstack-bulk-publish/src/util/bulk-publish-utils.js
Outdated
Show resolved
Hide resolved
aman19K
previously approved these changes
Aug 6, 2025
Contributor
|
@sunil-lakshman , pls fix test cases |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.