Introduce a new displayname field for persons in the PostgreSQL storage
Extend the APIs for Revisions and Releases to honor the field by default, unless the new `ignore_displayname` argument is set.
Showing
- sql/upgrades/182.sql 50 additions, 0 deletionssql/upgrades/182.sql
- swh/storage/cassandra/storage.py 10 additions, 3 deletionsswh/storage/cassandra/storage.py
- swh/storage/in_memory.py 6 additions, 2 deletionsswh/storage/in_memory.py
- swh/storage/interface.py 16 additions, 3 deletionsswh/storage/interface.py
- swh/storage/postgresql/db.py 40 additions, 15 deletionsswh/storage/postgresql/db.py
- swh/storage/postgresql/storage.py 24 additions, 6 deletionsswh/storage/postgresql/storage.py
- swh/storage/sql/30-schema.sql 14 additions, 11 deletionsswh/storage/sql/30-schema.sql
- swh/storage/sql/40-funcs.sql 14 additions, 5 deletionsswh/storage/sql/40-funcs.sql
- swh/storage/tests/storage_tests.py 1 addition, 1 deletionswh/storage/tests/storage_tests.py
- swh/storage/tests/test_postgresql.py 129 additions, 0 deletionsswh/storage/tests/test_postgresql.py
Loading
Please register or sign in to comment