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

Mergeback to dev #37

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from
Open

Mergeback to dev #37

wants to merge 8 commits into from

Commits on Dec 5, 2022

  1. Release 1.4.0 (#23)

    * fix None type bug (#20)
    
    * fix None type bug
    
    * add change log fragment
    
    * placeholder swpm1 fix
    
    * add new tests (#22)
    
    * test
    
    * add ignore, change py version
    
    * fix test
    
    * add changelog, fix before assignment
    
    * fix pyrfc before assignment
    
    * change ignore file 2.15
    
    * Release 1.4.0 commit
    
    * changelog for 1.4.0
    
    Co-authored-by: sean-freeman <[email protected]>
    rainerleber and sean-freeman authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    c4d2736 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. fix lint issues (#29)

    * fix lint issues
    
    * add changelog fragment
    
    * fix description
    
    * change action checkout version
    
    * missing action v3
    rainerleber authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    fed5cfc View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. add conditions for start stop restart sys (#28)

    * add conditions for start, stop and restart system
    
    * add fragment
    rainerleber authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    fb8f74c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc8875d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Maintaining for Tests and other not module related things (#33)

    * add ignore for ansible 2.16
    
    * comment deps for unit test
    
    * add 2.17
    
    * fix loader.py which fails in sanity test
    
    * fix links in readme
    rainerleber authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    adffb82 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Fix/sanity issues (#39)

    * change galaxy version
    
    * add changle log
    rainerleber authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4890317 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Pipeline fixes and drop test support for ansible <= 2.12 (#43)

    * Add ignore 2.18
    
    * Add support for Ansible 2.17 and stable-2.17 in CI workflow
    
    * Update mock.py license header and import statements
    
    * Drop test support for Ansible 2.9 - 2.12
    
    * add changelog fragment
    rainerleber authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    f9d3cce View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. add -E option to filepath command (#42)

    * add -E option to filepath command
    
    -E	
    Specifies the <exit-code> if HDBSQL returns an error. Values are: OKAY = 0, ERROR = 1, USAGE = 2, SQLERROR = 3, and VAR = 4.
    
    if -E is not set when using-I option the sql will not fail on first error and still continue running the sql commands inside the file. If the last command is successfully, the whole run is market as successfully
    
    * Create 0044-hdbsql_sqlfile_faile_on_first_error.yaml
    
    * Update 0044-hdbsql_sqlfile_faile_on_first_error.yaml
    
    * Update and rename 0044-hdbsql_sqlfile_faile_on_first_error.yaml to 0044-hdbsql_sqlfile_fail_on_first_error.yaml
    
    ---------
    
    Co-authored-by: Rainer Leber <[email protected]>
    stm85 and rainerleber authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7d8bc0f View commit details
    Browse the repository at this point in the history