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

Renamed meta to metadata and other cleanups #90

Merged
merged 4 commits into from
Feb 28, 2024

Commits on Feb 28, 2024

  1. Python promise modules: Renamed meta parameter to metadata

    This already confused Ole Petter and myself, so let's use another
    word that is not identical to 2 existing concepts in CFEngine.
    (`meta` the promise type and `meta` the promise attribute).
    
    Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
    olehermanse committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    349c52b View commit details
    Browse the repository at this point in the history
  2. Cleaned up README files relating to the updated promise types

    Removed version numbers from inside READMEs, since nobody has been
    updating them. Version numbers are already in the index and also
    in the python file for each module.
    
    Removed other unnecessary / duplicated information which just makes
    the module pages on build.cfengine.com look slightly worse.
    
    Tried making things a bit more consistent and easy to read / understand.
    
    Added a bit more information and links for the python promise type
    library.
    
    Tixed some small typos.
    
    Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
    olehermanse committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2b34466 View commit details
    Browse the repository at this point in the history
  3. iptables.py: Autoformatting by black

    Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
    olehermanse committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    7292a90 View commit details
    Browse the repository at this point in the history
  4. Bumped version numbers of to be released modules inside python source…

    … code
    
    Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
    olehermanse committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6e97b86 View commit details
    Browse the repository at this point in the history