[obs-commits] [openSUSE/open-build-service] 205444: [webui] Bugfix: Validation error on AWS ARN
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 2054447cd9d8d6b25473ba28c76125eabef02766 https://github.com/openSUSE/open-build-service/commit/2054447cd9d8d6b25473ba... Author: Manuel Schnitzer <mschnitzer@suse.com> Date: 2018-01-25 (Thu, 25 Jan 2018) Changed paths: M src/api/app/models/cloud/ec2/configuration.rb Log Message: ----------- [webui] Bugfix: Validation error on AWS ARN The default for the `arn` column is `NULL`. This would mean if one user gets an ec2 configuration and doesn't set an `arn`, no more users can get an ec2 configuration because the default value `NULL` is treated as an actual value and has to be unique. Fixes #4393 Commit: 1d3eb0353ec82e4a1611dbb0cefd9e1a4afe81c3 https://github.com/openSUSE/open-build-service/commit/1d3eb0353ec82e4a1611db... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-01-25 (Thu, 25 Jan 2018) Changed paths: M src/api/app/models/cloud/ec2/configuration.rb Log Message: ----------- Merge pull request #4400 from mschnitzer/fix_aws_arn_validations [webui] Bugfix: Validation error on AWS ARN Compare: https://github.com/openSUSE/open-build-service/compare/2b307f931908...1d3eb0...
participants (1)
-
Christian Bruckmayer