Page MenuHomeSoftware Heritage

Improve support of primary keys
ClosedPublic

Authored by olasd on Jun 16 2020, 10:54 AM.

Details

Summary

This splits primary keys across "automatic" primary keys (handled by the
database) and manual primary keys (managed by the user). Use the opportunity to
improve/clarify the documentation of field metadata attributes.

Test Plan

look at my new tox tests

Diff Detail

Repository
rDSCH Scheduling utilities
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D3286 (id=11659)

Rebasing onto 1c93e553a1...

Current branch diff-target is up to date.
Changes applied before test
commit f520108a8d0abefec3a91967aedbc29fb1a808f8
Author: Nicolas Dandrimont <nicolas@dandrimont.eu>
Date:   Tue Jun 16 10:08:59 2020 +0200

    Improve support of primary keys
    
    This splits primary keys across "automatic" primary keys (handled by the
    database) and manual primary keys (managed by the user). Use the opportunity to
    improve/clarify the documentation of field metadata attributes.

See https://jenkins.softwareheritage.org/job/DSCH/job/tests-on-diff/28/ for more details.

This revision is now accepted and ready to land.Jun 16 2020, 2:39 PM
This revision was automatically updated to reflect the committed changes.