1
0
mirror of synced 2025-12-23 03:44:00 -05:00
Commit Graph

315 Commits

Author SHA1 Message Date
Guilherme Macedo
9b5c36106a Merge branch 'main' into patch-2 2020-11-24 20:55:03 +01:00
Guilherme Macedo
14c0991785 Merge branch 'main' into patch-1 2020-11-24 20:54:26 +01:00
Sarah Schneider
464406954b preserve link updates in comments from previous script run 2020-11-24 14:27:45 -05:00
Sarah Schneider
5752ea9445 update legacy alt-formatted links too 2020-11-24 14:15:45 -05:00
Sarah Schneider
e5c8cfd2b5 Merge branch 'main' of github.com:github/docs-internal into tweak-script-that-updates-developer-links 2020-11-24 13:31:22 -05:00
Sarah Schneider
9cbd8a3635 reran script 2020-11-24 13:14:50 -05:00
Sarah Schneider
99d514617a Merge branch 'main' of github.com:github/docs-internal into tweak-script-that-updates-developer-links 2020-11-24 13:03:20 -05:00
Sarah Schneider
c5b8bc222f Merge branch 'main' into find-page-in-version-redux 2020-11-24 13:02:46 -05:00
Jesus
980081149d Markdown grammar fixes 2020-11-24 15:47:44 +01:00
Sarah Schneider
26b9459048 Merge branch 'main' of github.com:github/docs-internal into find-page-in-version-redux 2020-11-23 12:14:45 -05:00
Sarah Schneider
0b6d024d25 ran the modified script/content-migrations/update-developer-site-links.js 2020-11-23 12:01:14 -05:00
Martin Lopes
8c4918d3b5 [before Universe - ASAP] Authorization flow in OAuth for devices and command line tools (GA) (#16534)
* Re-versioned device flow beta note to ver_lt "enterprise-server@3.1"

* Added updates for identifying-and-authorizing-users-for-github-apps section
2020-11-20 15:04:44 +10:00
Guilherme Macedo
1812cbf6f8 Merge branch 'main' into patch-2 2020-11-19 09:41:52 +01:00
Lucas Costi
6882f6b785 Apply correct GHES versioning to 'workflow improvement' features (#16512) 2020-11-19 14:04:05 +10:00
Sarah Schneider
d208a8951e Merge branch 'main' into find-page-in-version-redux 2020-11-18 16:49:46 -05:00
Guilherme Macedo
16d697680d Update authenticating-with-github-apps.md
Fix small typo.
2020-11-18 00:25:39 +01:00
Guilherme Macedo
5ee166593e Merge branch 'main' into patch-1 2020-11-16 14:00:30 +01:00
Shati Patel
baaeff05dd Merge branch 'main' into secret-scanning-many-matches 2020-11-16 10:16:39 +00:00
Guilherme Macedo
77340f6aa8 Update setting-up-your-development-environment-to-create-a-github-app.md
Fix two small typos.
2020-11-15 23:55:57 +01:00
jmarlena
45398e709c Password authentication and OAuth Authorizations API deprecation (#16375)
* Version password examples for GHES only

* Remove unnecessary note

* Versioned deprecation reusable for GHES only?

* Update troubleshooting article

* Version OAuthorizations REST API page for enterprise-only

* Remove deprecations reusable

* Add tentative note

* Rework two-factor authentication sections

* Fix double redirect reference

* versioning tweak

* Versioning tweaks

* adding back the endifs

* random link reformatting

* OAuth Authorization API versioned for 2.22

* /

* Fix internal docs links

* remove static redirect for dotcom

* Try deleting redirect

* Apply @martin389's suggested changes

Co-authored-by: Martin Lopes <54248166+martin389@users.noreply.github.com>

* Remove best practice assumptions

* Apply suggestions from code review

Co-authored-by: Martin Lopes <54248166+martin389@users.noreply.github.com>

* Add note

* restore redirects in content file and remove free-pro-team expected path from test fixture

* change note position

* handle path that was available on dotcom in developer site but is now GHES only

Co-authored-by: Martin Lopes <54248166+martin389@users.noreply.github.com>
Co-authored-by: Sarah Schneider <sarahs@github.com>
2020-11-13 11:01:17 -08:00
Martin Lopes
eca5ebb699 Small edit 2020-11-13 16:22:36 +10:00
Martin Lopes
ae8805a1f0 Added versioning for GHES 2020-11-13 15:27:15 +10:00
Sarah Schneider
ae0aabf636 update links (recreate https://github.com/github/docs-internal/pull/15486) 2020-11-12 13:31:47 -05:00
Martin Lopes
b6417beaaf Rephrasing for easier compatibility 2020-11-12 14:49:43 +10:00
Martin Lopes
b7bfb89640 Apply suggestions from code review
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-11-12 14:36:37 +10:00
pr0PM
dbdb8868a8 Fixes #1190 2020-11-10 19:15:54 +05:30
Grey Baker
6d56712d42 Add note that secret scanning endpoints should be able to handle large number of matches without timing out 2020-11-10 08:33:37 +00:00
Martin Lopes
69b5545954 Rephrased example sentence 2020-11-10 17:34:36 +10:00
Martin Lopes
1931771cca Some small fixes 2020-11-10 17:26:01 +10:00
Martin Lopes
dfdccd5644 Added some edits to draft 2020-11-10 17:13:21 +10:00
Jake Tarren (DevOps Overlord)
77e6f3d238 Merge branch 'main' into multiple-deploy-keys 2020-11-04 15:45:12 -05:00
Nick Schonning
13d0fb8630 typo: endoints -> endpoints 2020-11-04 14:38:30 -05:00
Nick Schonning
0b25bd1a64 typo: altererd -> altered 2020-11-04 14:38:29 -05:00
Nick Schonning
f5dc77432b typo: potection -> protection 2020-11-04 14:38:28 -05:00
Nick Schonning
4d044bad68 typo: intallation -> installation 2020-11-04 14:38:27 -05:00
Laura Coursen
a3e1733aa1 GitHub AE (GHAE) (#16090) 2020-11-02 15:12:44 -06:00
Jake Tarren (DevOps Overlord)
2671463033 Merge branch 'main' into multiple-deploy-keys 2020-10-28 16:14:48 -04:00
Lucas Costi
69132c04fa Add multi callback URLs for GitHub Apps (#16207)
Co-authored-by: Martin Lopes <54248166+martin389@users.noreply.github.com>
2020-10-28 10:32:57 +10:00
Martin Lopes
7286ac1792 [ASAP] GitHub Apps permission for up to 10 files (#16081)
* Added entry for single_file_paths

* Added versioning for 2.23

* Added updates from tech review

* Added update from peer review

* Apply suggestions from code review

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

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2020-10-28 08:59:22 +10:00
Jake Tarren (DevOps Overlord)
f5dbe78a05 Merge branch 'main' into multiple-deploy-keys 2020-10-27 12:04:23 -04:00
Rachael Sewell
13c33d4039 [Shipping 10.23.20] add webhook config REST API (#16144)
* add webhook config REST API

* add versioning for dotcom/2.23+

* check for empty parameters with request bodies

* add latest rest-api-operation module

* Apply suggestions from code review

Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
2020-10-26 17:25:09 -07:00
Jake Tarren (DevOps Overlord)
efbe8ebb3b Merge branch 'main' into multiple-deploy-keys 2020-10-26 12:02:58 -04:00
Janice
309b9257b2 Merge branch 'main' into patch-2 2020-10-23 15:26:58 -07:00
Janice
02ca8f7051 Merge branch 'main' into lucalves/spelling-fix 2020-10-22 08:04:15 -07:00
Thai Pangsakulyanont
1e2414b225 Fix typo in link to “Identifying users on your site” section 2020-10-22 16:32:33 +07:00
Laura Coursen
a51872d042 Change != "free-pro-team@latest" to enterpriseServerVersions contains currentVersion, actually (#16114)
* Run script/new-versioning/update-not-fpt-conditionals.js

* Fix a few things

* Remove outdated versioning

* Fix broken link

Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
2020-10-21 21:33:43 -07:00
Jake Tarren (DevOps Overlord)
3893932cbf Merge branch 'main' into multiple-deploy-keys 2020-10-21 11:27:30 -04:00
Lucas Alves
4196d7d7c1 Fixes minor misspellings 2020-10-20 17:59:55 -03:00
Colin Guthrie
acec4230e2 Fix and extend push webhook documentation. (#499) 2020-10-20 16:33:52 +10:00
Sarah Edwards
3f7ea88405 Issue # 2689--Fix broken link (#16014)
Co-authored-by: Rachael Sewell <rachmari@github.com>
2020-10-19 10:15:52 -07:00