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 detail view for job definition #92

Merged
merged 43 commits into from
Oct 7, 2022

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    d0a722d View commit details
    Browse the repository at this point in the history
  2. manually set job definition to true

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    e805396 View commit details
    Browse the repository at this point in the history
  3. create job definition card

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    0ec618d View commit details
    Browse the repository at this point in the history
  4. update conditional field on the model used for Job Definition renderi…

    …ng to be in line with Create Job
    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    96ab138 View commit details
    Browse the repository at this point in the history
  5. add mock job definition rendering

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    846f2e0 View commit details
    Browse the repository at this point in the history
  6. create separate DetailView

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    b6c0a12 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e85146a View commit details
    Browse the repository at this point in the history
  8. adjust file composition

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    58f3f9f View commit details
    Browse the repository at this point in the history
  9. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    244f5d9 View commit details
    Browse the repository at this point in the history
  10. linebreak

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    8fb5e68 View commit details
    Browse the repository at this point in the history
  11. adjust type

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    bd398f2 View commit details
    Browse the repository at this point in the history
  12. restore functionality

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    c158c53 View commit details
    Browse the repository at this point in the history
  13. JobDetail -> DetailView

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    9a0a853 View commit details
    Browse the repository at this point in the history
  14. create JobDetail

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    5691ad0 View commit details
    Browse the repository at this point in the history
  15. fix element update logic

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    87f3a28 View commit details
    Browse the repository at this point in the history
  16. change initial jobModel state to null

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    d6e67be View commit details
    Browse the repository at this point in the history
  17. add output file formats back

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    4a74cc0 View commit details
    Browse the repository at this point in the history
  18. pull Box and Stack up

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    8c1ace8 View commit details
    Browse the repository at this point in the history
  19. pull Box and Stack up into parent

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    282362d View commit details
    Browse the repository at this point in the history
  20. add getJobDefinition

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    80208f9 View commit details
    Browse the repository at this point in the history
  21. add fetchJobDefinitionlModel

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    00e727d View commit details
    Browse the repository at this point in the history
  22. add job-definition

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    27610b1 View commit details
    Browse the repository at this point in the history
  23. fix style

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    650a781 View commit details
    Browse the repository at this point in the history
  24. remove comments

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    f9eb5b5 View commit details
    Browse the repository at this point in the history
  25. remove detailType? from IJobDetailModel

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    0494e67 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ba10789 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1e866ef View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ef9ddc2 View commit details
    Browse the repository at this point in the history
  29. update name

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    761ceb1 View commit details
    Browse the repository at this point in the history
  30. update model

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    1760173 View commit details
    Browse the repository at this point in the history
  31. update in line with new interfaces

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    e28ea14 View commit details
    Browse the repository at this point in the history
  32. finalize jobDefinition

    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    4f4ceae View commit details
    Browse the repository at this point in the history
  33. implement Delete Job Definition button, remove mock of Pause Job Defi…

    …nition button as functionality is not yet implemented
    andrii-i authored and dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    aa21eaf View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    558ae3e View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    112d98a View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    54a8ff4 View commit details
    Browse the repository at this point in the history
  37. add pause/resume buttons

    dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    607174d View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    b4c4aba View commit details
    Browse the repository at this point in the history
  39. fix detail model hierarchy

    dlqqq committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    e6333ef View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    657276d View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    037c8b5 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    f8b8082 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    fe3ab54 View commit details
    Browse the repository at this point in the history