Gitorious

Last updated
Gitorious
Developer(s) GitLab, Powow AS, Gitorious AS
Final release
3.2 [1] / December 4, 2014;9 years ago (2014-12-04)
Repository github.com/gitorious (GitHub mirror)
Written in Ruby
Operating system Linux
Available in English
Type Project management software
License GNU Affero General Public License 3
Website gitorious.org   OOjs UI icon edit-ltr-progressive.svg
Gitorious
Type of site
collaborative revision control
Available in English
Dissolved June 2015 (2015-06)
Successor(s) GitLab
URL gitorious.org
RegistrationOptional
LaunchedJanuary 2008 (2008-01)
Current statusOffline

Gitorious was a free and open source web application for hosting collaborative free and open-source software development projects using Git revision control. [2] Although it was freely available to be downloaded and installed, it was written primarily as the basis for the Gitorious shared web hosting service at gitorious.org, until it was acquired by GitLab in 2015. [3]

Contents

According to the Git User's Survey, Gitorious was the second most popular hosting service for Git in 2011, with 11.7% of respondents indicating they used it, behind 87.5% using GitHub. [4] On 3 March 2015, Gitorious was acquired by GitLab, who announced service through gitorious.org would be discontinued on 1 June 2015 and encouraged Gitorious users to make use of its import tools to migrate projects to GitLab.

Features and constraints

In addition to source code hosting, Gitorious provided projects with wikis, a web interface for merge requests and code reviews, and activity timelines for projects and developers. [2]

According to the terms of service, [5] if bandwidth usage for an account, project or repository exceeded 500 MB/month, or significantly exceeds the average bandwidth usage of other Gitorious.org users or customers, Gitorious.org reserved the right to immediately disable or throttle the account, project or repository until the account owner can reduce the bandwidth consumption.

Gitorious AS released the Gitorious software under the AGPLv3 [6] as free software.

Acquisitions

In August 2013, Gitorious AS was acquired by Powow AS, a Norwegian-Polish consulting company. [7]

Gitorious was then acquired by GitLab as of 3 March 2015. GitLab kept gitorious.org online through May 2015 and added an automatic migration function for project to move to GitLab.com which offers both paid and free hosting services and maintains an open source "community" edition for self-hosting. [8] [9]

At the time of the GitLab acquisition, there were four Powow employees behind Gitorious. GitLab CEO Sytse Sijbrandij, responding to comments about the acquisition on Hacker News, wrote that "[Powow] wanted to shut the company down without a bankruptcy". So, GitLab, as a way to bolster their user base, bought Gitorious even though they were not hiring the employees or using the Gitorious software. In addition to providing optional migration to GitLab.com, GitLab opened discussions with Archive.org about preserving the Gitorious repositories for historical reference. [10] As of mid-2016, as a result of efforts by GitLab, ex-Gitorious staff, and Archive Team, Gitorious.org existed as a read-only mirror of its former self, containing some 120,000 repositories comprising 5TB of data. [11]

See also

Related Research Articles

SourceForge is a web service that offers software consumers a centralized online location to control and manage open-source software projects and research business software. It provides source code repository hosting, bug tracking, mirroring of downloads for load balancing, a wiki for documentation, developer and user mailing lists, user-support forums, user-written reviews and ratings, a news bulletin, micro-blog for publishing project updates, and other features.

freedesktop.org (fd.o), formerly X Desktop Group (XDG), is a project to work on interoperability and shared base technology for free-software desktop environments for the X Window System (X11) and Wayland on Linux and other Unix-like operating systems. Although freedesktop.org produces specifications for interoperability, it is not a formal standards body.

Source-available software is software released through a source code distribution model that includes arrangements where the source can be viewed, and in some cases modified, but without necessarily meeting the criteria to be called open-source. The licenses associated with the offerings range from allowing code to be viewed for reference to allowing code to be modified and redistributed for both commercial and non-commercial purposes.

OW2 is an independent non-profit international consortium dedicated to developing open-source software code infrastructure for middleware information systems. OW2 federates IT vendors and users, universities, and research centers from Europe, Asia, and the Americas, representing IT professionals.

In software development, distributed version control is a form of version control in which the complete codebase, including its full history, is mirrored on every developer's computer. Compared to centralized version control, this enables automatic management branching and merging, speeds up most operations, improves the ability to work offline, and does not rely on a single location for backups. Git, the world's most popular version control system, is a distributed version control system.

<span class="mw-page-title-main">Mantis Bug Tracker</span> Bug tracking system

Mantis Bug Tracker is a free and open source, web-based bug tracking system. The most common use of MantisBT is to track software defects. However, MantisBT is often configured by users to serve as a more generic issue tracking system and project management tool.

A source-code-hosting facility is a file archive and web hosting facility for source code of software, documentation, web pages, and other works, accessible either publicly or privately. They are often used by open-source software projects and other multi-developer projects to maintain revision and version history, or version control. Many repositories provide a bug tracking system, and offer release management, mailing lists, and wiki-based project documentation. Software authors generally retain their copyright when software is posted to a code hosting facilities.

<span class="mw-page-title-main">Mercurial</span> Distributed revision-control tool for software developers

Mercurial is a distributed revision control tool for software developers. It is supported on Microsoft Windows, Linux, and other Unix-like systems, such as FreeBSD and macOS.

In FOSS development communities, a forge is a web-based collaborative software platform for both developing and sharing computer applications.

<span class="mw-page-title-main">GitHub</span> Hosting service for software projects

GitHub is a developer platform that allows developers to create, store, manage and share their code. It uses Git software, providing the distributed version control of Git plus access control, bug tracking, software feature requests, task management, continuous integration, and wikis for every project. Headquartered in California, it has been a subsidiary of Microsoft since 2018.

Bitbucket is a Git-based source code repository hosting service owned by Atlassian. Bitbucket offers both commercial plans and free accounts with an unlimited number of private repositories.

<span class="mw-page-title-main">Assembla</span>

Assembla is a web-based version control and source code management software as a service provider for enterprises. It was founded in 2005 and acquired by San Antonio Venture Equity firm Scaleworks in 2016. It offers Git, Perforce Helix Core and Apache Subversion repository management, integrations with other enterprise software such as Trello, Slack and JIRA as well as the Cornerstone Subversion client for macOS. Assembla also offers integrations with customer's managed private clouds.

<span class="mw-page-title-main">OCRFeeder</span>

OCRFeeder is an optical character recognition suite for GNOME, which also supports virtually any command-line OCR engine, such as CuneiForm, GOCR, Ocrad and Tesseract. It converts paper documents to digital document files and can serve to make them accessible to visually impaired users.

In version control systems, a repository is a data structure that stores metadata for a set of files or directory structure. Depending on whether the version control system in use is distributed, like Git or Mercurial, or centralized, like Subversion, CVS, or Perforce, the whole set of information in the repository may be duplicated on every user's system or may be maintained on a single server. Some of the metadata that a repository contains includes, among other things, a historical record of changes in the repository, a set of commit objects, and a set of references to commit objects, called heads.

<span class="mw-page-title-main">F-Droid</span> Repository for free and open source Android apps

F-Droid is an open-source app store and software repository for Android, serving a similar function to the Google Play store. The main repository, hosted by the project, contains only free and open source apps. Applications can be browsed, downloaded and installed from the F-Droid website or client app without the need to register for an account. "Anti-features" such as advertising, user tracking, or dependence on non-free software are flagged in app descriptions.

<span class="mw-page-title-main">Atom (text editor)</span> Free and open-source text and source code editor

Atom was a free and open-source text and source code editor for macOS, Linux, and Windows with support for plug-ins written in JavaScript, and embedded Git Control. Developed by GitHub, Atom was released on June 25, 2015.

<span class="mw-page-title-main">GitLab</span> Open-source Git software package

GitLab Inc. is an open-core company that operates GitLab, a DevOps software package that can develop, secure, and operate software. The open-source software project was created by Ukrainian developer Dmytro Zaporozhets and Dutch developer Sytse Sijbrandij. In 2018, GitLab Inc. was considered to be the first partly-Ukrainian unicorn.

<span class="mw-page-title-main">Gitter</span> Open source messaging software

Gitter is an open-source instant messaging and chat room system for developers and users of GitLab and GitHub repositories. Gitter is provided as software-as-a-service, with a free option providing all basic features and the ability to create a single private chat room, and paid subscription options for individuals and organisations, which allows them to create arbitrary numbers of private chat rooms.

Perforce Software, Inc. is an American developer of software used for developing and running applications, including version control software, web-based repository management, developer collaboration, application lifecycle management, web application servers, debugging tools and agile planning software.

<span class="mw-page-title-main">Gitea</span> Free forge based on Git written in Go

Gitea is a forge software package for hosting software development version control using Git as well as other collaborative features like bug tracking, code review, continuous integration, kanban boards, tickets, and wikis. It supports self-hosting but also provides a free public first-party instance. It is a fork of Gogs and is written in Go. Gitea can be hosted on all platforms supported by Go including Linux, macOS, and Windows. The project is funded on Open Collective.

References

  1. "Announcing Gitorious 3.2". The Gitorious Blog. 2014-12-04. Archived from the original on 2014-12-06. Retrieved 2014-12-04.
  2. 1 2 "About Gitorious". Gitorious.org. Archived from the original on 2011-06-18.
  3. "Gitorious.org is dead, long live gitorious.org". Gitorious.org. 15 April 2015. Archived from the original on 2016-04-07. Retrieved 2020-06-19.
  4. "Git User's Survey 2011 summary". Git SCM Wiki. sec. 19. Which git hosting site(s) do you use for your project(s)?.
  5. "Terms of Service". Gitorious.org. 12 September 2012. Archived from the original on 2012-09-23.
  6. "LICENSE - mainline in Gitorious". Gitorious.org. Archived from the original on 2010-12-08. Retrieved 2013-05-22.
  7. "Powow AS acquires Gitorious AS". The Gitorious Blog. 2013-08-20. Retrieved 2018-06-06.
  8. Sijbrandij, Sytse (3 March 2015). "GitLab acquires Gitorious to bolster its on premises code collaboration platform". GitLab.com. Retrieved 21 March 2015.
  9. Degeler, Andrii (3 March 2015). "Code collaboration platform GitLab acquires rival Gitorious, will shut it down on June 1". The Next Web. Retrieved 4 March 2015.
  10. "GitLab acquires Gitorious". Hacker News. Retrieved 21 March 2015.
  11. "gitorious valhalla - hosted by VPSSD and Archiveteam". gitorious.org. Archived from the original on 2020-01-28. Retrieved 2018-06-06.