operator-registry icon indicating copy to clipboard operation
operator-registry copied to clipboard

WIP: add seekable tar pack/unpack

Open ecordell opened this issue 4 years ago • 3 comments

(unpack doesn't currently actually unpack the files, it just writes out their mediatypes)

$ ./bin/opm alpha pack internal/declcfg/testdata/valid > test.stargz
$ ./bin/opm alpha unpack test.stargz
internal/declcfg/testdata/valid/etcd.yaml application/vnd.opm.declcfg.json
internal/declcfg/testdata/valid/cockroachdb.json application/vnd.opm.declcfg.json
internal/declcfg/testdata/valid/unrecognized-schema.json application/vnd.opm.declcfg.json

ecordell avatar May 14 '21 18:05 ecordell

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ecordell

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

openshift-ci[bot] avatar May 14 '21 18:05 openshift-ci[bot]

Codecov Report

Merging #664 (673bef4) into master (68c1758) will decrease coverage by 0.02%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #664      +/-   ##
==========================================
- Coverage   48.64%   48.63%   -0.02%     
==========================================
  Files          88       88              
  Lines        7672     7672              
==========================================
- Hits         3732     3731       -1     
- Misses       3205     3206       +1     
  Partials      735      735              
Impacted Files Coverage Δ
pkg/registry/query.go 61.07% <0.00%> (-0.68%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar May 14 '21 18:05 codecov[bot]

@ecordell: PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

openshift-ci[bot] avatar Jun 05 '21 18:06 openshift-ci[bot]