store: send snapcraft-started-at in push requests
Metadata
Current evaluation
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.
Suggested action: —
No scores available.
Issue body
This allows the store to record when the build started, which can be
used as an ordering mechanism when processing release requests.
LP: #1835403
Signed-off-by: Colin Watson <cjwatson@canonical.com>
- [x] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/master/CONTRIBUTING.md)?
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] Have you successfully run `./runtests.sh static`?
- [x] Have you successfully run `./runtests.sh tests/unit`?
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | 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. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged into master. Adds snapcraft-started-at timestamp to push requests, enabling the store to record build start times for ordering release requests. Passed all tests with minimal coverage impact. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged into master. Adds a snapcraft-started-at timestamp to push requests, allowing the store to record build start times for release request ordering. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #2559 manifest: expose snapcraft-started-at | snapcraft | merged | 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. | |
| #1009 store: implement push pre-check. | snapcraft | merged | Merged into master. Implements a store pre-check for snapcraft push to validate snap registration before upload, preventing failed transfers. Added a user status message, approved by reviewer, and passed CI checks. |