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
  • #5307

Closed (moved)
Open
Opened Mar 05, 2012 by Karsten Loesing@karsten

Handle missing last_restarted field in Onionoo's details documents

Some of Onionoo's details documents don't contain the "last_restarted" field that is, in theory, a required field. That's a specification error which is fixed as of 5 minutes ago. The field cannot be contained if a router descriptor cannot be found. Oops.

Atlas needs to handle details documents without the "last_restarted" field correctly. Searching for these relays will fail right now. Details documents without that field have "as_name" in their last line and can be found like this:

$ curl http://onionoo.torproject.org/details/relays > relays
$ grep -E "fingerprint|as_name" relays | grep -v "as_name.*,$" | grep -B1 "as_name"
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#5307