Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from github:main #1

Merged
merged 2,048 commits into from
Mar 20, 2021
Merged

[pull] main from github:main #1

merged 2,048 commits into from
Mar 20, 2021

Conversation

pull[bot]
Copy link

@pull pull bot commented Mar 20, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

Octomerger and others added 30 commits March 10, 2021 04:15
Co-authored-by: Lee Dohm <[email protected]>
* Add middleware to timeout requests after a period

* Add halt-on-dropped-connection middleware to stop the middleware processing stack if the connection was already dropped

* Add a few strategic bail-out spots for dropped connections during the render-page middleware

* Handle 404s and HEAD requests earlier in the page rendering flow

* Add a few more strategic bail-out spots for dropped connections during the render-page middleware

* Add middleware to notice aborted requests

* Add a check for aborted requests into the isConnectionDropped logic

* Reformat comment for consistency

* Handle aborted requests correctly in the error handler

* Explicit returns for consistency
The library has been moved to the `JuliaWeb` org. The previous link redirected to the new location.

Co-authored-by: Lee Dohm <[email protected]>
…Information Removal Policy (#17029)

* Update and rename github-sensitive-data-removal-policy.md to github-private-information-removal-policy.md

* Update github-private-information-removal-policy.md

* Update content/github/site-policy/github-private-information-removal-policy.md

* Update github-private-information-removal-policy.md

* Update content/github/site-policy/github-private-information-removal-policy.md

Co-authored-by: Jesse Geraci <[email protected]>

* add link to Community Guidelines

* add reference to ToS/AUP

* Update github-private-information-removal-policy.md

* replace "sensitive data" with "private information"

* Update github-private-information-removal-policy.md

* Update github-private-information-removal-policy.md

* account for active forking and large networks

* add link to AUP where we cite ToS in 1st sentence

* Update content/github/site-policy/submitting-content-removal-requests.md

Co-authored-by: Mike Linksvayer <[email protected]>

* Update github-private-information-removal-policy.md

* Fix some links

* Add new article to TOC

* Fix a link

Co-authored-by: Jesse Geraci <[email protected]>
Co-authored-by: Mike Linksvayer <[email protected]>
Co-authored-by: Shati Patel <[email protected]>
Co-authored-by: Meg Bird <[email protected]>
* Do not load the timeout middleware during testing

* Run the link-check-server in testing mode to avoid loading the timeout middleware

* Revert the change to 'package.json'

* Also consider GITHUB_ACTIONS to be a testing environment to support the link checkers
* Create a readFileAsync wrapper module

* Use the readFileAsync wrapper module instead of fs.promises.readFile

* Fix require path in test
* Create production-config-change.md

* Update production-config-change.md

* Update production-config-change.md
* Add dependency graph 3-0 release notes

* Clarify combo of dg issue and logging duplication

* Update data/release-notes/3-0/0.yml

* Update data/release-notes/3-0/1.yml

Co-authored-by: Meg Bird <[email protected]>
Co-authored-by: Sarah Schneider <[email protected]>
Small grammar update to Outside collaborators section to indicate possession by adding 's to "organization."  I believe instead of "To keep your organization data secure..." it should be "To keep your organization's data secure...."
* Middleware overhaul!

- Remove unnecessary 'async' keywords from middleware functions
- Ensure all middleware functions we create have names
- Wrap the method contents of all async middleware functions in a try-catch+next(error) pattern

* Use asyncMiddleware wrapper instead of try-catch+next(error) pattern

* Remove unnecessary try-catch+next(error) pattern from context middleware
Add clarification before dependency graph ecosystem table
Octomerger and others added 25 commits March 20, 2021 05:45
add discussions to contribution graph
* Install throng for easy cluster management
* Extract the Express app construction into its own file
* Switch server.js to use app clustering for deployed environments
* Worker count is based on the lesser of process.env.WEB_CONCURRENCY and the count of CPUs
* Reading clustered output is difficult, let's prefix the std{out,err} streams

Co-authored-by: Jason Etcovitch <[email protected]>
Correction within the About apps page
Fix minor grammar "helps the minimize risks"
* Don't recommend .npmrc proxy configuration

* Don't recommend .npmrc proxy configuration

* Remove trailing / from registry urls

Co-authored-by: jmarlena <[email protected]>
@welcome
Copy link

welcome bot commented Mar 20, 2021

Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines.

@pull pull bot added the ⤵️ pull label Mar 20, 2021
@pull pull bot merged commit 1c4cd8c into smilers:main Mar 20, 2021
pull bot pushed a commit that referenced this pull request Mar 20, 2021
…HAE (github#18008)

* Empty commit

* updated beta note for GHAE

* more GHAE update + resolve conflict

* more GHAE updates + prepare for screenshots

* Apply suggestions from code review

Co-authored-by: Shati Patel <[email protected]>

* Apply suggestions from code review

Co-authored-by: Shati Patel <[email protected]>

* address remaining review comments

* Revise "About GitHub AE" (github#17679)

* add screenshots to the Configuring article

* reworked to have a separate GHAE section

* list numbering

* more work on screenshots and conditions

* add GHAE screenshots in article

* review screenshots in article

* added more screenshots and updated more articles

* screenshot madness

* fix liquid versioning

* refactor the ghae script

* [GHAE CB/Feb 22]: Add article about data residency for GitHub AE (github#17847)

* add missing GHAE versioning to article

* move screenshots to GHAE asset directory

* forgot to change the path for these two images

* replace CBB screenshot + add better screenshot

* [GHAE CB/Feb 22]: Document upgrades for GitHub AE (github#17848)

* Version article for GitHub AE

* Replace unused variable

* Incorporate reviewer feedback

* Update intro

Co-authored-by: Ethan P <[email protected]>

* [GHAE] Enable IP allow list (github#17691)

* Notes for CC

* Updat permission leves chart

* Add updated article to further reading

* Update gated feature callout with GitHub AE

* Version "Managing allowed IP addresses for your organization" for AE

* Update images

* Update "Restricting network traffic to your enterprise" with new procedures

* remove todo note

* Update audited actions

* Update info about Premium Runners

* Use reusable for Premium Runners

* Change "Premium Runners" to "AE hosted runners"

* Incorporate reviewer feedback

* Use correct reusable

* Version reusable correctly

* [Feb 22] GHAE: Code scanning beta (github#17830)

* Add "github-ae" to all the frontmatter

* GHAE-ify the reusables

* Add some more changes

* Re-use some content

* 🔪 Semmle links

* Revert change re "--external-repository-token" in the CodeQL runner

* Update CodeQL runner token scopes

* Update two screenshots

* Remove mention of GitHub.com from AE + other fixes

* Apply suggestions from code review

Co-authored-by: mc <[email protected]>

* Use `product_name` variable instead of `product_location`

* Remove confusing phrase

* [Feb 22] GHAE: Code scanning API and webhook docs (github#17883)

* Version API and webhook docs

* Actually add versioning for GHAE

* Fix anchor

* [TEMPORARY] Preview for API endpoints

* Revert API previews

* Update procedure step

Co-authored-by: mc <[email protected]>

* Update docs for AzureAD Group SCIM support in GHAE (github#17892)

* Version out reference to public Pages site for GHAE

* [GHAE CB] SMTP bootstrapping flow (github#17888)

* draft

* update with AE conntent

* update with tons of versioning

* remove that  lie

* fill out the rest of these steps

* update with correct versioning

* more edits

* add images

* reversion most of ae article

* fix versioning

* format correctlly

* words matter

* last image

* update with permmissions

* update versioning

* add link

* apply feedback ❤️

* update with differrent spacing

* update with feedback

* more feedback

* Temporary GHAE release notes for consumables beta launch (github#17859)

* Create release-notes.md

* Add frontmatter

* Add to index file

* Update github-ae-release-notes.md

* Add release notes from Google Doc

* Update finalized docs links that have been reviewed

* OAuth device flow link update

* version for AE

* few fixes

* Update content/admin/overview/github-ae-release-notes.md

* small edits

* whoops

* commit

* update with different links

* used wrong reusable

* fix more brokenness

* Update repository-references.js

* Update repository-references.js

Co-authored-by: Meg Bird <[email protected]>
Co-authored-by: Kevin Heis <[email protected]>

* [GHAE] Audit public repos (github#17917)

* verifying what we mean by public

* Apply suggestions from code review

* Update content/developers/apps/installing-github-apps.md

Co-authored-by: Laura Coursen <[email protected]>

* fixing placememnt of liquid conditional

Co-authored-by: Laura Coursen <[email protected]>

* GHAE packages beta (github#17786)

Co-authored-by: jmarlena <[email protected]>
Co-authored-by: Martin Lopes <[email protected]>

* Batch #1 of changes

* Batch #2

* getting started article update

* Update GraphQL article

* Only public repository reference

* Just update the link

* Update endpoint title to use "internal"

* fix build error

* placeholder update for updating `public_repo` scope in UI

* Remove unncessary versioning for now

* fix broken links

* Add REST API files

* Remove versioning since the endpoint "title" didn't get updated

* Version out the no scope option

* Evergreen rewrite

Co-Authored-By: Aaron Harpole <[email protected]>

* Add back public key

* Apply suggestions from code review

Co-authored-by: Alex Slepak <[email protected]>
Co-authored-by: Aaron Harpole <[email protected]>

* Remove versioning and add evergreen rewrite

* Just the way it was before

* fix confusing legacy bit

* Apply suggestions from code review

Co-authored-by: Alex Slepak <[email protected]>

* Apply suggestions from code review

Co-authored-by: Sarah Edwards <[email protected]>

* Movin' on up

* no versioning needed

* internal gists exist!

* Doesn't need versioning

* Keep this as-is

* Remove screenshots 💥

* Apply suggestions from code review

Co-authored-by: Sarah Edwards <[email protected]>

* Never updated REST API docs with different endpoint name

* No versioning needed

* Merge conflict fix: Updated this article from main branch

* Apply suggestions from code review

* Revert "Add REST API files"

This reverts commit 1a8ad0adca47daaa1bf9d1b3642c4ec073564996.

* checkout changes from main

* Update OpenAPI Descriptions (github#18103)

Co-authored-by: Matt Pollard <[email protected]>
Co-authored-by: Ethan Palm <[email protected]>
Co-authored-by: mchammer01 <[email protected]>
Co-authored-by: Shati Patel <[email protected]>
Co-authored-by: shati-patel <[email protected]>
Co-authored-by: Sarah Schneider <[email protected]>
Co-authored-by: skedwards88 <[email protected]>
Co-authored-by: Sarah Schneider <[email protected]>
Co-authored-by: Melanie Yarbrough <[email protected]>
Co-authored-by: Felicity Chapman <[email protected]>
Co-authored-by: Laura Coursen <[email protected]>
Co-authored-by: Meg Bird <[email protected]>
Co-authored-by: Kevin Heis <[email protected]>
Co-authored-by: Leona B. Campbell <[email protected]>
Co-authored-by: Martin Lopes <[email protected]>
Co-authored-by: Aaron Harpole <[email protected]>
Co-authored-by: Alex Slepak <[email protected]>
Co-authored-by: Aaron Harpole <[email protected]>
Co-authored-by: github-openapi-bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.