Английская Википедия:GNATS

Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску

Шаблон:Other uses Шаблон:Infobox software GNATS is the GNU project's issue-tracking software.

GNATS is a set of tools for tracking bugs reported by users to a central site. It allows problem report management and communication with users via various means. GNATS stores all the information about problem reports in its databases and provides tools for querying, editing, and maintenance of the databases.

GNATS is free software, distributed under the terms of the GNU General Public License.

Usage

GNATS is used by GNU packagesШаблон:Citation needed and NetBSD.[1][2] The Apache Software Foundation used the software from 1996 to 2002,[3] and the Mutt project until 2006.[4] It is also used, or was used in the past, by the FreeBSD Project, OpenBSD, Juniper Networks, Nordic Optical Telescope, CERN, Green Bank Telescope, NRAO AIPS++, European Software Institute, and the BaBar Project at SLAC.[5]

In early June 2014, FreeBSD announced concrete plans to migrate from GNATS to Bugzilla, claiming that Bugzilla supports finer granularity for categories and keywords. Furthermore, the announcement states that GNATS is missing many features that people expect from a modern bug tracker.[6]

It has been described as having been "the cornerstone" of free software bug-tracking systems.[7][8]

History

GNATS was written by Heinz G. Seidl of Cygnus Solutions, inspired by BSD Unix's sendbug and filebug programs, and had its first stable release in 1992.[9] Initially, its only interface was via email, but multiple web and graphical interfaces were later added.[5] During the 1990s, other Cygnus employees rewrote it, and a further major rewrite was done for release 4, with other features contributed by users.[9][10][11][12]

Although GNATS is still in use, development slowed since the 4.1 release in 2005.[13] Several changes lingered in the developers' source code repository, and a 4.2 release was discussed in 2012[14] but no official release was made until some further development, leading to release 4.2.0 on 28 February 2015.[15]

Features

Built as a client-server architecture, GNATS works with many interfaces (described below) including email, command line, and web interfaces. All GNATS databases and configuration can be stored in plain text files, which helps in the modularity of GNATS. Categorisation and recategorisation of bug reports is particularly simple.[16]

Interfaces

Four official interfaces exist for GNATS:[17]

Gnatsweb
A Web interface to query and open tickets, with GNATS running as a background process (a "daemon")
Emacs GNATS mode
An extension (a "major mode") for GNU Emacs and XEmacs allowing direct access to GNAT issue-trackers
send-pr / edit-pr / query-pr
The traditional command line interface to create, edit, and query Problem Reports
TkGnats
A cross-platform application, written in the Tcl/Tk language

Apart from these, custom ones can be developed such as OpenBSD's sendbug interface which collects system information and submits Problem Reports via email.

See also

Шаблон:Portal

References

Шаблон:Reflist

External links

Шаблон:Bug tracking systems