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: Srikantadatta/node-kubernetes-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tenxcloud/node-kubernetes-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 30 files changed
  • 4 contributors

Commits on Aug 9, 2016

  1. handle extensions/v1beta1

    Wilson, Dan committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    f14ca2f View commit details
    Browse the repository at this point in the history
  2. add details on using deployments

    Wilson, Dan committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    45da1b4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request tenxcloud#1 from tenxcloud/master

    pull from upstream
    emaildanwilson authored Aug 9, 2016
    Configuration menu
    Copy the full SHA
    5166098 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1c860d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. Remove some broken code from collection.get

    This section of code seems broken for a couple of reasons:
    
    1. `Objects.keys` doesn't appear to take a second parameter.
    2. The format of the resulting `requestObject.qs` property looks like it
       might be a little off: it looks like the intention here was maybe
       something more like `requestObject.qs = query`;
    
    If these assertions are correct, then I think `requestObject.qs` will
    always be `{ q: '' }` at the end of this code block. This doesn't seem
    very useful, hence this proposed change to remove it.
    grdryn committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    2a0f85c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Merge pull request tenxcloud#18 from emaildanwilson/master

    Allow for client to work with extensions/v1beta1
    charlesh001 authored Nov 30, 2016
    Configuration menu
    Copy the full SHA
    495784e View commit details
    Browse the repository at this point in the history
  2. Merge pull request tenxcloud#21 from grdryn/get-qs

    Remove some broken code from `collection.get`
    charlesh001 authored Nov 30, 2016
    Configuration menu
    Copy the full SHA
    326da6e View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. 0.3.0

    emaildanwilson committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    4f8ac4a View commit details
    Browse the repository at this point in the history
  2. Merge pull request tenxcloud#25 from emaildanwilson/bumpVersionForPub…

    …lish
    
    Bump version for publish
    emaildanwilson authored Aug 2, 2017
    Configuration menu
    Copy the full SHA
    0acd07b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

  1. Configuration menu
    Copy the full SHA
    7e3e088 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3cec34 View commit details
    Browse the repository at this point in the history
  3. 0.3.1

    emaildanwilson committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    48b1171 View commit details
    Browse the repository at this point in the history
  4. Merge pull request tenxcloud#27 from emaildanwilson/garbageCollect

    Pass in deletion options when recurse is true
    emaildanwilson authored Aug 15, 2017
    Configuration menu
    Copy the full SHA
    6cc3cbb View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2017

  1. Merge pull request tenxcloud#26 from emaildanwilson/addGCSupport

    update dependencies and fix tests
    charlesh001 authored Sep 4, 2017
    Configuration menu
    Copy the full SHA
    62e01b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. Configuration menu
    Copy the full SHA
    75b5286 View commit details
    Browse the repository at this point in the history
  2. 0.3.2

    emaildanwilson committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    6e4bf84 View commit details
    Browse the repository at this point in the history
  3. Merge pull request tenxcloud#29 from emaildanwilson/addNamespaceURIOp…

    …tion
    
    Add namespace uri option
    emaildanwilson authored Oct 5, 2017
    Configuration menu
    Copy the full SHA
    44a45b0 View commit details
    Browse the repository at this point in the history
Loading