Skip to content

Fix reverse dependencies page that didn't work after ember upgrade #555

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

Merged
merged 5 commits into from
Feb 12, 2017

Conversation

carols10cents
Copy link
Member

Apparently some behavior around baseURL/rootURL changed with the ember upgrade, and the reverse dependencies adapter constructs a custom URL that started being relative when it should be absolute.

I also added a bunch more acceptance tests, which meant a bunch more mirage fixtures, to help us feel more confident about ember upgrades not breaking things in the future :)

I merged and deployed the ember upgrade (PR #501) last night, then I reverted the deploy but not the code today when I saw #553. So no git gymnastics needed, just a merge and then a deploy :)

Also add a new test helper that matches a regex instead of text exactly
because timezones :(
The base url behavior changed in the ember upgrade.

Fixes rust-lang#553.
@alexcrichton alexcrichton merged commit e0d46b3 into rust-lang:master Feb 12, 2017
@alexcrichton
Copy link
Member

Nice!

@carols10cents carols10cents deleted the fix-rev-deps branch February 12, 2017 16:53
@carols10cents
Copy link
Member Author

Nice I broke production but then i fixed it? LOL :)

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.

2 participants