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: containerd/nri
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eb1350a75164
Choose a base ref
...
head repository: containerd/nri
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dbaa18c31c14
Choose a head ref
  • 14 commits
  • 1,293 files changed
  • 5 contributors

Commits on Jan 5, 2021

  1. fix missing import for fmt in skel

    Signed-off-by: Michael Crosby <[email protected]>
    crosbymichael committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    c5cd955 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Merge PluginError into Result

    Signed-off-by: Deep Debroy <[email protected]>
    Deep Debroy committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    101b775 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from ddebroy/errors1

    Merge PluginError into Result
    crosbymichael authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    8bbd0a5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from containerd/fmt

    fix missing import for fmt in skel
    crosbymichael authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    7669bcb View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Fix licensing (add license headers)

    To apply the Apache 2.0 license, either a NOTICE and/or license
    headers must be added to the source code;
    
          To apply the Apache License to your work, attach the following
          boilerplate notice, with the fields enclosed by brackets "[]"
          replaced with your own identifying information. (Don't include
          the brackets!)  The text should be enclosed in the appropriate
          comment syntax for the file format. We also recommend that a
          file or class name and description of purpose be included on the
          same "printed page" as the copyright notice for easier
          identification within third-party archives.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    a1440a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6555da View commit details
    Browse the repository at this point in the history
  3. client.go: fix golint

        Line 66: warning: comment on exported method Client.InvokeWithSandbox should be of the form "InvokeWithSandbox ..." (golint)
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    7b505d7 View commit details
    Browse the repository at this point in the history
  4. go mod tidy / vendor

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    d618893 View commit details
    Browse the repository at this point in the history
  5. types/v1: fix goimports

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    f91f2f9 View commit details
    Browse the repository at this point in the history
  6. add GitHub-actions

    Project does not have tests yet, but enabling GHA shouldn't hurt
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    6530f57 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #8 from thaJeztah/add_gha

    Fix linting, and add GitHub-actions
    estesp authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    1ba60fa View commit details
    Browse the repository at this point in the history
  8. remove vendor directory

    This project is used as a library and doesn't produce binaries,
    in which case convention is to not use vendoring.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e1172e9 View commit details
    Browse the repository at this point in the history
  9. go.mod: github.com/containerd/containerd v1.5.0-beta.3

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    ef635cc View commit details
    Browse the repository at this point in the history
  10. Merge pull request #9 from thaJeztah/remove_vendor_and_update_c8d

    Remove vendor directory, and update containerd to v1.5.0-beta.3
    crosbymichael authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    dbaa18c View commit details
    Browse the repository at this point in the history
Loading