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

Added: Grouping for VPCs on AWS #37

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Added: Grouping for VPCs on AWS #37

wants to merge 6 commits into from

Commits on Aug 3, 2020

  1. provider: Add the 'Groups' function to the Provider

    It allows the Provider to return the groups of a Resource ID
    xescugc committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    82fb3b0 View commit details
    Browse the repository at this point in the history
  2. graph: Add the 'Node.AddGroupIDs'

    That allows to add the GroupIDs in which the Node belongs to
    xescugc committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    b7025dc View commit details
    Browse the repository at this point in the history
  3. generate: Add the logic to get and set GroupIDs to Nodes

    This way we have the info on the Node as we want
    xescugc committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    48eb0f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    263bd57 View commit details
    Browse the repository at this point in the history
  5. printer: Add the logic to print GropuIDs with DOT

    We use the 'cluster' logic to generate a subgraph, it has it's limitations but it works for now
    xescugc committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    55009b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eaedd66 View commit details
    Browse the repository at this point in the history