Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • FLEXDEPLOY-13709 - FlexDeploy REST invocations now correctly resolve wildcard-matched proxy exceptions from the http.nonProxyHosts system property. Previously, complete subdomains had to be specified.

  • Project

    • FLEXDEPLOY-13330 - Create Project from CSV - Resolved an issue where some properties from the uploaded CSV file weren't showing up when custom properties were used without hide when/disabled when fields defined.

    • FLEXDEPLOY-13684 - Reduced the cap of SCM revisions checked when looking for the latest revision of the files in a package during a first-build scenario from 2000 to 100. This reduces memory impact and increases the speed of the first build in package-based projects.

    • FLEXDEPLOY-11195 - The project file catalog discover from SCM or backend process now runs asynchronously, resolving the 503 error that occurred on SaaS installations after 10 minutes of discovery.

    • FLEXDEPLOY-13386 - Change detection now works for Package-based project files that were previously deleted.

    • FLEXDEPLOY-13416 - Resolved an issue where changes to the list data or default value scripts on the Project Types screen were not reflecting on Project files until the page was refreshed.

    • FLEXDEPLOY-13429 - The Project Commits tab will no longer show up if no source control is selected on the Project.

    • FLEXDEPLOY-13491 - Resolved an issue where additional files which generally get auto-extracted as part of project builds (e.g. Salesforce meta files, APEX install.sql file) were not being extracted when initiating Rollback or Post Refresh builds.

    • FLEXDEPLOY-13493 - Execution backups will no longer be shown on the build execution artifacts page.

    • FLEXDEPLOY-13551 - Resolved a rare issue that would sometimes cause a 404 page to be displayed when clicking the File Catalog button rapidly.

    • FLEXDEPLOY-13552 Resolved an issue where attribute values were not saving sometimes when value was being cleared from project file popup.

    • FLEXDEPLOY-13621 - Resolved an issue where Project Test Automation Configuration tests were not appended to tests configured via YAML file in SCM.

    • FLEXDEPLOY-13641 - Resolved a regression issue with 9.0.0.0 which resulted in "Failed to get Files from Artifact Repository for Version" error when selecting SCM revision in build request form for package.

    • FLEXDEPLOY-13694 - Resolved an issue on the rollback request form where folders could be checked for deletion in the target environment, even though folder deletion is not supported. This effects OTBI, OBIEE V2, and OAC project types only.

  • Package

    • FLEXDEPLOY-13172 - Inactive files are no longer matched when adding files to a package by revision.

    • FLEXDEPLOY-13487 – Resolved performance issues in the application related to Git revision searches in the "Add Files from Revision" popup.

  • Workflow

    • FLEXDEPLOY-13324 - Resolved a few edge cases that were not handled by the Update Usages popup in the Workflow Editor.

  • Release and Pipeline Management

    • FLEXDEPLOY-13638 - Resolved an issue on the Release Dashboard Approval Gate details where package files were not displayed in the sort order defined in the package.

    • FLEXDEPLOY-13452 - The Release Dashboard no longer displays a 403 error when viewing a Promote Step that promoted to a release the user does not have access to.

    • FLEXDEPLOY-13454 - Resolved a potential "Release row not found" error when viewing the step definition of a Promote Step.

    • FLEXDEPLOY-13503 - Resolved a regression issue in FlexDeploy 9.0.0.0 that prevented non-admin users from creating a Standalone Release from the Build Request popup.

    • FLEXDEPLOY-13505 - Resolved an issue where the release setting for default pipeline was not being auto-selected when creating a release.

  • Project Replacements

    • FLEXDEPLOY-13677 - Resolved an issue where secure values could be inadvertently printed in logs during replacement.

  • Salesforce

    • FLEXDEPLOY-13589 - Resolved an issue that caused failures during Pre-deploy/Deploy executions for packages containing both package.xml and destructiveChanges.xml files.

    • FLEXDEPLOY-13525 - Resolved an issue where the provided Salesforce CLI path was being ignored.

  • Rollback

    • FLEXDEPLOY-13423 - Resolved an issue where defaulting to a Rollback File which didn't exist wasn't throwing an error on the rollback request form.

  • Change Management Systems

    • FLEXDEPLOY-13192 – Resolved a "java.lang.NullPointerException" occurring when adding Ticket Fields to the out-of-the-box Change Management System provider.

  • Git Integration

    • FLEXDEPLOY-13690 - File rename parsing from change logs has been enhanced for greater robustness, ensuring better handling of various situations.

  • Jira Integration

    • FLEXDEPLOY-13657 - Resolved NullPointerException on the Work Items page when using a JIRA project without labels.

  • ServiceNow Integration

    • FLEXDEPLOY-13544 - Resolved a regression issue in FlexDeploy versions 8.0.0.6 to 9.0.0.0, where the ServiceNow integration failed to use the custom ServiceNow Navigation Request URL when multiple change tickets were being checked simultaneously.

  • CyberArk Integration

    • FLEXDEPLOY-13715 - Enhanced error handling to better manage cases of improper user input or incorrect permissions.

  • Incoming / Outgoing Webhook

    • FLEXDEPLOY-13675 - Resolved an issue where the release end date was always null in the release-ended payload. It is now properly populated.

    • FLEXDEPLOY-13636 - Resolved an issue when filtering by id on the webhook messages page.

  • Dashboards

    • FLEXDEPLOY-13582 - Resolved a sporadic InvocationTargetException that would sometimes occur if the Recent Issues panel is present in the dashboard.

  • Reports

    • FLEXDEPLOY-13650 - Resolved an issue where datetimes were not displayed correctly in report CSV or PDF exports.

    • FLEXDEPLOY-13598 - The Change Ticket column on the Approval Tasks report now correctly accepts text filters.

  • OAuth Applications

    • FLEXDEPLOY-13418 - Applications using an invalid credential will no longer generate an error dialog when the UI is initially loaded.

    • FLEXDEPLOY-13556 - Resolved a NullPointerException that could happen if data wasn't filled in correctly on an oauth application.

  • Admin Operations

    • FLEXDEPLOY-13396 - Resolved an issue where downloading 24-hour logs on Windows would fail if a .lck file was encountered. The process now ignores .lck files, allowing the download to complete successfully.

  • Groovy Editor

    • FLEXDEPLOY-13702 - Resolved an issue causing variable completion to not work inside a literally defined list. For example suggestions for project would not be shown inside the list in the below snippet:

...