Revision 5ab70237d6c3b8ed357f2ae03589353b8d6e5052 authored by David Douard on 03 July 2020, 09:45:06 UTC, committed by David Douard on 07 July 2020, 14:49:14 UTC
Follows swh.model's evolution for the Revision model class.

In Postgresql, store the extra_headers as a bytea[][].
Ensure data present in postgres with extra_headers in the metadata field
are properly supported by the pg-backed storage.
Get rid of the (now useless) git_headers_to_db() converter function.

In Cassandra, store them as frozen<list<list<blob>>>.
1 parent 8010848
Raw File
MANIFEST.in
include pytest.ini
include tox.ini
include Makefile
include Makefile.local
include README.md
recursive-include . requirements*.txt
include version.txt
recursive-include sql *
recursive-include swh/storage/sql *
recursive-include swh py.typed
back to top