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

Fix deps #200

Merged
3 commits merged into from Aug 9, 2017
Merged

Fix deps #200

3 commits merged into from Aug 9, 2017

Conversation

rdallman
Copy link
Contributor

@rdallman rdallman commented Aug 5, 2017

5bfc043 does some work to actually get rid of the heroku registry client. the latter commit updates the deps. since our deps are broken if we don't strip the vendor directory and without getting rid of heroku, they were broken with stripping, too (p.s. we shouldn't have to strip vendor for our deps to work)

the cli package was not properly being omitted from the top level fn deps anymore, so this removes a lot of deps from that too.

the sirupsen thing was broken again too. it seems like we basically need to wait for all of our deps to update to lower case and then we can update to lower case. until then, we need to keep upper case versions of everything that uses logrus vendored. (yes, seriously). there are good rants to be found here: sirupsen/logrus#570 (comment) . so for the moment, had to add some old versions of things that updated to lower case sirupsen until we are ready. :(((((((((((((((

if we get this in before #191 i'll rebase and update deps there, or if vice versa i'll remove them here.

just think of all the fun ya'll missed since we have vendor vendored ^_^

these are seriously a disaster to maintain, and idk what to do about it (and that has nothing to do with whether we download them or not. updating them is impossible and happening all the time is the issue. and sirupsen. definitely sirupsen. and docker too) should we freeze everything at its current state?

Reed Allman added 3 commits August 3, 2017 03:50
the docker one actually sucks to use, as apparent here. had to add a lot of
shit just for it to work, but the heroku registry client has gone stale and is
causing issues with our dependencies. didn't expect this to be that hard, but
it's over now. good thing we aren't even using this code ^_^. we need to at
some point start limiting image sizes and remember this not being fun to
figure out to begin with, so anyway, now this works and we don't have to
wrestle with different versions of docker in deps (hopefully) anymore.
had to lock a lot of things in place
@rdallman
Copy link
Contributor Author

rdallman commented Aug 5, 2017

@rdallman
Copy link
Contributor Author

rdallman commented Aug 7, 2017

going to update w/ #191 stuff meow

@rdallman
Copy link
Contributor Author

rdallman commented Aug 7, 2017

ok, updated. looks good now (i think). should review 5bfc043 mostly

@rdallman
Copy link
Contributor Author

rdallman commented Aug 8, 2017

bump @denismakogon @oracloud

@denismakogon
Copy link
Member

@oracloud your turn.

@ghost
Copy link

ghost commented Aug 9, 2017

@rdallman @denismakogon CircleCI is happy. LGTM.

@ghost ghost merged commit df2a9ae into master Aug 9, 2017
@ghost ghost deleted the fix-deps branch August 9, 2017 12:21
@rdallman
Copy link
Contributor Author

rdallman commented Aug 9, 2017

thanks!

This pull request was closed.
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

Successfully merging this pull request may close these issues.

None yet

2 participants