Assembla

Last updated
Assembla
New logo rebrand for Assembla Assembla-Logo-2024.png
New logo rebrand for Assembla
Type of site
Community / project hosting
Available inEnglish
OwnerIdera, Inc.
URL get.assembla.com
CommercialYes
Launched2005;19 years ago (2005)
Current statusOnline

Assembla is a web-based version control and project management software as a service provider for enterprises. It was founded in 2005 and acquired by Idera, Inc. in 2018. [1] [2] It offers Git, Perforce Helix Core and Apache Subversion repository management, [3] integrations with other collaboration tools such as Trello, Slack, GitHub and JIRA. [4] Assembla also offers integrations with customer's managed private clouds.

Contents

History

The company was officially opened in 2005, and was headed by Andy Singleton, creator of PowerSteering Software. [5] [6]

Initially, Assembla offered free on-demand tools such as Trac and Subversion hosting. However, starting from October 2008, Assembla implemented a pricing model for certain products. [7]

In 2012, Assembla partnered with Perforce Software to provide on-demand versions of Perforce’s Software Version Management tool, Helix Core. This integration includes team tools from Assembla, available for an additional fee. [8]

In 2013, Assembla released a set of tools related to Agile development and Continuous Delivery processes called "Renzoku." [9] These are now included as part of the core offering for the team and enterprise plans. [10]

In May 2016, Assembla was purchased by Venture Equity provider Scaleworks. The company is currently based in San Antonio, Texas. [1]

On Jan 18th 2018, Assembla acquired Cornerstone, a Subversion client for macOS. [2]

Acquisition by Idera, Inc.

On November 1, 2018, Idera, Inc. announced its acquisition of Assembla to integrate its Developer Tools division. This acquisition expanded Idera's DevOps capabilities by integrating Assembla's secure source code management solutions with other tools in its portfolio, such as TestRail, Xray - Test Management, Embarcadero or Ranorex.


Products

Assembla is a source code management tool specializing in providing cloud-based version control services for code projects and agile software development. [11] For users of their cloud repositories, Assembla also provides an additional project management tool.

Assembla hosts more than 100,000 client projects. Their customer base includes game development firms, consultants, outsourcers, and digital agencies. Assembla offers Apache Subversion, Git, and Perforce code repositories. Additionally, Assembla integrates with tools such as Slack, GitHub, and JIRA.

See also

Related Research Articles

In software engineering, version control is the act of controlling computer files and versions of files. Primarily files are source code text files, but generally can be any type of file.

Trac is an open-source, web-based project management and bug tracking system. It has been adopted by a variety of organizations for use as a bug tracking system for both free and open-source software and proprietary projects and products. Trac integrates with major version control systems including Subversion and Git. Trac is used, among others, by the Internet Research Task Force, Django, FFmpeg, jQuery UI, WebKit, 0 A.D., and WordPress.

Zend Studio is a commercial, proprietary integrated development environment (IDE) for PHP developed by Zend Technologies, based on the PHP Development Tools (PDT) plugin for the Eclipse platform.

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.

Microsoft Visual SourceSafe (VSS) is a discontinued source control program oriented towards small software development projects. Like most source control systems, SourceSafe creates a virtual library of computer files. While most commonly used for source code, SourceSafe can handle any type of file in its database, but older versions were shown to be unstable when used to store large amounts of non-textual data, such as images and compiled executables.

In software development, version control is a class of systems responsible for managing changes to computer programs or other collections of information such that revisions have a logical and consistent organization. The following tables include general and technical information on notable version control and software configuration management (SCM) software. For SCM software not suitable for source code, see Comparison of open-source configuration management software.

Azure DevOps Server, formerly known as Team Foundation Server (TFS) and Visual Studio Team System (VSTS), is a Microsoft product that provides version control, reporting, requirements management, project management, automated builds, testing and release management capabilities. It covers the entire application lifecycle and enables DevOps capabilities. Azure DevOps can be used as a back-end to numerous integrated development environments (IDEs) but is tailored for Microsoft Visual Studio and Eclipse on all platforms.

Jira is a proprietary product developed by Atlassian that allows bug tracking, issue tracking and agile project management. Jira is used by a large number of clients and users globally for project, time, requirements, task, bug, change, code, test, release, sprint management.

Jira Studio was an integrated, hosted software development suite developed by Atlassian Software Systems. Jira Studio included Subversion for revision control, Jira for issue tracking and bug tracking, Confluence for content management, Jira Agile for agile planning and management, Bamboo for continuous integration, Crucible for code review and FishEye for source code repository browsing.

<span class="mw-page-title-main">Atlassian</span> Australian enterprise software company

Atlassian Corporation is an Australian-American software company that develops products for software developers, and project managers among other groups. The company is domiciled in Delaware, with global headquarters in Sydney, Australia, and US headquarters in San Francisco.

Plastic SCM is a cross-platform commercial distributed version control tool developed by Códice Software for Microsoft Windows, Mac OS X, Linux, and other operating systems. It includes a command-line tool, native GUIs, diff and merge tool and integration with a number of IDEs. It is a full version control stack not based on Git.

<span class="mw-page-title-main">Travis CI</span> Service to build and test software projects

Travis CI is a hosted continuous integration service used to build and test software projects hosted on GitHub, Bitbucket, GitLab, Perforce, Apache Subversion and Assembla.

Helix ALM, formerly called TestTrack, is application lifecycle management (ALM) software developed by Perforce. The software allows developers to manage requirements, defects, issues and testing during software development.

Idera, Inc. is the parent company of a portfolio of brands that offer B2B software including database tools, application development tools, test management tools, and DevOps tools. It is headquartered in Houston, Texas and has offices in Australia, Austria, and the United Kingdom. It is owned by the private equity firms HGGC, Partners Group and TA Associates.

<span class="mw-page-title-main">RhodeCode</span> German software company

RhodeCode is an open source self-hosted platform for behind-the-firewall source code management. It provides centralized control over Git, Mercurial, and Subversion repositories within an organization, with common authentication and permission management. RhodeCode allows forking, pull requests, and code reviews via a web interface.

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.

In version-control systems, a monorepo is a software-development strategy in which the code for a number of projects is stored in the same repository. This practice dates back to at least the early 2000s, when it was commonly called a shared codebase. Google, Meta, Microsoft, Uber, Airbnb, and Twitter all employ very large monorepos with varying strategies to scale build systems and version control software with a large volume of code and daily changes.

References

  1. 1 2 "Idera, Inc. Acquires Assembla for Source Code Management". Idera, Inc. Retrieved 2024-05-23.
  2. 1 2 "Assembla acquires Cornerstone, a Subversion client for MacOS". TechCrunch. 2018-01-18. Retrieved 2018-06-17.
  3. "Assembla - Overview". Archived from the original on 2018-06-17. Retrieved 2018-06-17.
  4. "Cornerstone Homepage" . Retrieved 2018-06-17.
  5. "Assembly required: Assembla builds ad hoc coding teams". Mass High Tech. December 17, 2007. Archived from the original on 2009-07-24. Retrieved 2009-06-03.
  6. "Do online development workspaces make sense?". InfoWorld. April 29, 2009.
  7. "Assembla expands its online agile road map". SDTimes. April 13, 2009. Archived from the original on 2009-04-15. Retrieved 2009-06-03.
  8. "Perforce and Assembla Partner to Deliver a Cloud-Hosted Solution That Accelerates Agile Development". Perforce. 2012-07-11. Retrieved 2018-06-17.
  9. ""Starter Renzoku Plans now Free" - @assembla". 2013-05-10. Retrieved 2018-06-17.
  10. "Assembla - Project Management". Archived from the original on 2018-06-14. Retrieved 2018-06-17.
  11. "About Us - Assembla". get.assembla.com. 2021-05-19. Retrieved 2022-09-08.