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

150 Commits

Author SHA1 Message Date
Peter Bengtsson
5b7ee28f78 Respect link rewrites where getRedirect fails (#34776) 2023-02-15 13:30:24 +00:00
Rachael Sewell
6ab083d643 Reorganize REST code (#34323) 2023-02-14 02:13:21 +00:00
Peter Bengtsson
b682658315 override existing broken-links comment (#34557)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2023-02-08 19:22:24 +00:00
Peter Bengtsson
0fb4e33cc2 link checking with trailing slash might be broken (#34303) 2023-01-31 20:37:23 +00:00
Peter Bengtsson
e2dc4219ad Post about merged PR going into production (#34095) 2023-01-30 15:18:03 +00:00
Peter Bengtsson
4a6d3b4e89 skip README.md in content changes table (#34118) 2023-01-23 15:36:03 +00:00
Peter Bengtsson
015367e4b6 unbreak .github/actions-scripts/content-changes-table-comment.js (#33872) 2023-01-10 19:33:00 +00:00
Peter Bengtsson
4ffe7cf9ca Notice product landing pages too (#33833) 2023-01-10 17:26:45 +00:00
Rachael Sewell
8c20a9caae remove LFS from codebase (#33777) 2023-01-06 18:57:36 +00:00
Kevin Heis
83af1896b8 Translation cleanup (#33738) 2023-01-04 18:06:51 +00:00
Peter Bengtsson
af0deaa481 understand feature-based ifversion in link checker (#33631) 2023-01-04 12:29:42 +00:00
Peter Bengtsson
79b2b2dc51 make it possible to filter by version (#33628) 2023-01-04 00:12:34 +00:00
Rachael Sewell
5dabae31c4 remove openapi dereferenced static files (#33297) 2022-12-13 12:38:30 -08:00
Laura Coursen
4b5caebfe1 Update links to docs-content templates (#33350) 2022-12-13 20:07:03 +00:00
Rachael Sewell
d8031784b5 update deprecation steps for re-scraping content (#33295)
Co-authored-by: Robert Sese <734194+rsese@users.noreply.github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2022-12-07 19:51:23 +00:00
Peter Bengtsson
bc27e0d8c8 fix Fastly purge key for API from indexing (#33327) 2022-12-07 18:33:00 +00:00
Peter Bengtsson
ff12bf6131 stagger the default surrogate-key by language (#33202) 2022-12-06 20:26:06 +00:00
Evan Bonsignori
468a0323fa remove redundant actions/ dir (#33204) 2022-12-02 21:59:40 +00:00
Steve Guntrip
6f8e209a2e Always set 'size' when adding items to the review board (#32806) 2022-11-22 08:39:22 +00:00
Steve Guntrip
5d0d782319 Update action-scripts to use the ProjectsV2 GraphQL API (#32474) 2022-11-15 10:16:02 +00:00
Matt Pollard
83c1146d5f Specify additional labels for automatically generated release issue for GitHub Enterprise Server (#32472) 2022-11-10 11:00:02 +00:00
Felicity Chapman
82713bf01f Add note about creating an issue for the CodeQL CLI version (#32475)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2022-11-10 10:58:43 +00:00
Rachael Sewell
48d526aad3 remove triage unallowed internal changes workflow (#32427) 2022-11-07 23:22:59 +00:00
Rachael Sewell
1256add363 remove enterprise and lunr sync search workflows (#32430) 2022-11-07 22:36:30 +00:00
Rachael Sewell
77ce68b492 re-scrape a specific page for deprecated content (#32141)
Co-authored-by: Robert Sese <734194+rsese@users.noreply.github.com>
2022-11-03 16:32:34 +00:00
Peter Bengtsson
bcbfdc934a include docs-early-access in link checker (#27747) 2022-10-28 16:24:19 +00:00
Rachael Sewell
3e998f61d5 use azure blob storage for archived enterprise versions (#31883)
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: mchammer01 <42146119+mchammer01@users.noreply.github.com>
2022-10-25 12:03:38 -07:00
Rachael Sewell
2dfd754ff9 update the instructions for publishing a new openapi release (#31932) 2022-10-21 16:26:22 +00:00
Kevin Heis
47e014b581 Remove custom automerge workflow (#30984) 2022-09-20 15:25:46 -07:00
Hector Alfaro
25b455c35f Remove unused CrowdIn workflows and scripts (#30234) 2022-09-12 17:59:28 +00:00
Hector Alfaro
b35230f517 Update Microsoft translation workflow to auto approve and merge translation PRs (#30231) 2022-09-07 20:03:17 +00:00
Matt Pollard
f07866da27 Correct script's filename in checklist for GitHub Enterprise Server releases' technical steps (#30522) 2022-09-06 17:12:52 +00:00
Evan Bonsignori
7e198d5348 don't wait forever 2022-08-18 11:16:59 -07:00
Evan Bonsignori
931bb63733 improvements from @peterbe 2022-08-18 11:15:20 -07:00
Evan Bonsignori
abcf940a00 wait until URL is healthy 2022-08-16 16:23:24 -07:00
Hector Alfaro
54d996f186 Localization: Clean up Microsoft workflow (#29675)
* remove comments that no longer apply

* remove unused matrix variables

* remove CrowdIn-specific step of resetting broken files

* udpate link to Microsoft-specific log

* bring back reset script still in use

* add acceptable ja translation of TOS to rendering test

* add ability to remove files that have been translated but don't exist (wip)

* document what `languageFiles()` returns

* fix path issues for removed translations

* cleaner script execution

* add removed files to CSV report

* add workflow link to PR body for better troubleshooting

* catch missing regex for reporting file removals

* fix capturing groups in regex for csv reporting

* fix link to CSV file for PR

* fix formatting for PR

* pass in branch name from workflow

* put back helper scripts, make msft-specific copies
2022-08-15 17:17:25 +00:00
Rachael Sewell
a60db5d2b9 Revert "fix: show content table preview urls after deploy" (#29853) 2022-08-11 16:53:59 +00:00
Evan Bonsignori
d341c808bf verify URL health before adding to table 2022-08-08 15:26:30 -07:00
Matt Pollard
0e7a3409dd Update label applied to issue for technical steps that apply to GitHub Enterprise Server releases (#29613) 2022-08-05 08:20:52 +00:00
docubot
7ec3fe9758 Merge branch 'main' into localization/reset-broken-files 2022-08-03 18:09:17 -04:00
Hector Alfaro
2a806d998d Merge branch 'main' into localization/reset-broken-files 2022-08-03 18:04:39 -04:00
Hector Alfaro
ceb5c03d46 fix PR link to Microsoft-specific CSV file 2022-08-03 17:54:19 -04:00
Evan Bonsignori
1d258e6311 change enterprise release label 2022-08-03 13:23:11 -07:00
Rachael Sewell
de6a358d53 update deprecation steps (#28826) 2022-08-03 19:17:35 +00:00
Peter Bengtsson
2ebfb60b4b refactor how archived frontmatter fallbacks work (#28170)
* refactor how archived frontmatter fallbacks work

* delete no-longer used file

* avoid the mention

* Update lib/redirects/README.md

Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>

Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
2022-07-12 20:23:05 +00:00
Hector Alfaro
d243bbae4c Use translated content from the Microsoft repos (#28703)
* use content repos provided by msft

* remove additional languages for parity

* remove body from translation PRs
2022-07-12 17:31:47 +00:00
Hector Alfaro
518677a7b1 Content changes table: Add a max size (#28224)
add a max size for content changes table
2022-06-03 17:23:39 +00:00
Peter Bengtsson
952c0d417a cope with removed files in content-changes-table-comment.js (#27979)
* cope with removed files in content-changes-table-comment.js

* handle content changes files async

Co-authored-by: Hector Alfaro <hectorsector@github.com>
2022-05-31 14:59:49 +00:00
Peter Bengtsson
e2ec55c7d8 use shorthand to calm codeql warnings (#27882)
* use shorthand to calm codeql warnings

* there was more
2022-05-21 18:50:56 +00:00
Robert Sese
f802528af7 Localization: duplicate translation workflow for testing with msft repos (#27790)
* duplicate translation workflow for msft repos

* use duplicate script for creating translation pr

* comment out unsued functions

Co-authored-by: Hector Alfaro <hectorsector@github.com>
2022-05-18 12:05:03 -05:00