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

Closed (moved)
Open
Opened Jul 25, 2019 by nusenu@nusenu

inconsistent response data (not all fields provided) on details document requests

for the following request 3 fields are expected in the output (and it works as expected):

https://onionoo.torproject.org/details?lookup=661EBD854F07109F0F7CEDC86C2A3F565FC01C3B&fields=fingerprint,nickname,verified_host_names

{"version":"7.0",
"build_revision":"7dc8dae",
"relays_published":"2019-07-25 08:00:00",
"relays":[
{"nickname":"VelociRapTor","fingerprint":"661EBD854F07109F0F7CEDC86C2A3F565FC01C3B","verified_host_names":["cker.cz","cracking.cz","e164.cz","hacking.cz","hacking.sk","klubalova.cz","klubalovi.cz","mail.cker.cz","mail.cracking.cz","mail.e164.cz","mail.emkei.cz","mail.hacking.cz","mail.hacking.sk","mail.klubalova.cz","mail.klubalovi.cz","mail.martinklubal.com","mail.martinklubal.cz","mail.pentest.cz","mail.pentester.cz","mail.pentesting.cz","mail.phreaking.cz","mail.skupinafaze.cz","mail.soom.sk","martinklubal.com","martinklubal.cz","pentest.cz","pentester.cz","pentesting.cz","phreaking.cz","skupinafaze.cz","soom.sk"]}
],
"bridges_published":"2019-07-25 07:43:02",
"bridges":[
]}

for the following 2 fields are expected but only the fingerprint field is in the output:

https://onionoo.torproject.org/details?lookup=661EBD854F07109F0F7CEDC86C2A3F565FC01C3B&fields=fingerprint,verified_host_names

{"version":"7.0",
"build_revision":"7dc8dae",
"relays_published":"2019-07-25 08:00:00",
"relays":[
{"fingerprint":"661EBD854F07109F0F7CEDC86C2A3F565FC01C3B"}
],
"bridges_published":"2019-07-25 07:43:02",
"bridges":[
]}
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#31247