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

Allow linking between repositories #4

Open
ethernetdan opened this issue May 5, 2016 · 1 comment
Open

Allow linking between repositories #4

ethernetdan opened this issue May 5, 2016 · 1 comment

Comments

@ethernetdan
Copy link
Member

ethernetdan commented May 5, 2016

It's often useful to be able to reuse components across multiple applications. For this reason I would like to implement the ability to link between multiple repositories.

Reference

  • A URL to retrieve a kit repo
  • A reference to a Git object (commit, tag)
  • A kubernetes "selfLink" style path to the object (/namespaces///)
  • A JSONPath/Go Template style reference to the value wanting to be used

Link Data format

How it will be stored within the GIt repository
FROM:
TO:

User input

Initially I will try having links be specified within a object files. A multicharacter delimiter will be used to denote the beginning of the link.

For example
$%%redspread.com/postgres#3722e31/v1/namespaces/default/services/pg-master (entire object)
$%%redspread.com/postgres#3722e31/v1/namespaces/default/services/pg-master.spec.ports[0] (specific value)

@ethernetdan
Copy link
Member Author

Links can be stored in the Git repository as /links

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