Skip to content

Conversation

@tapishr
Copy link
Member

@tapishr tapishr commented Sep 10, 2023

Please check the action items covered in the PR -

  • Build is running
  • Eventing is functional and tested
  • Unit or integration tests added and running
  • Manual QA
  • Code quality checks

@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
No Duplication information No Duplication information

Copy link
Member

@avikalpg avikalpg left a comment

Choose a reason for hiding this comment

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

This looks to me. But I just want to re-iterate that if making these camelCase starts throwing errors or warnings, just revert these changes and just turn the corresponding values in the team-monitor-website back to snake case.

Ok(data) => {
let repo_provider = data["repository_provider"].to_string().trim_matches('"').to_string();
let repo_name = data["event_payload"]["repository"]["name"].to_string().trim_matches('"').to_string();
println!("data == {:?}", &data["eventPayload"]["repository"]);
Copy link
Member

Choose a reason for hiding this comment

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

You want to keep the println?

Copy link
Member

@MuskanPaliwal MuskanPaliwal left a comment

Choose a reason for hiding this comment

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

Looks good to me

async fn send_setup_info(setup_info: &Vec<SetupInfo>) {
let installation_id = env::var("INSTALL_ID")
.expect("INSTALL_ID must be set");
println!("install_id = {:?}", &installation_id);
Copy link
Member

Choose a reason for hiding this comment

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

Is it a part of debugging?

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