Skip to content

@W-22137898 Add session TTL management with auto-expiration UI updates - #30

Merged
Ferticidio merged 2 commits into
masterfrom
poc/chores/W-22137898-HandleSessionDuration
Apr 27, 2026
Merged

@W-22137898 Add session TTL management with auto-expiration UI updates#30
Ferticidio merged 2 commits into
masterfrom
poc/chores/W-22137898-HandleSessionDuration

@W-22137898 Remove sliding window TTL extension in favor of introspect

43eafe3
Select commit
Loading
Failed to load commit list.
Muleteer Check / Muleteer Check succeeded Apr 24, 2026 in 3s

Check execution successful

Muleteer Check sub-checks

Sonarqube Integration ✅

Sonar integration is not required

Reason: SonarQube metrics are disabled for components with type 'unknown'

Harbor Integration ✅

Harbor integration is not required

Reason: Harbor metrics are disabled for components with type 'unknown'

GUS Metadata ✅

The "gusProductTag" and "gusTeam" properties are valid in the "API Manager" product

Unified Pipeline Check ✅

Renovate Onboarding ⚠️

Your repository does not contain a renovate.json file. Please create one with the following content:

{
    "$schema": "https://docs.renovatebot.com/renovate-schema.json"
}

You make your repository compliant while disabling automated Renovate PRs by committing a renovate.json file like the one below:

{
    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
    "extends": [
        "github>mulesoft-emu/codescanning-renovate-presets:disable-renovate"
    ]
}