-
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-30610 Include the tagging timestamp in the WUCheckFeatures response #17947
Conversation
Changes to the tagging scripts to update the timestamp will be released separately |
esp/scm/ws_workunits_req_resp.ecm
Outdated
@@ -936,6 +936,7 @@ ESPresponse [exceptions_inline] WUCreateZAPInfoResponse | |||
|
|||
ESPrequest [nil_remove] WUCheckFeaturesRequest | |||
{ | |||
boolean IncludeFullVersion; |
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.
I would probably default this to false.
boolean IncludeFullVersion(false);
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.
@ghalliday one comment.
https://track.hpccsystems.com/browse/HPCC-30610 |
This also needs a similar change in LN to introduce the new field in the version 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.
Looks fine, just one question over the default date/time
version.cmake
Outdated
@@ -8,4 +8,5 @@ set ( HPCC_MINOR 12 ) | |||
set ( HPCC_POINT 65 ) | |||
set ( HPCC_MATURITY "closedown" ) | |||
set ( HPCC_SEQUENCE 0 ) | |||
set ( HPCC_TAG_TIMESTAMP "2023-01-01T01:00:00Z" ) |
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.
Should this be the Linux epoch time?
Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
646eb31
into
hpcc-systems:candidate-8.12.x
Type of change:
Checklist:
Smoketest:
Testing: