-
Notifications
You must be signed in to change notification settings - Fork 15
HotFix bug schema version #1927
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
Merged
Merged
Changes from 31 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
eb403ff
refactor: core server files refactored to support re-use in the mock …
JoshuaSBrown 0eb3bf1
refactor: changed mock core server to work with proto3 and reusue abs…
JoshuaSBrown 354bd19
fix: prevent defaults being set to undefined, and interpret numbers a…
JoshuaSBrown eba87f5
fix: version numbers from proto3 messages follow camel case. (#1868)
JoshuaSBrown af9c558
Merge branch 'devel' into 1854-DAPS-refactor-mock-core-server-proto3
JoshuaSBrown 83482a5
docs: fix jsdoc error.
JoshuaSBrown fb65850
[DAPS-1862] - fix allocation change failure (#1864)
JoshuaSBrown 874878c
Merge pull request #1879 from ORNL/staging
JoshuaSBrown edf9513
[DAPS-1854] - refactor mock core server to use proto3
JoshuaSBrown 5afd3b6
[DAPS-1663] Adding LogContext to dbGetRaw, Correlation_ID to dbMainte…
megatnt1122 704536c
fix: mock_core server build (#1890)
JoshuaSBrown d8b0a38
[DAPS-1887] - refactor: facility fuse, remove dead code. (#1888)
JoshuaSBrown cda8509
[DAPS-1857] - feature: python client, tests, support schema functions…
JoshuaSBrown b995424
[DAPS-1855] - feature, core, add schema factory to decouple schema lo…
JoshuaSBrown 7ccc58e
[DAPS-1896] - feature: foxx, schema format and type added to schema c…
JoshuaSBrown 5d42565
[DAPS-1893] - feature: common, proto3 add fields for schema type, for…
JoshuaSBrown 1dae067
[DAPS-1830-1] - core foxx refactored json schema integration 1 (#1892)
JoshuaSBrown c615fc7
[DAPS-1857-2] python client schema support (#1895)
JoshuaSBrown 73ceb46
[DAPS-1830-2] - core foxx refactored json schema integration (#1899)
JoshuaSBrown d1c2505
[DAPS-1902] - core, common, feat: get schema api client into complian…
JoshuaSBrown 0beb9a3
[DAPS-1906-1] - feature: add core unit testing to CI (#1907)
JoshuaSBrown 635290e
[DAPS-1830-3] - core foxx refactored json schema integration 3 1827 (…
JoshuaSBrown 0fb4652
[DAPS-1910] - upgrade: playwright 1.51.1 version. (#1911)
JoshuaSBrown 3e602cc
[DAPS-1914] - bug, web schema id name version mismatch (#1915)
JoshuaSBrown 73309fc
[DAPS-1913] - refactor: foxx ci test scripts consolidate database nam…
JoshuaSBrown ce563a8
[DAPS-1916] - tests add integration test for schema client handler to…
JoshuaSBrown a22d3a0
[DAPS-1912] - refactor: register linkml storage engine with schema ha…
JoshuaSBrown 06fb561
[DAPS-1919] - python, web support linkml schema (#1921)
JoshuaSBrown 6d2c062
[DAPS-1923] - update: version numbers bumped. (#1923)
JoshuaSBrown 6ec5998
Merge branch 'staging' into devel
JoshuaSBrown 920f1b8
[DAPS-1925] - fix: make version number id consistent. (#1926)
JoshuaSBrown 4405555
Merge branch 'staging' into devel
JoshuaSBrown File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,45 +1,45 @@ | ||
|
|
||
|
|
||
| set(DATAFED_RELEASE_YEAR 2026) | ||
| set(DATAFED_RELEASE_MONTH 2) | ||
| set(DATAFED_RELEASE_DAY 24) | ||
| set(DATAFED_RELEASE_MONTH 3) | ||
| set(DATAFED_RELEASE_DAY 31) | ||
| set(DATAFED_RELEASE_HOUR 10) | ||
| set(DATAFED_RELEASE_MINUTE 0) | ||
|
|
||
| set(DATAFED_COMMON_LIB_MAJOR 3) | ||
| set(DATAFED_COMMON_LIB_MINOR 0) | ||
| set(DATAFED_COMMON_LIB_MINOR 1) | ||
| set(DATAFED_COMMON_LIB_PATCH 0) | ||
|
|
||
| set(DATAFED_COMMON_PROTOCOL_API_MAJOR 3) | ||
| set(DATAFED_COMMON_PROTOCOL_API_MINOR 0) | ||
| set(DATAFED_COMMON_PROTOCOL_API_MINOR 1) | ||
| set(DATAFED_COMMON_PROTOCOL_API_PATCH 0) | ||
|
|
||
| set(DATAFED_CORE_MAJOR 3) | ||
| set(DATAFED_CORE_MINOR 0) | ||
| set(DATAFED_CORE_MINOR 1) | ||
| set(DATAFED_CORE_PATCH 0) | ||
|
|
||
| set(DATAFED_FOXX_MAJOR 1) | ||
| set(DATAFED_FOXX_MINOR 3) | ||
| set(DATAFED_FOXX_MINOR 4) | ||
| set(DATAFED_FOXX_PATCH 0) | ||
|
|
||
| set(DATAFED_FOXX_API_MAJOR 1) | ||
| set(DATAFED_FOXX_API_MINOR 3) | ||
| set(DATAFED_FOXX_API_MINOR 4) | ||
| set(DATAFED_FOXX_API_PATCH 0) | ||
|
|
||
| set(DATAFED_WEB_MAJOR 3) | ||
| set(DATAFED_WEB_MINOR 0) | ||
| set(DATAFED_WEB_MINOR 1) | ||
| set(DATAFED_WEB_PATCH 0) | ||
|
|
||
| set(DATAFED_REPO_MAJOR 3) | ||
| set(DATAFED_REPO_MINOR 0) | ||
| set(DATAFED_REPO_MINOR 1) | ||
| set(DATAFED_REPO_PATCH 0) | ||
|
|
||
| set(DATAFED_AUTHZ_MAJOR 3) | ||
| set(DATAFED_AUTHZ_MINOR 0) | ||
| set(DATAFED_AUTHZ_PATCH 0) | ||
|
|
||
| set(DATAFED_PYTHON_CLIENT_MAJOR 5) | ||
| set(DATAFED_PYTHON_CLIENT_MINOR 0) | ||
| set(DATAFED_PYTHON_CLIENT_MINOR 1) | ||
| set(DATAFED_PYTHON_CLIENT_PATCH 0) | ||
| set(DATAFED_PYTHON_CLIENT_RELEASE_TYPE "") | ||
| set(DATAFED_PYTHON_CLIENT_PRE_RELEASE_IDENTIFER "") |
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
issue (bug_risk): Storing
{}as the schema definition for non-JSON engines may break consumers that rely on the DB’sdeffield.Non-
json-schematypes now persist a stub ("{}") indef, with the actual content stored elsewhere. This preserves validation but changes the meaning ofdeffor any code or tooling that readsSchemaData.defexpecting the full schema. If such consumers exist, they will now see{}instead of the real definition. Consider either not settingdefat all for external types (so clients can detect this) or defining a clear mechanism for clients to retrieve the full definition via the storage/validator layer rather than directly from the DB field.