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

WIP: docker manager #4

Merged
merged 14 commits into from
Feb 11, 2021
Merged

WIP: docker manager #4

merged 14 commits into from
Feb 11, 2021

Commits on Feb 3, 2021

  1. ### What's done:

    * Added .gitignore, .gitattributes
    * Added junit platform
    * Added gradle wrapper
    petertrr committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    de78392 View commit details
    Browse the repository at this point in the history
  2. Experiments with docker API

    ### What's done:
    * WIP
    petertrr committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    e81cae9 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Experiments with docker API

    ### What's done:
    * CI via github actions
    * Added jacoco configuration
    * Added tests for ContainerManager
    petertrr committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    3c0ea9a View commit details
    Browse the repository at this point in the history
  2. chmod +x gradlew

    petertrr committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    afecda3 View commit details
    Browse the repository at this point in the history
  3. Experiments with docker API

    ### What's done:
    * Bump gradle version
    * Fix build_and_test.yml
    petertrr committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    60e0482 View commit details
    Browse the repository at this point in the history
  4. Experiments with docker API

    ### What's done:
    * Use gvisor in tests
    petertrr committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    ebd8169 View commit details
    Browse the repository at this point in the history
  5. Experiments with docker API

    ### What's done:
    * Use gvisor in tests
    petertrr committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    be2dfc5 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Experiments with docker API

    ### What's done:
    * Added sample common class
    petertrr committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    ecdbdd3 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Experiments with docker API

    ### What's done:
    * Refactoring
    * Added use for AutoCloseable resources
    petertrr committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    7435113 View commit details
    Browse the repository at this point in the history
  2. Experiments with docker API

    ### What's done:
    * Refactoring & cleanup
    petertrr committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    facea38 View commit details
    Browse the repository at this point in the history
  3. Experiments with docker API

    ### What's done:
    * Build image
    petertrr committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    8d0d20b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Experiments with docker API

    ### What's done:
    * Extracted orchestrator to separate subproject
    * Extracted versions to buildSrc
    petertrr committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    d2fa17f View commit details
    Browse the repository at this point in the history
  2. Experiments with docker API

    ### What's done:
    * Enabled codecov
    petertrr committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    c1b7587 View commit details
    Browse the repository at this point in the history
  3. Experiments with docker API

    ### What's done:
    * Enabled codecov
    petertrr committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    3e5b2c3 View commit details
    Browse the repository at this point in the history