1
0
mirror of synced 2025-12-30 03:01:36 -05:00
Commit Graph

959 Commits

Author SHA1 Message Date
Kevin Heis
02ac2ce7ef Update link-check-all.yml 2022-09-19 08:04:30 -07:00
Kevin Heis
d33b1c70de Update link-check-all.yml 2022-09-19 07:58:49 -07:00
Peter Bengtsson
921cf5037f dry-run search scrape + index on PRs (#30861) 2022-09-19 14:32:23 +00:00
Kevin Heis
efe4c14d92 Merge queue prep: admin merge repo-sync prs (#30816) 2022-09-16 20:15:09 +00:00
Peter Bengtsson
3726f37de8 don't install a local ES for sync-search-elasticsearch (#30859) 2022-09-16 19:51:12 +00:00
Kevin Heis
541139dffc Merge queue: prepare triage internal changes (#30730) 2022-09-16 19:45:47 +00:00
Kevin Heis
dd4f4a6cb4 Merge queue: prepare preview env (#30731) 2022-09-16 19:33:52 +00:00
Peter Bengtsson
8f1a98128a upgrade docker/setup-buildx-action to version 1.7.0 (#30580) 2022-09-14 16:26:58 +00:00
Hector Alfaro
25b455c35f Remove unused CrowdIn workflows and scripts (#30234) 2022-09-12 17:59:28 +00:00
Peter Bengtsson
6a50007f81 don't announce preview environment till it can be pinged (#30682) 2022-09-12 16:23:39 +00:00
Hector Alfaro
ab164fb4ca Fix title on translation PRs (#30597) 2022-09-07 20:48:35 +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
Peter Bengtsson
90b754fe3c Test JSON API without enabling dedicated search results page (#30542) 2022-09-06 17:05:22 +00:00
Peter Bengtsson
54991f70c9 connect to ES 7.11 (#30462)
Co-authored-by: Rachael Sewell <rachmari@github.com>
2022-09-06 11:50:40 +00:00
Courtney Wilson
c936d60692 Merge branch 'main' into cmwilson21-patch-1 2022-09-02 12:35:22 -05:00
Grace Park
7178aaf101 Add write pr permissions (#30469) 2022-09-02 12:17:09 +00:00
Peter Bengtsson
05967a9b68 optionally check external URLs in rendered content (#25429) 2022-08-29 20:43:12 +00:00
dependabot[bot]
7a724d18a2 Bump actions/labeler from 2.2.0 to 4.0.1 (#30243)
Bumps [actions/labeler](https://github.com/actions/labeler) from 2.2.0 to 4.0.1.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](5f867a63be...e54e5b338f)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hector Alfaro <hectorsector@github.com>
2022-08-25 14:18:51 +00:00
Peter Bengtsson
420ea91b81 cap check-all-english-links and upload log file (#30092) 2022-08-19 18:11:21 +00:00
Evan Bonsignori
8ed7bca6e2 Merge branch 'main' into ebonsignori/1845/fix-url-previews-and-add-test 2022-08-19 10:56:29 -07:00
Evan Bonsignori
931bb63733 improvements from @peterbe 2022-08-18 11:15:20 -07:00
Peter Bengtsson
0df47e183b run browser tests on a beefier runner (#30055) 2022-08-18 17:35:12 +00: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
Courtney Wilson
2e7bee41bf Merge branch 'main' into cmwilson21-patch-2 2022-08-12 09:54:56 -05:00
Rachael Sewell
a60db5d2b9 Revert "fix: show content table preview urls after deploy" (#29853) 2022-08-11 16:53:59 +00:00
Courtney Wilson
4ee71faeb9 Update needs-sme-stale-check.yaml 2022-08-11 11:12:42 -05:00
Evan Bonsignori
7f763033eb Merge branch 'main' into ebonsignori/1845/delay-preview-urls 2022-08-09 16:57:05 -07:00
Evan Bonsignori
1ecbbdd924 Update content-changes-table-comment.yml 2022-08-09 13:55:14 -07:00
Rachael Sewell
1ceffe9add add close issue reason to stalebot workflow (#29646) 2022-08-09 19:13:08 +00:00
Evan Bonsignori
d341c808bf verify URL health before adding to table 2022-08-08 15:26:30 -07:00
Peter Bengtsson
f8f20605f4 search api with elasticsearch (#29053)
* indexing records into Elasticsearch

* @elastic/elasticsearch@8.2.0

* mv

* fix the code

* pipe

* lfs

* use sha

* change how index names work

* search api with Elasticsearch

* works

* refactor client

* better snowballing

* remove dbg

* wip

* highlights and fuzzy search

* improvements and upgrade

* also upgrade

* wip

* index more explicitly

* better validation

* change max size

* popularity by ordinal ranking instead

* playing

* fix package-lock

* rearranging

* catchMiddlewareError

* fix indexing

* match_phrase_prefix on wrapped search

* refactorings

* escape html in content

* wip

* search by URL

* update lock file

* v1 api

* inroads on jest testing the search

* valid yaml hopefully

* index fixtures into local elasticsearch

* specific versions to index only

* small fixes

* feedbacked

* fix tests

* use the npm script
2022-08-05 19:40:38 +00:00
Peter Bengtsson
7c98f65c57 Remove all mention of DISABLE_RENDERING_CACHE (#29658) 2022-08-05 19:19:02 +00:00
Peter Bengtsson
67c1ff3441 Remove overload protection (#29659) 2022-08-05 15:04:33 +00:00
Peter Bengtsson
d8ae884d69 add docs-early-access for github/github link checker (#29620) 2022-08-05 12:36:45 +00:00
Rachael Sewell
c190027919 improve deploy workflow to ensure slack message sends (#29645) 2022-08-04 16:39:18 -07:00
dependabot[bot]
d746f92523 Bump actions/stale from 4.1.0 to 5.1.1 (#29606)
Bumps [actions/stale](https://github.com/actions/stale) from 4.1.0 to 5.1.1.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v4.1.0...9c1b1c6e115ca2af09755448e0dbba24e5061cc8)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
2022-08-03 16:47:11 -07:00
Hector Alfaro
2a806d998d Merge branch 'main' into localization/reset-broken-files 2022-08-03 18:04:39 -04:00
Grace Park
a3f54145bb Adding legend to content changes table (#29569)
adding legend to content changes table

Co-authored-by: Grace Park <lugraciecy@gmail.com>
2022-08-03 17:24:50 +00:00
Hector Alfaro
29c4940b28 redirect log of reset files to msft-specific CSV 2022-08-03 11:45:32 -04:00
Hector Alfaro
cd7ca13f15 remove parsing step, now caught by rendering 2022-08-03 11:44:37 -04:00
Jenni Christensen
c638500950 Merge branch 'main' into mntlty/merge_queue_action 2022-08-02 11:36:28 -07:00
Kevin Xu
eb6af61c2f Update site-policy-sync.yml (#29491)
Co-authored-by: Vanessa <vgrl@github.com>
2022-08-01 21:42:23 +00:00
Kevin Heis
60d304105b Simpler, longer stale config (#29475)
* Simpler, longer stale config

* Update stale.yml

* Update stale.yml

* Update stale.yml

* Update stale.yml
2022-07-29 17:05:43 +00:00
Kevin Heis
2182ff28f3 Next12 now supports ESM (#29295)
* Next12 now supports ESM

* No more michael jackson script extensions

* Fix test running

* Update jest-puppeteer.config.cjs

* Update package.json
2022-07-26 17:53:23 +00:00
Peter Bengtsson
980e1fbba6 scrape and index into Elasticsearch (#29245)
* scrape and index into Elasticsearch

* wip

* move up

* permission

* not none

* sleep and be more patient

* activate all languages

* don't do HEAD with curl to look at created indices

* typo fix

* one env.ELASTICSEARCH_URL

* tidying up

* create a secret that isn't a secret for now
2022-07-22 17:46:55 +00:00
Ariel Deitcher
54c8a1a103 use Actions merge_group event 2022-07-22 17:08:16 +00:00
dependabot[bot]
9984bce5bc Bump docker/build-push-action from 2.9.0 to 3.1.0 (#29173)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.9.0 to 3.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](7f9d37fa54...1cb9d22b93)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
Co-authored-by: Hector Alfaro <hectorsector@github.com>
2022-07-20 16:26:19 +00:00
Peter Bengtsson
c16edb5cf3 use regular actions/checkout instead of Bhacaz/checkout-files (#29181) 2022-07-19 17:16:27 +00:00
Peter Bengtsson
44a91fdec5 refactor sync-search-indices (#29152)
* refactor sync-search-indices

* tidying
2022-07-19 15:13:34 +00:00