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

[App Service] functionapp deployment github-actions: Add new functionapp github-actions commands #23326

Merged
merged 16 commits into from
Jul 28, 2022

Commits on Jul 18, 2022

  1. WIP

    StrawnSC committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    7e4d071 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Initial commit.

    Haroon Feisal committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    58aa2c7 View commit details
    Browse the repository at this point in the history
  2. Fixed minor bugs.

    Haroon Feisal committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    6ef7969 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Fixed bug.

    Haroon Feisal committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    7abb762 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Fixed minor syntax issue.

    Haroon Feisal committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    dbef922 View commit details
    Browse the repository at this point in the history
  2. Fixed style issues.

    Haroon Feisal committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    9ea02d2 View commit details
    Browse the repository at this point in the history
  3. Added help and params.

    Haroon Feisal committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    8b4fce7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b28578 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Resolved PR comments: added token caching, added error handling for c…

    …ustom runtime, added repo url to repo name conversion, removed all references of CLIError.
    Haroon Feisal committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    d7d786e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into functionapp-gh

    Haroon Feisal committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    7bde2fc View commit details
    Browse the repository at this point in the history
  3. Added validator to check if app is functionapp. Resolved pr param com…

    …ment.
    Haroon Feisal committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    713d633 View commit details
    Browse the repository at this point in the history
  4. Added back --login-with-github to refresh token in cache.

    Haroon Feisal committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    2bd2986 View commit details
    Browse the repository at this point in the history
  5. Change supported user passed --runtime-version to supported API gh-ac…

    …tion version.
    Haroon Feisal committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    45a4c28 View commit details
    Browse the repository at this point in the history