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

[fix] Make clowdapp name match app-interface Template #140

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SteveHNH
Copy link
Contributor

@SteveHNH SteveHNH commented Feb 3, 2023

The clowdapp name has to match the app interface template in order for
optionalDependencies and Dependencies work properly with bonfire.

The easiest place to fix this is here in the clowdapp file since
changing it elsewhere would require changes to both the apps referencing
it as well as the resource name in app-interface

Signed-off-by: Stephen Adams [email protected]

What?

Update the clowdapp name to match the name in app-interface

Why?

If the name in the clowdapp and the name in app-interface do not match, bonfire can not properly use the optionalDependencies or Dependencies list

How?

Change the name

Testing

Did you add any tests for the change?

Anything Else?

Any other notes about the PR that would be useful for the reviewer.

Secure Coding Practices Checklist Link

Secure Coding Checklist

  • Input Validation
  • Output Encoding
  • Authentication and Password Management
  • Session Management
  • Access Control
  • Cryptographic Practices
  • Error Handling and Logging
  • Data Protection
  • Communication Security
  • System Configuration
  • Database Security
  • File Management
  • Memory Management
  • General Coding Practices

The clowdapp name has to match the app interface template in order for
optionalDependencies and Dependencies work properly with bonfire.

The easiest place to fix this is here in the clowdapp file since
changing it elsewhere would require changes to both the apps referencing
it as well as the resource name in app-interface

Signed-off-by: Stephen Adams <[email protected]>
@tahmidefaz
Copy link
Member

/retest

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