1
0
mirror of synced 2026-01-05 03:06:35 -05:00
Commit Graph

1391 Commits

Author SHA1 Message Date
Brice
930cbe1829 Merge branch 'main' into briceholland-ghae-review 2020-11-06 14:13:44 -08:00
Janice
ceb4efe092 Merge pull request #1102 from lfades/patch-1
Grammar fix
2020-11-06 14:17:48 -07:00
Janice
80532c43bf Merge branch 'main' into patch-1 2020-11-06 14:08:13 -07:00
Octomerger Bot
ccebc21eda repo sync 2020-11-06 12:36:11 -08:00
Octomerger Bot
a6f976cc69 repo sync 2020-11-06 12:28:35 -08:00
Janice
ae1ecc5dbe Merge pull request #1078 from HonkingGoose/patch-1
Add missing % at the end of a template example
2020-11-06 13:07:02 -07:00
Janice
1859650e56 Merge branch 'main' into patch-1 2020-11-06 12:46:33 -07:00
Octomerger Bot
2794aebd67 repo sync 2020-11-06 11:33:22 -08:00
Octomerger Bot
23bf24f3b0 repo sync 2020-11-06 11:26:47 -08:00
Sarah Schneider
dfb29cfb59 Remove no longer needed middleware (#16384)
* remove no longer needed middleware

* remove accompanying test
2020-11-06 14:14:28 -05:00
Octomerger Bot
72550a9342 repo sync 2020-11-06 11:09:21 -08:00
Sarah Schneider
26e00904ea add some error handling around common issues (#16387) 2020-11-06 13:51:25 -05:00
Octomerger Bot
88cb8cbb31 repo sync 2020-11-06 09:50:45 -08:00
Octomerger Bot
c39f6246f4 repo sync 2020-11-06 09:41:58 -08:00
Chiedo John
346b1b0a68 Merge pull request #914 from nschonni/set-test-timeout
chore: Set timeout of 60 minutes for test job
2020-11-06 12:21:28 -05:00
Nick Schonning
bf478c15dd chore: Set timeout of 60 minutes for test job 2020-11-06 11:55:06 -05:00
Octomerger Bot
886a21bcf6 repo sync 2020-11-06 08:49:54 -08:00
kerem
30bc62edb7 Change SSH key generation instructions to use the Ed25519 algorithm (#940)
* Monitoring cluster nodes page changes

* ed25519 changes in

Co-authored-by: hubwriter <hubwriter@github.com>
2020-11-06 16:34:12 +00:00
Octomerger Bot
6e426760d1 repo sync 2020-11-06 07:09:56 -08:00
Octomerger Bot
65b5085319 repo sync 2020-11-06 06:51:13 -08:00
Chiedo John
4a5fddd471 Merge pull request #1032 from nschonni/editorconfig
chore: Add EditorConfig for IDE whitespace
2020-11-06 09:34:04 -05:00
Octomerger Bot
879fd276cd repo sync 2020-11-06 06:31:39 -08:00
Chiedo John
18a55c1c07 Merge branch 'main' into editorconfig 2020-11-06 09:19:07 -05:00
Chiedo John
696c08489f Merge pull request #1065 from nschonni/checkout-2.3.4
chore: Update actions/checkout to v2.3.4
2020-11-06 09:12:24 -05:00
Chiedo John
ad5d7563b4 Merge branch 'main' into checkout-2.3.4 2020-11-06 09:04:34 -05:00
Octomerger Bot
cc1ea92118 repo sync 2020-11-06 03:27:37 -08:00
Parker Brown
17c26f33de Add missing redirects (#16369)
* Add missing redirects

The `setting-up-and-managing-your-enterprise-account` directory was renamed to `setting-up-and-managing-your-enterprise` but most of the redirects to reflect this change were not put in place.

* Remove trailing spaces

* 💅 order

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2020-11-06 11:08:04 +00:00
Octomerger Bot
d0b109fd8b repo sync 2020-11-06 02:55:27 -08:00
Felicity Chapman
43fdf2fdb5 Merge pull request #1066 from JBryceOrtiz/patch-5
Update blocking-a-user-from-your-personal-account.md
2020-11-06 10:41:08 +00:00
Felicity Chapman
b1b04e6b1b Merge branch 'main' into patch-5 2020-11-06 10:31:05 +00:00
Octomerger Bot
bba6f3d357 repo sync 2020-11-06 02:28:42 -08:00
Octomerger Bot
2488dd9dfd repo sync 2020-11-06 02:13:16 -08:00
Felicity Chapman
b4b28732a9 Merge branch 'main' into patch-5 2020-11-06 09:56:53 +00:00
Felicity Chapman
406e27f614 Merge pull request #792 from kshobaki/patch-3
Update guidelines-for-legal-requests-of-user-data.md
2020-11-06 09:55:18 +00:00
Felicity Chapman
d767d177e7 Merge branch 'main' into patch-3 2020-11-06 09:45:21 +00:00
Octomerger Bot
f19214c854 repo sync 2020-11-06 01:23:19 -08:00
Octomerger Bot
75034e766e repo sync 2020-11-06 01:14:51 -08:00
Peter Cihon
efff56e939 Make article available for GitHub Enterprise Server users only (#16351)
Mirroring the change done on site-policy [#325](https://github.com/github/site-policy/pull/325) to limit the article (referencing Insights) to only GHES.  /cc @felicitymay
2020-11-06 08:53:04 +00:00
Octomerger Bot
a087f393dc repo sync 2020-11-06 00:33:34 -08:00
Martin Lopes
4524468d25 Migrating from Travis to GitHub Actions (#16322)
* Adds Travis CI migration guide

* Updated variable syntax

* Updated links

* Fixed variable

* Split into two tables to fix rendering

* Removed section about upstream, might not be applicable here

* Made formatting more consistent

* Added misc edits, "Next steps" section, matrix example

* Added small edits

* Added updates from review

* Edited "Key similarities" intro

* Replaced diagram with link to "Learning GitHub Actions"

* Moved links into a "Before you begin" section

* Added "Parallel job processing"

* Added small edits, "Default environment variables" section

* Added "Targeting specific branches"

* Added "Checking out submodules"

* Moved into nested subsection

* Updated "Assumptions about language dependencies"

* Renamed section

* Adds some small edits

* Moved all headings down 1 level

* Apply suggestions from code review

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>

* Added updates from review

* Added updates from review

* Fixed rendering, added small edit

* Removed Travis concepts paragraph, as it seems superfluous

* Added minor edits

* Reframed the "differences" section to rather emphasize Actions features that might distinguish it from others

* Reframed additional differences to emphasize Actions capabilities

* Small edit

* More small edits

* Apply suggestions from code review

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>

* Revised conditional example

* Revised build matrix exmple

* Updated python example

* Updated examples

* Changed example to "Building with Node.js"

* Adds fixes from peer review

* Added minor edits

* Added some finishing touches

* Update migrating-from-travis-ci-to-github-actions.md

* Small clarification

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-11-06 18:07:41 +10:00
Octomerger Bot
fc08b9beb8 repo sync 2020-11-05 23:56:36 -08:00
mc
7765cbab0b Merge pull request #1100 from gaoyaoxin/patch-1
Update managing-a-custom-domain-for-your-github-pages-site.md
2020-11-06 07:36:06 +00:00
mc
19c5ae1882 Merge branch 'main' into patch-1 2020-11-06 07:25:10 +00:00
Octomerger Bot
fae510d9ad repo sync 2020-11-05 22:33:24 -08:00
Octomerger Bot
ed0734f39b repo sync 2020-11-05 22:22:46 -08:00
Octomerger Bot
c82db924b4 Branch was updated using the 'autoupdate branch' Actions workflow. 2020-11-05 22:14:34 -08:00
Lucas Costi
ace6bc52a4 Bump rest-api-operations (#16373) 2020-11-06 16:13:59 +10:00
Brice
bf7742bbdb Update content/admin/enterprise-support/about-github-enterprise-support.md
Co-authored-by: Nick Schonning <nschonni@gmail.com>
2020-11-05 20:54:30 -08:00
Brice
f4675a9760 Update ghae-priorities.md 2020-11-05 18:22:34 -08:00
Brice
ef4f0bb806 Enterprise Support Page updates
Some tweaks to the verbiage around what is provided with Premium Support and GHAE.

Instead of the "Government notification box" indicating the TSAM will inform them of the difference, I propose a secondary article, similar to how we've setup Premium Support, with something like:
For more information, see "GitHub AE Support for Commercial and Government Cloud."
This new page should house all of the roles/responsibilities for each of the two respective services in a table format that's clear and defines the support offering better.

Also, while reviewing, this seems like it should be designated with "Cloud" to denote GHES and GHE**C**:
https://docs.github.com/en/enterprise-server@2.22/admin/enterprise-support/about-github-premium-support-for-github-enterprise
to "About GitHub Premium Support for GitHub Enterprise Cloud"

So we ultimately have:
About GitHub Premium Support for GitHub Enterprise Server
About GitHub Premium Support for GitHub Enterprise Cloud
About GitHub AE Support for Commercial and Government

The navigation would simply show the Commercial/Government Cloud page under "About GitHub Enterprise Support" in the navigation so the customers can see the differences in the two and we can better explain what we provide. Both of the "About Premium Support" pages expand on a lot of good information about Premium Support.
2020-11-05 18:00:51 -08:00