8000 Comparing 0.1.30...0.2.1 · oras-project/oras-py · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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-py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.30
Choose a base ref
...
head repository: oras-project/oras-py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.1
Choose a head ref
  • 11 commits
  • 32 files changed
  • 5 contributors

Commits on Jun 1, 2024

  1. wip: separate auth into backends (#134)

    * feat: separate auth into backends
    
    Problem: we have a lot of trouble with custom auth needs.
    There is not one solution that works for everyone.
    Solution: start a design that separates auth into modules.
    Likely this will need a lot of testing, but this should
    be a start.
    
    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    19f4528 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. docs: use valid media_type format in examples

    Signed-off-by: tarilabs <matteo.mortari@gmail.com>
    tarilabs committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    6677014 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #139 from tarilabs/tarilabs-20240605-docMediaType

    docs: use valid media_type format in examples
    vsoch authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    571a23f View commit details
    Browse the repository at this point in the history
  3. Automated deployment to update contributors 2024-06-06

    Signed-off-by: github-actions <github-actions@users.noreply.github.com>
    github-actions committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    19c1cb5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #140 from oras-project/contributors/update-2024-06-06

    [tributors] contributors/update-2024-06-06
    vsoch authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    9527aa1 View commit details
    Browse the repository at this point in the history
  5. chore: fix typing for manifest_config param of push fn

    Signed-off-by: tarilabs <matteo.mortari@gmail.com>
    tarilabs committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    3a571e3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #141 from tarilabs/tarilabs-20240606-manifest_config

    chore: fix typing for manifest_config param of push fn
    vsoch authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    fd8a83c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. core: make push response the one pertaining to Manifest (not config (#…

    …146)
    
    * core: make push response the one pertaining to Manifest (not config)
    * implementation (step 2/2)
    
    Reproducer test (step 1/2)
    
    Signed-off-by: tarilabs <matteo.mortari@gmail.com>
    tarilabs authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b8c4885 View commit details
    Browse the repository at this point in the history
  2. fix(core): provider do_request to maintain verify in all request, bas…

    …ic headers (#145)
    
    * fix(core): provider do_request to maintain verify in all request
    * basic headers maintenance
    * add test case
    * amending test for GHA setup
    * add CHANGELOG entry
    * use tls_verify also for login for consistency
    
    Signed-off-by: tarilabs <matteo.mortari@gmail.com>
    tarilabs authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    caf8db5 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Enable chunked uploads (#150)

    * add arg to enable blob chunking and allow custom chunk sizes
    * test.sh: expose ORAS_PORT
    * provider: update location on every chunk PATCH
    * GHA: make space for large files
    
    Signed-off-by: Brian Cook <bcook@redhat.com>
    Signed-off-by: Isabella do Amaral <idoamara@redhat.com>
    isinyaaa authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    dfc2415 View commit details
    Browse the repository at this point in the history
  2. Automated deployment to update contributors 2024-09-04 (#151)

    Signed-off-by: github-actions <github-actions@users.noreply.github.com>
    Co-authored-by: github-actions <github-actions@users.noreply.github.com>
    github-actions[bot] and github-actions authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5763015 View commit details
    Browse the repository at this point in the history
Loading
0