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

Add force modules restore support in CLI and VS Code #6382

Commits on Apr 14, 2022

  1. Added support for --force switch during restore in CLI

    Stephane Lapointe committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    456f65b View commit details
    Browse the repository at this point in the history
  2. Aligned naming to Force Modules Restore

    Stephane Lapointe committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    5cd6438 View commit details
    Browse the repository at this point in the history
  3. Updated bicep group for forceModulesRestore

    Stephane Lapointe committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    19c7a60 View commit details
    Browse the repository at this point in the history
  4. Updated VSCode command group & added test coverage

    Stephane Lapointe committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    ad60ac2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b973dc6 View commit details
    Browse the repository at this point in the history
  6. Updated VS Code restore force command label

    Stephane Lapointe committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    87b198c View commit details
    Browse the repository at this point in the history
  7. Removed unecessary copied code

    Stephane Lapointe committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    cc4b9c8 View commit details
    Browse the repository at this point in the history
  8. Optimized modules to restore logic

    Stephane Lapointe committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    e712b24 View commit details
    Browse the repository at this point in the history
  9. Added a new ModuleDispatcher wrapper to handle for logic

    Stephane Lapointe committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    78e57cb View commit details
    Browse the repository at this point in the history
  10. Added back the call to GetForceModulesRestoreDiagnosticsByBicepFile i…

    …n RestoreAsync
    Stephane Lapointe committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    00e3c16 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Changed for i loop to foreach

    Stephane Lapointe committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    08d048c View commit details
    Browse the repository at this point in the history
  2. Merged logic for GetModuleRestoreDiagnosticsByBicepFile

    Stephane Lapointe committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    a9bc61c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Reverted ForceRestoreModuleDispatcher & changed logic in SourceFileGr…

    …oupingBuilder to ease handle of force restore
    Stephane Lapointe committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    d0f63e0 View commit details
    Browse the repository at this point in the history
  2. Cleaned and reduced code diff

    Stephane Lapointe committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    630a774 View commit details
    Browse the repository at this point in the history
  3. Fixed 2 tests not properly using force restore behavior

    Stephane Lapointe committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    ba2fc70 View commit details
    Browse the repository at this point in the history