Projects

A Swarm projectIn Helix Swarm, a group of Helix Server users who are working together on a specific codebase, defined by one or more branches of code, along with options for a job filter, automated test integration, and automated deployment. is made up of a group of Helix Server users who are working together on one or more codelines within the Helix Server. A project's definition includes one or more branches of code, and optionally a jobA user-defined unit of work tracked by Helix Server. The job template determines what information is tracked. The template can be modified by the Helix Server system administrator. A job describes work to be done, such as a bug fix. Associating a job with a changelist records which changes fixed the bug. filter, automated test integration, and automated deployment. This section provides an introduction to the interactions users have with projects. For details about managing projects, see Projects.

Listing projects

To view a list of projects, click the Projects link in the main toolbar.

Image of the Projects Page

Logged-in users can choose which projects to display by clicking on the My Projects tab or the All Projects tab. Anonymous users only see the public projects, the My Projects tab is not available to anonymous users:

Tip

Search project names and project descriptions

You can search for Swarm project names and for the content of the project description from the projects page:

  1. Enter text in the search box.
  2. Click Search.
  3. Any project names, and descriptions that match the search text are displayed in the project tab:

    Image of a Project Name and Description Search

Tip

Switch to the other project tab to display search results for that tab.

Viewing a project

View a project by doing one of the following:

Overview tab

The project Overview tab shows a description of the project.

Important

The project's Overview tab is only displayed if there is a README.md in the project's mainline.

The README.md file can contain Markdown text, allowing a formatted description of the project to be provided. For a description of the type of formatting that is supported, see Markdown in projects. For details on how to configure the mainline of a project, see Mainline branch identification.

Image of a Project Overview Page with Markdown

The following information is displayed in the project sidebar:

Activity tab

The project Activity tab shows the activity stream for the project

Project Activity Page image

The following information is displayed in the project sidebar:

Reviews tab

The project Reviews tab shows a list of code reviews specific to the project.

Project Reviews Page image

For more details on browsing, filtering, and searching reviews, see Reviews list.

Files tab

The project Files tab shows a list of files for the project, starting with a folder view representing each branch. Branches are designated with the branch icon Branch icon image.

Image of the Initial Files Listing for a Project

The project's main branch, identified by using a name such as main, mainline, master, trunk, is sorted to the top of the list of branches and appears in bold. The list of names can be configured, see Mainline branch identification for details.

For more information on browsing files, see Files.

Commits tab

The project Commits tab shows a list of changes made to the project.

Project Commits tab image

For more details on history browsing, see Commits.

Jobs tab

The project Jobs tab shows a list of jobs associated with the project.

Important

The Jobs tab is only displayed when the project configuration includes a job filter. See Add a project for details.

Project Jobs tab image

For more details on browsing and searching jobs, see Jobs.

Private projects

Private projects, introduced in Swarm 2016.2, provide a way to make specific projects and their activity less visible to Swarm users. When a project is made private, only the projects owners, moderators, and members, plus users with super privileges in the Helix Server, can see the project, its activity streams, and ongoing reviews.

If you are logged in as an owner, moderator, or member of a private Swarm project, that project appears on the Swarm project page with an eye icon to indicate that it is private and has limited visibility:

Image of a Private Project in the Projects page

Similarly, the eye icon appears beside the project's title when viewing the project. When you hover your mouse over the eye icon, a tooltip appears indicating that this project is indeed private.

Caveats

The following are important caveats regarding private projects: