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

Feature Request: "hoisting" of fittings definitions #23

Open
osher opened this issue Nov 21, 2016 · 0 comments
Open

Feature Request: "hoisting" of fittings definitions #23

osher opened this issue Nov 21, 2016 · 0 comments

Comments

@osher
Copy link

osher commented Nov 21, 2016

User Story

As a user who wants to manage flow with bagpipes
I want to be able to put pipe definition on top of the file and fitting config bellow
So that I can hold the important parts on top, and the implementation details bellow

More info

Current implementation won't recognize fittings that are yet to be loaded but defined bellow.
That makes the bagpipes list start with the petty details instead of the important story.

e.g. the following does not work, and I very much like it to

bagpipes:
   my-pipe: 
     - fitting1
     - fitting2

   fitting1: 
      name: my-fitting1
      config: value
   
   fitting2:
      name: my-fitting2
      config: value
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