-
Notifications
You must be signed in to change notification settings - Fork 47
/
recommendations-legacy-teams.html
54 lines (52 loc) · 1.25 KB
/
recommendations-legacy-teams.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
layout: default
title: Teams
permalink: /recommendations-legacy-teams
---
<div class="chart-placeholder">
<h3>Legacy Admin Teams</h3>
<canvas
data-url="{{ site.dataURL }}/teams-legacy.tsv"
data-type="history"
data-config='{
"views":
[
{
"label": "2 m",
"tooltip": "Show the last 2 months",
"aggregate": false,
"slice": [0, 61]
},
{
"label": "2 y",
"tooltip": "Show the last 2 years",
"aggregate":
{
"period": "week",
"method": "median"
},
"slice": [0, 106],
"default": true
},
{
"label": "all",
"tooltip": "Show all data",
"aggregate":
{
"period": "week",
"method": "median"
}
}
]
}'></canvas>
<div class="info-box">
<p>
Organizations created before September 2015 might have legacy admin teams.
In order to get the best performance out of GitHub Enterprise, these teams
should be <a href="https://help.github.com/enterprise/2.11/user/articles/migrating-your-previous-admin-teams-to-the-improved-organization-permissions/">migrated to the improved permissions model</a>.
</p>
</div>
</div>
<div class="chart-placeholder">
<table data-url="{{ site.dataURL }}/teams-legacy-detailed.tsv" data-type="table"></table>
</div>