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 additional context for lightspeed suggestions #970

Closed
wants to merge 1 commit into from

Conversation

ganeshrn
Copy link
Member

For each of the completion request send addtional context as below

  • The variables referred in the list of vars_files keyword if present and can be resolved to a path of the file system.
  • The variables referred in the include_vars task if present and can be resolved to a path of the file system.
  • The list of roles and it's data
    • The relative path of role with respect to the playbook path
    • The name of the role
    • List of tasks within the role
    • The default variables under the default folder
    • The vars varaibles under the vars folder

Note: Only the variable structure and key value is preserved and all the
values are removed.

@ganeshrn ganeshrn requested a review from a team as a code owner September 11, 2023 15:50
@ganeshrn ganeshrn added feature New feature or request enhancement and removed feature New feature or request labels Sep 11, 2023
@ganeshrn ganeshrn temporarily deployed to ack September 13, 2023 07:06 — with GitHub Actions Inactive
@ganeshrn ganeshrn temporarily deployed to ack September 13, 2023 10:36 — with GitHub Actions Inactive
@ganeshrn ganeshrn changed the title [WIP]Add additional context for lightspeed suggestions Add additional context for lightspeed suggestions Sep 13, 2023
@ganeshrn ganeshrn closed this Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant