Page MenuHomeSoftware Heritage

Use full postgresql connexion URLs everywhere
ClosedPublic

Authored by douardda on Jan 14 2019, 1:16 PM.

Diff Detail

Repository
rCDFD Dockerfiles for developers
Branch
master
Lint
Lint Skipped
Unit
Unit Tests Skipped
Build Status
Buildable 3467
Build 4476: arc lint + arc unit

Event Timeline

Why?

I'd say for informational and consistency purposes ;)
I for one, prefer this declarative form (service=swh) which i did not know i could use that way (with the sqlalchemy thing).

This revision is now accepted and ready to land.Jan 14 2019, 2:23 PM

Why?

I'd say for informational and consistency purposes ;)
I for one, prefer this declarative form (service=swh) which i did not know i could use that way (with the sqlalchemy thing).

Yes, I wanted all pg cnx strings to be consistent. And I picked the URI syntax. URI everywhere!

This revision was automatically updated to reflect the committed changes.