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

feat(core): add volumes-from option to docker run command for bundling #22829

Merged
merged 30 commits into from Dec 12, 2022
Merged

feat(core): add volumes-from option to docker run command for bundling #22829

merged 30 commits into from Dec 12, 2022

Commits on Sep 13, 2022

  1. WIP add volumesFrom

    webratz committed Sep 13, 2022
    Copy the full SHA
    9a18004 View commit details
    Browse the repository at this point in the history
  2. WIP add volumesFrom

    webratz committed Sep 13, 2022
    Copy the full SHA
    020b825 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6bcb4ee View commit details
    Browse the repository at this point in the history
  4. disable failing test for now

    webratz committed Sep 13, 2022
    Copy the full SHA
    8473d45 View commit details
    Browse the repository at this point in the history
  5. add missing type

    webratz committed Sep 13, 2022
    Copy the full SHA
    abdb9b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Copy the full SHA
    658e1dd View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Copy the full SHA
    a7fc600 View commit details
    Browse the repository at this point in the history
  2. cleanup

    clean build for now, still looking for better ways to test
    webratz committed Oct 4, 2022
    Copy the full SHA
    74aae68 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. re-add adjusted test

    webratz committed Oct 5, 2022
    Copy the full SHA
    2ee951b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9dbbd18 View commit details
    Browse the repository at this point in the history
  3. remove failing test

    its unclear how that would be reliably testable
    webratz committed Oct 5, 2022
    Copy the full SHA
    1fb4ada View commit details
    Browse the repository at this point in the history
  4. whitespace cleanup

    webratz committed Oct 5, 2022
    Copy the full SHA
    96c5614 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Copy the full SHA
    d6b0bd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. adding fixed test

    webratz committed Nov 8, 2022
    Copy the full SHA
    18073db View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c287929 View commit details
    Browse the repository at this point in the history
  3. add integration test

    webratz committed Nov 8, 2022
    Copy the full SHA
    1f5c667 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f5e5ea0 View commit details
    Browse the repository at this point in the history
  5. check if adding helper container works

    this is overall unfavourable as it makes the test very complex. its not reproducible locally so i need to push this to AWS ci
    webratz committed Nov 8, 2022
    Copy the full SHA
    08fd008 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. update integration tests

    webratz committed Nov 9, 2022
    Copy the full SHA
    aa528ca View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    13c7e8b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bce18f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Copy the full SHA
    e032d03 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f1d9a16 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Apply suggestions from code review

    Co-authored-by: Momo Kornher <mail@moritzkornher.de>
    webratz and mrgrain committed Dec 9, 2022
    Copy the full SHA
    5a5d3f7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    89bb614 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2ed997a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Copy the full SHA
    9754f03 View commit details
    Browse the repository at this point in the history
  2. remove integration for python

    :(
    webratz committed Dec 12, 2022
    Copy the full SHA
    af81272 View commit details
    Browse the repository at this point in the history
  3. remove empty line

    webratz committed Dec 12, 2022
    Copy the full SHA
    c637016 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6c21217 View commit details
    Browse the repository at this point in the history