Page MenuHomeSoftware Heritage

Expose revision_log_by in client and server
Closed, MigratedEdits Locked

Description

Currently, the function revision_log_by is implemented in storage but is exposed neither in the client nor the server. Wondering if it's intentional, and if not, if we could expose it correctly. It's useful to avoid making an extra request to the database in the web ui when looking for a revision with origin, probably among other things.

Event Timeline

jbertran created this object in space S1 Public.

Well, this implementation seems to be some dead code since it's:

  • neither tested
  • nor correct (it's calling inexistant code db.revision_log_by does not exist)

Anyway, i will investigate this tomorrow.