Skip to content

Ensure AE title is less than 16 chars in review - #130

Merged
steventux merged 1 commit into
mainfrom
fix-review-ae-title
Jun 10, 2026
Merged

Ensure AE title is less than 16 chars in review#130
steventux merged 1 commit into
mainfrom
fix-review-ae-title

Conversation

@steventux

@steventux steventux commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Description

PACS AE title becomes RUBIE_PACS_REVIEW which is > 16 chars and prevents the service from working.
Truncate the env portion of the AE title to 3 chars if it's over 4 chars.

RUBIE_PACS_REVIEW -> RUBIE_PACS_REV
RUBIE_PACS_PREPROD -> RUBIE_PACS_PRE

while retaining

RUBIE_PACS_DEV and RUBIE_PACS_PROD

Jira link

Review notes

Review checklist

  • Check database queries are correctly scoped to current_provider

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 updates the Arc deployment script so the MWL/PACS AE title suffix derived from ENVIRONMENT stays within the DICOM 16-character AE Title limit (notably for the review environment).

Changes:

  • Replace the prior PREPROD special-casing with a generic 3-character truncation of API_ENVIRONMENT to keep AE titles under 16 chars.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread scripts/bash/deploy_arc_ring.sh Outdated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread scripts/bash/deploy_arc_ring.sh

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread scripts/bash/deploy_arc_ring.sh Outdated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread scripts/bash/deploy_arc_ring.sh Outdated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread scripts/bash/deploy_arc_ring.sh Outdated
Truncates REVIEW and PREPROD to REV and PRE
eg. RUBIE_PACS_PRE

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread scripts/bash/deploy_arc_ring.sh
@steventux
steventux merged commit a6ae9cd into main Jun 10, 2026
10 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.

3 participants