phab/src/applications/cachefeature/better-testing
phab/src/applications/cache
feature/better-testing
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
7ccc4cea43e3 | epriestley | With APCu 5+, use `apcu_*` function to examine cache state | Jan 13 2017 | |||
125fb332de72 | epriestley | Introduce a serializing key-value cache proxy | Dec 6 2016 | |||
1f3fcce6fe2d | epriestley | Provide a cached class map query for making key-based class lookups more… | Dec 6 2016 | |||
52112620a3d2 | epriestley | Provide a pure APC cache for runtime caching | Dec 6 2016 | |||
c21a71f02489 | epriestley | Cache generation of the SSH authentication keyfile for sshd | Oct 21 2016 | |||
1ee426e4ac82 | epriestley | Add a specialized cache for storing "has setup ever worked?" | Sep 12 2016 | |||
e3f4f051fea2 | epriestley | Add --purge-user to bin/cache purge | Jun 4 2016 | |||
ebff07d01983 | epriestley | Automatically sever databases after prolonged unreachability | Apr 11 2016 | |||
49d93dcf98aa | epriestley | Add a `cluster.read-only` option | Apr 9 2016 | |||
91447c54bce0 | epriestley | Write 500 words on how to restart webservers | Dec 2 2015 | |||
d784bf1ea813 | epriestley | Make disk-based setup caches more correct (but slower) | Oct 19 2015 | |||
9c798e5ccabb | epriestley | Provide `bin/garbage` for interacting with garbage collection | Oct 2 2015 | |||
878a493301d2 | epriestley | Begin standardizing garbage collectors | Oct 2 2015 | |||
ae0348aac931 | Mihir Kedia/epriestley | Add dialog to purge opcode/data caches | Sep 10 2015 | |||
b6d745b66687 | Joshua Spence | Extend from Phobject | Jun 15 2015 | |||
52a29be70d5d | epriestley | Introduce a request cache mechanism | Jun 5 2015 | |||
36e2d02d6ec5 | Joshua Spence | phtize all the things | May 22 2015 | |||
acb45968d889 | Joshua Spence | Use `__CLASS__` instead of hard-coding class names | May 13 2015 | |||
b467e583585c | epriestley | Fix two minor issues | Apr 13 2015 | |||
e0473aa70265 | Bob Trahan | Cache - fix method call typo | Apr 9 2015 | |||
2f0e2544d3dc | epriestley | Fix a bad method call in cache startup. | Apr 8 2015 | |||
2a3783cd2c2b | epriestley | Suggest "apc.slam_defense" off and "apc.write_lock" on | Apr 8 2015 | |||
ffe9c26b00f0 | epriestley | Emit cache setup issues from cache specs | Apr 8 2015 | |||
4783c3940d00 | epriestley | Summarize data cache usage and allocation information | Apr 8 2015 | |||
c5d38c6e08f9 | epriestley | Provide more information about cache sizing in cache diagnostics | Apr 8 2015 | |||
0880788bd4cf | epriestley | Restructure cache checks to improve modularity | Apr 7 2015 | |||
d6b882a804c7 | Joshua Spence | Fix visiblity of `LiskDAO::getConfiguration()` | Jan 13 2015 | |||
8fa8415c07d2 | epriestley | Automatically build all Lisk schemata | Oct 2 2014 | |||
300172e79991 | epriestley | Support AUTO_INCREMENT in `bin/storage adjust` | Oct 1 2014 | |||
943c62d1e9f6 | epriestley | Add missing expected keys and uniqueness | Oct 1 2014 | |||
9b63f84ff93f | epriestley | Generate reasonable expected schemata for Cache tables | Sep 18 2014 | |||
0151c38b107f | Joshua Spence | Apply some autofix linter rules | Sep 9 2014 | |||
4e9746ed4efb | Joshua Spence | Rename `PhutilKeyValueCache` subclasses | Aug 6 2014 | |||
0a62f13464b8 | Joshua Spence/epriestley | Change double quotes to single quotes. | Jun 9 2014 | |||
4b39fbe1155e | epriestley | Allow modern hunks to be stored deflated | Jun 4 2014 | |||
f896dc5392a0 | epriestley | Put a cache in front of Celerity transforms, and update packages | May 22 2014 | |||
f17099189772 | epriestley | Put an in-request cache in front of APC | May 12 2014 | |||
e4ea092f60de | epriestley | Implement a chunked, APC-backed graph cache | May 12 2014 | |||
438915032ae3 | epriestley | Minor, mark SERIALIZATION_PHP fields as BINARY in Lisk | Feb 24 2014 | |||
a298a79bdac6 | epriestley | Convert Phabricator to handle "%s" / "%B" properly | Feb 24 2014 | |||
9f35c7cc2675 | epriestley | Complete modularization of the GC daemon | Jan 15 2014 | |||
ce78bf1de4e5 | epriestley | Make all bin/* scripts locate their workflows dynamically | Dec 27 2013 | |||
e397103bf211 | epriestley | Extend all "ManagementWorkflow" classes from a base class | Dec 27 2013 | |||
e01ceaa07f4c | epriestley | Provide 'bin/cache', for managing caches | May 20 2013 | |||
dd4d8067f1b9 | epriestley | Add wait for setup issue fallback disk cache | Apr 13 2013 | |||
9a15f243fa96 | Lauri-Henrik Jalonen/epriestley | PhabricatorCaches use namespace if set | Mar 23 2013 | |||
07767fda00ab | epriestley | Use direct inclusion, not submodules, to bring Javelin into Phabricator | Jan 22 2013 | |||
c32295aab6d7 | epriestley | Improve resolution process for nonfatal setup issues | Dec 31 2012 | |||
a88b69a4b67c | epriestley | Add a "setup" cache | Dec 25 2012 | |||
aae5f9efd3d3 | epriestley | Implement a more compact, general database-backed key-value cache | Dec 21 2012 | |||
ef85f49adc07 | vrana | Delete license headers from files | Nov 5 2012 | |||
2b0b9a15734c | epriestley | Add a generic multistep Markup cache | Jul 10 2012 |
c4science · Help