1
0
mirror of synced 2026-01-20 03:01:07 -05:00
Commit Graph

519 Commits

Author SHA1 Message Date
github-openapi-bot
ace058356a Update OpenAPI Descriptions (#18715) 2021-04-13 13:11:15 -07:00
Mike Surowiec
10b7603af0 Merge branch 'main' into prerender-gql-input-objects 2021-04-13 12:47:41 -07:00
Kevin Heis
46c16001c3 Upgrade Primer with translation shim for trashcan icon (#18735)
* Revert "Revert "Upgrade Primer CSS to 16 (#18713)""

This reverts commit c01d3e302e.

* Add a hack to handle trashcan icon in translated content
2021-04-13 18:38:04 +00:00
Mike Surowiec
c01d3e302e Revert "Upgrade Primer CSS to 16 (#18713)"
This reverts commit 49377f9096.
2021-04-13 09:19:28 -07:00
Kevin Heis
49377f9096 Upgrade Primer CSS to 16 (#18713)
* Upgrade primer to 16

* Upgrade colors in scss

* Get SCSS to build

* Initial dark mode support

* trashcan -> trash

* More specific search browser test

* Fix link color on homepage

* Update overrides.scss

* Upgrade some colors to primer variables

* Hide dark mode support for now

* Apply suggestions from code review

* Update overrides.scss
2021-04-13 16:00:46 +00:00
Mike Surowiec
4b746d037e Merge branch 'main' into prerender-gql-input-objects 2021-04-13 08:31:56 -07:00
Mike Surowiec
02cfde71bf Merge branch 'main' into prerender-gql-input-objects 2021-04-12 07:21:18 -07:00
Mike Surowiec
e8a65dba8a hydro: allow grouping of response stats by code 2021-04-10 14:06:22 -07:00
Mike Surowiec
9185eb3c2a pre-render graphql input-objects
resolves #18269
2021-04-09 08:32:42 -07:00
Sarah Schneider
5209705a52 Merge branch 'refactor-site-tree' of github.com:github/docs-internal into refactor-site-tree 2021-04-09 09:41:57 -04:00
Sarah Schneider
35922bc57c fall back to English if translated path not found 2021-04-09 09:36:10 -04:00
Sarah Schneider
a08cd650d4 set basePath as constant 2021-04-09 09:15:37 -04:00
Sarah Schneider
a2e2017e57 only require fs.promises 2021-04-09 09:11:01 -04:00
Sarah Schneider
d9a630294f remove commented out code 2021-04-09 09:10:01 -04:00
Sarah Schneider
7c4240bea4 Merge branch 'main' of github.com:github/docs-internal into refactor-site-tree 2021-04-09 09:09:13 -04:00
Vanessa Yuen
bbd9f03f6e Populate product-landing "What's new" section using GitHub Changelog (#18328)
Co-authored-by: Jason Etcovitch <jasonetco@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
2021-04-08 20:51:37 +00:00
Mike Surowiec
09dfd19093 fix: statsd prefix doesn't work as intended, clean up stats scoping 2021-04-08 09:48:17 -07:00
Mike Surowiec
a9bde76bfc fix: hydro status code metric 2021-04-08 09:43:09 -07:00
Mike Surowiec
f79d23ccb9 Merge branch 'main' into webhook-response-no-hydro 2021-04-08 08:41:01 -07:00
github-openapi-bot
c07fccc426 Update OpenAPI Descriptions (#18627) 2021-04-08 10:05:13 +01:00
github-openapi-bot
e69151f35f Update OpenAPI Descriptions (#18613)
* Update OpenAPI Descriptions

* Add decorated OpenAPI schema files

Co-authored-by: github-openapi-bot <github-openapi-bot@users.noreply.github.com>
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
2021-04-07 18:19:46 -07:00
Sarah Schneider
c91b17d8b2 remove duplicate children frontmatter prop from schema 2021-04-07 19:38:01 -04:00
Sarah Schneider
47a46163dd Merge branch 'main' of github.com:github/docs-internal into refactor-site-tree 2021-04-07 19:31:11 -04:00
Sarah Schneider
520ff1bc5f Merge branch 'main' of github.com:github/docs-internal into move-product-list-to-frontmatter 2021-04-07 14:33:56 -04:00
Sarah Schneider
0eebfc486b fix some pass-by-reference issues 2021-04-07 14:30:42 -04:00
Sarah Schneider
ad28189ac2 Merge branch 'main' of github.com:github/docs-internal into refactor-site-tree 2021-04-07 14:29:03 -04:00
Octomerger Bot
d8e8f6df1d Branch was updated using the 'autoupdate branch' Actions workflow. 2021-04-08 02:48:14 +10:00
Shati Patel
b7bbc707a9 Updating product landing page to include CodeQL (#18150) 2021-04-07 16:47:45 +00:00
rachmari
2f39e0984c Action ran graphql script"update-files" 2021-04-07 16:37:49 +00:00
Mike Surowiec
d29866b9aa Merge branch 'main' into webhook-response-no-hydro 2021-04-07 07:59:59 -07:00
Mike Surowiec
db4695da14 fix: use asyncTimer properly 2021-04-06 16:49:20 -07:00
Mike Surowiec
720c194854 fix: remove semicolons 2021-04-06 16:38:45 -07:00
Mike Surowiec
57311c8c46 fix: remove field.paths from err 2021-04-06 16:37:51 -07:00
Mike Surowiec
8998e52dc0 move hydro sentry error out of /events, to hydro 2021-04-06 16:28:41 -07:00
Mike Surowiec
008faf57eb improve sentry reporting, add metrics for hydro 2021-04-06 16:21:40 -07:00
Laura Coursen
fe9ccfd0f4 Release discussions (#18515) 2021-04-06 12:51:57 -05:00
James M. Greene
22e8d75c91 RedisAccessor tolerance for GET failures (#18586)
* Update RedisAccessor to allow for graceful GET failures, too
* Add unit tests for allowGetFailures behavior
2021-04-05 16:26:46 +00:00
Sarah Schneider
8fa7b9c4ee add ko-fi.com (#18583) 2021-04-05 09:10:31 -07:00
James M. Greene
92f8f72593 Add a Redis PING every minute to keep the connection alive (#18584)
* Add a Redis PING every minute to keep the connection alive
2021-04-05 15:59:50 +00:00
James M. Greene
920daecd4d Redis hardening: retry strategy (#18565)
* Add an error handler to ensure the Redis server connection is forcibly closed
* Explain unknown errors are usually server idle timeouts
* Add an automatic retry_strategy
* Explicitly set connect_timeout to the default value of 1 hour
2021-04-05 15:49:46 +00:00
github-openapi-bot
10fef4dfad Update OpenAPI Descriptions (#18553)
Co-authored-by: Rachael Sewell <rachmari@github.com>
2021-04-02 15:45:24 -07:00
Sarah Schneider
107b8e5bc0 Move scheduled tasks code into docs repo (#17926)
Co-authored-by: Rachael Sewell <rachmari@github.com> - https://github.com/github/docs-internal/pull/18453
2021-04-02 12:42:41 -07:00
Sarah Vessels
2b21146d23 Add new fields to sample Sponsors webhooks (#18548) 2021-04-02 17:11:58 +00:00
James M. Greene
7cd58b06c7 Redis: prevent offline queuing and retries for commands (#18561)
* Add an error handler to ensure the Redis server connection is forcibly closed
* Disable the Redis offline queue and retries
2021-04-02 15:28:24 +00:00
Sarah Schneider
922c159449 lint 2021-04-01 15:42:59 -04:00
Sarah Schneider
c7f647f68a update references 2021-04-01 15:29:59 -04:00
Sarah Schneider
229549621d update all-products so it reads from the homepage frontmatter 2021-04-01 15:29:31 -04:00
Sarah Schneider
73c67857a3 support the new frontmatter props 2021-04-01 15:27:58 -04:00
Sarah Schneider
3cba45358a Merge branch 'main' of github.com:github/docs-internal into support-conditionals-in-sublanding-fm 2021-04-01 14:11:00 -04:00
github-openapi-bot
ed6c6762cf Update OpenAPI Descriptions (#18544) 2021-04-01 16:59:49 +00:00