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

Beta branch update before 2024.5 Beta 1 #3980

Merged
merged 418 commits into from
Oct 28, 2024
Merged

Beta branch update before 2024.5 Beta 1 #3980

merged 418 commits into from
Oct 28, 2024

Conversation

Maheshkale447
Copy link
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

IamRanjeetSingh and others added 30 commits September 19, 2024 12:01
…zeInTelemetryWindow

Enhancement - Show Buffer Size In Telemetry Config Window
…ailsIssueFix

BugFix - Null Account Details Issue Fix
…eportLinkResetIssue

Account Report link Reset issue fixed
…eLocatorShouldBeDisabled

BugFix - 40481 - Disable by tag name locator
The recent code changes introduce new functionalities for handling AI-generated activities, improve code readability, and remove unused resources. Key enhancements include the addition of new properties and methods for summarizing and managing variables within activities and business flows, as well as updates to string handling and list initialization for better efficiency and readability. Additionally, new test methods have been added to validate these functionalities.

### List of Changes

1. **New Notification for AI-Generated Activities**
   - Added a new notification for AI-generated activities in `ActivitiesListViewHelper.cs`.
   - **Reference:** `ActivitiesListViewHelper.cs`

2. **Code Cleanup and Formatting**
   - Removed an unused `using` directive for `OpenQA.Selenium` in `AddGingerAnalyticsEnvWizard.cs`.
   - Fixed indentation in `AddGingerAnalyticsEnvWizard.cs`.
   - **Reference:** `AddGingerAnalyticsEnvWizard.cs`

3. **Resource Management**
   - Removed several image files from the project in `Ginger.csproj`.
   - Added a new image resource `AIBrain.png` and updated the `CopyToOutputDirectory` property for some image resources in `Ginger.csproj`.
   - **Reference:** `Ginger.csproj`

4. **Source Control Update**
   - Changed the default source control type from SVN to GIT in `SourceControlProjectsPage.xaml.cs`.
   - **Reference:** `SourceControlProjectsPage.xaml.cs`

5. **New Image Type Handling**
   - Added a new image type `AIActivity` and updated the `ImageMakerControl.xaml.cs` to handle this new type.
   - **Reference:** `ImageMakerControl.xaml.cs`, `eImageType.cs`

6. **UI Enhancements**
   - Added a copy button to the `ValueExpressionEditorPage.xaml` for copying expressions and calculated values.
   - Added methods to handle the copy button click events in `ValueExpressionEditorPage.xaml.cs`.
   - **Reference:** `ValueExpressionEditorPage.xaml`, `ValueExpressionEditorPage.xaml.cs`

7. **New Record Type**
   - Added a new record type `VariableMinimalRecord` in `General.cs`.
   - **Reference:** `General.cs`

8. **Code Optimization**
   - Removed an unused `using` directive and added a new one for `Microsoft.CodeAnalysis` in `Activity.cs`.
   - Added a new property `VariablesSummary` to `Activity.cs` and `BusinessFlow.cs` to get a summary of variables.
   - Added a method `GetInitialValue` to `VariableBase.cs` and its derived classes to get the initial value of variables.
   - Updated string concatenation in `ActCliOrchestration.cs` to use single quotes.
   - Replaced string comparisons with `nameof` for `eRunStatus.Failed` in `RunSetActionHTMLReportSendEmailOperations.cs`.
   - Replaced `new List<int>()` with `[]` for list initialization in `RunSetActionHTMLReportSendEmailOperations.cs`.
   - **Reference:** `Activity.cs`, `BusinessFlow.cs`, `VariableBase.cs`, `ActCliOrchestration.cs`, `RunSetActionHTMLReportSendEmailOperations.cs`

9. **Flow Details Expressions**
   - Added new flow details expressions for variable summaries in `ValueExpressionRefrences.json`.
   - **Reference:** `ValueExpressionRefrences.json`

10. **Value Expression Enhancements**
    - Updated `using` directives in `ValueExpression.cs` to include `System.Text.Json` and `System.Text.RegularExpressions`, and removed unused namespaces like `SikuliStandard.sikuli_REST`.
    - Reformatted the `rNestedfunc` regex pattern for consistency.
    - Made minor formatting adjustments to the `MockdataExpressionExtract` method call.
    - Added a new `JsonSerializerOptions` instance named `s_writeOptions` for JSON serialization with indented formatting.
    - Updated the `GetValueFromReflection` method to handle serialization of non-string enumerable values to JSON.
    - Reformatted several `if` statements for consistency.
    - Adjusted error message formatting for clarity.
    - Reformatted the `IsQueryFromOldVersion`, `GetEnvAppFromEnvURL`, and `GetEnvAppAndParam` methods for consistency.
    - Refactored the `PasswordCalculation` method for better readability and consistency.
    - Made minor formatting adjustments to the `Mockdata` class.
    - **Reference:** `ValueExpression.cs`

11. **Null Check Simplification**
    - Simplified null checks using the null-conditional operator for `LocalGingerGrid` and `TelemetryQueueManager` in `WorkSpace.cs`.
    - **Reference:** `WorkSpace.cs`

12. **Test Enhancements**
    - Updated `using` directives in `ValueExpressionTest.cs` to include `GingerCore.Variables`.
    - Added several new test methods to validate the functionality of variable summaries and other features:
      - `BusinessFlowVariableSummary`
      - `ActivityVariableSummary`
      - `PreviousBusinessFlowVariableSummary`
      - `PreviousActivityVariableSummary`
      - `LastBusinessflowFailedVariablesSummary`
      - `LastActivityFailedVariablesSummary`
      - `ErrorHandlerActivityVariablesSummary`
    - Included assertions in the new test methods to verify the correct JSON serialization of variable summaries.
    - **Reference:** `ValueExpressionTest.cs`
…leMovingMappedElements

BugFix - 40687 - crash while moving mapped elements
AmanPrasad43 and others added 27 commits October 28, 2024 15:47
…tRunset

cleanup and error handler activity
…ryFix

Shared repository Variable duplicate fix, Re run Failed fix and Edge …
Restore Original Scroll Position After Full Page Screenshot
Add Ability to Choose Page Scroll Alignment
Refactor GitHub Actions workflow for CD
…lines

Remove unused Azure Pipelines configuration files
…ObjectRepository

Feature - Import katalon object repository
…eActionsMigration

Non UI Actions Migration from GingerCore to GingerCoreNet
Copy link
Contributor

coderabbitai bot commented Oct 28, 2024

Important

Review skipped

More than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review.

133 files out of 285 files are above the max files limit of 75. Please upgrade to Pro plan to get higher limits.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ 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.
    • Generate unit testing code for this file.
    • 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 generate unit testing code for this file.
    • @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 generate unit testing code.
    • @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.

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 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 8ef9ea2 into Releases/Beta Oct 28, 2024
1 check passed
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.

10 participants