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 module name parameter for workflows and tasks #745

Closed
wants to merge 8 commits into from

Commits on Nov 10, 2021

  1. Add module_name parameter for task pythontask and generic task objects

    Signed-off-by: Emirhan Karagül <emirhan350z@gmail.com>
    YmirKhang committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    e4e9fe3 View commit details
    Browse the repository at this point in the history
  2. Add module name parameter to workflow type and extension

    Signed-off-by: Emirhan Karagül <emirhan350z@gmail.com>
    YmirKhang committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    468086d View commit details
    Browse the repository at this point in the history
  3. Override instentiated_in property when object has module_name

    Signed-off-by: Emirhan Karagül <emirhan350z@gmail.com>
    YmirKhang committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    d4fcc74 View commit details
    Browse the repository at this point in the history
  4. Add docstring for module_name parameter

    Signed-off-by: Emirhan Karagül <emirhan350z@gmail.com>
    YmirKhang committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    4704b3d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Add default None value to module_name parameter

    Signed-off-by: Emirhan Karagül <emirhan350z@gmail.com>
    YmirKhang committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    cc61a26 View commit details
    Browse the repository at this point in the history
  2. Add unit test to check for module_name and name fields of tasks

    Signed-off-by: Emirhan Karagül <emirhan350z@gmail.com>
    YmirKhang committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    e3b0a90 View commit details
    Browse the repository at this point in the history
  3. Add remote register unit test with explicit module_name

    Signed-off-by: Emirhan Karagül <emirhan350z@gmail.com>
    YmirKhang committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    97b0e29 View commit details
    Browse the repository at this point in the history
  4. Remove unused import and fix lint error

    Signed-off-by: Emirhan Karagül <emirhan350z@gmail.com>
    YmirKhang committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    10bc3c7 View commit details
    Browse the repository at this point in the history