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 base logic for grub lib #98

Merged
merged 10 commits into from
Jul 24, 2023
Merged

Add base logic for grub lib #98

merged 10 commits into from
Jul 24, 2023

Commits on Jul 7, 2023

  1. Add load and save logic for grub lirary

    - add load function for grub config (assumption no duplicate keys)
    - add save function for grub config
    - add GrubConfig object, which load config in lazy mode and provide
      function to make update (validate, merge and apply changes)
    rgildein committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    bfe9d5f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. apply suggestion + add update and remove

    - add update function
    - add remove function
    rgildein committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    b15fcad View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Finished the grub lib

    - implement the is_container funcion
    - add docstring
    - test the lib with custom charm
    rgildein committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    4a50221 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6d7b26 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    adf94c3 View commit details
    Browse the repository at this point in the history
  2. implement shlex + rephrasing

    rgildein committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    1e1e4ac View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    9bcc910 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. apply suggestions

    rgildein committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    2520e22 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    d8242de View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. fix typos in doc-string

    rgildein committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a90404c View commit details
    Browse the repository at this point in the history