1
0
mirror of synced 2025-12-26 14:02:45 -05:00
Commit Graph

49 Commits

Author SHA1 Message Date
Kevin Heis
11d8e415da Check repository references (#16680)
* Check repository references

* Remove "foundRepoNames" that I used to find all the unique names

* A little speed up with Set

* Ignore a few files

* Remove remaining references

* Update README.md
2020-12-03 16:41:03 +00:00
hubwriter
c4914d70df Dependabot private repo support (#16458)
* Update topics for Dependabot private repo support

* Fix typo

* Undo VS Code's auto-numbering

* Fix broken anchor

* Update content/github/administering-a-repository/configuration-options-for-dependency-updates.md

Co-authored-by: James Fletcher <42464962+jf205@users.noreply.github.com>

* Update content/github/managing-security-vulnerabilities/troubleshooting-dependabot-errors.md

Co-authored-by: James Fletcher <42464962+jf205@users.noreply.github.com>

* Update content/github/setting-up-and-managing-organizations-and-teams/managing-security-and-analysis-settings-for-your-organization.md

Co-authored-by: James Fletcher <42464962+jf205@users.noreply.github.com>

* Updated to put supported package managers in table

Alex suggested moving this information about which package managers
are not supported (bundler, hex, pip) into the table on the About
topic, rather than as text in the note box. This changes does that,
adding a new row to the table for hex (as discussed with Alex).

* Remove redundant image

Review comment asked for the line about filtering repos to be removed.
With that line gone there's no point showing the s/shot of a
filtered list.

* Updates for revised UI

As per comments from @thepwagner

* Make changes requested by Maya

Co-authored-by: James Fletcher <42464962+jf205@users.noreply.github.com>
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
2020-12-02 13:49:49 -05:00
jmarlena
95f8e37e22 Update package name (#16556) 2020-11-20 09:39:27 -08:00
mc
e8322c8337 [Ready to ship, week of Nov 16] Granular notification controls (public beta) (#16383)
* made a start on updating content

* more updates and added beta note

* update one more file

* polishing

* more polishing

* fix variable

* fix typo

* address review comments

* polish

* remove another occurence of watching

* Update content/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions.md

Co-authored-by: Felicity Chapman <felicitymay@github.com>

* add link to guidance on triage workflows

* add intrductory sentence

* polish

* address feedback from Emily

* reword headings

Co-authored-by: Felicity Chapman <felicitymay@github.com>
2020-11-20 09:03:36 +00:00
Lucas Costi
4a06934246 Update procedures for self-hosted runner groups and public repositories (#16533)
Co-authored-by: Martin Lopes <54248166+martin389@users.noreply.github.com>
2020-11-20 14:16:28 +10:00
mc
cfeaf1db5b Updates to alert access section in Security & Analysis page (#16513)
* made a start

* improve updates

* fix a few things

* update screenshots

* reword

* iterating on the updated content

* reinstate empty line

* use variables with caps

* fix broken anchor

* Apply suggestions from code review

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

Co-authored-by: hubwriter <hubwriter@github.com>
2020-11-19 15:29:23 +00:00
Octomerger Bot
c1a7a49209 Branch was updated using the 'autoupdate branch' Actions workflow. 2020-11-17 08:17:31 -08:00
Janice Niemeir
c5fc4ff300 Replace with masked image 2020-11-17 08:18:51 -07:00
jmarlena
9968098efd Packages diagram quick win (#16438)
* Add the Packages diagram

* Delete short title

* Add diagram

* Save diagram with retina display settings
2020-11-16 15:42:32 -08:00
jmarlena
0dac557081 Add feature preview for container registry (#16424)
* Add new article with user account procedure

* Update reusables

* Add other prereq

* Add product variable

* Add a reminder reusable for getting started procedures

* Revise organization article

* Condense enabling articles into one

* Deets

* Delete old article

* wording tweak

* Minor tweak

* Add personal user account explanation

* Rework explanation

* Apply suggestions from code review

Co-authored-by: Kayla Ngan <kaylangan@github.com>

* Apply suggestions from code review

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

* Apply suggestions from code review

Co-authored-by: Kayla Ngan <kaylangan@github.com>

* Update screenshot and remove other feature previews

* Create a reusable for accessing the feature preview

* ✂️ per @lucascosti's suggestion

* Update images

* Update article title

* Apply suggestions from code review

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

* Apply suggestions from code review

Co-authored-by: Kayla Ngan <kaylangan@github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-11-16 14:54:32 -08:00
Meg Bird
29ba74b809 GitHub Codespaces extension update (#16453) 2020-11-16 18:11:27 +01:00
Janice Niemeir
4a8494b183 add discarding lines procedural and images 2020-11-13 13:58:32 -07:00
Janice Niemeir
121f8456a4 add split diffs 2020-11-13 10:39:42 -07:00
Cynthia Rich
d2d56ee206 Create hello world actions quickstart (#16218)
* create hello world quickstart

* Fix image link

* Apply suggestions from code review

Co-authored-by: Rachael Sewell <rachmari@github.com>

* Add step to merge pull request before triggering workflow

* Add slash in front of file path

* Remove unused reusable

* more explaining in hello world quickstart

* Add invitation to create new repo

* Add experiment code

Co-authored-by: Rachael Sewell <rachmari@github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2020-11-10 17:05:07 +00: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
Laura Coursen
e93b3cdbe7 More powerful interaction limits 💪🏻 (#16335) 2020-11-05 07:17:59 -06:00
Simran
4620400ba3 Actions: Add section about group/ungroup commands (#482) 2020-11-04 11:08:39 -08:00
Martin Lopes
ed396dd94c Merge branch 'main' into powershell 2020-11-03 10:42:46 +10:00
Laura Coursen
a3e1733aa1 GitHub AE (GHAE) (#16090) 2020-11-02 15:12:44 -06:00
Martin Lopes
7ba29c4fcc Merge branch 'main' into powershell 2020-10-29 14:53:32 +10: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
Felicity Chapman
803605cbce Add Dependabot troubleshooting topic (#16139) 2020-10-26 15:27:29 +00:00
Martin Lopes
ac93257463 [Oct 23] Add audit log documentation for GitHub Actions (#16129)
* Adds initial draft

* Updated screenshot, split large table into multiple smaller tables

* Reordered entries in reference table

* Update security-hardening-for-github-actions.md

* Removed table versioning

* Fixed versioning

* Fixed repo table versioning

* Fix table versioning

* Apply suggestions from code review

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

* Added link

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-10-23 16:11:40 +10:00
Shati Patel
1dfaeaf773 First responder bug fixes (#16132)
* Fixes https://github.com/github/docs-content/issues/3134

* Fixes https://github.com/github/docs-content/issues/3056

* Fixes https://github.com/github/docs-content/issues/2851

* Fixes https://github.com/github/docs-content/issues/2958

* Oops, fix variable syntax
2020-10-21 18:39:50 +01:00
Martin Lopes
e872b14ed9 Added requested changes
- Added some small edits.
- Converted example into a standalone.
- Switched example to test-path.
- Added explanations for powershell actions.
- Added screenshot of example test failure.
2020-10-19 12:24:27 +10:00
hubwriter
fce5464e31 [Already shipped] Code scanning: Dismiss and delete alerts (#16086)
* Updates for delete and dismiss alerts

* Add back the text for the now-deleted reusable

* Make s/shots relevant to the PR context of the text

* Make review comment changes

* More review comments attended to
2020-10-18 08:27:28 +01:00
Matt Pollard
8c8968b9fa Fix versioning and procedures for GitHub Enterprise licensing views (#16083) 2020-10-16 18:36:42 +02:00
Jason Etcovitch
305ea20c49 Add "Alliance" font (#16012)
* Add font files

* Add @font-face bits

* Use it once
2020-10-15 15:51:51 -04:00
Martin Lopes
cbee690067 [Already shipped] Improved workflow run logs (#15833)
* Updated screenshots and procedures

* Fixed typo

* Removed superfluous step

* Made screenshots consistent

* Updated remaining screenshots for consistency

* Updated screenshot

* Re-worked everything for proper GHES versioning

* Updated screenshots and versioning for quickstart and intro articles

* Updated screenshot for "Creating a JavaScript action"

* Added updates from peer review

* Removed annotated image

* Updated reusable

* Created reusables for superlinter steps

* Added reusable

* Small edit

* Updated link button screenshot

* Added fixes, made reusables consistent in logs article

* Fixing merge conflict

* remove-unused-assets.js

* Added output time to screenshot
2020-10-15 16:56:33 +10:00
Dirkjan Bussink
c543df8d4d Update the SHA256 fingerprints for integration keys (#16005) 2020-10-14 11:48:06 +02:00
Meg Bird
326725d4cf Update with creating a codespace in VS code procedural (#15936)
* update with steps

* one more update

* Update content/github/developing-online-with-codespaces/using-codespaces-in-visual-studio-code.md

Co-authored-by: Allison Weins <3174849+2percentsilk@users.noreply.github.com>

* Update content/github/developing-online-with-codespaces/using-codespaces-in-visual-studio-code.md

Co-authored-by: Allison Weins <3174849+2percentsilk@users.noreply.github.com>

* make a few more changes

* update with images

* typo

* Update content/github/developing-online-with-codespaces/using-codespaces-in-visual-studio-code.md

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>

* Update data/reusables/codespaces/use-visual-studio-features.md

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>

* Update content/github/developing-online-with-codespaces/using-codespaces-in-visual-studio-code.md

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>

* update with new section title

* fix test

Co-authored-by: Allison Weins <3174849+2percentsilk@users.noreply.github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2020-10-12 12:49:09 -04:00
Kewin Dousse
12c47e2d0b Applying lossless compression to unoptimized png files in images 2020-10-09 01:40:19 +02:00
Kathy Simpson
01102e6a40 Update make-contribution.gif 2020-10-05 18:33:16 -07:00
Kathy Simpson
a1b789d1a6 updating onboarding flow 2020-10-05 16:21:26 -07:00
Kathy Simpson
290b8a6868 Create make-contribution.gif 2020-10-05 15:54:44 -07:00
Kathy Simpson
eabd90c7cf Update contribution_cta.png 2020-10-05 15:33:56 -07:00
Kathy Simpson
a099154c84 Create contribution_cta.png 2020-10-05 15:31:22 -07:00
Matt Pollard
fb0dc61c66 Reference SHA256 instead of MD5 in documentation about SSH to reflect new UI (#15857) 2020-10-02 18:22:08 +02:00
Jenn DeForest
7af3372956 Delete github-customer-data-protection-addendum-presigned.pdf (#15657)
* redo changes

* more cleanup

Co-authored-by: Zeke Sikelianos <zeke@sikelianos.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
Co-authored-by: Meg Bird <megbird@github.com>
2020-10-01 20:58:05 -07:00
Matt Pollard
aa3a4edb62 Document features and changes for phase 2.5 of master/main transition (#15745) 2020-10-01 16:43:01 -07:00
Alistair Christie
0c942aa32c [Code scanning dotcom GA] Add more help for users who have just enabled code scanning (#15816)
* Add more information to the codescan enabling topic - WiP

* Add more details and s/shots to the Enabling topic

* Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md

Make change suggested by Justin, but in step 5 rather than step 4.

* Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md

Not all workflows will have `on:push` and `on:pull_request` so clarify that this refers to the CodeQL workflow.

* Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md

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

* Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md

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

* Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md

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

* Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md

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

* Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md

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

* Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md

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

* Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md

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

* Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md

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

* Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md

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

* Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md

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

* Revert changes to this file to the file as it currently is on main

* Attempt to remove package.json

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
2020-10-01 22:08:51 +01:00
Sarah Schneider
f272eec944 Remove deprecated GHES versions from content and data (#15830)
* ran script/remove-unused-assets.js (manually removed unused variables printed by the script)

* package-lock

* turn elsif into two ifs to prepare for running Liquid deprecation script

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.14 (ONLY UPDATES LINE BREAKS ETC.)

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.15

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.17

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.18

* update hardcoded test

* Update content/github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request.md

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>

* add currentVersion is NOT free-pro-team to conditional, to make sure the deprecation script does the right thing when it is time to deprecate 2.21

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2020-10-01 10:55:34 -04:00
Sarah Schneider
dc5b6f2670 Remove unused assets post-migration (#15824)
* ran script/remove-unused-assets.js (manually removed unused variables printed by the script)

* package-lock
2020-10-01 09:31:07 -04:00
Martin Lopes
4b249e8824 Add UI procedures for disabling and enabling workflows (#15316)
Co-authored-by: Rachael Sewell <rachmari@github.com>
2020-09-30 17:58:23 -07:00
Martin Lopes
f446fccb5b [Sept 30] Update policy settings for actions (#15701)
Co-authored-by: Rachael Sewell <rachmari@github.com>
2020-09-30 17:46:21 -07:00
Matt Pollard
f824c46b27 Document features supporting license synchronization for the GitHub Enterprise and Visual Studio bundle (#15720)
* Add back changes from prior to purge

* Fix tip syntax

* Revise conceptual introduction

* Use variable

* Revise "Further reading"

* Link out

* Add quotes

* Add prerequisites

* Move information out of note

* Simplify language

* Simplify further

* Evergreenify

* Tentatively remove section on overallocation

* Relocate more information; clean up

* Add permissions statement

* Use 'enterprise account'

* Cross-link

* Update linked content

* Mention pending invitations

* Move section

* Add introduction

* Flesh out conceptual introduction

* Remove "Further reading"; article in map topic

* Version link out for GitHub.com only

* Revert "Remove "Further reading"; article in map topic"

This reverts commit 6cfa72825878b3ee0662baaf1a215c4974563232.

* Remove correct section

* Run the site data tag script

* Fix typo

* Remove quotes

* Add missing word

* Break optional steps into ordered list items

* Add product; reorganize groupings

* Rename article; use Microsoft terminology

* Incorporate Winnie's feedback

* Deduplicate the spaces

* Simplify

* Use consistent terminology

* Revise introduction

* Revise further

* 🌲

* Incorporate more feedback from Winnie

* Add permissions statement

* Be explicit after all

* Actually, no, no permissions statement

* Fix typo

* Add prerequisite for clarity

Co-authored-by: Jason Etcovitch <jasonetco@github.com>
Co-authored-by: Meg Bird <megbird@github.com>
2020-09-30 10:22:43 -07:00
Felicity Chapman
55c2d4b2d2 Code scanning GA on dotcom-specific changes (#15749) 2020-09-30 17:09:07 +01:00
Felicity Chapman
20790e724c Add topic for developers who need to triage code scanning alerts in PRs (#15740) 2020-09-29 11:18:50 +01:00
Vanessa Yuen
3df90fc9b8 Hello git history spelunker!
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00