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

If sourceNamespace and targetNamespace are left blank, namespace is null inside of Git repository #79

Open
wrussell1999 opened this issue Jun 20, 2024 · 0 comments
Labels
area/plugin Plugin-related issue or feature request bug Something isn't working good first issue Great issue for new contributors

Comments

@wrussell1999
Copy link
Member

Expected Behavior

When committing to git with sourceNamespace and targetNamespace properties not set, the namespace in the flow should be the same as it was in Kestra

Actual Behaviour

It sets the namespace to null

id: push_to_git
namespace: system

https://github.com/wrussell1999/test

Steps To Reproduce

id: push_to_git
namespace: system

tasks:
  - id: commit_and_push
    type: io.kestra.plugin.git.PushFlows
    username: wrussell1999
    password: "{{ secret('GITHUB_ACCESS_TOKEN') }}"
    url: https://github.com/wrussell1999/test
    branch: main
    gitDirectory: flows
    commitMessage: "changes to kestra flows"

Environment Information

  • Kestra Version:
  • Plugin version:
  • Operating System (OS / Docker / Kubernetes):
  • Java Version (If not docker):

Example flow

No response

@wrussell1999 wrussell1999 added the bug Something isn't working label Jun 20, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Issues Jun 20, 2024
@Ben8t Ben8t added the area/plugin Plugin-related issue or feature request label Sep 9, 2024
@anna-geller anna-geller added the good first issue Great issue for new contributors label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/plugin Plugin-related issue or feature request bug Something isn't working good first issue Great issue for new contributors
Projects
Status: Backlog
Development

No branches or pull requests

5 participants