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

snactor discover --safe doesn't detect topics and workflows #378

Open
vojtechsokol opened this issue Nov 13, 2018 · 0 comments
Open

snactor discover --safe doesn't detect topics and workflows #378

vojtechsokol opened this issue Nov 13, 2018 · 0 comments

Comments

@vojtechsokol
Copy link
Member

Reproducer:
Create new repository with tag and/or topic:

$ snactor repo new NewRepo
New repository NewRepo has been created in /home/user/NewRepo
$ snactor new-topic NewTopic
New topic Topic has been created in /home/user/NewRepo/topics/newtopic.py
$ snactor workflow new NewWorkflow
New tag WorkflowTag has been created in /home/user/NewRepo/tags/newworkflow.py
New workflow Workflow has been created in /home/user/NewRepo/workflows/new_workflow.py

Running snactor discover --safe doesn't detect the created topic and workflow:

$ snactor discover --safe
Repository:
  Name: NewRepo
  Path: /home/user/NewRepo

Actors

Models

Tags
  - NewWorkflowTag(Tag) ........................................ tags/newworkflow.py

Expected behavior:

$ snactor discover --safe
Repository:
  Name: NewRepo
  Path: /home/user/NewRepo

Actors

Models

Tags
  - NewWorkflowTag(Tag) ............................... tags/newworkflow.py

Topics
  - NewTopic(Topic) ................................... topics/newtopic.py

Workflows
  - NewWorkflow(Workflow) ............................. workflows/new_workflow.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant