1
0
mirror of synced 2025-12-21 19:06:49 -05:00
Commit Graph

1265 Commits

Author SHA1 Message Date
Abby Vollmer
5f3c2d9c6a add that fork exception is rare 2021-02-18 20:48:22 -08:00
Abby Vollmer
a8097bf496 Add to forks - rapidly forked, large network 2021-02-18 20:46:36 -08:00
Abby Vollmer
b00ab8e676 Add to forks section - rapid forking, large network 2021-02-18 20:38:38 -08:00
jmarlena
0a4f3e7dab Self-serve package deletion and restoration (#17695)
* New article title & reposition article

* Update links

* Remove "Deleting a container image" article

* Reusable shuffle

* Add GHES versioned article

* more context

* Revise main article

* Reminder of permissions

* Update some copy

* Add "deleting a package" to TOC

* Add versioning around links

* Update restore package procedure

* Update permissions statements

* Fix GHES link

* Apply suggestions from code review

Co-authored-by: Martin Lopes <martin389@github.com>

* Use "entire" language

* GraphQL nuance

* New intro + actions

* Fix GHES link

* Package deletion 2.0 follow up (#17855)

* Remove GHES 3.1 versioning

* 3.0 or less

* Revert "Remove GHES 3.1 versioning"

This reverts commit 9bbc0bd57c1c7ba23097f3f4b9a830c13941402c.

* Revert "3.0 or less"

This reverts commit dfd2f48e4a4da62c2594fbeaeb12eacda5afc6d4.

* Revert "Revert "Remove GHES 3.1 versioning""

This reverts commit ef90065eb2883041b15bd2d50f97e4f07cf04768.

* Ditch unnecessary package namespace references and rework permissions framing

* Add placeholder note so PR tests will pass

* Add versioning around package deletion mentions outside of main deletion articles

* Add placeholder around link so it will go live

* Add `audit_log` entries

* Apply suggestions from code review

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>

* Apply Shati's suggestion

* Remove duplicate line

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>

* Package deletion 2.0 last updates (#17880)

* Update versioning and placeholder note

* syntax improvement

* Note the 25 downloads caveat

* Add more headings

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Sarah Edwards <skedwards88@github.com>

* Apply suggestions from code review

* Apply suggestions from code review

* Packages REST API page (#17808)

* Add draft of packages REST page

* Add packages in TOC

* Rewrite Packages API introductory info

* Fix space

* Rewrite conceptual API intro content

* Revise this line

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Mark Phelps <markphelps@github.com>

* Add rewrite

* Add de dereferenced files

* Add the decorated files

* ALL of the decorated files

* Revert "ALL of the decorated files"

This reverts commit 38f13dcd75078f2eacb53dfd0b31c79737966656.

* Revert "Add the decorated files"

This reverts commit b0c8a2096c8b19e62404585f97298ab42822d3e5.

* Revert "Add de dereferenced files"

This reverts commit abd377c8eb804e9c69dffa9b0c01ec64fb500727.

* Commit the lib/rest/static files to preview changes on staging

* Revert "Commit the lib/rest/static files to preview changes on staging"

This reverts commit acb121ae9d8bd2e23b00ebb14848e7b83aeddf5b.

Co-authored-by: Mark Phelps <markphelps@github.com>

* Commit static files to preview endpoints on staging

* Update references to API support

* remove static rest api files

* ditch "as a user" for now

* Rearrange based on feedback

* Last tidbits

* Update OpenAPI Descriptions (#17893)

* Update OpenAPI Descriptions

* Add decorated OpenAPI schema files

* link fix

Co-authored-by: Martin Lopes <martin389@github.com>
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
Co-authored-by: Sarah Edwards <skedwards88@github.com>
Co-authored-by: Mark Phelps <markphelps@github.com>
Co-authored-by: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com>
2021-02-17 17:02:10 -08:00
Felicity Chapman
5404eb1f66 Committer-based billing M2 (phase 2)-specific work (#17730) 2021-02-17 15:50:14 +00:00
Moncef Belyamani
fc0f5a6674 Update creating-a-github-pages-site-with-jekyll.md (#2178)
* Update creating-a-github-pages-site-with-jekyll.md

The previous instructions for installing the `github-pages` gem via the Gemfile were confusing. If you search for `could not find gem github-pages` in your favorite search engine, you'll find many people didn't uncomment the line and/or tried to run `bundle update github-pages` instead of `bundle install`. This is my attempt to make things clearer by being more specific step by step.

* Update step 7 as well

I was initially focused on steps 8-10, but I thought I should try all of the commands to make sure everything works. As far as I can tell, you cannot pass in a version number to the `jekyll new` command, at least not the way it was documented here. Also, the Bundler section is more confusing than helpful because for `bundle exec` to work, a Gemfile must exist in the directory, but the instructions don’t mention that. Instead of adding more steps, I thought it was easier to skip that section.

Because people installing Jekyll today will have version 4.2.0, and because github-pages only supports 3.9.0, one must run `bundle update` instead of `bundle install` to resolve all dependencies.

* Update content/github/working-with-github-pages/creating-a-github-pages-site-with-jekyll.md

Co-authored-by: Ben Whetton <ben.whetton@gmail.com>

* Update content/github/working-with-github-pages/creating-a-github-pages-site-with-jekyll.md

Co-authored-by: Ben Whetton <ben.whetton@gmail.com>

* Update content/github/working-with-github-pages/creating-a-github-pages-site-with-jekyll.md

Co-authored-by: hubwriter <hubwriter@github.com>

* Update content/github/working-with-github-pages/creating-a-github-pages-site-with-jekyll.md

Co-authored-by: hubwriter <hubwriter@github.com>

* Update creating-a-github-pages-site-with-jekyll.md

Co-authored-by: Moncef Belyamani <moncef@example.com>
Co-authored-by: Ben Whetton <ben.whetton@gmail.com>
Co-authored-by: hubwriter <hubwriter@github.com>
2021-02-17 15:05:21 +00:00
Matt Pollard
4e495758ac Revise content about SSH certificate authorities to be more accurate for GitHub AE (#17837)
* Fix hostnames and rework multi-product advice

* Stop fully

Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>
2021-02-16 14:30:31 -08:00
hubwriter
c9b4766254 Update docs for the code scanning API (#17653)
* Add custom media type info and update subsection cross-refs

* Update the permissions for GH Apps page

* Add temporary JSON files

Replace these with the autogenerated ones from
github/github, when the associated PR over there
is merged.

* Change json+sarif to sarif+json

* Condition media types section

This new section will only become accurate in
GHES 3.1

* Add temporary copies of decorated & dereferenced files

* Add new endpoints to the permissions page

/rest/reference/permissions-required-for-github-apps

* Update temp JSON files

* Update JSON files

* Add  github-ae: '*'

* Add  github-ae: '*'

* Add  github-ae: '*'

* Update content/rest/reference/code-scanning.md

* Update JSON files

* Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning.md

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>

* Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/uploading-a-sarif-file-to-github.md

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>

* Update content/rest/reference/code-scanning.md

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>

* Update content/rest/reference/code-scanning.md

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>

* Update content/rest/reference/permissions-required-for-github-apps.md

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>

* Make review comment changes

* Remove development mode JSON files

* Update OpenAPI Descriptions (#17857)

* Update OpenAPI Descriptions

* Add decorated OpenAPI schema files

* Remove development mode JSON files

* Update OpenAPI JSON files (#17869)

* Update OpenAPI Descriptions

* Add decorated OpenAPI schema files

Co-authored-by: github-openapi-bot <security+github-openapi-bot@github.com>

* Remove development mode JSON files

* Update OpenAPI Descriptions (#17863)

* Update OpenAPI Descriptions

* Add decorated OpenAPI schema files

* Update content/rest/reference/permissions-required-for-github-apps.md

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>

* Update content/rest/reference/permissions-required-for-github-apps.md

* Update content/rest/reference/permissions-required-for-github-apps.md

* Update content/rest/reference/permissions-required-for-github-apps.md

* Update content/rest/reference/permissions-required-for-github-apps.md

* Update content/rest/reference/code-scanning.md

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
Co-authored-by: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com>
Co-authored-by: github-openapi-bot <security+github-openapi-bot@github.com>
2021-02-16 22:07:48 +00:00
Maya Kaczorowski
b1ec6c9846 Add details on CVSS version 2021-02-15 09:22:19 +00:00
Rachael Sewell
01e52046f0 migrate away from AWS S3 (#17669) 2021-02-12 10:25:45 -08:00
Shati Patel
3e5905abb2 Code scanning: Using the CodeQL runner to scan PRs 2021-02-12 10:59:19 +00:00
Shati Patel
be681aefa5 Bug fixes 🐛 2021-02-11 17:22:47 +00:00
Peter Cock
04bb280f91 LICENSE.rst is also supported 2021-02-10 11:07:34 +00:00
Emily Gould
d2d8f0b22e Fix initial errors identified when trying Vale (#17608)
* Fix errors in education product

* Fix errors in admin configuration docs

* Fix a few stray errors

* This works as is

* Sundry fixes picked up by Vale

* Another batch

* Today's batch of content fixes

* Sundry fixes

* More small updates

* Don't introduce a typo when we're trying to fix them

* Update content/admin/authentication/using-ldap.md

Co-authored-by: Laura Coursen <lecoursen@github.com>

Co-authored-by: Laura Coursen <lecoursen@github.com>
2021-02-09 21:08:36 +00:00
Shati Patel
fa6c0f306f [Feb 9] Security advisories: new fields (CWE, CVSS, ...) 2021-02-09 19:11:05 +00:00
mchammer01
c17b586b80 add reusable file and reusable to articles 2021-02-09 14:33:36 +00:00
Dominik Bamberger
a890910086 Merge branch 'main' into b4mboo-2021-02-08-add-limitations-for-scheduled-reminders 2021-02-09 11:11:01 +01:00
Octomerger Bot
3f615c0f93 Branch was updated using the 'autoupdate branch' Actions workflow. 2021-02-09 03:59:32 +10:00
Matt Pollard
63ef4d6ad4 Revert changes for UI labels 2021-02-08 15:26:35 +01:00
Matt Pollard
da98900b38 Merge branch 'main' into capital-h 2021-02-08 15:21:49 +01:00
Shati Patel
0c7e6768af Code scanning: Remove unsupported SARIF property 2021-02-08 13:01:04 +00:00
Dominik Bamberger
93e07c0ae7 Add note about limitations. 2021-02-08 12:49:46 +01:00
Dominik Bamberger
1d60347f69 Add note about limitations. 2021-02-08 12:47:55 +01:00
Dominik Bamberger
8f2f14609f Add note about limitations. 2021-02-08 12:41:52 +01:00
Meg Bird
d512aac9f6 Pull request auto-merge GA (#17612)
* updates versioning

* update with versioning

* test versioning

* update with fix

* last fix

* Update data/reusables/gated-features/auto-merge.md

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

* Remove beta badge from auto-merge screen shots (#17689)

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Co-authored-by: Will Smythe <willsmythe@github.com>
2021-02-04 14:14:30 -07:00
Felicity Chapman
6f0bf1e128 Preparation for the committer-based billing phase 2 work (#17656) 2021-02-04 15:08:58 +00:00
mchammer01
e708c1f1e5 update versioning for GHES 3.0 2021-02-04 10:25:32 +00:00
Shati Patel
4bd56cb91b CodeQL runner docs: tidy descriptions 2021-02-03 09:23:14 +00:00
Shati Patel
04f074a913 Add redirect for "About GitHub dependabot" 2021-02-02 18:33:53 +00:00
Shati Patel
7bad80e9da [End of Jan 2021] Dependabot alerts in GitHub Advisory Database (#17444) 2021-02-02 10:46:37 -06:00
Dominik Bamberger
5f308c3a5f Add parameters for analyze. 2021-02-02 14:59:30 +01:00
Matt Pollard
eb755a88ae Fix versioning for instructions on viewing a code owner (#17619) 2021-02-02 13:34:04 +01:00
Felicity Chapman
6b0e28940a Merge branch 'main' into patch-1 2021-02-02 09:49:41 +00:00
Felicity Chapman
a7c62a2f92 Merge branch 'main' into 2418-visibility-reminder 2021-02-02 08:46:55 +00:00
Janice
789dae1475 Merge branch 'main' into enterprise-owners-do-not-consume-licenses 2021-02-01 12:46:18 -07:00
Martin Lopes
955b22de87 [Feb-01] [Ecosystem] Connecting an Azure subscription to your enterprise (#17463)
Co-authored-by: Winnie Li <winnie@github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
2021-02-01 18:36:21 +00:00
Janice
47e94f7b27 Merge branch 'main' into enterprise-owners-do-not-consume-licenses 2021-02-01 10:59:30 -07:00
Janice
baddb0fab3 Merge branch 'main' into patch-2 2021-02-01 10:49:02 -07:00
Chiedo John
7fd8e0f050 Merge branch 'main' into capital-h 2021-02-01 10:14:35 -05:00
Chiedo John
a8b1872b1a Merge branch 'main' into enterprise-owners-do-not-consume-licenses 2021-02-01 10:09:20 -05:00
Chiedo John
d27dcfaff7 Merge branch 'main' into 2418-visibility-reminder 2021-02-01 10:09:17 -05:00
vlad doster
be35a83871 Merge branch 'main' into patch-2 2021-01-30 00:04:21 -06:00
vlad doster
12e558cd6c Update content/github/administering-a-repository/about-dependabot-version-updates.md
Co-authored-by: Felicity Chapman <felicitymay@github.com>
2021-01-30 00:02:43 -06:00
Meg Bird
ff64b687d3 Merge branch 'main' into enterprise-owners-do-not-consume-licenses 2021-01-29 10:52:08 -07:00
May Haim Kotlarsky
6a701c0adc Subprocessor list update (#17567)
Co-authored-by: Peter Cihon <71285354+pcihon@users.noreply.github.com>
2021-01-29 09:51:44 -08:00
Jenn DeForest
77549358fa Update guidelines-for-legal-requests-of-user-data.md (#17528) 2021-01-29 17:10:08 +00:00
Brent Beer
e8298ce7f6 billing managers consume license if members/owners 2021-01-29 16:38:13 +01:00
Brent Beer
dcead75a26 Update content/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise.md
Co-authored-by: Meg Bird <megbird@github.com>
2021-01-29 16:35:51 +01:00
Rogan Ferguson
5b45d82110 Audit log git event public beta (#17533) 2021-01-29 10:30:42 +00:00
Matt Pollard
d4534925f1 Adjust versioning for content about renaming branches for GitHub Enterprise Server (#17537) 2021-01-29 08:41:55 +01:00