Apache Allura

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Apache Allura
Initial release October 2009; 14 years ago (2009-10)[1]
Stable release 1.4.0 / April 2016; 8 years ago (2016-04)
Written in Python
Operating system GNU/Linux, Unix
Type Collaborative Development Environment
License Apache License 2.0
Website allura.apache.org

Apache Allura is an open-source forge software for managing source code repositories, bug reports, discussions, wiki pages, blogs and more for any number of individual projects. Allura graduated from incubation with the Apache Software Foundation in 2014.

Features

Allura can manage any number of projects, including groups of projects known as Neighborhoods, as well as sub-projects under individual projects. Allura also has a modular design to support tools attached to neighborhoods or individual projects. Allura comes packaged with many tools, and additional external and third-party tools can be installed. There are tools to manage version control for source code repositories, ticket tracking, discussions, wiki pages, blogs and more.

Allura can also export project data, as well as import data from a variety of sources, such as Trac, Google Code, GitHub, and, of course, Allura itself.

Features Common to Most Tools

Most tools support Markdown formatting,[2] threaded comments with integrated and configurable spam prevention, group or individual artifact level subscriptions via email or RSS, and powerful searching using Solr. Additionally, the Markdown syntax supports cross-linking, such that a commit can refer to a specific ticket, a comment on a discussion thread can easily link to a commit, or a wiki page can even link directly to a specific comment in a discussion thread. Allura also has a powerful permissions system that gives fine-grained control over who has access to do what.

Version Control

Allura comes packaged with tools for managing Git and SVN repositories. There is also a tool for managing Mercurial repositories,[3] which is packaged separately for license reasons.

Version control integration includes:

  • Browser-based file and commit browsing
  • Color-coded unified or side-by-side diff viewing
  • Syntax highlighting
  • Forking and merge / pull requests
  • Commit history graph view

Ticket / Bug Tracking

  • Multiple trackers per project
  • File attachments
  • Milestones, labels, and custom fields
  • Saved searches for frequent use
  • Bulk editing of tickets

Threaded Discussion Forums

  • Moderation
  • Reply-by-email
  • Spam prevention

Wiki

  • Attachments
  • Syntax highlighting for code snippets
  • Browsing pages by name or tags
  • Custom macros for things like project listings, blog post listings, and adding a Gittip button

Blogs

  • Pre-publish drafts
  • External feed integration
  • Optional discussion comments with spam prevention

History

Allura began in October 2009 as an Open Source reimplementation in Python of the developer tools for SourceForge.net (previously written in PHP), and was first announced in March 2011.[1] Allura became the default platform for new projects on SourceForge in July 2011.[4]

In June 2012, Allura was submitted to the Apache Software Foundation (ASF) and began incubation to become an Apache project.[5] Allura was moved to the ASF to encourage community engagement and to ensure an open and community oriented development process. In Mar 2013, Allura graduated to a top-level Apache project.[6]

Notable Installations

See also

References

  1. 1.0 1.1 Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found.

External links