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] Remove remaining Activesupport methods #118

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

kbrock
Copy link
Member

@kbrock kbrock commented Mar 13, 2024

Needed to revert #115
#119 reverts #115 and converts a few active support methods over to ruby

This PR is the remaining changes to drop ActiveSupport

In the grand scheme of things, a container has the following dependency:

manageiq-api-client
  activesupport
    - concurrent-ruby
    - i18n
    - minitest
    - tzinfo
  faraday
    - 10 faraday adapter gems
    - ruby2_keywords
    - racc
  faraday_middleware
  json
  query_relation
rbvmomi2
  builder
  json
  nokogiri (6 versions)
    racc
  optimist

Where rbvmomi2 is on the chopping block if it communicates with the api instead of with vmware directly.

@kbrock kbrock changed the title Activesupport2 Remove remaining Activesupport methods Mar 13, 2024
@Fryguy Fryguy self-assigned this Mar 13, 2024
@kbrock kbrock added the wip label Mar 13, 2024
@kbrock kbrock changed the title Remove remaining Activesupport methods [WIP] Remove remaining Activesupport methods Mar 13, 2024
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.

2 participants