Vanessa
4b8b75e337
GitHub Enterprise Server 3.4 release candidate ( #24754 )
...
Co-authored-by: Laura Coursen <lecoursen@github.com >
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com >
Co-authored-by: Vanessa <vgrl@github.com >
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
Co-authored-by: Lars Schneider <larsxschneider@github.com >
Co-authored-by: Jared Murrell <primetheus@github.com >
Co-authored-by: Jules Parker <19994093+jules-p@users.noreply.github.com >
Co-authored-by: Docubot <67483024+docubot@users.noreply.github.com >
Co-authored-by: Martin Lopes <martin389@github.com >
Co-authored-by: Laura Coursen <lecoursen@github.com >
Co-authored-by: Sarita Iyer <saritai@github.com >
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com >
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com >
Co-authored-by: hubwriter <hubwriter@github.com >
Co-authored-by: Steve Guntrip <stevecat@github.com >
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
Co-authored-by: Lars Schneider <larsxschneider@github.com >
Co-authored-by: Jared Murrell <primetheus@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 >
2022-02-15 13:40:37 -05:00
Sarah Edwards
26474b2bc8
replace octocoders.io with octocoders.github.io ( #24848 )
2022-02-02 23:58:34 +00:00
Peter Bengtsson
7acccdac9b
load webhook versions at runtime instead of import-time ( #24788 )
...
* load webhook versions at runtime instead of import-time
* fix tests
2022-01-28 18:27:00 +00:00
Peter Bengtsson
9a3adcff9c
lazy highlight json examples on Webhooks page ( #24785 )
...
* lazy-highlight JSON examples on Webhooks page
* it works
* using intersectionobserver
* explain in formatAsJsonCodeBlock
* fix tests
2022-01-28 12:20:56 -05:00
Thomas Gummerer
17a18e3aaf
Add repository caching webhook docs ( #24200 )
...
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
2022-01-19 22:53:06 +00:00
Sarah Edwards
abb2c01e43
Update events that trigger workflows docs ( #23954 )
...
Co-authored-by: Jacob Wallraff <thyeggman@github.com >
Co-authored-by: hubwriter <hubwriter@github.com >
2022-01-13 15:12:16 -08:00
Simon Engledew
64957b719c
code-scanning: update webhook example with new fields ( #23571 )
...
Co-authored-by: Thomas Horstmeyer <73262256+cannist@users.noreply.github.com >
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com >
2021-12-13 18:15:26 +00:00
Sarah Edwards
52893a6bce
Sunset content attachments ( #23285 )
2021-12-03 00:28:55 +00:00
antn
e44f3e7423
add node_id to discussion category payloads ( #23137 )
2021-11-30 07:02:21 +00:00
Patrick Ellis
4b5e01365c
Use in_progress workflow_job example, not queued ( #22880 )
...
* Use in_progress workflow_job example, not queued
### tl;dr
This changes the example `workflow_job` payload to be an `in_progress` event instead of `queued` event.
### why
In #22174 , I added some keys to the example workflow_job json. This was correct, but by adding non-null _values_, **I introduced a subtle bug**.
It's a bug because a `queued` workflow is—by definition—_not_ yet assigned to a runner. So all the `runner_*` attributes will be `null` in the real world.
After the workflow becomes `in_progress`, all the values are guaranteed to exist. So let's change the example to be an `in_progress` event, since it's a better example for documentation.
* Explain more about the runner_* attributes in "workflow_job_properties.md"
* Consistentize naming
Co-authored-by: Martin Lopes <martin389@github.com >
Co-authored-by: hubwriter <hubwriter@github.com >
2021-11-17 15:48: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
Kevin Heis
a37eaf7f0d
Remove 2.22 static files ( #22383 )
...
* script/enterprise-server-deprecations/remove-static-files.js
* script/enterprise-server-deprecations/remove-redirects.js
* Update triage-unallowed-internal-changes.yml
* Trigger Build
* Revert "Update triage-unallowed-internal-changes.yml"
This reverts commit 1cf00ebc06bd808cbde5b587774a7ff4d121ec1d.
2021-10-22 13:50:07 -07:00
Patrick Ellis
650668d112
Update workflow_job.payload.json ( #22174 )
2021-10-15 23:39:28 +00:00
Edward Thomson
962a67f26c
webhooks: document the undocumented pieces of the push webhook ( #21792 )
...
Co-authored-by: Sarah Edwards <skedwards88@github.com >
2021-10-01 15:31:43 -07:00
Martin Lopes
bfc959c4f2
[September 20, 2021] Autoscaling for ephemeral self-hosted runners ( #20119 )
...
Co-authored-by: Ross Brodbeck <hross@users.noreply.github.com >
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
Co-authored-by: Patrick Ellis <patrick.j.ellis@gmail.com >
2021-09-20 13:29:16 -04:00
Rachael Sewell
9bf6afd13d
Webhooks bugfix ( #21374 )
2021-09-09 23:25:43 +00:00
Lucas Costi
cde40f4847
[DO NOT MERGE] GitHub Enterprise Server 3.2 release candidate ( #20666 )
...
* Issue template stuff for creating megabranch
* Fix placeholder YAML
* update search indexes
* update search indexes
* update search indexes
* update search indexes
* update search indexes
* update search indexes
* update search indexes
* update search indexes
* update search indexes
* update search indexes
* update search indexes
* update search indexes
* update search indexes
* Add release candidate banner
* update search indexes
* update search indexes
* update search indexes
* update search indexes
* [GHES 3.2]: Remove final notes about machine man preview (GA) (#20939 )
* update search indexes
* update search indexes
* Add GHES versioning to "Managing your theme settings" (#20950 )
* update search indexes
* [GHES 3.2]: Fix versioning for security alerts (#20761 )
* made a start
* rework
* move image to an enterprise 3.1 folder
* forgot to commit
* simplify reusable
* update search indexes
* update search indexes
* update search indexes
* Updated basic 3.2 REST fiels after package change
These will be overwritten before release by the new description files when the 3.2 description is properly published
* update search indexes
* GHAE feature flag for `security alerts` custom notification option (#20979 )
* made a start
* rework
* move image to an enterprise 3.1 folder
* forgot to commit
* simplify reusable
* add GHAE feature flag
* remove spurious spaces I had added
* update search indexes
* update search indexes
* update search indexes
* update search indexes
* update search indexes
* update search indexes
* update search indexes
* Update versioning (#21121 )
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com >
* update search indexes
* Add the new service (#21060 )
* update search indexes
* update search indexes
* update search indexes
* Fix parent category index versioning for security overview
* update search indexes
* [GHES 3.2] Add documentation for GHES Referrer Policy Admin setting (#20910 )
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com >
Co-authored-by: Jules Parker <19994093+jules-p@users.noreply.github.com >
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com >
* update search indexes
* update search indexes
* Update "Review hardware considerations" table (#21208 )
Performance improvements resulted in higher maximum job throughput and the new benchmarks need to be shared with current and potential customers.
* update search indexes
* Version new GHES 3.2 Actions tested performance (#21212 )
* update search indexes
* Update "Review hardware considerations" table v2
Feedback from additional reviewers requires an update to the benchmarks previously merged.
* update search indexes
* update search indexes
* [GHES 3.2] - Dependency Graph: Simplified enablement in GHES (GA) (#21078 )
* document UI button for dependency graph GHES 3.2
* update search indexes
* Update getting-started-with-github-actions-for-github-enterprise-server.md
* update search indexes
* update search indexes
* update search indexes
* update search indexes
* update search indexes
* update search indexes
* [GHES 3.2] Release candidate 1 release notes (#20799 )
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
Co-authored-by: bwestover <bwestover@github.com >
Co-authored-by: Martin Lopes <martin389@github.com >
Co-authored-by: Laura Coursen <lecoursen@github.com >
Co-authored-by: Grey Baker <greysteil@github.com >
Co-authored-by: Bas van Schaik <5082246+sj@users.noreply.github.com >
Co-authored-by: William Bartholomew <iamwillbar@github.com >
* update search indexes
* update search indexes
* update search indexes
* update search indexes
* update search indexes
* Update OpenAPI Descriptions for GHES 3.2 (#21377 )
Also contains a rollup of other unmerged OpenAPI changes
Co-authored-by: github-openapi-bot <github-openapi-bot@users.noreply.github.com >
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
* update search indexes
Co-authored-by: Rachael Sewell <rachmari@github.com >
Co-authored-by: GitHub Actions <action@github.com >
Co-authored-by: Docubot <67483024+docubot@users.noreply.github.com >
Co-authored-by: Laura Coursen <lecoursen@github.com >
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com >
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com >
Co-authored-by: Felicity Chapman <felicitymay@github.com >
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com >
Co-authored-by: Matthias Wenz <matthiaswenz@github.com >
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com >
Co-authored-by: Jules Parker <19994093+jules-p@users.noreply.github.com >
Co-authored-by: Steve-Glass <84886334+Steve-Glass@users.noreply.github.com >
Co-authored-by: Meg Bird <megbird@github.com >
Co-authored-by: bwestover <bwestover@github.com >
Co-authored-by: Martin Lopes <martin389@github.com >
Co-authored-by: Grey Baker <greysteil@github.com >
Co-authored-by: Bas van Schaik <5082246+sj@users.noreply.github.com >
Co-authored-by: William Bartholomew <iamwillbar@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 >
2021-09-09 08:56:20 -07:00
Carlos Duarte Do Nascimento (Chester)
719d691d59
Add documentation for branch protection rule webhook ( #21177 )
2021-08-31 14:43:03 +00:00
Rachael Sewell
97594c6b59
Remove 2.21 static files ( #20952 )
2021-08-19 10:42:02 -07:00
Kevin Heis
8a56437c93
Pretty format ( #20352 )
...
* Update prettier flow to include JS
* Run prettier
* ...run prettier
2021-07-14 14:35:01 -07:00
Kevin Heis
42e785b0a8
Migrate CommonJS to ESM ( #20301 )
...
* First run of script
* Get the app running --- ish
* Get NextJS working
* Remove `node:`
* Get more tests passing in unit directory
* Update FailBot test to use nock
* Update test.yml
* Update Dockerfile
* tests/content fixes
* Update page.js
* Update build-changelog.js
* updating tests/routing
* Update orphan-tests.js
* updating tests/rendering
* Update .eslintrc.js
* Update .eslintrc.js
* Install jest/globals
* "linting" tests
* staging update to server.mjs
* Change '.github/allowed-actions.js' to a ESM export
* Lint
* Fixes for the main package.json
* Move Jest to be last in the npm test command so we can pass args
* Just use 'npm run lint' in the npm test command
* update algolia label script
* update openapi script
* update require on openapi
* Update enterprise-algolia-label.js
* forgot JSON.parse
* Update lunr-search-index.js
* Always explicitly include process.cwd() for JSON file reads pathed from project root
* update graphql/update-files.js script
* Update other npm scripts using jest to pass ESM NODE_OPTIONS
* Update check-for-enterprise-issues-by-label.js for ESM
* Update create-enterprise-issue.js for ESM
* Import jest global for browser tests
* Convert 'script/deploy' to ESM
Co-authored-by: Grace Park <gracepark@github.com >
Co-authored-by: James M. Greene <jamesmgreene@github.com >
2021-07-14 13:49:18 -07:00
Rachael Sewell
25c19c13aa
fix typo found by @adityatheoctocatdev ( #20303 )
...
Co-authored-by: Aditya Patel adpatel162@outlook.com
2021-07-12 15:15:57 -07:00
Grace Park
d3d1902414
Merge pull request #20017 from github/upgrade-esm
...
Enforce and Move to Top Level require
2021-06-22 11:27:48 -07:00
hubwriter
287a857511
Update Packages docs for Container registry GA ( #19987 )
...
* Update packages landing page
* Docs updates for Container reg GA
* Update billing note
* Delete CR feature preview files
* Fix broken link
* Remove github.ref from workflows
See https://github.com/github/docs-internal/pull/19953
* Put 3rd party action message in a reusable
* Update content/billing/managing-billing-for-github-packages/about-billing-for-github-packages.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
* Update content/packages/learn-github-packages/deleting-and-restoring-a-package.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
* Update content/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
* Update content/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
* Update content/packages/working-with-a-github-packages-registry/working-with-the-container-registry.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
* Update content/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
* fix bug with wbr breaking a link inside a code tag inside a table
* Make revisions suggested by Nilofer
See https://github.com/github/docs-internal/pull/19987/files#r655014673
* Mention that migration is happening gradually
* Reapply change suggested by Shayne
* Fix punctuation
* Remove bad link
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
Co-authored-by: Sarah Schneider <sarahs@github.com >
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com >
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com >
2021-06-21 15:10:12 -04:00
Rachael Sewell
46fda7b959
[DO NOT MERGE] GitHub Enterprise Server 3.1 release candidate megabranch ( #18399 )
...
* 3.1 megabranch
* these should be in a topic branch to avoid unnecessary ci failures
* add copies of 3.0 schema files
* update link veresion from 3.0 -> 3.1
* update correct version 🤦♀️
* update with 3.1 version links
* first stab of this work
* fix product variable and links to section that has been moved
* simplify Liquid conditions
* elsif
* Update content/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions.md
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com >
* [GHES 3.1] Code scanning: SARIF limit increased to 5000 (#18539 )
* revert api previews
* delete 3.1 preview
* Revert "delete 3.1 preview"
This reverts commit 0a7df3e17a1e182e5b01b0fdafacb6bb19100f70.
* regenerate decorated file
* make security policy docs available in GHES 3.1 and GHAE docs
* adapt for GHES/GHAE and remove the word
* revert a whole bunch of stuff
* more reverting and further updating
* update links to Adding a security policy to your repo article
* fix broken links and remove responsibly
* simplify Liquid versioning
* Update content/code-security/getting-started/adding-a-security-policy-to-your-repository.md
Co-authored-by: Felicity Chapman <felicitymay@github.com >
* address comment
* Remove overcomplicated versioning (#18934 )
* Update information on licensing and billing for GHES 3.1 (#18835 )
* regenerate graphql files with new prerendered input object
* add release notes placeholder file
* add scaffolding
* use real date
* ✂️ 3.1 schema added accidentally
* update enterprise release dates
* add base files
* Correct versioning for branch renaming and master to main transition in GHES docs (#19050 )
* update versioning
* apply Alistair's suggestion
* add new cached index names
* Update docs for code scanning in external CI to cover CodeQL CLI usage (#19030 )
* 3893 add missing flag for GHES and GHAE (next) users (#19129 )
* [GHES 3.1] Release candidate 1 release notes (#18419 )
* fleshing out the 33.1 RC1 release notes
* update with moreee
* really flesh it all out
* format a bit
* fix linter errors
* fix errors again
* add quotes around heading with Liquid
* placeholder to get error fixed
* add quotes
* just remove thoose things
* typo
* Update 0-rc1.yml
* update with feedback
* add workflow beta
* upload increase
* some last changes
* change the date
* fix links
Co-authored-by: Sarah Schneider <sarahs@github.com >
Co-authored-by: Rachael Sewell <rachmari@github.com >
* Conflict resolution between 19082 and 3.1 Megabranch (#19158 )
* Fix typo in new reusable
* delete 3.1 rest schema files
* Update OpenAPI Descriptions (#19166 )
* last minute additions yikes
* redeploy staging
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com >
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com >
Co-authored-by: mchammer01 <42146119+mchammer01@users.noreply.github.com >
Co-authored-by: skedwards88 <skedwards88@github.com >
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com >
Co-authored-by: Felicity Chapman <felicitymay@github.com >
Co-authored-by: Meg Bird <megbird@github.com >
Co-authored-by: Sarah Schneider <sarahs@github.com >
Co-authored-by: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com >
2021-05-06 09:41:42 -07:00
Mike McDonald
7dca4e6c63
Adding to RVA payload ( #18925 )
...
Co-authored-by: Janice <janiceilene@github.com >
2021-04-30 15:06:03 -07:00
Sarah Vessels
2b21146d23
Add new fields to sample Sponsors webhooks ( #18548 )
2021-04-02 17:11:58 +00:00
Laura Coursen
3ae481ea7b
Add webhook events for discussions ( #18442 )
2021-03-30 17:38:13 +00:00
mc
677fd3f1d2
Merge branch 'main' into 3814-master-main
2021-03-12 14:13:00 +00:00
Mike McDonald
c154fa7e83
Correcting RVA webhook payload
2021-03-12 12:39:04 +00:00
shati-patel
513453ead6
Update webhook examples
2021-03-12 11:41:29 +00:00
Matt Pollard
2db9da5c8f
[DO NOT MERGE] GitHub AE consumables beta megabranch ( #17620 )
...
* 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 <42641846+shati-patel@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com >
* address remaining review comments
* Revise "About GitHub AE" (#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 (#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 (#17848 )
* Version article for GitHub AE
* Replace unused variable
* Incorporate reviewer feedback
* Update intro
Co-authored-by: Ethan P <56270045+ethanpalm@users.noreply.github.com >
* [GHAE] Enable IP allow list (#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 (#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 <42146119+mchammer01@users.noreply.github.com >
* Use `product_name` variable instead of `product_location`
* Remove confusing phrase
* [Feb 22] GHAE: Code scanning API and webhook docs (#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 <42146119+mchammer01@users.noreply.github.com >
* Update docs for AzureAD Group SCIM support in GHAE (#17892 )
* [GHAE CB] SMTP bootstrapping flow (#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 (#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 <megbird@github.com >
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com >
* [GHAE] Audit public repos (#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 <lecoursen@github.com >
* fixing placememnt of liquid conditional
Co-authored-by: Laura Coursen <lecoursen@github.com >
* GHAE packages beta (#17786 )
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com >
Co-authored-by: Martin Lopes <martin389@github.com >
* fix broken links
* [GHAE CB/March 01]: GitHub Actions on GHAE (beta) (#17725 )
* Added initial layout for premium runners
* Restructured content
* Added placeholder for removing premium runner
* Added versioning and warning note for self-hosted runners
* Added versioning and beta notice for actions content
* Rephrased beta note
* Added versioning for API docs, fixes
* Added versioning fixes
* Split Github-hosted and premium topics into separate articles
* Added edits
* Restructured some topics
* Revised "Using premium runners in a workflow"
* Some small fixes
* Fixed typo
* Added fixes to reusable
* Added edits
* Made section titles consistent
* Added billing, group mgmt, reusable steps
* Cropped certain screenshots for future-proofing
* Removed superfluous reusable
* Added fixes
* Revert "Cropped certain screenshots for future-proofing"
This reverts commit c7f24f31fa30d4fe3de2b63fc3cd5feba44ef518.
* Added new section for custom images
* Added versioning for enterprise-admin operations
* Added edits
* Added edits
* Update adding-premium-runners.md
* Removed SHR screenshots. Intending to update them when UI is available.
* Update using-labels-with-premium-runners.md
* Added custom labels section
* Added preview of API docs changes
* Added versioning for ip allow list section
* Removed removal article
* Renamed premium runners to AE hosted runners
* Re-added added API preview
* Fixed links, updated software specs
* Revised "Software specifications" based on feedback
* Fixed typos
* Small fixes
* Added new article "Creating custom images"
* Moved "Creating custom images" link
* Apply suggestions from code review
Co-authored-by: ahdbilal <55514721+ahdbilal@users.noreply.github.com >
* Added update from review
* Added updates from tech review
* Apply suggestions from code review
Co-authored-by: ahdbilal <55514721+ahdbilal@users.noreply.github.com >
* Added updates from tech review
* Added updates from tech review
* Added updates from tech review
* Added updates from tech review
* Fixed reusable
* Added fixes
* Added update from tech review
* Removed the dereferenced OpenAPI schema files
* Added fixes
* Fixed links
* Fixed links
* Apply suggestions from code review
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com >
* Added updates from peer review
* Removed sections that are not in beta
* Update viewing-your-github-actions-usage.md
* Update viewing-job-execution-time.md
* Update index.md
* Update about-github-hosted-runners.md
* Restored versioning to match GHES approach
* Fixed link
* Restored self-hosted runner reference to UI steps.
* Updated screenshots
* Updated screenshots and procedures
* Small edits to screenshots
* Added AE url info for SHR
* Removed superfluous versioning
* Update security-hardening-for-github-actions.md
* Update actions-shared.md
* Small edits
* Update usage-limits-billing-and-administration.md
* Update managing-complex-workflows.md
* Additional versioning
* Additional versioning
* version environments api and checkrun deployments for ghae (#17991 )
Co-authored-by: Martin Lopes <martin389@github.com >
* Update reviewing-the-audit-log-for-your-organization.md
* Added versioning for enterprise policy settings
* version configuring artifact retention for AE
* remove AE versioning for connecting to Marketplace
* Apply suggestions from code review
Co-authored-by: Joe Bourne <thejoebourneidentity@github.com >
* Update content/admin/github-actions/getting-started-with-github-actions-for-github-ae.md
Co-authored-by: Joe Bourne <thejoebourneidentity@github.com >
* rewording not public to private
* fixing liquid
* Fixed elseif entries
* Added expectations note
* Revised label management article for AE hosted runners
* Added enterprise-admin note for adding AE hosted runners
* Update enterprise-admin.md
* Update self-hosted-runner-security.md
* Versioned reusable for AE
* Empty commit for CI
Co-authored-by: ahdbilal <55514721+ahdbilal@users.noreply.github.com >
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com >
Co-authored-by: skedwards88 <skedwards88@github.com >
Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com >
Co-authored-by: Joe Bourne <thejoebourneidentity@github.com >
Co-authored-by: runleonarun <runleonarun@github.com >
* Update OpenAPI Descriptions for GHAE
* Update content/admin/overview/github-ae-release-notes.md
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com >
Co-authored-by: mchammer01 <42146119+mchammer01@users.noreply.github.com >
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com >
Co-authored-by: shati-patel <shati-patel@github.com >
Co-authored-by: Sarah Schneider <sarahs@github.com >
Co-authored-by: skedwards88 <skedwards88@github.com >
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com >
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com >
Co-authored-by: Felicity Chapman <felicitymay@github.com >
Co-authored-by: Meg Bird <megbird@github.com >
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com >
Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com >
Co-authored-by: Laura Coursen <lecoursen@github.com >
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com >
Co-authored-by: Martin Lopes <martin389@github.com >
Co-authored-by: ahdbilal <55514721+ahdbilal@users.noreply.github.com >
Co-authored-by: Joe Bourne <thejoebourneidentity@github.com >
Co-authored-by: runleonarun <runleonarun@github.com >
Co-authored-by: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com >
2021-03-01 16:07:02 -05:00
wolfy1339
b3924aa461
fix: change sender field for CodeScanningAlert event to match other payloads ( #3855 )
2021-02-25 09:15:42 +00:00
Sarah Edwards
7f87af1129
Environments API ( #17898 )
...
Co-authored-by: Alberto Gimeno <gimenete@users.noreply.github.com >
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com >
2021-02-23 11:35:38 -08:00
Natasha Umer
2df6837969
Update Sender Field For Code Scanning
2021-02-12 18:07:36 +00:00
Melanie Yarbrough
c2336bb11e
[DO NOT MERGE] GitHub Enterprise Server 3.0 release candidate megabranch ( #16479 )
2021-01-13 19:16:05 -08:00
Ivan Žužak
eca05af8f6
Account objects in marketplace purchase webhook event also have node_id ( #16772 )
...
* account objects in marketplace purchase event also have node_ud
* account objects in marketplace purchase event also have node_ud
* account objects in marketplace purchase event also have node_id
* account objects in marketplace purchase event also have node_id
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com >
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
2020-12-15 07:19:09 +00:00
mc
8025d9216d
Secret scanning webhooks & APIs ( #16608 )
...
Co-authored-by: shati-patel <shati-patel@github.com >
Co-authored-by: Grey Baker <greysteil@github.com >
Co-authored-by: Prashanth Kannan <prashkan@github.com >
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com >
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com >
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
2020-12-04 09:39:29 +10:00
Sarah Schneider
0a36eaad02
ran script/enterprise-server-deprecations/remove-static-files.js
2020-11-30 13:16:13 -05:00
Laura Coursen
a3e1733aa1
GitHub AE (GHAE) ( #16090 )
2020-11-02 15:12:44 -06: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