-
-
Notifications
You must be signed in to change notification settings - Fork 59
H5json #420
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
Draft
jreadey
wants to merge
53
commits into
master
Choose a base branch
from
h5json
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
H5json #420
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
978e672
add h5json package
jreadey abb5d0c
temp use of github branch for h5json ref
jreadey ed44afa
remove array_util test
jreadey bdff6e4
use h5json for ndarray_compare function
jreadey 3904cf9
use h5json objid funcs
jreadey e1926c0
add nodeUtil.py
jreadey ae4579f
fix parameter for createObjId call
jreadey d6cad74
fix collection name for use with h5json
jreadey 6add48a
use connsistent collection name for isValidUuid
jreadey b13321c
fix flake8 format errors
jreadey fee9390
fix flake8 error in testall
jreadey f1b1cab
use h5json for unit test id
jreadey 5dc3f76
restrict version on numcodecs
jreadey fb17e10
allow client to generate obj ids
jreadey 3be18a0
enable attributes to be included with POST req
jreadey 00d7c96
add create timestamps for attributes in obj create
jreadey 47b9a6e
enable links to be initialized in post groups
jreadey d9c3e87
support dataset value init in post request
jreadey 4ab24fc
add compound init value test
jreadey fc3ad68
added post data with compound data initializer
jreadey 8a18945
add post_crawler class
jreadey a8ec66d
avoid exception for mkdir race condition
jreadey 41e23e9
use domain crawler to create links for post group multi
jreadey 7cfa3d6
added multi create for datatype objs
jreadey ef746d0
added datatype test with no type in body
jreadey b1af9bc
modularize dataset creation args processing
jreadey 52f42f3
refacotr post dataset args to service_lib.py
jreadey ce45804
add multi-dataset test with init data
jreadey 88e0691
allow client group id for PUT domain
jreadey 7561534
fix np.frombuffer error
jreadey 25c4cf3
fix dsetUtil flake errors
jreadey 5cc77e7
expanded link test
jreadey 45f3aa5
added config to test high latency storage
jreadey ff1c043
added put_data action for DomainCrawler
jreadey cda56cf
fix for hang in DomainCrawler put_data handler
jreadey 5a2d4d6
reduce log verbosity
jreadey 053395c
fix for regression with h5pyd master branch
jreadey 78127f1
enable client-based timestamps for attribute and link creation
jreadey f96b34c
remove python 3.9 from .git workflow
jreadey 03e413f
adjust min time for time skew test
jreadey b6016e0
use hdf5-json util classes
jreadey 61d38fd
update requirement.txt
jreadey 73d8223
updates to support h5json latest
joshStillerman a2ca1ee
updated for new hdf5-json methods
jreadey 55c8598
update for h5json changes
jreadey 77042d8
added consolidated metadata support
jreadey 23bb24b
fix for use of H5S_UNLIMITED in maxdims
jreadey c66d632
fix for domain_test
jreadey 6917c5d
refactor linkUtil with h5json
jreadey 99fda2d
fix for attr uninit values
jreadey 2bafb51
check for zero-length domain name
jreadey b4f4658
tmp ref to github for h5json
jreadey 179ee10
fixed ref to timeUtil
jreadey 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
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.
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.
This comparison seems backwards. If I understand correctly, the difference between current time and creation time should need to be under the max time, not above it