Skip to content

Releases/published official releases/official release 2025.3#4271

Merged
Maheshkale447 merged 71 commits into
masterfrom
Releases/Published-Official-Releases/Official-Release-2025.3
Jul 29, 2025
Merged

Releases/published official releases/official release 2025.3#4271
Maheshkale447 merged 71 commits into
masterfrom
Releases/Published-Official-Releases/Official-Release-2025.3

Conversation

@Maheshkale447

@Maheshkale447 Maheshkale447 commented Jul 29, 2025

Copy link
Copy Markdown
Contributor

Thank you for your contribution.
Before submitting this PR, please make sure:

  • PR description and commit message should describe the changes done in this PR
  • Verify the PR is pointing to correct branch i.e. Release or Beta branch if the code fix is for specific release , else point it to master
  • Latest Code from master or specific release branch is merged to your branch
  • No unwanted\commented\junk code is included
  • No new warning upon build solution
  • Code Summary\Comments are added to my code which explains what my code is doing
  • Existing unit test cases are passed
  • New Unit tests are added for your development
  • Sanity Tests are successfully executed for New and Existing Functionality
  • Verify that changes are compatible with all relevant browsers and platforms.
  • After creating pull request there should not be any conflicts
  • Resolve all Codacy comments
  • Builds and checks are passed before PR is sent for review
  • Resolve code review comments
  • Update the Help Library document to match any feature changes

Summary by CodeRabbit

  • New Features

    • Added support for AI-based POM (Page Object Model) learning, including new configuration options and UI controls for enabling AI-driven element extraction.
    • Introduced a new CLI option to use temporary folders for execution artifacts, with improved management and cleanup of temp directories.
    • Added a new browser control action to clear existing network logs, with corresponding UI and backend support.
  • Enhancements

    • Improved error handling and reporting in environment database value expressions and source control operations.
    • Refined element location and learning logic for web automation, including better handling of network log monitoring and AI service communication.
    • Updated several UI labels and help texts for clarity and consistency.
    • Enhanced solution deserialization to migrate legacy logger configurations.
  • Bug Fixes

    • Resolved potential null reference exceptions in various repository and agent operations.
    • Fixed issues with special character handling in source control credentials.
  • Chores

    • Migrated several dependencies to use NuGet package references instead of direct DLL references.
    • Added or updated license headers in multiple files.
  • Documentation

    • Improved code comments and XML documentation for clarity.
  • Refactor

    • Streamlined temporary folder assignment and release logic in CLI operations.
    • Simplified and unified UI visibility logic for form data handling.
  • Style

    • Minor formatting and whitespace adjustments across multiple files.

prashelke and others added 30 commits July 15, 2025 22:26
…ingGenAI

Feature/generate pom using gen ai
…grationFix

Updated Ginger play integration
…nDBQuery

Value Expression DB Query fixes
This commit adds null-conditional operators to various method calls across multiple files, improving null safety and preventing potential `NullReferenceException` errors. Key updates include:

- Updated `BusinessFlow.cs` and `ApplicationAgent.cs` to use null-conditional operators for safer retrieval of objects.
- Added null checks in `SolutionRepository.cs` and `CLIDynamicFile.cs` to handle potential null values gracefully.
- Introduced the `RepoFolderManager` class in `CLIHelper.cs` to manage folder assignments for repository operations, including methods for assigning, releasing, and updating folder assignments.
- Restructured `DoOptionsHandler.cs` to include a license header and improved error handling in the `RunAsync` method.

These changes enhance the robustness and maintainability of the codebase.
- Removed source control password handling from LoadGeneralConfigurations in CLIArgs.cs.
- Introduced UseTempFolder option in RunOptions.cs and updated CLIProcessor.cs to utilize it for setting temporary folder paths.
- Minor formatting improvements in CLILoadAndPrepare and cleanup in ReadFile method for better readability and clarity.
Updated `RepoFolderManager.cs` to use `RuntimeInformation.IsOSPlatform` for OS checks and removed the `AcquireLock` method.

Enhanced `CLIHelper.cs` by implementing `IDisposable` for better resource management, including a new `Dispose` method.

Simplified error handling in `CLIProcessor.cs` and `DoOptionsHandler.cs` by removing unnecessary catch blocks that rethrew exceptions.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Updated the `GetTempFolderPathForRepo` method in `CLIHelper.cs` to include a null-coalescing assignment for the `sourceControlUrl` parameter. If `sourceControlUrl` is null, it now defaults to `this.SourceControlURL`. Added a check to ensure `sourceControlUrl` is not null or empty before further processing.
prashelke and others added 26 commits July 23, 2025 18:35
…ncement

Network Log - ClearExisting log operation
…esFixed

Update possible value in POM for list element
…ollection

Code Refactoring related to Request body content type stack panel
…ccountReportPopupFixes

Accessibility and Account Report Pop up Fixed
…gressbar

Bug fix/Git indexing Progress bar
…layIntegrationFixed

Ginger play configuration Backward compatibility fixed and added bran…
Bug fix/linux_DownloadSolutionFormGitIssueFix
@coderabbitai

coderabbitai Bot commented Jul 29, 2025

Copy link
Copy Markdown
Contributor

Caution

Review failed

The pull request is closed.

Walkthrough

This update introduces major enhancements and refactoring across the Ginger codebase. Key changes include the addition of AI-based POM learning (with new configuration flags and UI elements), improved network log monitoring with new control actions and log-clearing capabilities, robust temporary folder management for CLI and source control operations, and safer null handling throughout. Several new classes, properties, and methods are introduced, and redundant or obsolete UI elements and properties are removed.

Changes

Cohort / File(s) Change Summary
AI-based POM Learning & Configuration
GingerCoreCommon/GeneralLib/BetaFeatures.cs, GingerCoreCommon/Repository/ApplicationModelLib/POMModelLib/PomSetting.cs, GingerCoreNET/Application Models/Learn/POM/PomLearnUtils.cs, GingerCoreNET/Application Models/Delta/PomDelta/DeltaElementInfo.cs, GingerCoreNET/Application Models/Delta/PomDelta/PomDeltaUtils.cs, GingerCoreNET/GeneralLib/ElementWrapperInfo.cs, GingerCoreNET/GeneralLib/General.cs, GingerCoreNET/Drivers/CoreDrivers/Web/Selenium/SeleniumDriver.cs, Ginger/Ginger/ApplicationModelsLib/POMModels/POMWizardLib/LearnWizard/POMLearnConfigWizardPage.xaml, Ginger/Ginger/ApplicationModelsLib/POMModels/POMWizardLib/LearnWizard/POMLearnConfigWizardPage.xaml.cs, Ginger/Ginger/ApplicationModelsLib/POMModels/POMWizardLib/DeltaWizard/PomDeltaSettingsWizardPage.xaml, Ginger/Ginger/ApplicationModelsLib/POMModels/POMWizardLib/DeltaWizard/PomDeltaSettingsWizardPage.xaml.cs, Ginger/Ginger/ApplicationModelsLib/POMModels/PomElementsPage.xaml.cs
Adds AI-based POM learning with new flags, properties, and UI elements; updates logic to support AI extraction, element merging, and configuration binding.
Network Log Monitoring & Control
GingerCoreCommon/Actions/Web/ActBrowserElement.cs, GingerCoreNET/Drivers/CoreDrivers/Web/ActionHandlers/ActBrowserElementHandler.cs, GingerCoreNET/Drivers/CoreDrivers/Web/Playwright/PlaywrightBrowserTab.cs, GingerCoreNET/Drivers/CoreDrivers/Web/Selenium/SeleniumDriver.cs, GingerCoreNET/Run/Platforms/PlatformsInfo/WebPlatformInfo.cs, Ginger/Ginger/Actions/ActionEditPages/ActBrowserElementEditPage.xaml, Ginger/Ginger/Actions/ActionEditPages/ActBrowserElementEditPage.xaml.cs
Removes obsolete "Clear Existing Log" UI and logic, adds new ClearExistingNetworkLog control action, and implements log clearing in browser drivers and handlers.
CLI & Temporary Folder Management
GingerCoreCommon/WorkSpaceLib/RepoFolderManager.cs, GingerCoreNET/RunLib/CLILib/CLIHelper.cs, GingerCoreNET/RunLib/CLILib/CLIDynamicFile.cs, GingerCoreNET/RunLib/CLILib/CLIProcessor.cs, GingerCoreNET/RunLib/CLILib/DoOptionsHandler.cs, GingerCoreNET/RunLib/CLILib/RunOptions.cs
Introduces RepoFolderManager for exclusive temp folder assignment, updates CLI helpers and options to manage temp folders, adds new CLI option, and ensures cleanup.
GingerPlay Integration & Service URLs
Ginger/Ginger/App.config, GingerCoreNET/External/GingerPlay/GingerPlayEndPointManager.cs, GingerCoreNET/External/GingerPlay/GingerPlayAPITokenManager.cs, GingerCoreNET/External/GingerPlay/GingerPlayAPITokenResponseInfo.cs, Ginger/Ginger/ExternalConfigurations/GingerPlayConfigurationpage.xaml, Ginger/Ginger/ExternalConfigurations/GingerPlayConfigurationpage.xaml.cs, GingerCoreCommon/External/Configurations/GingerPlayConfiguration.cs, Ginger/Ginger/MenusLib/ConfigurationsMenu.cs, GingerCoreCommon/WorkSpaceLib/Solution.cs
Adds new service URL configuration keys, refactors endpoint management, updates GingerPlay token and configuration logic, and improves UI and menu labeling.
Source Control & Solution Handling
GingerCoreNET/SourceControl/SourceControlIntegration.cs, GingerCoreNET/SourceControl/GITSourceControl.cs, GingerCoreNET/SourceControl/GitSourceControlShellWrapper.cs
Refines project retrieval logic based on platform and source control type, adds URL encoding for credentials, and improves progress reporting and error handling.
Project & Dependency Updates
Ginger/Ginger.csproj, GingerCoreCommon/GingerCoreCommon.csproj, GingerCoreNET/GingerCoreNET.csproj, Ginger/GingerCoreNETUnitTest/GingerCoreNETUnitTest.csproj, Ginger/GingerRuntime/GingerRuntime.csproj
Replaces direct assembly references to Ginger.ExecuterService.Contracts.dll with NuGet package references (v25.3.0) across multiple projects.
UI, Help Text, and Miscellaneous Fixes
Ginger/Ginger/Actions/ActionEditPage.xaml.cs, Ginger/Ginger/ApplicationModelsLib/APIModels/APIModelPage.xaml.cs, Ginger/Ginger/ValueExpression/ValueExpressionEditorPage.xaml.cs, Ginger/GingerCoreNET/Drivers/CoreDrivers/Web/BrowserHelper.cs, Ginger/GingerCoreNET/RunLib/CLILib/CLIArgs.cs, Ginger/GingerCoreNET/Drivers/CoreDrivers/Mobile/Appium/MobileAccessibilityAnalyzer.cs, Ginger/GingerCoreNET/Drivers/CoreDrivers/Mobile/Appium/MobileAccessibilityRuleDataExtensions.cs
Corrects comments, help text, UI labels, and whitespace; adds license headers to several files.
Error Handling & Null Safety
GingerCoreCommon/Repository/BusinessFlowLib/BusinessFlow.cs, GingerCoreCommon/Repository/SolutionRepository.cs, GingerCoreCommon/Run/ApplicationAgent.cs, GingerCoreNET/ValueExpressionLib/ValueExpression.cs
Adds null checks to prevent exceptions, refactors error handling in value expression parsing, and improves robustness in repository and agent access.
Reporter & User Messages
GingerCoreCommon/ReporterLib/UserMsgsPool.cs
Adds new error/info message keys, updates captions and severity for GingerPlay connection messages.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant UI
    participant PomLearnUtils
    participant General (AI Service)
    participant SeleniumDriver

    User->>UI: Enable "AI-based POM Learning"
    UI->>PomLearnUtils: Set LearnPOMByAI = true
    PomLearnUtils->>SeleniumDriver: FindAllElementsFromPOM (with AI flag)
    SeleniumDriver->>General: GetResponseByOpenAI (send DOM)
    General->>General: Obtain token, build request, POST to AI service
    General-->>SeleniumDriver: Receive AI element JSON
    SeleniumDriver->>SeleniumDriver: Process AI elements
    SeleniumDriver-->>PomLearnUtils: Return discovered elements
Loading
sequenceDiagram
    participant User
    participant ActBrowserElementEditPage
    participant BrowserDriver
    participant PlaywrightBrowserTab/SeleniumDriver

    User->>ActBrowserElementEditPage: Trigger "Clear Existing Network Log"
    ActBrowserElementEditPage->>BrowserDriver: Send ClearExistingNetworkLog action
    BrowserDriver->>PlaywrightBrowserTab/SeleniumDriver: ClearExistingNetworkLog()
    PlaywrightBrowserTab/SeleniumDriver->>PlaywrightBrowserTab/SeleniumDriver: Clear log lists
    PlaywrightBrowserTab/SeleniumDriver-->>BrowserDriver: Ack
Loading
sequenceDiagram
    participant CLI
    participant CLIHelper
    participant RepoFolderManager

    CLI->>CLIHelper: GetTempFolderPathForRepo(repo, branch)
    CLIHelper->>RepoFolderManager: AssignFolder(repo)
    RepoFolderManager->>RepoFolderManager: Lock, assign, record heartbeat
    RepoFolderManager-->>CLIHelper: Return folder path
    CLIHelper-->>CLI: Return temp folder path
    CLI->>CLIHelper: ReleaseTempFolder()
    CLIHelper->>RepoFolderManager: ReleaseFolder()
Loading

Estimated code review effort

🎯 5 (Critical) | ⏱️ ~90+ minutes

Possibly related PRs

Poem

In the warren where the code does grow,
AI learns the POM—what a show!
Logs are cleared, temp folders neat,
GingerPlay’s new endpoints can’t be beat.
With hopping lines and features bright,
This bunny’s code review feels just right.
🐇✨

Note

⚡️ Unit Test Generation is now available in beta!

Learn more here, or try it out under "Finishing Touches" below.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between bd5105b and 101fd3a.

⛔ Files ignored due to path filters (1)
  • Ginger/GingerCoreNET/DLLS/Ginger.ExecuterService.Contracts.dll is excluded by !**/*.dll, !**/*.dll
📒 Files selected for processing (55)
  • Ginger/Ginger/Actions/ActionEditPage.xaml.cs (1 hunks)
  • Ginger/Ginger/Actions/ActionEditPages/ActBrowserElementEditPage.xaml (1 hunks)
  • Ginger/Ginger/Actions/ActionEditPages/ActBrowserElementEditPage.xaml.cs (2 hunks)
  • Ginger/Ginger/App.config (1 hunks)
  • Ginger/Ginger/ApplicationModelsLib/APIModels/APIModelPage.xaml.cs (2 hunks)
  • Ginger/Ginger/ApplicationModelsLib/POMModels/POMWizardLib/DeltaWizard/PomDeltaSettingsWizardPage.xaml (1 hunks)
  • Ginger/Ginger/ApplicationModelsLib/POMModels/POMWizardLib/DeltaWizard/PomDeltaSettingsWizardPage.xaml.cs (1 hunks)
  • Ginger/Ginger/ApplicationModelsLib/POMModels/POMWizardLib/LearnWizard/POMLearnConfigWizardPage.xaml (2 hunks)
  • Ginger/Ginger/ApplicationModelsLib/POMModels/POMWizardLib/LearnWizard/POMLearnConfigWizardPage.xaml.cs (2 hunks)
  • Ginger/Ginger/ApplicationModelsLib/POMModels/PomElementsPage.xaml.cs (1 hunks)
  • Ginger/Ginger/ExternalConfigurations/GingerPlayConfigurationpage.xaml (2 hunks)
  • Ginger/Ginger/ExternalConfigurations/GingerPlayConfigurationpage.xaml.cs (6 hunks)
  • Ginger/Ginger/Ginger.csproj (2 hunks)
  • Ginger/Ginger/MenusLib/ConfigurationsMenu.cs (1 hunks)
  • Ginger/Ginger/ValueExpression/ValueExpressionEditorPage.xaml.cs (1 hunks)
  • Ginger/GingerCoreCommon/Actions/Web/ActBrowserElement.cs (2 hunks)
  • Ginger/GingerCoreCommon/External/Configurations/GingerPlayConfiguration.cs (1 hunks)
  • Ginger/GingerCoreCommon/GeneralLib/BetaFeatures.cs (2 hunks)
  • Ginger/GingerCoreCommon/GingerCoreCommon.csproj (2 hunks)
  • Ginger/GingerCoreCommon/ReporterLib/UserMsgsPool.cs (3 hunks)
  • Ginger/GingerCoreCommon/Repository/ApplicationModelLib/POMModelLib/PomSetting.cs (1 hunks)
  • Ginger/GingerCoreCommon/Repository/BusinessFlowLib/BusinessFlow.cs (1 hunks)
  • Ginger/GingerCoreCommon/Repository/SolutionRepository.cs (1 hunks)
  • Ginger/GingerCoreCommon/Run/ApplicationAgent.cs (2 hunks)
  • Ginger/GingerCoreCommon/WorkSpaceLib/RepoFolderManager.cs (1 hunks)
  • Ginger/GingerCoreCommon/WorkSpaceLib/Solution.cs (2 hunks)
  • Ginger/GingerCoreNET/ActionsLib/UI/Web/ActAccessibilityTesting.cs (1 hunks)
  • Ginger/GingerCoreNET/Application Models/Delta/PomDelta/DeltaElementInfo.cs (1 hunks)
  • Ginger/GingerCoreNET/Application Models/Delta/PomDelta/PomDeltaUtils.cs (2 hunks)
  • Ginger/GingerCoreNET/Application Models/Learn/POM/PomLearnUtils.cs (4 hunks)
  • Ginger/GingerCoreNET/Drivers/CoreDrivers/Mobile/Appium/MobileAccessibilityAnalyzer.cs (1 hunks)
  • Ginger/GingerCoreNET/Drivers/CoreDrivers/Mobile/Appium/MobileAccessibilityRuleDataExtensions.cs (1 hunks)
  • Ginger/GingerCoreNET/Drivers/CoreDrivers/Web/ActionHandlers/ActBrowserElementHandler.cs (2 hunks)
  • Ginger/GingerCoreNET/Drivers/CoreDrivers/Web/BrowserHelper.cs (0 hunks)
  • Ginger/GingerCoreNET/Drivers/CoreDrivers/Web/Playwright/PlaywrightBrowserTab.cs (3 hunks)
  • Ginger/GingerCoreNET/Drivers/CoreDrivers/Web/Selenium/SeleniumDriver.cs (20 hunks)
  • Ginger/GingerCoreNET/External/GingerPlay/GingerPlayAPITokenManager.cs (3 hunks)
  • Ginger/GingerCoreNET/External/GingerPlay/GingerPlayAPITokenResponseInfo.cs (1 hunks)
  • Ginger/GingerCoreNET/External/GingerPlay/GingerPlayEndPointManager.cs (3 hunks)
  • Ginger/GingerCoreNET/GeneralLib/ElementWrapperInfo.cs (1 hunks)
  • Ginger/GingerCoreNET/GeneralLib/General.cs (7 hunks)
  • Ginger/GingerCoreNET/GingerCoreNET.csproj (1 hunks)
  • Ginger/GingerCoreNET/Run/Platforms/PlatformsInfo/WebPlatformInfo.cs (2 hunks)
  • Ginger/GingerCoreNET/RunLib/CLILib/CLIArgs.cs (0 hunks)
  • Ginger/GingerCoreNET/RunLib/CLILib/CLIDynamicFile.cs (1 hunks)
  • Ginger/GingerCoreNET/RunLib/CLILib/CLIHelper.cs (4 hunks)
  • Ginger/GingerCoreNET/RunLib/CLILib/CLIProcessor.cs (4 hunks)
  • Ginger/GingerCoreNET/RunLib/CLILib/DoOptionsHandler.cs (3 hunks)
  • Ginger/GingerCoreNET/RunLib/CLILib/RunOptions.cs (1 hunks)
  • Ginger/GingerCoreNET/SourceControl/GITSourceControl.cs (2 hunks)
  • Ginger/GingerCoreNET/SourceControl/GitSourceControlShellWrapper.cs (1 hunks)
  • Ginger/GingerCoreNET/SourceControl/SourceControlIntegration.cs (3 hunks)
  • Ginger/GingerCoreNET/ValueExpressionLib/ValueExpression.cs (4 hunks)
  • Ginger/GingerCoreNETUnitTest/GingerCoreNETUnitTest.csproj (2 hunks)
  • Ginger/GingerRuntime/GingerRuntime.csproj (1 hunks)
✨ Finishing Touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch Releases/Published-Official-Releases/Official-Release-2025.3

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai or @coderabbitai title anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@Maheshkale447
Maheshkale447 merged commit 6b39d12 into master Jul 29, 2025
16 of 19 checks passed
@coderabbitai coderabbitai Bot mentioned this pull request Aug 22, 2025
15 tasks
@coderabbitai coderabbitai Bot mentioned this pull request Oct 14, 2025
15 tasks
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.

3 participants