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

implement group-edit #157

Merged
merged 7 commits into from
Feb 6, 2024
Merged

implement group-edit #157

merged 7 commits into from
Feb 6, 2024

Commits on Jan 31, 2024

  1. implement group-edit

    Signed-off-by: Harsh Modi <[email protected]>
    hjmodi committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    21ff14c View commit details
    Browse the repository at this point in the history
  2. ensure available constituents are listed for new group type

    Signed-off-by: Harsh Modi <[email protected]>
    hjmodi committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    90c2104 View commit details
    Browse the repository at this point in the history
  3. fix edit changelog not being updated

    It was being overwritten by old changelog
    from data.metadata.changelog
    
    Signed-off-by: Harsh Modi <[email protected]>
    hjmodi committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c6044b1 View commit details
    Browse the repository at this point in the history
  4. use updated constituents from store for saving

    Signed-off-by: Harsh Modi <[email protected]>
    hjmodi committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    632dee3 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. only show unique available contituents

    Signed-off-by: Harsh Modi <[email protected]>
    hjmodi committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    f13d8e6 View commit details
    Browse the repository at this point in the history
  2. only set available don't reset entire state

    Signed-off-by: Harsh Modi <[email protected]>
    hjmodi committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9f2ac6e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. make sure available are valid

    Remove the package itself from available list
    Remove duplicates if there are any
    Remove all other packages of not the same type
    
    Signed-off-by: Harsh Modi <[email protected]>
    hjmodi committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    24c735c View commit details
    Browse the repository at this point in the history