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

API for Dataset/Dataset Member Allocation #244

Open
wants to merge 16 commits into
base: v1.x/staging
Choose a base branch
from

Commits on Sep 21, 2021

  1. Merge staging with dataset creation pr#60

    Signed-off-by: Tim Gerstel <[email protected]>
    Tim Gerstel committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    f16b592 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Add method for dataset member creation, todo: remove printfs, comment…

    …ed out code, etc
    
    Signed-off-by: Tim Gerstel <[email protected]>
    Tim Gerstel committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    bb132a9 View commit details
    Browse the repository at this point in the history
  2. Remove commented code, remove printf, remove unnecessary unalloc

    Signed-off-by: Tim Gerstel <[email protected]>
    Tim Gerstel committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    9bfe59e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Refactor

    Signed-off-by: Tim Gerstel <[email protected]>
    Tim Gerstel committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    b7b9fb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Refactor into c equiv of switch statment

    Signed-off-by: Tim Gerstel <[email protected]>
    Tim Gerstel committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    3db3676 View commit details
    Browse the repository at this point in the history
  2. Fix syntax error

    Signed-off-by: Tim Gerstel <[email protected]>
    Tim Gerstel committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    30224dc View commit details
    Browse the repository at this point in the history
  3. Remove comments

    Signed-off-by: Tim Gerstel <[email protected]>
    Tim Gerstel committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    b6e426c View commit details
    Browse the repository at this point in the history
  4. Remove printf

    Signed-off-by: Tim Gerstel <[email protected]>
    Tim Gerstel committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    b56c424 View commit details
    Browse the repository at this point in the history
  5. More refactoring

    Signed-off-by: Tim Gerstel <[email protected]>
    Tim Gerstel committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    c566cd5 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'staging' of github.com:zowe/zowe-common-c into feature/…

    …create-ds
    Tim Gerstel committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    f5717d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Change function parameters to reuse inputs. Remove strtok. change saf…

    …eFree to safeFree31
    
    Signed-off-by: Tim Gerstel <[email protected]>
    Tim Gerstel committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    807e2c1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'staging' of github.com:zowe/zowe-common-c into feature/…

    …create-ds
    Tim Gerstel committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    19ae6ae View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Merge branch 'staging' of github.com:zowe/zowe-common-c into feature/…

    …create-ds
    Tim Gerstel committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    878357b View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Replace unprintable chars

    Signed-off-by: Leonty Chudinov <[email protected]>
    Leonty Chudinov committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    9b31fcd View commit details
    Browse the repository at this point in the history
  2. Add a call to dynallocUnallocDatasetByDDName

    Signed-off-by: Leonty Chudinov <[email protected]>
    Leonty Chudinov committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    c1c74c3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from lchudinov/feature/dynunalloc

    Fix dataset creation
    timgerstel authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    027d069 View commit details
    Browse the repository at this point in the history