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

1415 Commits

Author SHA1 Message Date
Peter Bengtsson
51e1b14c4e improve test debugging and loading of cached redirects json file (#23584)
* improve test debugging and loading of cached redirects json file

* exception for testing 500 page itself
2021-12-13 16:20:05 +00:00
Laura Coursen
402cf49b41 Update versioning for SAML SSO (#23530) 2021-12-13 09:28:48 -06:00
Sarita Iyer
79c2ad85f3 Merge branch 'main' into openapi-update-2bb36b41f26d446f92cddb1bfbcfc99b4bb6bc3c05f3aca0eb23476d37598b33 2021-12-13 09:46:54 -05:00
GitHub Actions
2f6995b86e update search indexes 2021-12-13 10:05:22 +00:00
GitHub Actions
9a2a3405e8 update search indexes 2021-12-13 02:44:18 +00:00
GitHub Actions
0a432b0e43 update search indexes 2021-12-12 18:20:07 +00:00
GitHub Actions
41eceb4ee7 update search indexes 2021-12-12 09:59:26 +00:00
GitHub Actions
4aa50af891 update search indexes 2021-12-12 02:28:03 +00:00
Peter Bengtsson
6363640cb1 in-memory cache the changelog RSS downloads (#23582)
* in-memory cache the changelog RSS downloads

* fix tests
2021-12-11 16:52:27 -05:00
docubot
a83dda6065 Merge branch 'main' into graphql-schema-update 2021-12-11 12:23:42 -06:00
GitHub Actions
eb28834196 update search indexes 2021-12-11 18:22:42 +00:00
rachmari
6ef67adee0 Action ran graphql script"update-files" 2021-12-11 16:34:56 +00:00
GitHub Actions
214ec36c1e update search indexes 2021-12-11 10:00:38 +00:00
GitHub Actions
49f737356a update search indexes 2021-12-11 02:40:20 +00:00
Sarita Iyer
01caea3e94 Merge branch 'main' into openapi-update-2bb36b41f26d446f92cddb1bfbcfc99b4bb6bc3c05f3aca0eb23476d37598b33 2021-12-10 13:30:21 -05:00
GitHub Actions
926a392bfa update search indexes 2021-12-10 18:04:34 +00:00
Sarita Iyer
0c96783466 Merge branch 'main' into openapi-update-2bb36b41f26d446f92cddb1bfbcfc99b4bb6bc3c05f3aca0eb23476d37598b33 2021-12-10 10:25:53 -05:00
Peter Bengtsson
ae3dadfc66 cache asset images more aggressively (#23553)
* cache asset images more aggressively

* more careful about which gets the manual surrogate key

* fix rendered-content-link-checker script too

* feedbacked
2021-12-10 13:01:48 +00:00
github-openapi-bot
e452c564cc Add decorated OpenAPI schema files 2021-12-10 11:36:32 +00:00
github-openapi-bot
1ad3bddb0e Update OpenAPI Descriptions 2021-12-10 03:29:56 -08:00
GitHub Actions
3c89f2fe55 update search indexes 2021-12-10 09:56:23 +00:00
GitHub Actions
dad2f7dce2 update search indexes 2021-12-10 02:20:09 +00:00
Peter Bengtsson
afa32272f9 remove obsolete use-english-headings transform (#23541) 2021-12-09 20:38:34 +00:00
GitHub Actions
1c47e2d95b update search indexes 2021-12-09 18:19:34 +00:00
rachmari
5afc109d17 Action ran graphql script"update-files" 2021-12-09 16:37:02 +00:00
github-openapi-bot
b23ddeecd1 Add decorated OpenAPI schema files 2021-12-09 13:35:09 +00:00
github-openapi-bot
14ce44e636 Update OpenAPI Descriptions 2021-12-09 05:27:31 -08:00
GitHub Actions
28bd8d5f00 update search indexes 2021-12-09 09:59:50 +00:00
GitHub Actions
d8acf2442d update search indexes 2021-12-09 02:45:02 +00:00
Melissa Xie
f1f27ccb2c Rename all references to "GitHub for mobile" in favor of "GitHub Mobile" (#23370) 2021-12-08 20:57:46 +00:00
GitHub Actions
0e35dc814f update search indexes 2021-12-08 18:05:18 +00:00
github-openapi-bot
d023bccb60 Update OpenAPI Descriptions (#23478) 2021-12-08 13:11:44 +00:00
GitHub Actions
b0c267311a update search indexes 2021-12-08 10:08:12 +00:00
GitHub Actions
1bc2381668 update search indexes 2021-12-07 18:35:41 +00:00
Sarita Iyer
bb54376928 Merge branch 'main' into openapi-update-3b559f2de62c2da2509a0339485fd47642f5800984361cc69c29ce15203f40fe 2021-12-07 10:46:39 -05:00
Peter Bengtsson
0a7be6644e simulate sync-search in PRs (#22940)
* simulate sync-search in PRs

* Update .github/workflows/sync-search-pr.yml

Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>

* more consistent naming

Co-authored-by: Octomerger Bot <63058869+Octomerger@users.noreply.github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2021-12-07 14:19:07 +00:00
Peter Bengtsson
53e3077973 use 302 when redirecting from without language prefix (#23409)
Part of #1312
2021-12-07 14:07:11 +00:00
Peter Bengtsson
9a7a8a761e make lib/rest/index.js callable (#23214)
* Experiment with making the tarball smaller

Part of #1248

* try this

* stop debugging

* delete translations too

* delete heavy search indexes too

* push and popd

* try this hack

* delete but leave directory

* debug more

* faster delete of translations

* less loud

* async await

* async await

* no tree

* simplify

* experimenting more

* unfinished

* only the large files

* change order

* brotli with level 6

* cope better with decorated rest json files

* tidying

* keep images

* cleaning

* cleaning up

* refactored function

* try this

* better comment

* remove console logging

* more important changes

* make lib/rest/index.js callable

Part of #1177

* memoize

* remove console logging
2021-12-07 13:21:23 +00:00
GitHub Actions
feca73002c update search indexes 2021-12-07 02:20:16 +00:00
github-openapi-bot
75f07228c9 Add decorated OpenAPI schema files 2021-12-06 23:26:19 +00:00
github-openapi-bot
2d71b90ac5 Update OpenAPI Descriptions 2021-12-06 15:20:39 -08:00
github-openapi-bot
ebe4f43416 Add decorated OpenAPI schema files 2021-12-06 19:18:50 +00:00
github-openapi-bot
053e8303bb Update OpenAPI Descriptions 2021-12-06 11:12:30 -08:00
GitHub Actions
5a928dc963 update search indexes 2021-12-06 18:02:09 +00:00
GitHub Actions
a547d79461 update search indexes 2021-12-06 10:17:30 +00:00
GitHub Actions
9049fd77fb update search indexes 2021-12-06 02:39:42 +00:00
GitHub Actions
9fed6823c9 update search indexes 2021-12-05 18:00:57 +00:00
GitHub Actions
bef9409d2c update search indexes 2021-12-05 09:58:09 +00:00
GitHub Actions
8795734fdf update search indexes 2021-12-05 02:23:04 +00:00
GitHub Actions
a498ab952f update search indexes 2021-12-04 18:24:09 +00:00