manifest: expose snapcraft-started-at
Metadata
Current evaluation
Merged to master after approval and passing CI. Exposes snapcraft-started-at in manifest.yaml as an ordering mechanism for Snap Store processing. Codecov noted a minor coverage decrease, but changes were accepted.
Suggested action: —
No scores available.
Issue body
Expose snapcraft-started-at in the manifest.yaml to use as an ordering
mechanism when processing snaps coming into the Snap Store.
LP: #1806658
Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com>
- [ ] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/master/CONTRIBUTING.md)?
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `./runtests.sh static`?
- [ ] Have you successfully run `./runtests.sh tests/unit`?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged to master after approval and passing CI. Exposes snapcraft-started-at in manifest.yaml as an ordering mechanism for Snap Store processing. Codecov noted a minor coverage decrease, but changes were accepted. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged into master. Exposes snapcraft-started-at in manifest.yaml to facilitate snap ordering during Snap Store ingestion. Codecov reported a negligible 0.03% coverage decrease upon merge. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged to master. Exposes snapcraft-started-at in manifest.yaml as an ordering mechanism for Snap Store processing. Code coverage decreased marginally upon merge. Addresses LP #1806658. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #2650 store: send snapcraft-started-at in push requests | snapcraft | merged | Merged into master. Introduces a snapcraft-started-at timestamp in push requests to enable store-side ordering of release requests. Approved by one reviewer and passed CI checks. | |
| #2147 recording: expose the version of snapcraft | snapcraft | merged | Merged into master. Exposes the snapcraft version used to build the snap in manifest.yaml. Approved by reviewers, passed CI checks, and achieved 100% diff coverage. | |
| #4261 commands: fix missing built_at store upload option | snapcraft | merged | Merged fix for missing built_at upload option. Code now correctly reads snapcraft-started-at from snap/manifest.yaml instead of meta/snap.yaml. Targeted hotfix/7.5 branch for imminent release. Approved and merged with full test coverage. |