Commit graph

9 commits

Author SHA1 Message Date
f10e23b3c1 Update to appengine v2 SDK 2023-02-17 13:50:58 -08:00
Mihai Parparita
6c662e2109 Changes necessary to run with the Go 1.11 App Engine runtime. 2020-03-05 21:30:47 -08:00
Mihai Parparita
741e7e0a2f Take into account Accept header for the cache key.
Allows using API previews (triggered by changing the Accept header) without
poisoning the cache.
2015-02-07 14:37:28 -08:00
Mihai Parparita
5b5cf2ab6a Make sure memcache keys are under the 250 byte limit. 2014-12-08 22:04:12 -08:00
Mihai Parparita
4a45ada620 Log more details for memcache errors. 2014-12-07 15:13:49 -08:00
Mihai Parparita
0e2fe4f835 Rename package to retrogit. 2014-10-26 15:22:14 -07:00
Mihai Parparita
b992e192ca Speed up homepage.
Don't try to fetch repositories to render the homepage (just use the excluded
repository count). Also do the user and email address fetches in parallel.
2014-10-02 22:06:32 -07:00
Mihai Parparita
abb4822197 Less aggressive caching of GitHub API responses.
Only cache 200s, and only cache most responses for 1 hour.
2014-09-06 14:29:31 -07:00
Mihai Parparita
b0811da602 Break out accounts, digests, caching and session configuration out of githup.go. 2014-07-29 21:57:33 -07:00