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

Fixes #5422 - don't orchestrate user at login every login #4070

Merged
merged 1 commit into from May 13, 2014

Conversation

iNecas
Copy link
Member

@iNecas iNecas commented May 13, 2014

No description provided.

@iNecas iNecas restored the 5422 branch May 13, 2014 15:28
@pitr-ch
Copy link
Member

pitr-ch commented May 13, 2014

ACK

iNecas added a commit that referenced this pull request May 13, 2014
Fixes #5422 - don't orchestrate user at login every login
@iNecas iNecas merged commit 5924607 into Katello:master May 13, 2014
# update was caused by loging into the system: no need to run
# orchestration for that, as it causes locking troubles and might
# lead to performance issues as well
unless (changes.keys - ["last_login_on", "updated_at"]).empty?
Copy link
Contributor

Choose a reason for hiding this comment

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

This isn't passing. This needs to be %w(last_login_on updated_at)

Copy link
Member Author

Choose a reason for hiding this comment

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

Damn you, Rubocop (and me not waiting for CI), thanks @ehelms for fixing

Copy link
Contributor

Choose a reason for hiding this comment

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

I have to say that this is one of the style rules I am least fond of.

@daviddavis
Copy link
Contributor

In the future, please don't merge unless Jenkins is green.

@ehelms
Copy link
Member

ehelms commented May 13, 2014

Mistakes happen, but please remain vigilant to not just merge if you have an ACK. This commit introduced a rubocop issue to master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants