Update additional 'Enterprise' references to 'Enterprise Server'

This commit is contained in:
Nathan Henderson 2019-06-07 16:47:48 -04:00
parent 565dbad8bd
commit 6d2b14ae07
5 changed files with 14 additions and 14 deletions

View file

@ -1,5 +1,5 @@
/**
* The oldest officially supported version of GitHub Enterprise.
* The oldest officially supported version of GitHub Enterprise Server.
* This information is used in user-facing text and shouldn't be
* considered a hard limit, i.e. older versions of GitHub Enterprise
* might (and probably do) work just fine but this should be a fairly

View file

@ -4,11 +4,11 @@ import { getDotComAPIEndpoint } from './api'
/**
* Best-effort attempt to figure out if this commit was committed using
* the web flow on GitHub.com or GitHub Enterprise. Web flow
* the web flow on GitHub.com or GitHub Enterprise Server. Web flow
* commits (such as PR merges) will have a special GitHub committer
* with a noreply email address.
*
* For GitHub.com we can be spot on but for GitHub Enterprise it's
* For GitHub.com we can be spot on but for GitHub Enterprise Server it's
* possible we could fail if they've set up a custom smtp host
* that doesn't correspond to the hostname.
*/

View file

@ -27,11 +27,11 @@ interface IBlankSlateProps {
/** The logged in account for GitHub.com. */
readonly dotComAccount: Account | null
/** The logged in account for GitHub Enterprise. */
/** The logged in account for GitHub Enterprise Server. */
readonly enterpriseAccount: Account | null
/**
* A map keyed on a user account (GitHub.com or GitHub Enterprise)
* A map keyed on a user account (GitHub.com or GitHub Enterprise Server)
* containing an object with repositories that the authenticated
* user has explicit permission (:read, :write, or :admin) to access
* as well as information about whether the list of repositories

View file

@ -94,8 +94,8 @@ export class Accounts extends React.Component<IAccountsProps, {}> {
onAction={this.onEnterpriseSignIn}
>
<div>
If you have a GitHub Enterprise account at work, sign in to it to
get access to your repositories.
If you have a GitHub Enterprise Server account at work, sign in to
it to get access to your repositories.
</div>
</CallToAction>
)

View file

@ -11,7 +11,7 @@ These are general metrics about users that are aggregated to understand general
| Metric | Description | Justification |
|:--|:--|:--|
| `dotComAccount` | Flag that is set if the user is logged in with a GitHub.com account | Informs us on the percentage of people who use Desktop with GitHub.com, so we can more accurately prioritize GitHub workflows in Desktop. |
| `enterpriseAccount` | Flag that is set if the user is logged in with a GitHub Enterprise account. | Informs us on the percentage of people who use Desktop with an Enterprise instance of GitHub, so we can more accurately prioritize Enterprise-related bugs. |
| `enterpriseAccount` | Flag that is set if the user is logged in with a GitHub Enterprise Server account. | Informs us on the percentage of people who use Desktop with an Enterprise Server instance of GitHub, so we can more accurately prioritize Enterprise-related bugs. |
| `eventType` | Always set to usage. | Specifies that this data is related to GitHub Desktop usage, so we can filter it correctly in our analytics. |
| `gitHubRepositoryCount` | The number of GitHub repositories. | To understand the typical number of repositories tracked in Desktop that are hosted on GitHub, so we can more accurately prioritize GitHub workflows in Desktop. |
| `guid` | The unique ID of a Desktop installation. | This allows us to aggregate metrics across multiple days, so we can understand how many people use Desktop per week or per month, and how many people use a particular feature per month. |
@ -43,14 +43,14 @@ These are general metrics about feature usage and specific feature behaviors. Th
| `divergingBranchBannerInfluencedMerge` | The number of times the user merges from the compare view after getting to that state from the diverged branch notification compare CTA button. | To understand usage patterns around the notification of diverging from the default branch feature. |
| `divergingBranchBannerInitatedMerge` | The number of times the user merges from the diverged branch notification merge CTA button. | To understand usage patterns around the notification of diverging from the default branch feature. |
| `divergingBranchBannerInitiatedCompare` | The number of times the user compares from the diverged branch notification compare CTA button. | To understand usage patterns around the notification of diverging from the default branch feature. |
| `dotcomCommits` | The number of time the user made a commit to a repo hosted on Github.com. | To understand the total percentage of commits made to GitHub repos compared to GitHub Enterprise and other remotes to help prioritize our work and focus areas |
| `dotcomCommits` | The number of time the user made a commit to a repo hosted on Github.com. | To understand the total percentage of commits made to GitHub repos compared to GitHub Enterprise Server and other remotes to help prioritize our work and focus areas |
| `dotcomPushCount` | The number of time the user pushed commits to a repo hosted on Github.com. | To understand how often users are pushing their work to a GitHub remote |
| `dotcomForcePushCount` | The number of time the user pushed commits to a repo hosted on Github.com with `--force-with-lease` enabled. | To understand how often users are pushing their work and rewriting history to a GitHub remote |
| `enterpriseCommits` | The number of times the user made a commit to a repo hosted on a GitHub Enterprise instance. | To understand the total percentage of commits made to GitHub Enterprise repos to help prioritize our work associated with enterprise use of GitHub Desktop compared to GitHub |
| `enterprisePushCount` | The number of time the user pushed commits to a repo hosted on GitHub Enterprise. | To understand how often users are pushing their work to a GitHub Enterprise remote |
| `enterpriseForcePushCount` | The number of time the user pushed commits to a repo hosted on GitHub Enterprise with `--force-with-lease` enabled. | To understand how often users are pushing their work and rewriting history to a GitHub Enterprise remote |
| `externalPushCount` | The number of time the user pushed commits to a repo not hosted on GitHub or GitHub enterprise. | To understand how often users are pushing their work to a non-GitHub remote |
| `externalForcePushCount` | The number of time the user pushed commits to a repo not hosted on GitHub or GitHub enterprise with `--force-with-lease` enabled. | To understand how often users are pushing their work and rewriting history to a non-GitHub remote |
| `enterpriseCommits` | The number of times the user made a commit to a repo hosted on a GitHub Enterprise Server instance. | To understand the total percentage of commits made to GitHub Enterprise Server repos to help prioritize our work associated with enterprise use of GitHub Desktop compared to GitHub |
| `enterprisePushCount` | The number of time the user pushed commits to a repo hosted on GitHub Enterprise Server. | To understand how often users are pushing their work to a GitHub Enterprise Server remote |
| `enterpriseForcePushCount` | The number of time the user pushed commits to a repo hosted on GitHub Enterprise Server with `--force-with-lease` enabled. | To understand how often users are pushing their work and rewriting history to a GitHub Enterprise Server remote |
| `externalPushCount` | The number of time the user pushed commits to a repo not hosted on GitHub or GitHub Enterprise Server. | To understand how often users are pushing their work to a non-GitHub remote |
| `externalForcePushCount` | The number of time the user pushed commits to a repo not hosted on GitHub or GitHub Enterprise Server with `--force-with-lease` enabled. | To understand how often users are pushing their work and rewriting history to a non-GitHub remote |
| `guidedConflictedMergeCompletionCount` | The number of times a conflicted merge is completed from the Merge Conflicts Dialog. | To understand how many times people prefer to finish the merge in the guided flow after resolving conflicts. |
| `loadTime` | The time (in milliseconds) it takes from when loading begins to loading end. | To make sure new versions of Desktop are not regressing on performance. |
| `mainReadyTime` | The time (in milliseconds) it takes from when our main process code is first loaded until the app `ready` event is emitted. | To make sure new versions of Desktop are not regressing on performance. |