Skip to content

Comments

Properly deactivate packages list from major release pages#319

Merged
NotTheEvilOne merged 2 commits intomainfrom
revert-318-hack/release_page_major
Feb 23, 2026
Merged

Properly deactivate packages list from major release pages#319
NotTheEvilOne merged 2 commits intomainfrom
revert-318-hack/release_page_major

Conversation

@NotTheEvilOne
Copy link
Contributor

@NotTheEvilOne NotTheEvilOne commented Feb 23, 2026

What this PR does / why we need it:
This PR superseeds #318 and deactivates the packages list for major release pages. Reason is a size limitation by GitHub not checked and handled in the release page generation.

 {
   "message": "Validation Failed",
   "errors": [
     {
       "resource": "Release",
       "code": "custom",
       "field": "body",
       "message": "body is too long (maximum is 125000 characters)"
     }
   ],
   "documentation_url": "https://docs.github.com/rest/releases/releases#create-a-release",
   "status": "422"
 }

Which issue(s) this PR fixes:
Related #189
Related gardenlinux/gardenlinux#3777

Special notes for your reviewer:
This is a temporary solution until a proper one is found.

@NotTheEvilOne NotTheEvilOne requested review from a team and nkraetzschmar February 23, 2026 11:10
@codecov
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.58%. Comparing base (a776256) to head (156bc0c).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #319      +/-   ##
==========================================
+ Coverage   91.51%   91.58%   +0.06%     
==========================================
  Files          42       42              
  Lines        2158     2151       -7     
==========================================
- Hits         1975     1970       -5     
+ Misses        183      181       -2     

☔ View full report in Codecov by Sentry.
📢 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.

@NotTheEvilOne NotTheEvilOne force-pushed the revert-318-hack/release_page_major branch from 4ba8a05 to e5afbb7 Compare February 23, 2026 11:15
NotTheEvilOne and others added 2 commits February 23, 2026 12:17
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
On-behalf-of: SAP <tobias.wolf@sap.com>
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
On-behalf-of: SAP <tobias.wolf@sap.com>
@NotTheEvilOne NotTheEvilOne force-pushed the revert-318-hack/release_page_major branch from e5afbb7 to 156bc0c Compare February 23, 2026 11:17
@NotTheEvilOne NotTheEvilOne merged commit 19c1b24 into main Feb 23, 2026
16 checks passed
@NotTheEvilOne NotTheEvilOne deleted the revert-318-hack/release_page_major branch February 23, 2026 11:24
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