Uh oh!
There was an error while loading. Please reload this page.
Allow links to containers outside of the project - #544
Conversation
dnephin
commented
Oct 17, 2014
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:
|
jbalonso
commented
Oct 17, 2014
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. |
jbalonso
commented
Oct 23, 2014
I managed to dig up my implementation in the form of an |
jbalonso
commented
Oct 30, 2014
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. |
jbalonso
commented
Nov 6, 2014
I believe this would also resolve #428, for the record. Automated tests are still forthcoming. My team is a bit busy over here. |
cgcgbcbc
commented
Nov 11, 2014
The test failed for |
jbalonso
commented
Nov 11, 2014
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. |
cgcgbcbc
commented
Nov 12, 2014
You can use git rebase to produce a "new" commit and force update the branch. |
mauricioabreu
commented
Nov 13, 2014
Is this PR still worth? I am willing to write tests if needed. |
jbalonso
commented
Nov 13, 2014
I think it's still worthwhile (but I'm biased)--my team is actively using and fundamentally requires our branch. |
mauricioabreu
commented
Nov 14, 2014
I need this feature as well. Like you we are using an isolated branch. |
roytruelove
commented
Nov 18, 2014
+1 definitely necessary; I have a single instance of a database that's shared by multiple fig-managed containers |
jbalonso
commented
Nov 25, 2014
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.) |
andrewmichaelsmith
commented
Nov 26, 2014
@jbalonso Has there been any more feedback from the fig guys about if this is something they want? |
mauricioabreu
commented
Nov 26, 2014
@jbalonso I just created a pull request against your branch. |
mauricioabreu
commented
Nov 26, 2014
Sorry, I forgot to link my PR against @jbalonso branch: https://github.com/LuminosoInsight/fig/pull/2 |
dnephin
commented
Dec 4, 2014
Cool, I think we just need an entry in the docs to show how this would work |
mauricioabreu
commented
Dec 6, 2014
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. |
jbalonso
commented
Dec 15, 2014
I've merged @mauricioabreu's PR and touched it up slightly. |
jbalonso
commented
Dec 16, 2014
grumble Fetch failure... I'll try again with a squash-and-force-push. |
jbalonso
commented
Dec 16, 2014
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. |
mauricioabreu
commented
Dec 16, 2014
so sad :( |
cerisier
commented
Dec 17, 2014
+ 1 |
suaron
commented
Dec 17, 2014
👍 |
mauricioabreu
commented
Dec 17, 2014
hey @jbalonso can you try another push? 😭 |
jbalonso
commented
Dec 17, 2014
The tests have passed. |
thaJeztah
commented
Dec 17, 2014
🎉 |
mauricioabreu
commented
Dec 18, 2014
Thank you all for all your efforts. |
mauricioabreu
commented
Dec 19, 2014
I think we need a rebase (pick/squash) here. |
jbalonso
commented
Dec 22, 2014
Why is that, @mauricioabreu ? |
mauricioabreu
commented
Dec 22, 2014
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. |
aanand
commented
Dec 30, 2014
Squash and rebase, yes please - plus the docs seem to say |
mauricioabreu
commented
Dec 30, 2014
… 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>
jbalonso
commented
Dec 30, 2014
Mischief managed. Here's to hoping that the tests pass. |
jbalonso
commented
Dec 30, 2014
And they passed! 🎉 (Happy Almost New Year!) |
mauricioabreu
commented
Dec 30, 2014
I think it is ok now! Thanks. |
aanand
commented
Jan 5, 2015
LGTM |
tsileo
commented
Jan 8, 2015
Any update on this ? |
dnephin
commented
Jan 8, 2015
LGTM |
Allow links to containers outside of the project
thaJeztah
commented
Jan 8, 2015
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.