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

chore: watch flag skips files specified by dockerignore #5565

Merged
merged 22 commits into from
Jan 9, 2024

Commits on Dec 14, 2023

  1. watch flag respects dockerignore

    Aiden Carpenter committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    047a8fe View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. include path to dockerfile, build more generally

    Aiden Carpenter committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    ecc3dfc View commit details
    Browse the repository at this point in the history
  2. interface dockerignore for mocks

    Aiden Carpenter committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    844f1eb View commit details
    Browse the repository at this point in the history
  3. write tests

    Aiden Carpenter committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    5dd5afb View commit details
    Browse the repository at this point in the history
  4. comments

    Aiden Carpenter committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    255e2cf View commit details
    Browse the repository at this point in the history
  5. mocks

    Aiden Carpenter committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    e9ac3fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd506c2 View commit details
    Browse the repository at this point in the history
  7. fix static check

    Aiden Carpenter committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    bfea924 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. fix test

    Aiden Carpenter committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    bf738f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. address penghao feedback

    Aiden Carpenter committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    deaaba5 View commit details
    Browse the repository at this point in the history
  2. remove unused interface

    Aiden Carpenter committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    1d00987 View commit details
    Browse the repository at this point in the history
  3. mocks

    Aiden Carpenter committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    c50687a View commit details
    Browse the repository at this point in the history
  4. handle error slightly differently

    Aiden Carpenter committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    fe20507 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. make manifest file source of truth for image directory

    Aiden Carpenter committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a9daf15 View commit details
    Browse the repository at this point in the history
  2. change flag description

    Aiden Carpenter committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4119bb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a224e97 View commit details
    Browse the repository at this point in the history
  4. mocks

    Aiden Carpenter committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ddf5f22 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. address wanxian feedback

    Aiden Carpenter committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    4b8c97f View commit details
    Browse the repository at this point in the history
  2. address penghao feedback

    Aiden Carpenter committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    4cf7b77 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. make flag description more accurate

    Aiden Carpenter committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1815c6d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. address adi feedback

    Aiden Carpenter committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    ce1b781 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a66012 View commit details
    Browse the repository at this point in the history