Skip to content

[bot] Merge master/ebca7d93 into rel/dev - #1792

Merged
yenkins-admin merged 2 commits into
rel/devfrom
snapshot-master-ebca7d93-to-rel/dev
Sep 9, 2026
Merged

yenkins-admin merged 2 commits into
rel/devfrom
snapshot-master-ebca7d93-to-rel/dev

Conversation

@yenkins-admin

Copy link
Copy Markdown
Contributor

🚀 Automated PR to perform merge from master into rel/dev with changes up to ebca7d9 (created by https://github.com/gooddata/gooddata-python-sdk/actions/runs/34360556161).

jeskepetr and others added 2 commits September 9, 2026 15:52
metadata-api splits its shared LDM object permission DTOs into one family per
grantable resource type (gdc-nas #26771), so the four LdmObjectPermissions*
schemas become twelve Attribute/Label/Fact ones. The attribute, label and fact
endpoints no longer share request and response models.

schemas/gooddata-metadata-client.json is patched rather than downloaded: no
backend serves the new shape yet. The patch deletes the four schemas, inserts the
twelve verbatim from metadata-api's open-api-spec.json, and repoints the refs in
the six operations -- the only places the deleted schemas were referenced.
Everything else is `make api-client-local` output, generated with jq 1.7 so that
number literals are preserved.

One collateral rename: DeclarativeAnalyticalDashboardPermissionForAssigneeRuleAllOf
is gone. The generator materialises each inline allOf member as a class, reuses one
class across parents whose member is identical, and names it after the first such
parent in the alphabetically sorted schema map. AttributePermissionsForAssigneeRule
now sorts ahead of the dashboard schema, so the shared class is
AttributePermissionsForAssigneeRuleAllOf -- same shape, and the dashboard model
still composes it. The dashboard and metric permission models change by that one
import only.

Depends on gdc-nas #26771 and must not merge before it.

JIRA: F1-2851
risk: low
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
refactor(gooddata-api-client): split LDM object permissions per family
@yenkins-admin
yenkins-admin merged commit f5ad5bd into rel/dev Sep 9, 2026
1 check passed
@yenkins-admin
yenkins-admin deleted the snapshot-master-ebca7d93-to-rel/dev branch September 9, 2026 13:59
@codecov

codecov Bot commented Sep 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.86%. Comparing base (bf5c1b6) to head (ebca7d9).
⚠️ Report is 579 commits behind head on rel/dev.

Additional details and impacted files
@@           Coverage Diff            @@
##           rel/dev    #1792   +/-   ##
========================================
  Coverage    81.86%   81.86%           
========================================
  Files          277      277           
  Lines        20016    20016           
========================================
  Hits         16387    16387           
  Misses        3629     3629           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

2 participants