Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Docker Swarm Implementation #982

Merged
merged 37 commits into from
Jun 10, 2019
Merged

Docker Swarm Implementation #982

merged 37 commits into from
Jun 10, 2019

Commits on Jun 2, 2019

  1. Configuration menu
    Copy the full SHA
    7bfe7ab View commit details
    Browse the repository at this point in the history
  2. Add class SwarmUtilities

    yosserO authored and diemol committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    db351fa View commit details
    Browse the repository at this point in the history
  3. Return overlay network in swarm mode

    yosserO authored and diemol committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    b7abc98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e4d152 View commit details
    Browse the repository at this point in the history
  5. Revert "Return overlay network in swarm mode"

    This reverts commit dd182bd
    tstern authored and diemol committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    8088ead View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f656fcb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22ea97f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe6a2fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b7c59a2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2cda66e View commit details
    Browse the repository at this point in the history
  11. Fix getting correct ip of containers

    tstern authored and diemol committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    8443bb7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eaa5ab6 View commit details
    Browse the repository at this point in the history
  13. Implement check for networkAttachments

    tstern authored and diemol committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    cdba59a View commit details
    Browse the repository at this point in the history
  14. Clean up swarm container client class

    tstern authored and diemol committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    068e397 View commit details
    Browse the repository at this point in the history
  15. Add dependency commons-collections4

    yosserO authored and diemol committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    d054b14 View commit details
    Browse the repository at this point in the history
  16. Refactor function getContainerByIp

    yosserO authored and diemol committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    c570bd0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    453aa40 View commit details
    Browse the repository at this point in the history
  18. Refactor function getSwarmIp

    yosserO authored and diemol committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    0bf4fad View commit details
    Browse the repository at this point in the history
  19. Refactor function getContainerId

    yosserO authored and diemol committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    b1e5d3e View commit details
    Browse the repository at this point in the history
  20. Refactor function executeCommand

    yosserO authored and diemol committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    ef1530a View commit details
    Browse the repository at this point in the history
  21. Refactor function stopContainer

    yosserO authored and diemol committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    b437c86 View commit details
    Browse the repository at this point in the history
  22. Refactor function createContainer

    yosserO authored and diemol committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    cff7915 View commit details
    Browse the repository at this point in the history
  23. Refactor function getContainerIp

    yosserO authored and diemol committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    5ce242b View commit details
    Browse the repository at this point in the history
  24. Refactor function isTerminated

    yosserO authored and diemol committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    8087177 View commit details
    Browse the repository at this point in the history
  25. Remove superfluous comment

    yosserO authored and diemol committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    45e7434 View commit details
    Browse the repository at this point in the history
  26. Remove todo flag from function getLatestDownloadedImage, since this h…

    …appens automatically
    yosserO authored and diemol committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    e45d527 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2c93087 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ae96c37 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ca4174a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    12d6377 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    6f9a23f View commit details
    Browse the repository at this point in the history
  32. Add missing TODO

    lfeigl authored and diemol committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    8ede785 View commit details
    Browse the repository at this point in the history
  33. Fix index out of bounds bug

    lfeigl authored and diemol committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    b14be89 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7edabdc View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    6be3405 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    cc99649 View commit details
    Browse the repository at this point in the history
  37. Improve code quality

    tstern authored and diemol committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    c303678 View commit details
    Browse the repository at this point in the history