-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HPCC-31411 Make work unit IDs case insensitive #19399
HPCC-31411 Make work unit IDs case insensitive #19399
Conversation
Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-31411 Jirabot Action Result: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you just add that newline it looks good.
common/workunit/workunit.cpp
Outdated
pattern.trim(); | ||
if (!pattern.isEmpty() && islower(pattern.charAt(0))) | ||
pattern.setCharAt(0, toupper(pattern.charAt(0))); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you're missing a final newline in this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look again. I went ahead and squashed because the one change is easy enough to confirm.
2cdf129
to
db36f2d
Compare
@ghalliday this should be ready to merge. |
@timothyklemm this needs rebasing before it is merged. |
- Accept either 'w' or 'W' at the start of WUID filter patterns. - Improve reliability of ignoring leading and trailing whitespace. - Introduce a WUID pattern encapsulation that will grow to include more robust and standardized pattern analysis. Signed-off-by: Tim Klemm<[email protected]>
db36f2d
to
3e7801b
Compare
@ghalliday rebase complete |
6725944
into
hpcc-systems:candidate-9.10.x
Type of change:
Checklist:
Smoketest:
Testing: