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 idempotency #554

Closed
wants to merge 143 commits into from
Closed

Fix idempotency #554

wants to merge 143 commits into from

Conversation

Wing924
Copy link
Contributor

@Wing924 Wing924 commented Jun 10, 2020

Proposed Changes

This PR is to keep idempotency of this cookbook.

The ohai 'reload_packages' do nothing when no package is installed but still report that some resources are changed.

Types of Changes

What types of changes does your code introduce to this project?
Put an x in the boxes that apply

  • Bug fix (non-breaking change which fixes issue #NNNN)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation (correction or otherwise)
  • Cosmetics (whitespace, appearance)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating
the PR. If you're unsure about any of them, don't hesitate to ask on the
mailing list. We're here to help! This is simply a reminder of what we are
going to look for before merging your code.

  • I have read the CONTRIBUTING.md document
  • I have signed the CA (see https://cla.pivotal.io/sign/rabbitmq)
  • All tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in related repositories

michaelklishin and others added 30 commits February 23, 2018 00:51
Will target RabbitMQ 3.7.x or later only, use new config format,
and introduce moderate breaking changes.
This reverts commit c712a15.

This release was triggered by accident. Per discussion with @jjasghar.
To support versions older than 3.6.0 which are, ahem,
out of any kind of support.

Ranch, a TCP acceptor library adopted in 3.6.0,
forces binary and a few other TCP listener options.

Closes rabbitmq#488.

(cherry picked from commit 1aa9dc4)
(cherry picked from commit 18d2415)
(cherry picked from commit 69d0932)
Still sticking to 3.6.x until new config format support lands.
It has to be an array so cannot be a name attribute. Falling back
to first node's name is a reasonable thing to do which RabbitMQ
itself uses.
We still support Chef 12.x at this time.
Conflicts:
	metadata.rb
Conflicts:
	metadata.rb
tas50 and others added 28 commits December 10, 2019 10:59
Signed-off-by: Tim Smith <tsmith@chef.io>
Make sure we're calling ::File not Chef::File

Signed-off-by: Tim Smith <tsmith@chef.io>
Scope the File exist conditional properly
Invalid platforms were being passed here. I wrote a cookstyle to catch this in the future.

Signed-off-by: Tim Smith <tsmith@chef.io>
Fix invalid value_for_platform helper usage
Signed-off-by: Tim Smith <tsmith@chef.io>
Signed-off-by: Tim Smith <tsmith@chef.io>
Fix license acceptance in Travis
Chef gives you a name attribute/property by default.

Signed-off-by: Tim Smith <tsmith@chef.io>
Signed-off-by: Tim Smith <tsmith@chef.io>
Ubuntu isn't a platform family and we have a nice helper for this

Signed-off-by: Tim Smith <tsmith@chef.io>
true/class works but it's not correct

Signed-off-by: Tim Smith <tsmith@chef.io>
Bumps [rack](https://github.com/rack/rack) from 2.0.7 to 2.0.8.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](rack/rack@2.0.7...2.0.8)

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit a1e881d)
(cherry picked from commit 4f80ae9)
…vesupport-6.0.3.1

Bump activesupport from 6.0.0 to 6.0.3.1

(cherry picked from commit 3b3dd04)
Signed-off-by: Wing924 <weihe924stephen@gmail.com>
@Wing924 Wing924 closed this Jun 10, 2020
@Wing924 Wing924 deleted the fix_idempotency branch July 27, 2020 04:49
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.

7 participants