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

Duck collector: Add support for views #67

Closed
patriksvensson opened this issue Mar 29, 2020 · 0 comments · Fixed by #79
Closed

Duck collector: Add support for views #67

patriksvensson opened this issue Mar 29, 2020 · 0 comments · Fixed by #79
Labels
backend The issue is for the backend part of Duck feature New feature or request
Milestone

Comments

@patriksvensson
Copy link
Member

Is your feature request related to a problem? Please describe.
When collecting builds from another Duck instance, it would be nice if I could specify which view to use.

Describe the solution you'd like

{
    "collectors": [
        {
            "duck": {
                "id": "duck_other",
                "serverUrl": "http://localhost:8081",
                "view": "the_view_id"
            }
        }
    ]
}
@patriksvensson patriksvensson added feature New feature or request backend The issue is for the backend part of Duck labels Mar 29, 2020
@patriksvensson patriksvensson added this to the 0.13.0 milestone Apr 5, 2020
patriksvensson added a commit that referenced this issue Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend The issue is for the backend part of Duck feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant