Skip to content
Snippets Groups Projects
Commit 9bd88a12 authored by Job van der Voort's avatar Job van der Voort
Browse files

redo gitlab-ee page

parent 7826c51e
No related branches found
No related tags found
1 merge request!198WIP Sticky footer
Loading
Loading
@@ -2,102 +2,86 @@
layout: default
title: GitLab Enterprise Edition
---
<div id="content">
<div class="container txt-lefty">
<div class="row">
<div class="row">
<div class="col-sm-12 col-md-12 jumbotron">
<p>
The Enterprise Edition includes all the features of the Community Edition as well as additional features.
<br />
It contains copyrighted code that requires you to have a valid <a href="/subscription">subscription</a>.
<br />
GitLab EE is on-premises software that you can install and use on your server(s).
</p>
<div class="button-holder">
<a class="btn btn-success btn-lg" href="/subscription/">Order a subscription</a>
</div><!-- button-holder -->
</div> <!-- span 12 -->
</div><!-- row -->
<div class="col-sm-9 col-md-9">
<div class="entry">
<div class="row">
<div class="col-sm-12 col-md-12">
<p>
<strong>Feature comparision between Community Edition and Enterprise Edition</strong>
<br>
<div class="container txt-lefty">
 
</p>
<table class="table">
<thead>
<tr>
<th>Feature</th>
<th>Community Edition</th>
<th>Enterprise Edition</th>
</tr>
</thead>
<tbody>
<tr>
<td>All the <a href='/gitlab-ce-features/'>features of the Community Edition</a></td>
<td style="color:green"></td>
<td style="color:green"></td>
</tr>
<tr>
<td>groups consisting of multiple people with a shared namespace for projects</td>
<td style="color:green"></td>
<td style="color:green"></td>
</tr>
<tr>
<td>invite the members of another group to a project</td>
<td style="color:red"></td>
<td style="color:green"></td>
</tr>
<tr>
<td>LDAP user authentication (also compatible with Active Directory)</td>
<td style="color:green"></td>
<td style="color:green"></td>
</tr>
<tr>
<td>LDAP group synchronization (also compatible with Active Directory)</td>
<td style="color:red"></td>
<td style="color:green"></td>
</tr>
<tr>
<td>Git hooks rules (commit message must mention an issue, prevent tag deletion, etc.)</td>
<td style="color:red"></td>
<td style="color:green"></td>
</tr>
<tr>
<td>Branded login page </td>
<td style="color:red"></td>
<td style="color:green"></td>
</tr>
<td>Mention JIRA ticket from GitLab</td>
<td style="color:green"></td>
<td style="color:green"></td>
</tr>
<tr>
<td>Close JIRA issues with GitLab commits</td>
<td style="color:red"></td>
<td style="color:green"></td>
</tr>
<tr>
<td>Add GitLab commits to JIRA issues </td>
<td style="color:red"></td>
<td style="color:green"></td>
</tr>
<tr>
<td>Display merge request status for builds on Jenkins CI</td>
<td style="color:red"></td>
<td style="color:green"></td>
</tr>
<tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="jumbotron">
<p>
The Enterprise Edition includes all the features of the Community Edition as well as additional features.
<br />
It contains copyrighted code that requires you to have a valid <a href="/subscription">subscription</a>.
<br />
GitLab EE is on-premises software that you can install and use on your server(s).
</p>
<div class="button-holder">
<a class="btn btn-success btn-lg" href="/subscription/">Order a subscription</a>
</div>
</div>
<div class="feature-compare">
<table class="table table-hover">
<thead>
<tr>
<th>Feature</th>
<th>Community Edition</th>
<th>Enterprise Edition</th>
</tr>
</thead>
<tbody>
<tr>
<td>All the <a href='/gitlab-ce-features/'>features of the Community Edition</a></td>
<td style="color:green"></td>
<td style="color:green"></td>
</tr>
<tr>
<td>groups consisting of multiple people with a shared namespace for projects</td>
<td style="color:green"></td>
<td style="color:green"></td>
</tr>
<tr>
<td>invite the members of another group to a project</td>
<td style="color:red"></td>
<td style="color:green"></td>
</tr>
<tr>
<td>LDAP user authentication (also compatible with Active Directory)</td>
<td style="color:green"></td>
<td style="color:green"></td>
</tr>
<tr>
<td>LDAP group synchronization (also compatible with Active Directory)</td>
<td style="color:red"></td>
<td style="color:green"></td>
</tr>
<tr>
<td>Git hooks rules (commit message must mention an issue, prevent tag deletion, etc.)</td>
<td style="color:red"></td>
<td style="color:green"></td>
</tr>
<tr>
<td>Branded login page </td>
<td style="color:red"></td>
<td style="color:green"></td>
</tr>
<td>Mention JIRA ticket from GitLab</td>
<td style="color:green"></td>
<td style="color:green"></td>
</tr>
<tr>
<td>Close JIRA issues with GitLab commits</td>
<td style="color:red"></td>
<td style="color:green"></td>
</tr>
<tr>
<td>Add GitLab commits to JIRA issues </td>
<td style="color:red"></td>
<td style="color:green"></td>
</tr>
<tr>
<td>Display merge request status for builds on Jenkins CI</td>
<td style="color:red"></td>
<td style="color:green"></td>
</tr>
</tbody>
</table>
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment