Merged
Conversation
…op for query end to end test.
…m full document replace.
…m:ORNL/DataFed into 1871-DAPS-bug-query-api-test-endless-loop
…-version-number-update
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates DataFed’s release metadata and component version numbers for a new 2026-02-24 release, including coordinated major/minor bumps across core services and the Python client. Class diagram for updated DataFed component version metadataclassDiagram
class ReleaseMetadata {
+int DATAFED_RELEASE_YEAR = 2026
+int DATAFED_RELEASE_MONTH = 2
+int DATAFED_RELEASE_DAY = 24
+int DATAFED_RELEASE_HOUR = 10
+int DATAFED_RELEASE_MINUTE = 0
}
class DataFedCommonLibVersion {
+int DATAFED_COMMON_LIB_MAJOR = 3
+int DATAFED_COMMON_LIB_MINOR = 0
+int DATAFED_COMMON_LIB_PATCH = 0
}
class DataFedCommonProtocolApiVersion {
+int DATAFED_COMMON_PROTOCOL_API_MAJOR = 3
+int DATAFED_COMMON_PROTOCOL_API_MINOR = 0
+int DATAFED_COMMON_PROTOCOL_API_PATCH = 0
}
class DataFedCoreVersion {
+int DATAFED_CORE_MAJOR = 3
+int DATAFED_CORE_MINOR = 0
+int DATAFED_CORE_PATCH = 0
}
class DataFedFoxxVersion {
+int DATAFED_FOXX_MAJOR = 1
+int DATAFED_FOXX_MINOR = 3
+int DATAFED_FOXX_PATCH = 0
}
class DataFedFoxxApiVersion {
+int DATAFED_FOXX_API_MAJOR = 1
+int DATAFED_FOXX_API_MINOR = 3
+int DATAFED_FOXX_API_PATCH = 0
}
class DataFedWebVersion {
+int DATAFED_WEB_MAJOR = 3
+int DATAFED_WEB_MINOR = 0
+int DATAFED_WEB_PATCH = 0
}
class DataFedRepoVersion {
+int DATAFED_REPO_MAJOR = 3
+int DATAFED_REPO_MINOR = 0
+int DATAFED_REPO_PATCH = 0
}
class DataFedAuthzVersion {
+int DATAFED_AUTHZ_MAJOR = 3
+int DATAFED_AUTHZ_MINOR = 0
+int DATAFED_AUTHZ_PATCH = 0
}
class DataFedPythonClientVersion {
+int DATAFED_PYTHON_CLIENT_MAJOR = 5
+int DATAFED_PYTHON_CLIENT_MINOR = 0
+int DATAFED_PYTHON_CLIENT_PATCH = 0
+string DATAFED_PYTHON_CLIENT_RELEASE_TYPE = ""
}
ReleaseMetadata <.. DataFedCommonLibVersion
ReleaseMetadata <.. DataFedCommonProtocolApiVersion
ReleaseMetadata <.. DataFedCoreVersion
ReleaseMetadata <.. DataFedFoxxVersion
ReleaseMetadata <.. DataFedFoxxApiVersion
ReleaseMetadata <.. DataFedWebVersion
ReleaseMetadata <.. DataFedRepoVersion
ReleaseMetadata <.. DataFedAuthzVersion
ReleaseMetadata <.. DataFedPythonClientVersion
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket
Description
How Has This Been Tested?
Artifacts (if appropriate):
Tasks
Summary by Sourcery
Update project version metadata for the latest release across core components and clients.
Enhancements:
Build: