Skip to content

Conversation

@rish2320
Copy link
Contributor

Description

Added and passed the deployedBy field in helm apps deployment history but not in the case of app deployed through external apps.

Fixes 2847

How Has This Been Tested?

1: Created deployedBy in the preview to be passed.
2: Got that value from the database and recieved it on the frontEnd.
3: Checked through various apps whether the deployedBy field is coming on the preview and UI or not, it is working fine.

Checklist:

  • The title of the PR states what changed and the related issues number (used for the release note).
  • Does this PR requires documentation updates?
  • I've updated documentation as required by this PR.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have tested it for all user roles.
  • I have added all the required unit/api test cases.

@rish2320 rish2320 requested a review from prakash100198 April 27, 2023 06:12
prakash100198
prakash100198 previously approved these changes Apr 27, 2023
@rish2320 rish2320 requested a review from vikramdevtron April 27, 2023 06:29
return result, err
}
for _, updateHistory := range versionHistory {
user, _ := impl.userService.GetById(updateHistory.CreatedBy)
Copy link
Contributor

Choose a reason for hiding this comment

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

error handling missing

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@rish2320 rish2320 merged commit 4c2dcc0 into main Apr 28, 2023
@rish2320 rish2320 deleted the add_deployedby_field branch April 28, 2023 12:11
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.

4 participants