Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to a newer version of databind #46

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Feb 13, 2016

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

Commits on Feb 23, 2016

  1. [cm_api] OPSAPS-22366 Python API changes for cluster template import

    (cherry picked from commit d6c8398)
    (cherry picked from commit 4a47d5491e9ad682a8ee2769f262f014ebcd1cb5)
    Vivek Chaudhary authored and andyao1 committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    2ea63bf View commit details
    Browse the repository at this point in the history
  2. OPSAPS-31990 Add dfsServices to the python API

    Added list_dfs_services to endpoints/cluster.py's ApiCluster, to match API addition in OPSAPS-31495.
    
    Testing:
    - new unit test
    - verified with manual test against CM via a simple test script:
    
    ---
    
        from cm_api.api_client import ApiResource
    
        api=ApiResource("nightly-1.vpc.cloudera.com", username="foo", password="bar")
        cluster=api.get_cluster("Cluster 1")
        apiList=cluster.list_dfs_services(view="export")
        print ("%s" %(apiList))
    ---
    
    (cherry picked from commit adef14d)
    (cherry picked from commit e40c6259f119cc9067db9d03b092ad0e72ac5f14)
    Jayesh Seshadri authored and andyao1 committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    cd1204b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. [scm] OPSAPS-31656 ClusterTemplates: Cardinality needs to be described

    in the exported template
    
    Added cardinality attribute to host template in cluster template
    
    (cherry picked from commit 0c8595d)
    (cherry picked from commit 5fd588f77b0300c2bc25e6ebf508f66e338d1f22)
    Vivek Chaudhary authored and andyao1 committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    b5b56c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2016

  1. [yamon] OPSAPS-32606 Add the new fields for YARN apps

    (cherry picked from commit e6bc828)
    (cherry picked from commit 44c479034092ff51c6f206f4101a156b086f7757)
    Vikram Srivastava committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    70c1716 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2016

  1. [scm] OPSAPS-32644 addRepositories argument is not present in python API

    - Fixed the api
    (cherry picked from commit 2151df0)
    
    (cherry picked from commit 47531a5d9c4670aac1c8089d4c76774ec5c5e73a)
    Vivek Chaudhary committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    1ff5863 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

  1. [api] OPSAPS-32658. Add pools refresh endpoint

    Nothing special. It's been MIA for a while.
    
    >>> from cm_api.api_client import ApiResource
    >>> api=ApiResource("nightly-1.gce.cloudera.com", username="admin", password="admin")
    >>> cluster=api.get_cluster("Cluster 1")
    >>> cmd = cluster.pools_refresh()
    
    (cherry picked from commit c385539)
    (cherry picked from commit 3b6cb12bb0ff730d14bf847d3b4c2f96a4c39d17)
    hermancc committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    71146ba View commit details
    Browse the repository at this point in the history
  2. [api] OPSAPS-32658. Support pools refresh starting v6

    Since it's actually been around for a while.
    
    (cherry picked from commit ff09be8)
    (cherry picked from commit 8846594073fe12823afb3ef17757dd8cc823debd)
    hermancc committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    13dc996 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2016

  1. [java] Updated with v12 java source

    mthakkar committed May 7, 2016
    Configuration menu
    Copy the full SHA
    1591b82 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

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