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

Release 0.10.0 #31

Merged
merged 54 commits into from
Jun 25, 2020
Merged

Release 0.10.0 #31

merged 54 commits into from
Jun 25, 2020

Commits on Jun 17, 2020

  1. adding file extension to NOTICE

    - it's written in markdown, why not carry the extension
    
    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    0f716c1 View commit details
    Browse the repository at this point in the history
  2. delete old file

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    d837d9c View commit details
    Browse the repository at this point in the history
  3. add dependent modules to package.json

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    9eb68d9 View commit details
    Browse the repository at this point in the history
  4. switch BrowseElement to new API

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    99bf201 View commit details
    Browse the repository at this point in the history
  5. remove useless comment

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    52288fd View commit details
    Browse the repository at this point in the history
  6. cleaning code based on linting rules

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    4846115 View commit details
    Browse the repository at this point in the history
  7. move HostDialogs and RetrieveElementService to new API

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    da96dcc View commit details
    Browse the repository at this point in the history
  8. move the remaining operations to CLI api

    - added credential check for `utils.buildSession()` and converted it to async
    - converted from `null` to default `*` in `utils.endevorQualifierToElement()`
    - moved EndevorNodes.ts to CLI api calls.
    
    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    47d13d8 View commit details
    Browse the repository at this point in the history
  9. code cleanup

    - remove some TODOs by fixing some typings
    - remove unneeded function `buildRequestBody()` by using the `setup()` functions provided with each API
    
    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    3c89ef1 View commit details
    Browse the repository at this point in the history
  10. fix typing (remove any where possible)

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    fe1219c View commit details
    Browse the repository at this point in the history
  11. remove EndevorRestClient.ts file, as not needed anymore

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    7f1e08c View commit details
    Browse the repository at this point in the history
  12. moved all CLI interaction to a proxy module

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    fecb38f View commit details
    Browse the repository at this point in the history
  13. remove request as a dependency

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    df3f12b View commit details
    Browse the repository at this point in the history
  14. fix file name and imports

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    66873c3 View commit details
    Browse the repository at this point in the history
  15. adding file extension to NOTICE

    - it's written in markdown, why not carry the extension
    
    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    6af7442 View commit details
    Browse the repository at this point in the history
  16. delete old file

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    ac573cb View commit details
    Browse the repository at this point in the history
  17. add dependent modules to package.json

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    23444d7 View commit details
    Browse the repository at this point in the history
  18. switch BrowseElement to new API

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    60e0504 View commit details
    Browse the repository at this point in the history
  19. remove useless comment

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    6ac4268 View commit details
    Browse the repository at this point in the history
  20. cleaning code based on linting rules

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    19e26f5 View commit details
    Browse the repository at this point in the history
  21. move HostDialogs and RetrieveElementService to new API

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    535e5c7 View commit details
    Browse the repository at this point in the history
  22. move the remaining operations to CLI api

    - added credential check for `utils.buildSession()` and converted it to async
    - converted from `null` to default `*` in `utils.endevorQualifierToElement()`
    - moved EndevorNodes.ts to CLI api calls.
    
    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    710d6b3 View commit details
    Browse the repository at this point in the history
  23. code cleanup

    - remove some TODOs by fixing some typings
    - remove unneeded function `buildRequestBody()` by using the `setup()` functions provided with each API
    
    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    c9cf78c View commit details
    Browse the repository at this point in the history
  24. fix typing (remove any where possible)

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    2513ba6 View commit details
    Browse the repository at this point in the history
  25. remove EndevorRestClient.ts file, as not needed anymore

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    f719750 View commit details
    Browse the repository at this point in the history
  26. moved all CLI interaction to a proxy module

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    1770f4f View commit details
    Browse the repository at this point in the history
  27. current stage:

    - can create profiles
    - Repos are under profiles in tree
    - add remove profiles from tree
    - pwd not required (taken from profiles)
    
    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    4c397f0 View commit details
    Browse the repository at this point in the history
  28. fix rename repo

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    4e7524e View commit details
    Browse the repository at this point in the history
  29. remove most of TODOs

    - fixed issues with protocol
        - not passed downstream at profile creation and also upstream when profile was used to create connection session
    
    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    05eda3b View commit details
    Browse the repository at this point in the history
  30. changed text here and there to better convey the information

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    da77962 View commit details
    Browse the repository at this point in the history
  31. disable strict type checking for now

    - should be enabled in the future
    - reason is that we are using code from Zowe Explorer which doesn't have it enabled, and brings in a lot of technical debt
    
    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    21d259f View commit details
    Browse the repository at this point in the history
  32. fixed profile manager initialization when .zowe folder is missing

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    36fbd4a View commit details
    Browse the repository at this point in the history
  33. remove request as a dependency

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    e069c85 View commit details
    Browse the repository at this point in the history
  34. fix file name and imports

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    f8ede8f View commit details
    Browse the repository at this point in the history
  35. remove gitbridge support

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    f36f4e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. fix copyright and remove commented out code

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    4fb03cd View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. nomenclature changes

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    fb1e037 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Update Readme - Profiles replacing Hosts

    Signed-off-by: Daniel Statham <Daniel.Statham@Broadcom.com>
    DStatWriter committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    0d22ee9 View commit details
    Browse the repository at this point in the history
  2. Some changes

    zeibura committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    1fb541d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Update Readme.md

    Signed-off-by: Daniel Statham <Daniel.Statham@Broadcom.com>
    DStatWriter committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    bde693f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94339e8 View commit details
    Browse the repository at this point in the history
  3. clarify step 4

    zeibura committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    a93369d View commit details
    Browse the repository at this point in the history
  4. Update Readme.md

    zeibura committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    d39ef2d View commit details
    Browse the repository at this point in the history
  5. minor

    zeibura committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    145e8a3 View commit details
    Browse the repository at this point in the history
  6. update changelog and version

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    4f0edc8 View commit details
    Browse the repository at this point in the history
  7. Update Readme.md

    Signed-off-by: Daniel Statham <Daniel.Statham@Broadcom.com>
    DStatWriter committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    e42b0b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Update Readme.md

    zeibura committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    c00c0c4 View commit details
    Browse the repository at this point in the history
  2. update release notes

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    7ce47ee View commit details
    Browse the repository at this point in the history
  3. Merge pull request #28 from Alexandru-Dumitru/move-2-cli-api

    Move 2 Endevor Cli API
    zdmullen committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    43dbf29 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'development' into add-profiles

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    2d69891 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #29 from Alexandru-Dumitru/add-profiles

    Add integration with Endevor profiles from Zowe CLI
    zdmullen committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    50a0869 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #32 from Alexandru-Dumitru/update_changelog_and_ve…

    …rsion
    
    Update changelog and version
    zdmullen committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    14e827f View commit details
    Browse the repository at this point in the history
  7. remove outstanding gifs

    Signed-off-by: Alexandru-Paul Dumitru <alexandru.dumitru@broadcom.com>
    Alexandru-Paul Dumitru committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    2cc16aa View commit details
    Browse the repository at this point in the history
  8. Merge pull request #33 from Alexandru-Dumitru/remove_gifs

    remove outstanding gifs
    zdmullen committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    c4d9259 View commit details
    Browse the repository at this point in the history