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

Add support for creation/download of Support Zip #197

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

Commits on Jun 8, 2019

  1. Added SupportApi to create Support Zip, Added Live test for supportAp…

    …i as well, Need to create Mock Test and in-line supportApi tests
    padas2 authored and padas2 committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    65a3d8f View commit details
    Browse the repository at this point in the history
  2. Adding back unintentionally removed imports

    padas2 authored and padas2 committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    7689062 View commit details
    Browse the repository at this point in the history
  3. Removing custom credentials

    padas2 authored and padas2 committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    39c70d1 View commit details
    Browse the repository at this point in the history
  4. Started work on getting task status

    padas2 authored and padas2 committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    bf3a0f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. Renaming SupportZipTask to SupportZipDetails, refactoring code to fol…

    …low HAS-A pattern to avoid duplication
    padas2 authored and padas2 committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    3d2f99f View commit details
    Browse the repository at this point in the history
  2. Renaming SupportZip to SupportZipStatus, tried to use HAS-A pattern, …

    …but looks like autovalue does not allow it, need to investigate more
    padas2 authored and padas2 committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    a97730d View commit details
    Browse the repository at this point in the history
  3. Removing changes introduced by IDE

    padas2 authored and padas2 committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    39707c4 View commit details
    Browse the repository at this point in the history
  4. Removing unecessary empty lines

    padas2 authored and padas2 committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    d3d2c8b View commit details
    Browse the repository at this point in the history
  5. Again adding code removed by IDE

    padas2 authored and padas2 committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    9313612 View commit details
    Browse the repository at this point in the history
  6. Removed all windows line endings

    padas2 authored and padas2 committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    e96591f View commit details
    Browse the repository at this point in the history
  7. restoring ide removed commits

    padas2 authored and padas2 committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    611d00c View commit details
    Browse the repository at this point in the history
  8. Adding licensing info

    padas2 authored and padas2 committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    b40793d View commit details
    Browse the repository at this point in the history
  9. Fixing PMD violations

    padas2 authored and padas2 committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    eca9dcd View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Adding whitespace between class name and top most annotation, Adding …

    …documentation detail annotation tag
    padas2 authored and padas2 committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    a3726ae View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2019

  1. A Rather big commit containing following changes: Changed SupportApi …

    …calls to use only one object type, Added mock tests for both Support Api calls, Added test resources as well
    padas2 authored and padas2 committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    6d6b096 View commit details
    Browse the repository at this point in the history
  2. Fixed CheckStyle and Licensing errors

    padas2 authored and padas2 committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    81e8958 View commit details
    Browse the repository at this point in the history
  3. Fixed PMD rule violations

    padas2 authored and padas2 committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    e237b19 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Initial changes for introducing fallbacks for support zip failures

    padas2 authored and padas2 committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    b26abdf View commit details
    Browse the repository at this point in the history
  2. Reverting accidental conversion of Line endings back to LF type and a…

    …dding missing whitespace
    padas2 authored and padas2 committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    b64e3f3 View commit details
    Browse the repository at this point in the history