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

[WIP] Rhv 4 api support for targeted refresh #14063

Closed
wants to merge 15 commits into from

Conversation

pkliczewski
Copy link
Contributor

This PR contains targeted refresh changes built on top of:

#13742

@pkliczewski
Copy link
Contributor Author

New Provider - Inventory

@miq-bot
Copy link
Member

miq-bot commented Mar 3, 2017

Some comments on commits pkliczewski/manageiq@ba3bbc6~...050d10a

spec/models/manageiq/providers/redhat/infra_manager/event_parser_spec.rb

  • ⚠️ - 71 - Detected allow_any_instance_of. This RSpec method is highly discouraged, please only use when absolutely necessary.
  • ⚠️ - 73 - Detected allow_any_instance_of. This RSpec method is highly discouraged, please only use when absolutely necessary.
  • ⚠️ - 74 - Detected allow_any_instance_of. This RSpec method is highly discouraged, please only use when absolutely necessary.

spec/models/manageiq/providers/redhat/infra_manager/refresh/refresher_4_1_spec.rb

  • ⚠️ - 22 - Detected allow_any_instance_of. This RSpec method is highly discouraged, please only use when absolutely necessary.
  • ⚠️ - 24 - Detected allow_any_instance_of. This RSpec method is highly discouraged, please only use when absolutely necessary.
  • ⚠️ - 26 - Detected allow_any_instance_of. This RSpec method is highly discouraged, please only use when absolutely necessary.
  • ⚠️ - 28 - Detected allow_any_instance_of. This RSpec method is highly discouraged, please only use when absolutely necessary.
  • ⚠️ - 30 - Detected allow_any_instance_of. This RSpec method is highly discouraged, please only use when absolutely necessary.
  • ⚠️ - 32 - Detected allow_any_instance_of. This RSpec method is highly discouraged, please only use when absolutely necessary.
  • ⚠️ - 34 - Detected allow_any_instance_of. This RSpec method is highly discouraged, please only use when absolutely necessary.
  • ⚠️ - 36 - Detected allow_any_instance_of. This RSpec method is highly discouraged, please only use when absolutely necessary.
  • ⚠️ - 37 - Detected allow_any_instance_of. This RSpec method is highly discouraged, please only use when absolutely necessary.

spec/models/manageiq/providers/redhat/infra_manager/refresh/refresher_target_vm_4_spec.rb

  • ⚠️ - 26 - Detected allow_any_instance_of. This RSpec method is highly discouraged, please only use when absolutely necessary.
  • ⚠️ - 28 - Detected allow_any_instance_of. This RSpec method is highly discouraged, please only use when absolutely necessary.
  • ⚠️ - 30 - Detected allow_any_instance_of. This RSpec method is highly discouraged, please only use when absolutely necessary.
  • ⚠️ - 32 - Detected allow_any_instance_of. This RSpec method is highly discouraged, please only use when absolutely necessary.
  • ⚠️ - 34 - Detected allow_any_instance_of. This RSpec method is highly discouraged, please only use when absolutely necessary.
  • ⚠️ - 36 - Detected allow_any_instance_of. This RSpec method is highly discouraged, please only use when absolutely necessary.
  • ⚠️ - 37 - Detected allow_any_instance_of. This RSpec method is highly discouraged, please only use when absolutely necessary.

@miq-bot
Copy link
Member

miq-bot commented Mar 3, 2017

Checked commits pkliczewski/manageiq@ba3bbc6~...050d10a with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0
32 files checked, 120 offenses detected

app/models/manageiq/providers/redhat/infra_manager/inventory/strategies/v3.rb

app/models/manageiq/providers/redhat/infra_manager/inventory/strategies/v4.rb

app/models/manageiq/providers/redhat/infra_manager/provision/cloning.rb

  • ❗ - Line 19, Col 7 - Style/CommentAnnotation - Annotation keywords like TODO should be all upper case, followed by a colon, and a space, then a note describing the problem.
  • ❗ - Line 6, Col 7 - Style/CommentAnnotation - Annotation keywords like TODO should be all upper case, followed by a colon, and a space, then a note describing the problem.

app/models/manageiq/providers/redhat/infra_manager/provision/configuration.rb

  • ❗ - Line 25, Col 7 - Style/CommentAnnotation - Annotation keywords like TODO should be all upper case, followed by a colon, and a space, then a note describing the problem.

app/models/manageiq/providers/redhat/infra_manager/provision/configuration/container.rb

  • ❗ - Line 21, Col 7 - Style/CommentAnnotation - Annotation keywords like TODO should be all upper case, followed by a colon, and a space, then a note describing the problem.
  • ❗ - Line 30, Col 7 - Style/CommentAnnotation - Annotation keywords like TODO should be all upper case, followed by a colon, and a space, then a note describing the problem.
  • ❗ - Line 37, Col 7 - Style/CommentAnnotation - Annotation keywords like TODO should be all upper case, followed by a colon, and a space, then a note describing the problem.

app/models/manageiq/providers/redhat/infra_manager/refresh/parse/strategies/vm_inventory.rb

app/models/manageiq/providers/redhat/infra_manager/refresh/strategies/api3.rb

  • ❗ - Line 22, Col 9 - Style/AlignHash - Align the elements of a hash literal if they span more than one line.
  • ❗ - Line 30, Col 11 - Style/AlignHash - Align the elements of a hash literal if they span more than one line.
  • ❗ - Line 31, Col 11 - Style/AlignHash - Align the elements of a hash literal if they span more than one line.
  • ❗ - Line 5, Col 9 - Style/AlignHash - Align the elements of a hash literal if they span more than one line.

spec/models/manageiq/providers/redhat/infra_manager/event_parser_spec.rb

spec/models/manageiq/providers/redhat/infra_manager/refresh/refresher_4_1_spec.rb

@miq-bot
Copy link
Member

miq-bot commented Mar 27, 2017

This pull request is not mergeable. Please rebase and repush.

@pkliczewski
Copy link
Contributor Author

This PR was only to collaborate with Boris. It is not needed any more.

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