Граф коммитов

27 Коммитов

Автор SHA1 Сообщение Дата
Kevin Heis e7983eb8d2
Use zh as language code instead of cn (#33560) 2022-12-14 19:10:05 +00:00
Kevin Heis 6b1ac124d8
Update "preferredlang" to "user_language" (#33045) 2022-11-30 17:51:51 +00:00
Grace Park 0ed7777736
Bring back wip temporarily for the dark ship of fr, ru, ko, and de (#32539) 2022-11-11 00:25:50 +00:00
Kevin Heis 101e7155c8
userLanguage in browser instead of XHR (#29782)
* userLanguage in browser instead of XHR

* refactors on pr 29782 (#29798)

Co-authored-by: Peter Bengtsson <peterbe@github.com>
2022-08-10 15:28:21 +00:00
Peter Bengtsson a1e3866fa5
don't get available languages from session (#29715)
* don't get available languages from session

* update useSession

* one more fix
2022-08-08 11:13:27 -04:00
Peter Bengtsson bfd9ae0aed
fast root redirect (#27925) 2022-05-23 21:36:58 +00:00
Peter Bengtsson 9d4b913bdc
language redirects without cache (#25872)
* redirect to your preferred language (#25664)

* redirect to your preferred language

* refactorings

* use js-cookies

* make sure no cache when language is involved in the redirect

* fix tests
2022-03-07 16:25:22 +00:00
Peter Bengtsson 881a6d2212
Revert "redirect to your preferred language (#25664)" (#25869)
This reverts commit a9947c086c.
2022-03-04 21:56:57 +00:00
Peter Bengtsson a9947c086c
redirect to your preferred language (#25664)
* redirect to your preferred language

* refactorings

* use js-cookies
2022-03-04 16:29:11 +00:00
Mike Surowiec e3074d998f
fix: detect language error on /_next/data/ input (#22419) 2021-10-26 21:03:47 +00:00
Mike Surowiec bede852dc4
fix: detect-language correctly handles root path, add unit tests (#22404) 2021-10-26 03:22:25 +00:00
Mike Surowiec 06f1d3de73
fix: detect language for _next/data requests (#21696) 2021-09-23 21:38:30 +00:00
Kevin Heis b29e37318a
Remove `import x` statements (#20594)
* Clear out most import x

* Update rimraf use

* Move up readme blocks in scripts
2021-07-29 20:28:30 +00: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
Grace Park 8b52946af0 updating to add 2nd preference and accept-language-parser module 2021-06-01 15:45:02 -07:00
Grace Park d6b3d0764d Updating try/catch and adding tests 2021-05-27 15:02:33 -07:00
Grace Park 84bef9bd36 Updating split by ; 2021-05-27 09:46:10 -07:00
Grace Park cc6c49b4cc update language to lower case 2021-05-26 15:02:57 -07:00
Grace Park c048878197 Updating for chinese regions 2021-05-24 18:14:41 -07:00
Grace Park ea055d23a4 fix blank line 2021-05-24 12:52:51 -07:00
Grace Park 5c9c07e20b check undefined 2021-05-24 12:50:52 -07:00
Grace Park cb4da0c142 Fix linter errors 2021-05-24 12:05:18 -07:00
Grace Park b8a8a681a9 Removing console logs 2021-05-24 11:33:39 -07:00
Grace Park 4857490339 Adding user language redirect notice 2021-05-22 14:52:48 -07:00
James M. Greene c940dcd98b
Middleware overhaul! (#18218)
* Middleware overhaul!

- Remove unnecessary 'async' keywords from middleware functions
- Ensure all middleware functions we create have names
- Wrap the method contents of all async middleware functions in a try-catch+next(error) pattern

* Use asyncMiddleware wrapper instead of try-catch+next(error) pattern

* Remove unnecessary try-catch+next(error) pattern from context middleware
2021-03-11 01:12:41 +00: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