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

Update icon + port provider for DownloadHttpFile activity #226

Merged
merged 5 commits into from
Jun 15, 2024

Conversation

sfmskywalker
Copy link
Member

No description provided.

Improved readability and understanding of code by modifying and adding comments in the HttpStatusCodes.razor.cs and ActivityRegistryRefreshed.cs files. Also adjusted the EXE_PATH in the run configurations in Server.run.xml and Wasm.run.xml for more accurate path references.
The class 'FlowSendHttpRequestPortProvider' has been renamed to 'FlowHttpRequestPortProvider' and enhanced to provide support also for the 'DownloadHttpFile' activity. The ServiceCollectionExtensions have been adjusted to reflect this name change.
A new activity called "Elsa.DownloadHttpFile" has been added to the DefaultActivityDisplaySettingsProvider. This activity is associated with HTTP colors and the CloudDownload icon, indicating its functionality for file downloading operations over HTTP.
@sfmskywalker sfmskywalker requested review from a team June 13, 2024 20:34
The GitHub Actions workflow file has been updated to reflect a new version for the packaged output. Instead of producing a package named with a tag of "3.2.0-PACKAGE_PREFIX.run_number", it will now generate a package with a name formed by "3.2.0-rc2.run_number".
This update adds new branch naming conventions to trigger actions in our packages workflow. It includes additions such as 'feat/*', 'bug/*', 'enh/*', 'perf/*', 'hotfix/*', and 'chore/*' to expand the workflow's flexibility and responsiveness to a wider range of branch names.
@sfmskywalker sfmskywalker merged commit 3a43335 into patch/3.2.x Jun 15, 2024
6 checks passed
@sfmskywalker sfmskywalker deleted the enh/5601 branch June 15, 2024 07:59
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