1
0
mirror of synced 2026-01-02 21:04:32 -05:00
Commit Graph

28647 Commits

Author SHA1 Message Date
GitHub Actions
cb7bb02db9 update search indexes 2022-07-23 02:58:31 +00:00
Tim Rogers
3da9a4b822 Document the x-ratelimit-used response header on the "Resources in the REST API" page (#29242) 2022-07-22 22:44:48 +00:00
GitHub Actions
534adad1cc update search indexes 2022-07-22 19:41:20 +00:00
Grace Park
798dd62609 Update page-data to parseAndRender childPage titles (#29265)
* start

* updating page-data

* fix test'

* remove unnecessary file check

* remove line

* line

* remove file check

* fix title -> shortTitle

Co-authored-by: docubot <67483024+docubot@users.noreply.github.com>
2022-07-22 11:32:30 -07:00
github-openapi-bot
4abfdf109a Update OpenAPI Descriptions (#29287)
* Update OpenAPI  Descriptions

* Add decorated OpenAPI schema files

Co-authored-by: github-openapi-bot <github-openapi-bot@users.noreply.github.com>
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
2022-07-22 18:23:25 +00:00
Kevin Heis
564e3a5e2a Move CSRF response back to XHR (Node.js prep) (#29179)
* Move CSRF response back to XHR

* Update events.js

* Pass through cookieJar

* Enable session route test

* Skip next x csrf test

* Add other fields to endpoint for future issues

* Remove client side parts

* Revert test skip

* Use nested router pattern

* ugh forgot a file

* Update naming

* Update tests/rendering/session.js

Co-authored-by: Peter Bengtsson <peterbe@github.com>

* Updating to use cache control

* Use req.langauge and req.userLanguage

Co-authored-by: Peter Bengtsson <peterbe@github.com>
2022-07-22 18:17:22 +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
docubot
f432a77f22 Merge pull request #29281 from github/graphql-schema-update
GraphQL schema update
2022-07-22 12:42:40 -04:00
rachmari
87990fe054 Action ran graphql script"update-files" 2022-07-22 16:36:10 +00:00
Sarah Schneider
441c30017f Merge pull request #27307 from github/versioned-redirects
Create versionless redirects
2022-07-22 12:23:25 -04:00
Sarah Schneider
77f34bcc98 Merge branch 'main' of github.com:github/docs-internal into versioned-redirects 2022-07-22 12:13:55 -04:00
Sarah Schneider
74d8080dea Merge branch 'versioned-redirects' of github.com:github/docs-internal into versioned-redirects 2022-07-22 12:12:43 -04:00
Sarah Schneider
7dc8d11fed reorder imports to be more standard 2022-07-22 12:12:33 -04:00
Peter Bengtsson
ac2cce4aef upgrade all eslint related dev dependencies (#29277) 2022-07-22 12:12:13 -04:00
Sarah Schneider
73cd3db0d1 Update tests/rendering/server.js
Co-authored-by: Peter Bengtsson <peterbe@github.com>
2022-07-22 12:09:33 -04:00
github-openapi-bot
3af559243c Update OpenAPI Descriptions (#29274)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
2022-07-22 15:42:24 +00:00
Sarah Schneider
fec6e089b3 Merge branch 'main' into versioned-redirects 2022-07-22 11:34:25 -04:00
Peter Bengtsson
7b5e6f102d upgrade jest@28.1.3 (#29275) 2022-07-22 11:31:09 -04:00
Sarah Schneider
0a13ca78aa document all the things 2022-07-22 11:20:30 -04:00
Sarah Schneider
5e437b5d3d Merge branch 'main' into versioned-redirects 2022-07-22 11:16:19 -04:00
docubot
cc31e689bb New translation batch for cn (#29251)
* Add crowdin translations

* Run script/i18n/homogenize-frontmatter.js

* Run script/i18n/lint-translation-files.js --check rendering

* run script/i18n/reset-files-with-broken-liquid-tags.js --language=cn

* run script/i18n/reset-known-broken-translation-files.js

* Check in cn CSV report

Co-authored-by: Hector Alfaro <hectorsector@github.com>
2022-07-22 15:06:45 +00:00
docubot
0aa0600292 New translation batch for ja (#29259)
* Add crowdin translations

* Run script/i18n/homogenize-frontmatter.js

* Run script/i18n/lint-translation-files.js --check rendering

* run script/i18n/reset-files-with-broken-liquid-tags.js --language=ja

* run script/i18n/reset-known-broken-translation-files.js

* Check in ja CSV report

Co-authored-by: Hector Alfaro <hectorsector@github.com>
2022-07-22 15:01:18 +00:00
Sarah Schneider
6199aadbd4 Merge branch 'main' of github.com:github/docs-internal into versioned-redirects 2022-07-22 10:38:31 -04:00
Sarah Schneider
79a8d03afc update test to reflect the latest rewrite-links functionality 2022-07-22 10:38:21 -04:00
dependabot[bot]
756c955353 Bump undici from 5.7.0 to 5.8.0 (#29255)
Bumps [undici](https://github.com/nodejs/undici) from 5.7.0 to 5.8.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.7.0...v5.8.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
2022-07-22 08:52:37 -04:00
GitHub Actions
f811014b49 update search indexes 2022-07-22 11:04:13 +00:00
github-openapi-bot
8e54475b8b Update OpenAPI Descriptions (#29256)
* Update OpenAPI  Descriptions

* Add decorated OpenAPI schema files

Co-authored-by: github-openapi-bot <github-openapi-bot@users.noreply.github.com>
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
2022-07-22 09:10:02 +00:00
github-openapi-bot
2c4539e81b Update OpenAPI Descriptions (#29212)
* Update OpenAPI  Descriptions

* Add decorated OpenAPI schema files

* Update OpenAPI  Descriptions

* Add decorated OpenAPI schema files

Co-authored-by: github-openapi-bot <github-openapi-bot@users.noreply.github.com>
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
2022-07-22 07:20:23 +00:00
GitHub Actions
d1a4d49265 update search indexes 2022-07-22 03:12:00 +00:00
Octomerger Bot
91be5c1f13 Merge pull request #29264 from github/repo-sync
repo sync
2022-07-21 20:52:53 -04:00
Martin Lopes
20537f1364 Merge pull request #17883 from thispsj/ghrunners-arch
Information about CPU architecture for GitHub hosted runners
2022-07-22 09:56:36 +10:00
Martin Lopes
a208661e9b Merge branch 'main' into ghrunners-arch 2022-07-22 09:48:27 +10:00
Martin Lopes
ac5d6013cf Adding changes after discussing with GitHub SME 2022-07-22 09:47:53 +10:00
Octomerger Bot
42e3f42372 Merge pull request #19203 from github/repo-sync
repo sync
2022-07-21 17:27:28 -04:00
Octomerger Bot
214e4f4939 Merge branch 'main' into repo-sync 2022-07-21 17:23:07 -04:00
Joseph Franks
7ff08d0b8c July 21, 2022: adding release notes (patch release) (#29225)
* adding release notes

* Update and deduplicate SVN SSRF vulnerability note

* Update note about Grafana

* Update note about XSS vulnerability; fix order

* Update note about logrotate

* Update note about Elasticsearch exceptions

* Update note about pull request merges

* Update note about password field focus

* Update note about scheduled workflows

* Update note about pagination for Billing API

* Update note about committer count for Billing API

* Add links to notes about Billing API

* Update note about dormant user report

* Update note about GEI and projects

* Update note about organization sidebar

* Update note about recovery mode

* Update note about migration logs

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Gurjant <97250585+Gill312@users.noreply.github.com>
2022-07-21 17:15:11 -04:00
Octomerger Bot
98ed0eedbf Merge pull request #19202 from github/repo-sync
repo sync
2022-07-21 15:55:55 -04:00
Octomerger Bot
7049861b75 Merge branch 'main' into repo-sync 2022-07-21 15:50:09 -04:00
Octomerger Bot
307d3f45a9 Merge pull request #19201 from github/repo-sync
repo sync
2022-07-21 15:26:59 -04:00
Octomerger Bot
e20e1f8e69 Merge branch 'main' into repo-sync 2022-07-21 15:20:46 -04:00
Peter Bengtsson
46d9cddff0 upgrade nodemon@2.0.19 (#29244) 2022-07-21 19:19:27 +00:00
Octomerger Bot
7ad6b58366 Merge pull request #19200 from github/repo-sync
repo sync
2022-07-21 15:03:46 -04:00
GitHub Actions
d6099a1ca4 update search indexes 2022-07-21 18:51:16 +00:00
Eli Reisman
0bc93e8437 Update Rust/Cargo Dependency Graph documentation (#28976) 2022-07-21 20:21:40 +02:00
Octomerger Bot
210b44574b Merge pull request #29246 from github/repo-sync
repo sync
2022-07-21 13:28:47 -04:00
Maik Riechert
2d81831205 Fix casing of GeoJSON/TopoJSON (#19030) 2022-07-21 16:55:09 +00:00
Maik Riechert
a76842c4c8 Fix casing of GeoJSON/TopoJSON (#19029) 2022-07-21 17:50:14 +01:00
Octomerger Bot
7d5fb843bd Merge pull request #19199 from github/repo-sync
repo sync
2022-07-21 11:29:38 -04:00
Octomerger Bot
cf7f0f4a7d Merge branch 'main' into repo-sync 2022-07-21 11:24:28 -04:00
dependabot[bot]
570be6dcaa Bump @primer/css from 19.8.2 to 20.2.4 (#29175)
Bumps [@primer/css](https://github.com/primer/css) from 19.8.2 to 20.2.4.
- [Release notes](https://github.com/primer/css/releases)
- [Changelog](https://github.com/primer/css/blob/main/CHANGELOG.md)
- [Commits](https://github.com/primer/css/compare/v19.8.2...v20.2.4)

---
updated-dependencies:
- dependency-name: "@primer/css"
  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>
2022-07-21 08:12:53 -07:00