Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #13578

Closed (moved)
Open
Opened Oct 26, 2014 by Matthew Finkel@sysrqb

Store Pluggable Transport information in database

We currently save a bridge's ip address, orport, first seen timestamp, last seen timestamp, and distributor assignment in the database. Until now we've only needed this information, all other information is stored in-memory during runtime. With #13570 (closed) we need the bridge's PT information, as well.

Unfortunately the current schema is not ideal for this, and it will very likely change with a migration to a different database backend. As such the easiest solution right now is to mirror the current class relation of PluggableTranport -> Bridge by creating a table with columns: addr, port, transport, fingerprint (?). #9652 (moved) would help simply this relationship, in the future.

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#13578