Updates for Beacon#31
Open
ArkeBcacy wants to merge 85 commits into
Open
Conversation
added 30 commits
January 12, 2026 12:54
This reverts commit 8f7965d.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bill Cacy <98779849+ArkeBcacy@users.noreply.github.com>
added 2 commits
May 13, 2026 10:21
…cacy/qorvo-beacon into feature/merge-back-to-arke
Comment on lines
+3
to
+6
| describe('shouldSkipFallbackLocale behavior', () => { | ||
| // Note: shouldSkipFallbackLocale is a private function in toFilesystem.ts | ||
| // These tests document the expected behavior after the fix | ||
| it('should detect fallback for base locale files (useLocaleSuffix=false)', () => { |
Comment on lines
+4
to
+7
| describe('getMasterLocale behavior', () => { | ||
| // Note: getMasterLocale is a private function in toContentstack.ts | ||
| // These tests document the expected behavior | ||
|
|
Comment on lines
+70
to
+75
| async function deleteIfExists(client: Client, uid: string) { | ||
| try { | ||
| await deleteTaxonomy(client, uid); | ||
| } catch { | ||
| // Taxonomy doesn't exist, which is fine | ||
| } |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bill Cacy <98779849+ArkeBcacy@users.noreply.github.com>
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.
Added ability to serialize to json along with yaml (default) option.
Added language support for serialization. Non-default language serialization includes locale in the file name, ex SomeFileName.zh-cn.yaml.
Added support for including/excluding specific asset serialization to Contentstack.
Added serialization of Labels.
Corrected issue with asset duplication when Contentstack API times out during pushes.
Updated clear command to support removing only specific content types.
Added support for beacon image replacement in RTE fields.
Added support to include/exclude certain content types for serialization.