Automatically retrieve latest Nextcloud server version for stale app detection
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 52/100
Research direction
Start in nextcloudappstore/core/models.py at the is_outdated function and trace how the hardcoded Nextcloud server version is used. Review nearby tests or callers if present, then establish how the latest server release will be obtained and verify that the app detail warning uses that value or the agreed age-based rule.
Written by the indexing model from the issue text.
Description
How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Feature request
Is your feature request related to a problem? Please describe.
The goal of the is_outdated function at https://github.com/nextcloud/appstore/blob/729a6c5003938349b40946f08b993b78bbceb1d9/nextcloudappstore/core/models.py#L403 is to determine whether or not to display a warning banner in an app's details page for being outdated. However, the Nextcloud server version being compared to is hardcoded to a constant value and doesn't update on new Nextcloud releases. Previously, the intention was to display the banner when the last app release is 3 major versions behind the latest Nextcloud version.
Describe the solution you'd like
Add a way to detect the latest release version of the Nextcloud server, and base the check around that value.
Describe alternatives you've considered
Now that major Nextcloud versions have switched to a seasonal release schedule, maybe it would be sufficient to just detect whether the last app release is more than a year old (regardless of server version).
- Dominant language
- Python
- Stars
- 392
- Forks
- 177
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 29
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from nextcloud/appstore
-
enhancement feature: scaffolding
Difficulty 4/5 3-5 days Newbie friendliness 52/100
-
enhancement feature: api
-
enhancement feature: api
-
design enhancement technical debt
Difficulty 4/5 3-5 days Newbie friendliness 48/100
-
enhancement feature: ratings
Difficulty 4/5 3-5 days Newbie friendliness 52/100
All issues in nextcloud/appstore
Similar issues
-
area/auth bug comp/agent P3 platform/discord type/security
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
NousResearch/hermes-agent#117848 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
bancolombia/sentinel#23 ·
-
test md OpenCI
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
langchain-ai/deepagents#6450 ·
-
bug client
Difficulty 2/5 1-3 hours Newbie friendliness 88/100