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

Create workflow to upload msi to storage account. #1122

Merged
merged 37 commits into from
Nov 16, 2023

Commits on Nov 14, 2023

  1. update

    Ying Chen committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    779e71d View commit details
    Browse the repository at this point in the history
  2. typo

    Ying Chen committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    db83389 View commit details
    Browse the repository at this point in the history
  3. update

    Ying Chen committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    439d09a View commit details
    Browse the repository at this point in the history
  4. typo

    Ying Chen committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ca1ddef View commit details
    Browse the repository at this point in the history
  5. update

    Ying Chen committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    2504e75 View commit details
    Browse the repository at this point in the history
  6. use replace

    Ying Chen committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    cc1ff89 View commit details
    Browse the repository at this point in the history
  7. typo

    Ying Chen committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    894924b View commit details
    Browse the repository at this point in the history
  8. typo

    Ying Chen committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c50cee4 View commit details
    Browse the repository at this point in the history
  9. update

    Ying Chen committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e0febbb View commit details
    Browse the repository at this point in the history
  10. use merge to resolve conflict

    Ying Chen committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0be45bf View commit details
    Browse the repository at this point in the history
  11. update

    Ying Chen committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    83acbd0 View commit details
    Browse the repository at this point in the history
  12. update

    Ying Chen committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    db28381 View commit details
    Browse the repository at this point in the history
  13. test

    Ying Chen committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    28e13c2 View commit details
    Browse the repository at this point in the history
  14. add sharedfiles component

    Ying Chen committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6385d7d View commit details
    Browse the repository at this point in the history
  15. typo

    Ying Chen committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    883530a View commit details
    Browse the repository at this point in the history
  16. post process heat

    Ying Chen committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    38daf98 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5ca8254 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. test upload

    Ying Chen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2929f4c View commit details
    Browse the repository at this point in the history
  2. login

    Ying Chen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    015eaf0 View commit details
    Browse the repository at this point in the history
  3. test

    Ying Chen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a13cd95 View commit details
    Browse the repository at this point in the history
  4. typo

    Ying Chen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    44066fb View commit details
    Browse the repository at this point in the history
  5. update

    Ying Chen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f4d8603 View commit details
    Browse the repository at this point in the history
  6. add upload storage account

    Ying Chen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    11c5eb3 View commit details
    Browse the repository at this point in the history
  7. typo

    Ying Chen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a28b0f0 View commit details
    Browse the repository at this point in the history
  8. add comment

    Ying Chen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1bfdce8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    794a52c View commit details
    Browse the repository at this point in the history
  10. add upload_as_latest input

    Ying Chen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    175cbb6 View commit details
    Browse the repository at this point in the history
  11. update

    Ying Chen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    65c3cd1 View commit details
    Browse the repository at this point in the history
  12. update if statement

    Ying Chen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f508666 View commit details
    Browse the repository at this point in the history
  13. test copy blob

    Ying Chen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1eec1f1 View commit details
    Browse the repository at this point in the history
  14. convert file version to four turple

    Ying Chen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    03c0434 View commit details
    Browse the repository at this point in the history
  15. update readme

    Ying Chen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4d7c80d View commit details
    Browse the repository at this point in the history
  16. update

    Ying Chen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a0657c2 View commit details
    Browse the repository at this point in the history
  17. [msi] remove pfs service installer (#1151)

    # Description
    
    Please add an informative description that covers that changes made by
    the pull request and link all relevant issues.
    
    # All Promptflow Contribution checklist:
    - [ ] **The pull request does not introduce [breaking changes].**
    - [ ] **CHANGELOG is updated for new features, bug fixes or other
    significant changes.**
    - [ ] **I have read the [contribution guidelines](../CONTRIBUTING.md).**
    - [ ] **Create an issue and link to the pull request to get dedicated
    review from promptflow team. Learn more: [suggested
    workflow](../CONTRIBUTING.md#suggested-workflow).**
    
    ## General Guidelines and Best Practices
    - [ ] Title of the pull request is clear and informative.
    - [ ] There are a small number of commits, each of which have an
    informative message. This means that previously merged commits do not
    appear in the history of the PR. For more information on cleaning up the
    commits in your PR, [see this
    page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md).
    
    ### Testing Guidelines
    - [ ] Pull request includes test coverage for the included changes.
    lalala123123 authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    33fbf1e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. remove heat_post_process

    Ying Chen committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    5800cf9 View commit details
    Browse the repository at this point in the history
  2. delete pull request

    Ying Chen committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    3fa1ffd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbdf3a9 View commit details
    Browse the repository at this point in the history