wiki:Dev

Version 38 (modified by nejucomo, at 2007-10-14T05:17:54Z) (diff)

Add a link to the "Extensions" page.

Dev

Views into the process of Tahoe hackery.

The Most Important Parts

  • Run darcs get http://allmydata.org/source/tahoe/trunk tahoe to grab a copy of the source code.
  • The Roadmap page (linked at the top of each page) shows the next planned release and what improvements and bugfixes we are working on.
  • The Doc page contains extensive documentation, which is very useful guide for hacking.

Community

  • Tahoe hackers chat on irc.freenode.net. For historical reasons, we tend to gather in channel #mnet.

Extensions

  • Tahoe has a programmatic API which simplifies building custom applications on top of the storage infrastructure.
  • The webapi.txt document shows how to control a Tahoe node programmatically.

Repository Resources

  • The Buildbot page (linked at the top of each page) shows current build and test results.
  • The Timeline (linked at the top of each page) shows changes to the source code, the issue tickets, and the wiki (i.e. this web site).

  • The darcs patch browser allows you to answer questions like "Which lines did this patch change?" and "Which patches changed this line?".
  • The code coverage statistics show which lines of code get exercised by the unit tests.
    • Archived data is also available.
    • This graph shows how code coverage has changed over time, measuring what percentage of the allmydata codebase is covered.
    • This one measures the number of lines that are not covered, which gives better resolution than the percentage-wise graph.
  • The Packaging page shows our currently policy for how to re-use 3rd-party libraries and how to distribute Tahoe to users.

Metrics

See Also