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

Release 1.9.1 #993

Merged
merged 3 commits into from Mar 2, 2020
Merged

Release 1.9.1 #993

merged 3 commits into from Mar 2, 2020

Conversation

BobbyMcWho
Copy link
Member

Have to do this via PR, since the branch is protected.

@BobbyMcWho BobbyMcWho requested a review from a team February 26, 2020 21:05
@suprnova32
Copy link
Member

Do you know why Travis is failing? It seems odd, though. Is it passing locally?

@BobbyMcWho
Copy link
Member Author

It's not passing locally, rack 2.1.0 and 2.2.0 included some changes that broke a few tests.
It seems they may not really be an issue so I just need to update those specs

@suprnova32
Copy link
Member

I think a better option would be to lock down the rack version used for the tests. It doesn't make sense that a simple change like this breaks the build, just because there is a newer version of rack that is not compatible with our code.

Can you lock it down to the version that works? That way master will be green without having to change the tests.

@BobbyMcWho
Copy link
Member Author

BobbyMcWho commented Feb 27, 2020

Becuase rack is a co-dependency of this package and a ton of others, I don't want to artificially limit the version of rack if possible. We should only pin it if rack actually merges changes that will fundamentally affect the way this package's code functions

@suprnova32
Copy link
Member

Makes sense. But I also don't want to merge this PR when it will lead to a "broken" master. Could you open a new PR with the test fixes, so we merge that one first?

@BobbyMcWho
Copy link
Member Author

Yup, I'm at Lonestar Elixir conf currently, so it'll be a few days most likely til I can look at it

@suprnova32
Copy link
Member

Nice! Have fun!

@BobbyMcWho
Copy link
Member Author

@supernova32 can you approve this? I think the coverage check is based on master branch, and so I can't get passed it even though I haven't changed anything that should be tested.

Copy link
Member

@suprnova32 suprnova32 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@BobbyMcWho BobbyMcWho merged commit fce9e23 into omniauth:master Mar 2, 2020
Copy link

@techdoutdigi21 techdoutdigi21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check check

Copy link

@techdoutdigi21 techdoutdigi21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

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

3 participants