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

Fix kubernetes mode #906

Merged
merged 32 commits into from
Nov 29, 2018
Merged

Fix kubernetes mode #906

merged 32 commits into from
Nov 29, 2018

Commits on Nov 21, 2018

  1. fixed default port not being given in dockerfile for games

    Paris Goldman-Smith committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    24bc1bf View commit details
    Browse the repository at this point in the history
  2. Changed simulation runner to make use of asyncio

    Paris Goldman-Smith committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    c601674 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. changed parallel_map to async_map

    Paris Goldman-Smith committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    6b2bf35 View commit details
    Browse the repository at this point in the history
  2. Waiting for workers pt. 1

    faucomte97 committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    d973a58 View commit details
    Browse the repository at this point in the history
  3. aimmo now works in kubernetes mode again

    Paris Goldman-Smith committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    8053284 View commit details
    Browse the repository at this point in the history
  4. aimmo now works in kubernetes mode again (tests fails though)

    Paris Goldman-Smith committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    8853705 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/fix_kubernetes_mode' into fix_ku…

    …bernetes_mode
    Paris Goldman-Smith committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    8e72e99 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2018

  1. fixed broken tests

    Paris Goldman-Smith committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    b8f6f7e View commit details
    Browse the repository at this point in the history
  2. pep8

    Paris Goldman-Smith committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    2bc24dc View commit details
    Browse the repository at this point in the history
  3. removed temporary logging

    Paris Goldman-Smith committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    fb00179 View commit details
    Browse the repository at this point in the history
  4. moved get loop into setUp for tests

    Paris Goldman-Smith committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    1920f18 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. bump version++

    Paris Goldman-Smith committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    0e057be View commit details
    Browse the repository at this point in the history
  2. make runner last build stage

    Paris Goldman-Smith committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    287912f View commit details
    Browse the repository at this point in the history
  3. remove broken coverage tool

    Paris Goldman-Smith committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    f8715f5 View commit details
    Browse the repository at this point in the history
  4. removed broken coverage tool++

    Paris Goldman-Smith committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    55ebb1c View commit details
    Browse the repository at this point in the history
  5. change docker build target in tester

    Paris Goldman-Smith committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    3ab42a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. docker now uses buildkit (requires docker 18.09)

    Paris Goldman-Smith committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    4a4e62f View commit details
    Browse the repository at this point in the history
  2. create build hook for docker cloud

    Paris Goldman-Smith committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    812dc25 View commit details
    Browse the repository at this point in the history
  3. fix syntax error

    Paris Goldman-Smith committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    5aedac4 View commit details
    Browse the repository at this point in the history
  4. add image tag to build hook

    Paris Goldman-Smith committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    83d8b5c View commit details
    Browse the repository at this point in the history
  5. fix image name on build hook

    Paris Goldman-Smith committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    505c63a View commit details
    Browse the repository at this point in the history
  6. add build hook for worker and game-creator

    Paris Goldman-Smith committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    ab954e5 View commit details
    Browse the repository at this point in the history
  7. remove pwd from build hooks

    Paris Goldman-Smith committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    2f274f6 View commit details
    Browse the repository at this point in the history
  8. remove broken coverage tool from travis.yml

    Paris Goldman-Smith committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    024d431 View commit details
    Browse the repository at this point in the history
  9. change env variable to be str not int

    Paris Goldman-Smith committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    52aefca View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. force setup.py version

    Paris Goldman-Smith committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    306bee8 View commit details
    Browse the repository at this point in the history
  2. Revert "force setup.py version"

    This reverts commit 306bee8.
    Paris Goldman-Smith committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    db2ab81 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. review changes

    Paris Goldman-Smith committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    f78f1f7 View commit details
    Browse the repository at this point in the history
  2. add dockerbuildkit env variable to travis

    Paris Goldman-Smith committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    d8edab5 View commit details
    Browse the repository at this point in the history
  3. change the way docker is installed for travis test

    Paris Goldman-Smith committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    6ed36c9 View commit details
    Browse the repository at this point in the history
  4. removed docker addon from travis.yml (installing older version)

    Paris Goldman-Smith committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    460f09a View commit details
    Browse the repository at this point in the history
  5. changed logic in docker scripts

    Paris Goldman-Smith committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    086d8c2 View commit details
    Browse the repository at this point in the history