Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oras-project/oras-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Choose a base ref
...
head repository: oras-project/oras-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 6 commits
  • 27 files changed
  • 6 contributors

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    97a80e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. chore: add .cover to ignore (#463)

    Signed-off-by: Terry Howe <tlhowe@amazon.com>
    Terry Howe authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    c1bf59e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. fix: OCI store resolve returns full descriptor (#468)

    Based on discussion on
    #457, this PR returns a
    full descriptor on Resolve when the method it's called by tag and it
    returns a plain descriptor when the method it's called by digest.
    
    Signed-off-by: oanatmaria <oana@aserto.com>
    oanatmaria authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    e8225cb View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. feat: add type for failure during deleting dangling referrer index (#482

    )
    
    Resolves #479
    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    b74a2a1 View commit details
    Browse the repository at this point in the history
  2. doc: fix broken links for ORAS logo and oras-go doc (#490)

    fix broken links for ORAS logo and oras-go doc
    
    ---------
    
    Signed-off-by: Feynman Zhou <feynmanzhou@microsoft.com>
    FeynmanZhou authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    264f5f2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. build: upgrade image-spec to v1.1.0-rc.3 (#496)

    This PR fixes and only fixes the compiling errors due to the breaking
    changes introduced by `image-spec v1.1.0-rc.3` where the artifact
    manifest related specs are removed.
    
    Fix #495.
    Fix partially #494
    
    ---------
    
    Signed-off-by: Shiwei Zhang <shizh@microsoft.com>
    shizhMSFT authored May 4, 2023
    Configuration menu
    Copy the full SHA
    8aed964 View commit details
    Browse the repository at this point in the history
Loading