Skip to content

Remove s3 requirement - #49

Open
iHiD wants to merge 2 commits into
mainfrom
remove-s3-requirement
Open

Remove s3 requirement#49
iHiD wants to merge 2 commits into
mainfrom
remove-s3-requirement

Conversation

@iHiD

@iHiD iHiD commented Apr 19, 2022

Copy link
Copy Markdown
Member

@ErikSchierboom Could you add matrix testing to this please.

@iHiD
iHiD requested a review from ErikSchierboom April 19, 2022 15:22
Comment on lines +14 to +15
os: ['ubuntu-20.04']
ruby-version: ['3.0', '3.1']

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I've added a matrix for testing. Let me know which values you want to test with.

Comment thread exercism_config.gemspec
# own Gemfile when using this.
spec.add_development_dependency 'aws-sdk-ecr'
spec.add_development_dependency 'aws-sdk-s3'
spec.add_development_dependency 'webrick'

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Why do we need this gem?

Comment thread lib/exercism-config.rb
Comment on lines +7 to +19
# require_relative 'exercism_config/environment'
# require_relative 'exercism_config/determine_environment'
# require_relative 'exercism_config/generate_aws_settings'
# require_relative 'exercism_config/setup_dynamodb_client'
# require_relative 'exercism_config/setup_ecr_client'
# require_relative 'exercism_config/setup_s3_client'
# require_relative 'exercism_config/retrieve_config'
# require_relative 'exercism_config/retrieve_secrets'

# require_relative 'exercism_config/version'
# require_relative 'exercism/config'
# require_relative 'exercism/secrets'
# require_relative 'exercism/tooling_job'

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can these be removed?

def test_config_for_development
Exercism.stubs(env: ExercismConfig::Environment.new(:development))
config = ExercismConfig::RetrieveConfig.()
p config

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Was it intentional to add this?

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.

2 participants