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

281 Commits

Author SHA1 Message Date
Matt Pollard
ed7be4ee8f Merge branch 'main' into patch-1 2021-12-17 15:49:03 +01:00
Peter Bengtsson
825e41ac61 cleaning up trailing slash redirects (part 10 (last one)) (#23818) 2021-12-17 13:48:46 +01:00
Peter Bengtsson
ed48eab88d check for redirect orphans (#23330)
* check for redirect orphans

Part of #1303

* timeout

* avoid external redirects in redirects_from too

* delete content/admin/advanced-security/viewing-your-github-advanced-security-usage.md

* remove from children: too

* remove some trailing slashes in redirect_froms

* fix a few more trailing slash redirects

* delete orphan pages
2021-12-16 12:54:59 +00:00
Ramya Parimi
faad98940a Merge branch 'main' into correction-of-redirecting-link-in-content 2021-12-15 15:41:20 -06:00
Rachael Sewell
daafb8cb9d break up large rest pages (#23652) 2021-12-14 20:39:25 +00:00
Peter Bengtsson
baf19d135f correction of redirecting link in content 2021-12-14 09:24:03 -05:00
Laura Coursen
402cf49b41 Update versioning for SAML SSO (#23530) 2021-12-13 09:28:48 -06:00
Jean Bertrand
9a3f834d2e Update traversing-with-pagination.md 2021-12-10 09:08:25 +01:00
Jean Bertrand
cfc9cda2b3 Fix link to pagination doc 2021-12-09 18:42:17 +01:00
Laura Coursen
6e80aec30e @lecoursen's weekly Enterprise bug fix hour for the week of December 6th, 2021 (#23449) 2021-12-08 17:49:40 +00:00
Vanessa
7d3176e164 Landing pages for REST & GraphQL (#23199)
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
2021-12-08 13:01:27 +10:00
Matt Pollard
b3e1ff4e89 Update documentation for GitHub AE's December 2021 release (#23405) 2021-12-07 10:36:37 +01:00
Kensuke Nagae
4d1fcc3793 Revise Management console API Authentication curl example
Current `curl` example doesn't work if the Management Console password contains `@` character.

```
#!/bin/bash
set -eu

export your_amazing_password=foo@bar
export hostname=my-ghes.example.com

curl -L https://api_key:${your_amazing_password}@${hostname}:8443/setup/api
```

```
$ bash maintenance-demo.sh
curl: (6) Could not resolve host: bar@my-ghes.example.com
```

`curl -u (--user)` option solves the problem.
2021-12-03 12:08:02 +09:00
Sarah Edwards
52893a6bce Sunset content attachments (#23285) 2021-12-03 00:28:55 +00:00
Sylvain Slaton
5b74a7de05 Update permissions-required-for-github-apps.md (#21300)
Co-authored-by: Octomerger Bot <63058869+Octomerger@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2021-12-03 00:21:50 +00:00
Jules Parker
7224fa35d0 Merge branch 'main' into jules-4510 2021-11-29 13:30:27 +01:00
Jules Parker
c456b91ca4 incorporate feedback from matt 2021-11-29 13:22:41 +01:00
Emma Makinson
e1ac1493a4 Remove beta label (#23133)
The API has been live for some time with no changes so we can remove this

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
2021-11-29 10:26:07 +00:00
Jules Parker
5fe77054cb Update content/rest/guides/discovering-resources-for-a-user.md
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2021-11-29 09:38:59 +01:00
Matt Pollard
2a98e5af35 Merge branch 'main' into jules-4510 2021-11-26 11:10:20 +01:00
Jules Parker
1b65a1fb07 version based versioning 2021-11-25 11:46:27 +01:00
Steve Guntrip
0c374c9586 Expose external groups to AE, version note 2021-11-25 08:48:46 +00:00
Jules Parker
1de338c41b fix feature versioning syntax 2021-11-24 15:21:40 +01:00
Jules Parker
f013c43d7c Merge branch 'main' into jules-4510 2021-11-24 09:40:21 +01:00
Jules Parker
68b1bfb11e creates internal repo version and adds to articles 2021-11-24 08:22:56 +01:00
James M. Greene
fc35cf1aea Add repository and organization runner labels APIs to the GitHub Apps permissions list (#23078) 2021-11-23 20:50:18 +00:00
mc
6cb54e7d66 Secret scanning - updates for GHAE M2 (#22957)
* update secret scanning docs for GHAE M2
2021-11-23 15:43:29 +00:00
Jules Parker
b24f9f4d89 more versioning for internal repos 2021-11-23 09:46:58 +01:00
Fidel González
e3a8631545 fix: Typo in search.md 2021-11-22 17:36:01 -05:00
Yoann Chaudet
172e3796da Add back preview headers for Pages APIs in GHAE (#22270) 2021-11-22 20:23:31 +00:00
Vanessa
8bd8c10f9a GitHub Enterprise Server 3.3 release candidate (#22286)
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Kelly Arwine <kellyarwine@github.com>
Co-authored-by: vgrl <vgrl@github.com>
Co-authored-by: Elijah Buck <buckelij@github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Kelly Arwine <kellyarwine@github.com>
Co-authored-by: github-openapi-bot <github-openapi-bot@users.noreply.github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: Jules Parker <19994093+jules-p@users.noreply.github.com>
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
Co-authored-by: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com>
Co-authored-by: github-openapi-bot <github-openapi-bot@users.noreply.github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2021-11-09 12:12:00 -05:00
hubwriter
6bc3dad921 Add info about when you can use the Environments API (#22502)
see https://github.com/github/docs-content/issues/5482
2021-11-08 15:07:55 +00:00
Ramya Parimi
28bccd6b03 Merge branch 'main' into patch-3 2021-11-03 04:59:32 -05:00
Ramya Parimi
84d64a179d Merge branch 'main' into 10839-fix-link 2021-11-03 04:02:28 -05:00
Ramya Parimi
57eb8d3cab Merge branch 'main' into patch-3 2021-11-03 03:58:50 -05:00
Ramya Parimi
04cd2ddfdf Merge branch 'main' into 10839-fix-link 2021-11-03 03:56:57 -05:00
Steve Guntrip
59035b0bab Update content/rest/reference/actions.md 2021-11-02 10:09:46 +00:00
Steve Guntrip
eb2d8b0e9f Merge branch 'main' into codewithdev-docs 2021-11-02 10:01:42 +00:00
Lucas Costi
c04776f371 Batch of GHES versioning fixes (#22447)
Co-authored-by: vgrl <vgrl@github.com>
2021-10-28 05:19:17 +00:00
Sarita Iyer
2f5566afcb add beta note for api 2021-10-27 11:52:55 -04:00
Sarah Edwards
5d700a526e Universe 2021 (#22246)
https://github.com/github/docs-internal/pull/22217
https://github.com/github/docs-internal/pull/22130
https://github.com/github/docs-internal/pull/22195
https://github.com/github/docs-internal/pull/22327
https://github.com/github/docs-internal/pull/22204
https://github.com/github/docs-internal/pull/21676
https://github.com/github/docs-internal/pull/22341
https://github.com/github/docs-internal/pull/22329
https://github.com/github/docs-internal/pull/21970
https://github.com/github/docs-internal/pull/22334
https://github.com/github/docs-internal/pull/22365
https://github.com/github/docs-internal/pull/21904
2021-10-27 07:47:17 -07:00
Steve Guntrip
6951ad59a7 External groups REST API documentation 2021-10-26 10:31:48 +00:00
Steve Guntrip
717da87149 Update content/rest/overview/other-authentication-methods.md 2021-10-25 13:21:56 +01:00
Steve Guntrip
27eff65e5c Merge branch 'main' into 10839-fix-link 2021-10-25 12:44:03 +01:00
Kevin Heis
3b092b4cb8 Deprecate 2.22 b (#22366)
* Update enterprise-server-releases.js

* Run deprecation script

* Remove finding / managing security vulnerabilities

* remove vuln from translations

* remove more dead pages

* Restore heavily used files

* Remove 2.22 refs in tests

* Update working-with-the-npm-registry.md
2021-10-22 13:23:16 -07:00
Ethan Palm
013c8bd328 Merge branch 'main' into patch-3 2021-10-22 10:41:04 -07:00
Sarita Iyer
5d0d6b7cdb merge from main 2021-10-19 17:05:04 -04:00
Prashanth Kannan
f6ac3064f6 Add GHAE as a version for Secret Scanning (#22269)
* Add GHAE versioning to frontmatter
2021-10-19 07:56:13 +00:00
Sarah Edwards
73e3647779 Graduate cloak, baptiste, zzzax, mercy previews (#22182) 2021-10-16 00:00:03 +00:00
Edward Thomson
c135151b47 Remove actions "warning"s (#22176) 2021-10-15 23:17:52 +00:00