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

Azure Event Grid API implementation #848

Merged
merged 10 commits into from
Jul 26, 2023
Merged

Azure Event Grid API implementation #848

merged 10 commits into from
Jul 26, 2023

Conversation

sjuarezgx
Copy link
Contributor

@sjuarezgx sjuarezgx temporarily deployed to external-storage-tests July 18, 2023 22:46 — with GitHub Actions Inactive
@genexusbot
Copy link
Collaborator

Cherry pick to beta failed, 1 conflicted file in commit 3b8aa35
  • dotnet/src/dotnetcore/GxClasses/Properties/AssemblyInfo.cs

@genexusbot genexusbot added the conflict Conflict merging to beta branch label Jul 18, 2023
@genexusbot
Copy link
Collaborator

Manual cherry pick to beta success

@genexusbot genexusbot removed the conflict Conflict merging to beta branch label Jul 18, 2023
@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@sjuarezgx sjuarezgx had a problem deploying to external-storage-tests July 20, 2023 15:02 — with GitHub Actions Failure
@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@sjuarezgx sjuarezgx temporarily deployed to external-storage-tests July 20, 2023 16:12 — with GitHub Actions Inactive
@sjuarezgx sjuarezgx temporarily deployed to external-storage-tests July 20, 2023 20:32 — with GitHub Actions Inactive
@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@sjuarezgx sjuarezgx requested a review from ggallotti July 21, 2023 13:31
@sjuarezgx sjuarezgx temporarily deployed to external-storage-tests July 25, 2023 01:39 — with GitHub Actions Inactive
@genexusbot
Copy link
Collaborator

Cherry pick to beta success

success = successConnect;
return evtRouterProvider;
}
/*public EventRouterProviderBase Connect(string endpoint, out GXBaseCollection<SdtMessages_Message> errorMessages, out bool success)
Copy link
Member

Choose a reason for hiding this comment

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

Can we remove this commented code?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ready


/*if (string.IsNullOrEmpty(_accessKey))

//Try using Active Directory authentication
Copy link
Member

Choose a reason for hiding this comment

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

Can we remove this commented code?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ready.

@sjuarezgx sjuarezgx temporarily deployed to external-storage-tests July 25, 2023 15:46 — with GitHub Actions Inactive
@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@sjuarezgx sjuarezgx temporarily deployed to external-storage-tests July 25, 2023 16:36 — with GitHub Actions Inactive
}
catch (Exception ex)
{
throw ex;
Copy link
Member

Choose a reason for hiding this comment

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

The try-catch block is not really needed here.

}
catch (Exception ex)
{
throw ex;
Copy link
Member

Choose a reason for hiding this comment

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

The try-catch block is not really needed here.

}
catch (Exception ex)
{
throw ex;
Copy link
Member

Choose a reason for hiding this comment

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

The try-catch block is not really needed here.

}
catch (Exception ex)
{
throw ex;
Copy link
Member

Choose a reason for hiding this comment

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

The try-catch block is not really needed here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

All try catch blocks removed. The test is automated in fullgx.

@sjuarezgx sjuarezgx temporarily deployed to external-storage-tests July 25, 2023 16:58 — with GitHub Actions Inactive
@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@sjuarezgx sjuarezgx temporarily deployed to external-storage-tests July 25, 2023 17:29 — with GitHub Actions Inactive
@sjuarezgx sjuarezgx requested a review from ggallotti July 25, 2023 19:36
@sjuarezgx sjuarezgx temporarily deployed to external-storage-tests July 25, 2023 22:39 — with GitHub Actions Inactive
@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@sjuarezgx sjuarezgx merged commit a9c0a9d into master Jul 26, 2023
@sjuarezgx sjuarezgx deleted the Issue103791 branch July 26, 2023 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants