-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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 links to containers outside of the project #544
Conversation
I think this would be cool. I don't really like the I hope we can come up with a better way to represent "external". Some ideas:
|
sigh I did implement it as a new config keyword originally ( I'll see if my repo has managed not to garbage collect my older commits. |
I managed to dig up my implementation in the form of an |
grumble this build failed for external reasons. The flake8 error is gone in my local tests, but I suppose I'll let this sit here until we can devise some real tests. |
I believe this would also resolve #428, for the record. Automated tests are still forthcoming. My team is a bit busy over here. |
The test failed for |
Yep. See "failed for external reasons." :) I expect it would be cleared up when we push out another commit. If someone wants to PR a test into our branch at LuminosoInsight/fig, we could hurry this PR along. Otherwise... my team is tied up for a while. |
You can use git rebase to produce a "new" commit and force update the branch.
|
Is this PR still worth? I am willing to write tests if needed. |
I think it's still worthwhile (but I'm biased)--my team is actively using and fundamentally requires our branch. |
I need this feature as well. Like you we are using an isolated branch. |
+1 definitely necessary; I have a single instance of a database that's shared by multiple fig-managed containers |
The +1's are all well and good, but if someone could contribute a test to our branch, this PR could move along. (My team is still tied up in other matters.) |
@jbalonso Has there been any more feedback from the fig guys about if this is something they want? |
@jbalonso I just created a pull request against your branch. |
Sorry, I forgot to link my PR against @jbalonso branch: https://github.com/LuminosoInsight/fig/pull/2 |
Cool, I think we just need an entry in the docs to show how this would work |
hey @dnephin I added another PR here: https://github.com/LuminosoInsight/fig/pull/3 Just waiting for feedback and merge so we can discuss the docs details here. |
I've merged @mauricioabreu's PR and touched it up slightly. |
grumble Fetch failure... I'll try again with a squash-and-force-push. |
shakes fist. Ok... it seems that the build system is in a bad mood today, so I'll try again later, maybe tomorrow, unless someone here says that I can try again and reasonably expect something different. |
so sad :( |
+ 1 |
👍 |
hey @jbalonso can you try another push? 😭 |
The tests have passed. |
🎉 |
Thank you all for all your efforts. |
I think we need a rebase (pick/squash) here. |
Why is that, @mauricioabreu ? |
Because most of the projects don't want a lot of commits. I don't know how fig works but they probably will want a rebase (pick/squash) here. |
Squash and rebase, yes please - plus the docs seem to say |
… to create links to containers outside of the project Signed-off-by: Jason Bernardino Alonso <jalonso@luminoso.com> Signed-off-by: Mauricio de Abreu Antunes <mauricio.abreua@gmail.com>
Mischief managed. Here's to hoping that the tests pass. |
And they passed! 🎉 (Happy Almost New Year!) |
I think it is ok now! Thanks. |
LGTM |
Any update on this ? |
LGTM |
Allow links to containers outside of the project
Oh yeah! |
Allow links to containers outside of the project Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
Resolves #159. I believe this PR needs tests (existing ones should be ok), but I wanted to start a conversation around it.