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

Automate Release Package Publication #5963

Merged
merged 47 commits into from
Jan 7, 2022

Commits on Oct 7, 2021

  1. Enable Rust Coverage (Azure#5616)

    This PR Re-enables Rust Coverage in Check in Pipelines
    1. Remove the Dependency to on nightly build on Rust. Use the same version of rust as other pipelines
    2. Use Cargo Tarpaulin for Create Code Coverage Reports. This was recommended by other teams within Microsoft developing rust code. (https://lib.rs/crates/cargo-tarpaulin)
    3. Publish HTML Code Coverage Report Based on Coverage Report
    
    
    Note : The Current Code Coverage stands at 44%.  I had to reduce the code coverage gate for Rust to 44%.  The intent is to increase the code coverage and then increase the gate.
    
    Sample Build : https://iotedge.visualstudio.com/iotedge/_build/results?buildId=83180&view=codecoverage-tab
    nimanch authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    8c4f2e7 View commit details
    Browse the repository at this point in the history
  2. Increase Coverage to 47

    nimanch authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    32b7151 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ddbfdc View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

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

Commits on Oct 19, 2021

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

Commits on Oct 22, 2021

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

Commits on Oct 23, 2021

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

Commits on Oct 26, 2021

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

Commits on Nov 4, 2021

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

Commits on Nov 8, 2021

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

Commits on Nov 10, 2021

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

Commits on Nov 16, 2021

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

Commits on Nov 19, 2021

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

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    8652fa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acd3b96 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

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

Commits on Dec 6, 2021

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

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    4ea5810 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    657e7b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

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

Commits on Jan 4, 2022

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

Commits on Jan 5, 2022

  1. Add Script and YAML

    nimanch committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    a753277 View commit details
    Browse the repository at this point in the history
  2. Add Matrix

    nimanch committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    6eb3597 View commit details
    Browse the repository at this point in the history
  3. Debug Pipeline

    nimanch committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    899365a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Add Secret

    nimanch committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    a2656d1 View commit details
    Browse the repository at this point in the history
  2. Correct Name

    nimanch committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    7629a5c View commit details
    Browse the repository at this point in the history
  3. Remove Condition

    nimanch authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    14144e0 View commit details
    Browse the repository at this point in the history
  4. Temp Commit

    nimanch authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    c1c4081 View commit details
    Browse the repository at this point in the history
  5. Temp Commit

    nimanch authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    48b500a View commit details
    Browse the repository at this point in the history
  6. Clone Repo Client Repo

    nimanch authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    f07fe68 View commit details
    Browse the repository at this point in the history
  7. Check for Python

    nimanch authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    c7663af View commit details
    Browse the repository at this point in the history
  8. MCR Check

    nimanch authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    227b4ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5ad4f08 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    de33a7a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a6a6c37 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Remove Interactive

    nimanch authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    57b1b9e View commit details
    Browse the repository at this point in the history
  2. Use Docker Client

    nimanch authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    0982c13 View commit details
    Browse the repository at this point in the history
  3. Add Approval Gate

    nimanch authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    5e48d71 View commit details
    Browse the repository at this point in the history
  4. Pre final run

    nimanch authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    a28ce6f View commit details
    Browse the repository at this point in the history
  5. Run to Make sure E2E Works

    nimanch authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    d1aa9df View commit details
    Browse the repository at this point in the history
  6. Add Description

    nimanch authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    06c1efd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2538131 View commit details
    Browse the repository at this point in the history
  8. Use a different version

    nimanch authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    41fdfa0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4930ad2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9daf095 View commit details
    Browse the repository at this point in the history
  11. Final Checks to Directory

    nimanch authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    667ef0e View commit details
    Browse the repository at this point in the history
  12. Cleanup and Commit

    nimanch authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    7d47859 View commit details
    Browse the repository at this point in the history