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

containerapp - Add --source to containerapp update #5

Draft
wants to merge 74 commits into
base: main
Choose a base branch
from

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    887ecf6 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    011439a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9fd59b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'snehapar/add-source-and-repo-to-containerapp-create' in…

    …to snehapar/Add-source-and-repo-to-create
    snehapar9 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    89241ca View commit details
    Browse the repository at this point in the history
  4. Removed extra source param

    snehapar9 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    916259c View commit details
    Browse the repository at this point in the history
  5. Addressed PR comments

    snehapar9 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    1439120 View commit details
    Browse the repository at this point in the history
  6. Removed new line

    snehapar9 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    fb7f4fe View commit details
    Browse the repository at this point in the history
  7. Fixed linting errors

    snehapar9 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    d18d6c7 View commit details
    Browse the repository at this point in the history
  8. Remove new line

    snehapar9 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    78181aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d646bd1 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Addressed PR comments

    snehapar9 committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    56e68d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    1b70cf5 View commit details
    Browse the repository at this point in the history
  2. Add source back

    snehapar9 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3a809ca View commit details
    Browse the repository at this point in the history
  3. Remove return statement

    snehapar9 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    07e1be5 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Addressed PR comments

    snehapar9 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    25862fb View commit details
    Browse the repository at this point in the history
  2. Add source flag to update

    snehapar9 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5845255 View commit details
    Browse the repository at this point in the history
  3. Refactor validation

    snehapar9 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    0b2098b View commit details
    Browse the repository at this point in the history
  4. Revert validation change

    snehapar9 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    3fd9fde View commit details
    Browse the repository at this point in the history
  5. Add live_only to tests

    snehapar9 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    557f05e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Refactored update

    snehapar9 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    6c3a58e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'snehapar/Add-source-and-repo-to-create' into snehapar/A…

    …dd-source-to-containerapp-update
    snehapar9 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d1631be View commit details
    Browse the repository at this point in the history
  3. Add tests for update

    snehapar9 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ab167d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Update integration test

    snehapar9 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    2af684f View commit details
    Browse the repository at this point in the history
  2. Fix help text

    snehapar9 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    a1afa52 View commit details
    Browse the repository at this point in the history
  3. Fix linting

    snehapar9 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8db50ef View commit details
    Browse the repository at this point in the history
  4. Fix linting

    snehapar9 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    7afbb53 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Addressed PR comments

    snehapar9 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    2b21611 View commit details
    Browse the repository at this point in the history
  2. Fix lint errors

    snehapar9 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    5b3b66d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    d78c952 View commit details
    Browse the repository at this point in the history
  2. Fix ci failure

    snehapar9 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6341e8a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Add new line

    snehapar9 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    608438e View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    e852926 View commit details
    Browse the repository at this point in the history
  2. Address PR comments

    snehapar9 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    07c199b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dc0b8c View commit details
    Browse the repository at this point in the history
  4. Performed refactoring

    snehapar9 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    620e0c0 View commit details
    Browse the repository at this point in the history
  5. Refactor and re-run tests

    snehapar9 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    79dd20d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Fix linting

    snehapar9 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    358b9bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82547a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20a266e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdba046 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14d648e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69e7d44 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    ee0d465 View commit details
    Browse the repository at this point in the history
  2. Addressed PR comments

    snehapar9 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    8df8f34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30b571c View commit details
    Browse the repository at this point in the history
  4. Delete recording

    snehapar9 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b0f79a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    97eeb45 View commit details
    Browse the repository at this point in the history
  2. Fix build failure

    snehapar9 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    fb5181d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Address PR comments

    snehapar9 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    49e1c6c View commit details
    Browse the repository at this point in the history
  2. Re-run test

    snehapar9 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1b1ac8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36a8059 View commit details
    Browse the repository at this point in the history
  4. Update src/containerapp/azext_containerapp/_help.py

    Co-authored-by: xinyu pang <46143499+Greedygre@users.noreply.github.com>
    snehapar9 and Greedygre authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    236bbe1 View commit details
    Browse the repository at this point in the history
  5. Addressed PR comments

    snehapar9 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8688b0d View commit details
    Browse the repository at this point in the history
  6. Update comments

    snehapar9 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    83e7404 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Addressed PR comments

    snehapar9 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    9e8d76e View commit details
    Browse the repository at this point in the history
  2. Address PR comments

    snehapar9 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    dd6abb3 View commit details
    Browse the repository at this point in the history
  3. Re-run test

    snehapar9 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3ea22fe View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Addressed PR comments

    snehapar9 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f23eda9 View commit details
    Browse the repository at this point in the history
  2. Addressed PR comments

    snehapar9 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    091beb0 View commit details
    Browse the repository at this point in the history
  3. Fix linting

    snehapar9 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9918a9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64912b0 View commit details
    Browse the repository at this point in the history
  5. Delete recording

    snehapar9 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    47ea3d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Addressed PR comments

    snehapar9 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5139b33 View commit details
    Browse the repository at this point in the history
  2. Addressed PR comments

    snehapar9 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f1ac303 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    648090d View commit details
    Browse the repository at this point in the history
  2. Fix linting

    snehapar9 committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    3aaea4f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    1200a8c View commit details
    Browse the repository at this point in the history
  2. Re-run test

    snehapar9 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a2888b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85c4302 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Refactor and re-run tests

    snehapar9 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    47f563c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab09b8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b77faac View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    04a738c View commit details
    Browse the repository at this point in the history
  2. Add ACR registry validation

    snehapar9 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0badf02 View commit details
    Browse the repository at this point in the history