Skip to content

[8200] Update ImagePicker and VideoPicker to support external mediaUrl from datasources - #8917

Draft
jvega190 wants to merge 2 commits into
craftersoftware:developfrom
jvega190:bugfix/8200
Draft

[8200] Update ImagePicker and VideoPicker to support external mediaUrl from datasources#8917
jvega190 wants to merge 2 commits into
craftersoftware:developfrom
jvega190:bugfix/8200

Preserve external URL syntax.

9004b2f
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Aug 14, 2026 in 17m 27s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #8917 [8200] Update ImagePicker and VideoPicker to support external mediaUrl from datasources.
Any changes that have been made to the develop branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Java
Operating System Linux (Focal)
JDK Version openjdk21
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "version": "~> 1.0",
  "git": {
    "depth": 1,
    "quiet": true
  },
  "jdk": [
    "openjdk21"
  ],
  "cache": {
    "directories": [
      "$HOME/.gradle/caches",
      "$HOME/.gradle/wrapper"
    ]
  },
  "branches": {
    "only": [
      "develop",
      "support/4.1"
    ]
  },
  "notifications": {
    "slack": [
      {
        "rooms": [
          "craftersoftware:7YiSb41ZG5rfMgiAY7Qgprc7"
        ]
      }
    ]
  },
  "install": [
    "skip"
  ],
  "script": [
    "./gradlew build -x test -Ptravis=true"
  ]
}