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

Refactor app() to parse_app() for better "bucket/app@version" handling #2234

Merged
merged 1 commit into from
May 4, 2018

Conversation

r15ch13
Copy link
Member

@r15ch13 r15ch13 commented May 1, 2018

This should fix some issues with the installation from different buckets and also allows specific versions.

It now parses these app names:

  • php-bucket/php71-amqp@1.8.0
  • php-bucket/php71-amqp
  • php71-amqp@1.8.0
  • php71-amqp@1.9.0-rc2

Removed:

  • is_app_with_specific_version()
  • get_app_with_version()

Heavy testing required!

It now parses these app names:
- php-bucket/php71-amqp@1.8.0
- php-bucket/php71-amqp
- php71-amqp@1.8.0
- php71-amqp@1.9.0-rc2

Removed:
- is_app_with_specific_version()
- get_app_with_version()
@r15ch13 r15ch13 requested review from brandon93s and rasa May 1, 2018 17:42
@r15ch13 r15ch13 added enhancement review-needed Asks for review of these changes labels May 1, 2018
@r15ch13 r15ch13 merged commit 70f64c8 into master May 4, 2018
r15ch13 added a commit that referenced this pull request May 4, 2018
@r15ch13 r15ch13 deleted the app-name-handling branch May 4, 2018 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement review-needed Asks for review of these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant