1
0
mirror of synced 2025-12-23 11:54:18 -05:00
Commit Graph

649 Commits

Author SHA1 Message Date
James M. Greene
068c472084 Cache rendered pages in Redis (#17106)
* Explicitly set the Redis database number used for rate limiting

* Switch to using ioredis as the Redis client for rate limiting

* Install ioredis-mock as a primary dependency

* Create a Redis BasicAccessor class and tests

* Switch rendered page caching to use Redis for storage

* Add support for additional Redis SET options like TTLs

* Remove currently unused methods

* Rename redis-accessors/basic to redis-accessor and remove extra fluff

* Change default behavior for cache setting to throw if an error occurs

Add option allowSetFailures to facilitate graceful failures

* Allow SET failures to fail gracefully for the rendered page cache

* Remove as-yet unneeded serialization options from RedisAccessor

* Move Redis client construction into RedisAccessor constructor, just pass in databaseNumber as option

* Remove rendered-page-cache in favor of direct RedisAccessor use

* Add tests for RedisAccessor constructor param validations

* Eliminate one roundtrip to Redis for the cached HTML existence check

Are we fast yet?

* Set a rendered page cache TTL of 24 hours
2021-01-06 15:30:51 -06:00
github-openapi-bot
484cab29f1 Add decorated OpenAPI schema files 2021-01-05 18:43:28 +00:00
github-openapi-bot
c410ae48bc Updating OpenAPI descriptions 2021-01-05 10:37:58 -08:00
Kevin Heis
3582de03da Parentheticals -> parentheses (#17130) 2021-01-05 17:04:01 +00:00
Kevin Heis
4e781a553c Fix some typos in the lib directory (#17131)
Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com>
2021-01-05 15:53:05 +00:00
Jason Etcovitch
258e83346b Hide ToC items with hidden (#17107) 2020-12-30 12:55:10 -05:00
github-openapi-bot
02fe169252 Updating OpenAPI descriptions (#17089)
* Updating OpenAPI descriptions

* Add decorated OpenAPI schema files
2020-12-22 17:27:28 -08:00
github-openapi-bot
e85af672c6 Updating OpenAPI descriptions (#17079)
* Updating OpenAPI descriptions

* Add decorated OpenAPI schema files
2020-12-22 14:17:35 +00:00
github-openapi-bot
3686c69970 Updating OpenAPI descriptions (#17077)
* Updating OpenAPI descriptions

* Add decorated OpenAPI schema files

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-12-22 05:09:15 +00:00
github-openapi-bot
c4f3610160 Updating OpenAPI descriptions (#17076)
* Updating OpenAPI descriptions

* Add decorated OpenAPI schema files

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-12-22 04:50:51 +00:00
Chiedo John
4654635962 Merge branch 'main' into default-platform 2020-12-18 10:45:26 -05:00
Kevin Heis
d507eec2e8 Fix load site data reporting wrong timing data (#17050) 2020-12-17 11:40:25 -08:00
Sarah Schneider
ee7b67bbb5 lint 2020-12-17 12:10:21 -05:00
Sarah Schneider
1aa80996e0 try to make this check as fast as we can 2020-12-17 12:03:45 -05:00
Sarah Schneider
afbd4b7ce4 we need to use a regex so we can be sure we are removing the final segment of the path... apparently this is still faster than a split/slice/join 2020-12-17 12:03:22 -05:00
Sarah Schneider
969c8d5110 Merge branch 'main' into revert-16952-revert-16947-optimize-sitetree 2020-12-17 11:10:00 -05:00
Sarah Schneider
d31d89c62b borrow initial findPage lookup from #16965 2020-12-17 10:51:07 -05:00
Sarah Schneider
75deecd386 add some clarifying comments 2020-12-17 10:50:52 -05:00
Sarah Schneider
78895184a7 updates for clarity 2020-12-17 10:19:44 -05:00
Sarah Schneider
dca73aa39c Merge branch 'check-links-improvement-redux' of github.com:github/docs-internal into check-links-improvement-redux 2020-12-17 09:58:16 -05:00
Sarah Schneider
8d84a90e6f do more path checking 2020-12-16 21:24:50 -05:00
Kevin Heis
59f375ab1d Merge branch 'main' into default-platform 2020-12-16 14:36:46 -08:00
Sarah Schneider
ef9b03a867 Merge branch 'main' of github.com:github/docs-internal into check-links-improvement-redux 2020-12-16 16:32:41 -05:00
Sarah Schneider
5762bbaad4 support hardcoded versions in frontmatter redirects 2020-12-16 16:23:20 -05:00
Chiedo John
9ab71614fc Merge branch 'main' into revert-16952-revert-16947-optimize-sitetree 2020-12-16 15:03:20 -05:00
Jason Etcovitch
b22fe856c8 Report unhandledRejections and uncaughtExceptions to Sentry (#17014)
* Report to Sentry in error handlers

* Support optional metadata
2020-12-16 16:28:25 +00:00
Sarah Edwards
01aacb75c9 Merge branch 'main' into openapi-update-56c466560673b0199afcc6bfcf10a3be57ac4fc3c22e2321682ced3d5c643588 2020-12-15 16:13:47 -08:00
Sarah Edwards
b4680affd9 Merge branch 'main' into openapi-update-56c466560673b0199afcc6bfcf10a3be57ac4fc3c22e2321682ced3d5c643588 2020-12-15 16:07:01 -08:00
Sarah Schneider
6ada81f28a Merge branch 'main' into support-hardcoded-version-or-plan-in-link 2020-12-15 19:00:25 -05:00
Sarah Edwards
df3f93f659 Merge branch 'main' into openapi-update-ee08caecaba15870b5af75055eaba8b84f323bcc103f430d426b6273f5374f72 2020-12-15 15:50:54 -08:00
Sarah Edwards
7105b88fc2 Merge branch 'main' into openapi-update-063564b04015a3f60bb3e219a3f353af5dbbac3628d3ba333190cacf465973b5 2020-12-15 15:15:16 -08:00
Kevin Heis
1cf2a16d21 Merge branch 'main' into revert-16952-revert-16947-optimize-sitetree 2020-12-15 14:05:49 -08:00
Kevin Heis
0f685115f7 Revert file reads from async to sync (#16979)
* Revert file reads from async to sync

* Async funness

* Fix warm server timers

Co-authored-by: Chiedo John <chiedo@chiedosbmacbook.lan>
2020-12-15 22:04:41 +00:00
Jason Etcovitch
42694f4355 Datadog on staging (#16982)
* Include Datadog buildpack

* Add heroku_app tag to statsd
2020-12-15 15:02:03 -05:00
Kevin Heis
3dae194793 Merge branch 'main' into revert-16952-revert-16947-optimize-sitetree 2020-12-15 11:01:37 -08:00
Kevin Heis
85ddb82fe8 Avoid mixing sync and async during warmServer (#16940)
* Avoid mixing sync and async during warmServer

* Update data-directory.js

* Move more sync processing to later

* Update pages.js

* Update pages.js
2020-12-15 10:56:25 -08:00
Kevin Heis
122da9610c Move redirect calculation from loadPages to loadRedirects (#16918)
* Move redirect calculation from loadPages to loadRedirects

* Make buildredirects a method for tests

* Update redirects.js

Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com>
2020-12-15 18:40:50 +00:00
Sarah Schneider
c859f853dc refactor map topic module to not use breadcrumbs 2020-12-15 11:52:53 -05:00
github-openapi-bot
8f6fd7ef5d Add decorated OpenAPI schema files 2020-12-15 16:11:07 +00:00
github-openapi-bot
8e2b7f972a Updating OpenAPI descriptions 2020-12-15 08:06:07 -08:00
Vanessa Yuen
bf383bfb87 Merge branch 'main' into repo-sync 2020-12-15 11:45:35 +01:00
Ivan Žužak
eca05af8f6 Account objects in marketplace purchase webhook event also have node_id (#16772)
* account objects in marketplace purchase event also have node_ud

* account objects in marketplace purchase event also have node_ud

* account objects in marketplace purchase event also have node_id

* account objects in marketplace purchase event also have node_id

Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-12-15 07:19:09 +00:00
Nick Schonning
f1f7c95df2 fix: Links to localhost addresses (#1505)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-12-15 16:36:40 +10:00
Sarah Schneider
dca55a0257 Revert "Revert "sitetree optimizations"" 2020-12-14 20:25:01 -05:00
Sarah Schneider
b38eec9964 Revert "sitetree optimizations" 2020-12-14 16:53:04 -05:00
Sarah Schneider
9bea88ac31 Merge branch 'main' into support-hardcoded-version-or-plan-in-link 2020-12-14 16:03:42 -05:00
Sarah Schneider
624245dabe Merge branch 'main' of github.com:github/docs-internal into check-links-improvement-redux 2020-12-14 15:52:46 -05:00
Sarah Schneider
71bb497f3c lint 2020-12-14 15:47:28 -05:00
Sarah Schneider
840d1825ae Merge branch 'support-hardcoded-version-or-plan-in-link' of github.com:github/docs-internal into support-hardcoded-version-or-plan-in-link 2020-12-14 15:45:18 -05:00
Sarah Schneider
dbca95fca4 Update lib/rewrite-local-links.js
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2020-12-14 15:45:04 -05:00