Skip to content

Prod - Ignore BA checks for TG (PS-556)#91

Merged
jmgasper merged 39 commits into
masterfrom
develop
Apr 21, 2026
Merged

Prod - Ignore BA checks for TG (PS-556)#91
jmgasper merged 39 commits into
masterfrom
develop

Conversation

@jmgasper
Copy link
Copy Markdown
Contributor

https://topcoder.atlassian.net/browse/PS-556

Also historical MM import script updates

jmgasper and others added 30 commits April 9, 2026 18:11
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Skip challenge description updates when the computed legacy problem HTML or component markdown already matches the stored value, and cover both branches with rerun no-op tests.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Archive the failed first-round synthesis and record the rerun pass after the targeted-rerun description idempotency fix closed the prior blockers.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Comment on lines +20 to +23
String(value || "")
.replace(/&lt;/gi, "<")
.replace(/&gt;/gi, ">")
.replace(/&amp;/gi, "&")
Comment on lines +219 to +232
text = text
.replace(/<br\s*\/?>\s*(?:<\/br>)?/gi, "\n")
.replace(/<(tt|code|type)\b[^>]*>([\s\S]*?)<\/\1>/gi, (_, __, content) => {
const inline = toInlineText(content);
return inline ? `\`${inline}\`` : "";
})
.replace(/<(b|strong)\b[^>]*>([\s\S]*?)<\/\1>/gi, (_, __, content) => {
const inline = toInlineText(content);
return inline ? `**${inline}**` : "";
})
.replace(/<(i|em)\b[^>]*>([\s\S]*?)<\/\1>/gi, (_, __, content) => {
const inline = toInlineText(content);
return inline ? `*${inline}*` : "";
})
@jmgasper jmgasper merged commit dd31453 into master Apr 21, 2026
6 of 7 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