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

Update ParseModuleConfiguration to only parse changed file (*.tf) #1404

Merged
merged 10 commits into from
Sep 22, 2023

Commits on Sep 19, 2023

  1. Optimize didChange for single files

    - detect if file has already been parsed and rpc request is for didChange
    - only process changed file if above is true
    jpogran committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    532b3f1 View commit details
    Browse the repository at this point in the history
  2. tests

    jpogran committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    fa62eb9 View commit details
    Browse the repository at this point in the history
  3. w

    jpogran committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3956181 View commit details
    Browse the repository at this point in the history
  4. fix tests

    radeksimko authored and jpogran committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d4170e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Update internal/terraform/module/module_ops.go

    Co-authored-by: Radek Simko <radek.simko@gmail.com>
    jpogran and radeksimko authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    59d1502 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10ccf9c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    20e75ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9920ff7 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. tfvars

    jpogran committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    70c0d2a View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Radek Simko <radek.simko@gmail.com>
    jpogran and radeksimko authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    6755b7d View commit details
    Browse the repository at this point in the history