Add standard artifacts API endpoint and manifest.json backed feature defaults path#245
Open
shiv-tyagi wants to merge 4 commits into
Open
Add standard artifacts API endpoint and manifest.json backed feature defaults path#245shiv-tyagi wants to merge 4 commits into
shiv-tyagi wants to merge 4 commits into
Conversation
shiv-tyagi
force-pushed
the
ap-metadata-server
branch
2 times, most recently
from
July 16, 2026 16:48
07d31a7 to
ac162f9
Compare
shiv-tyagi
force-pushed
the
ap-metadata-server
branch
from
July 18, 2026 04:16
ac162f9 to
7a32476
Compare
shiv-tyagi
force-pushed
the
ap-metadata-server
branch
from
July 18, 2026 10:05
7a32476 to
a05e23a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds per-board standard artifact URLs from manifest.json and a new API endpoint to expose them for official ardupilot versions.
Feature defaults now come from
features.txtonfirmware.ardupilot.org. Official versions resolve the URL from the manifest. Fork versions use the latestfeatures.txtpath. Results are cached in Redis. The old features.txt fetch inAPSourceMetadataFetcheris removed.ap_build_artifacts_urlis removed from remotes.json and version metadata. Artifact URLs come from the manifest now.I have tested this thoroughly against live data from firmware server and all looks good.