Skip to content

858 - Failed SyncMailjetUsersJob #858#414

Open
mariusmarin-dev wants to merge 6 commits intomainfrom
858_mail_jet
Open

858 - Failed SyncMailjetUsersJob #858#414
mariusmarin-dev wants to merge 6 commits intomainfrom
858_mail_jet

Conversation

@mariusmarin-dev
Copy link
Copy Markdown

No description provided.

log.debug("Tags available {}", tagsList);
log.debug("All units: {}", allUnits);
log.info("Git content cache population for " + sanitiseInternalLogValue(sha) + " completed!");
log.info(CONTENT_LOG_PREFIX + "Git content cache population for " + sanitiseInternalLogValue(sha) + " completed! Cached {} total objects", contentCache.size());
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 166).

log.debug("All units: {}", allUnits);
log.info("Git content cache population for " + sanitiseInternalLogValue(sha) + " completed!");
log.info(CONTENT_LOG_PREFIX + "Git content cache population for " + sanitiseInternalLogValue(sha) + " completed! Cached {} total objects", contentCache.size());
log.info(CONTENT_LOG_PREFIX + "Git content cache for {} completed: {} total objects loaded", sanitiseInternalLogValue(sha), contentCache.size());
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 151).

content = this.augmentChildContent(content, treeWalk.getPathString(), null, content.getPublished());

if (null != content) {
log.info(CONTENT_LOG_PREFIX + "Successfully loaded page/content: {} from {}", content.getId(), treeWalk.getPathString());
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 131).


if (!context.contentCache.containsKey(flattenedContent.getId())) {
log.debug("Loading into cache: {} ({}) from {}", flattenedContent.getId(), flattenedContent.getType(),
log.info(CONTENT_LOG_PREFIX + "Loading into cache: {} ({}) from {}", flattenedContent.getId(), flattenedContent.getType(),
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 128).

endTime = System.nanoTime();
log.info("Bulk indexing content took: {}ms", (endTime - startTime) / NANOSECONDS_IN_A_MILLISECOND);
log.info("Search index request sent for: " + sanitiseInternalLogValue(sha));
log.info(CONTENT_LOG_PREFIX + "Bulk indexed {} content objects to Elasticsearch for version {}", contentToIndex.size(), sanitiseInternalLogValue(sha));
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 157).

log.info("Search index request sent for: " + sanitiseInternalLogValue(sha));
log.info(CONTENT_LOG_PREFIX + "Bulk indexed {} content objects to Elasticsearch for version {}", contentToIndex.size(), sanitiseInternalLogValue(sha));
log.info(
CONTENT_LOG_PREFIX + "Bulk indexing content took: {}ms", (endTime - startTime) / NANOSECONDS_IN_A_MILLISECOND);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 121).


boolean shouldSkipUnpublished(final Content content) {
return !includeUnpublished && !content.getPublished();
return !includeUnpublished && !content.getPublished();
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 8, expected level should be 6.

boolean shouldSkipUnpublished(final Content content) {
return !includeUnpublished && !content.getPublished();
return !includeUnpublished && !content.getPublished();
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def rcurly' has incorrect indentation level 6, expected level should be 4.

this.registerContentProblem(content, "No altText attribute set for media element: " + media.getSrc()
+ " in Git source file " + content.getCanonicalSourceFile(), indexProblemCache);
}
if ((media.getAltText() == null || media.getAltText().isEmpty()) && !(media instanceof Video) &&
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck> reported by reviewdog 🐶
'&&' should be on a new line.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 4, 2026

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