Fetch file version from Nexus #147
No reviewers
Labels
No labels
ci
crate/dtmm
crate/dtmt
crate/sdk
crate/serde_sjson
kind
bug
kind
documentation
kind
enhancement
kind
feature
kind
question
kind
upstream
part/bundle
part/filetype
stage
actionable
stage
design
stage
proposal
status/duplicate
status/good first issue
status/help wanted
status/invalid
status
need-replicate
status/wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#150 Handle NXM URIs}
bitsquid_dt/dtmt
Reference: bitsquid_dt/dtmt#147
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feat/nexus-file-version"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When importing an archive file downloaded from Nexus, the file name does
include a version field. But, presumably for compatibility reasons,
Nexus replaces special characters with
-
, so that this field doesn'tmatch common schemes like
1.0.0
.So instead we use the also included update timestamp to find the
corresponding file info from Nexus and use the version data from that.
Closes #131.
.mod
file 2ad3fd0fc1