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 the middleware ordering #3918

Merged
merged 1 commit into from
May 20, 2019
Merged

Fix the middleware ordering #3918

merged 1 commit into from
May 20, 2019

Conversation

jbradberry
Copy link
Contributor

SUMMARY

We recently attempted to reorder the middleware stack to eliminate the problems with the migrations check middleware, but got the wrong one.

related #3875

I have now verified that this does the right thing both in the initially logged-in case and the non-logged-in case when a migration is created, and then when the migration is applied.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME
  • API
AWX VERSION
awx: 4.0.0

@jbradberry jbradberry self-assigned this May 17, 2019
@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.

@rooftopcellist
Copy link
Member

I have tested this out locally with some bogus migrations and it works. We still have an extra sessionExpired cookie, but this was there before.

image

Copy link
Member

@rooftopcellist rooftopcellist left a comment

Choose a reason for hiding this comment

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

lgtm

@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded (gate pipeline).

@softwarefactory-project-zuul softwarefactory-project-zuul bot merged commit 2addf20 into ansible:devel May 20, 2019
@jbradberry jbradberry deleted the middleware-ordering branch May 20, 2019 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants