phab/src/infrastructure/storage/lisk/LiskDAO.phpstable
phab/src/infrastructure/storage/lisk/LiskDAO.php
stable
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
36e2d02d6ec5 | Joshua Spence | phtize all the things | May 22 2015 | |||
8d128646b31a | Joshua Spence | Fix a lisk issue | May 5 2015 | |||
70c864914210 | Joshua Spence | Use phutil_json_decode instead of json_decode | May 5 2015 | |||
827c0ce08134 | epriestley | Allow LiskDAO to be forced to use a specific connection | Mar 17 2015 | |||
29fd3f136b88 | epriestley | Allow columns to be marked as nonmutable (so save() will not change them) | Feb 19 2015 | |||
7ab5d108a46f | epriestley | Provide read and overwrite for Lisk counters | Jan 14 2015 | |||
36e0d080a789 | Joshua Spence | Change `LiskDAO::generatePHID` to be `public` | Jan 13 2015 | |||
d6b882a804c7 | Joshua Spence | Fix visiblity of `LiskDAO::getConfiguration()` | Jan 13 2015 | |||
000760b645b7 | epriestley | Do a better job of handling spec errors during schema adjustment | Nov 4 2014 | |||
300172e79991 | epriestley | Support AUTO_INCREMENT in `bin/storage adjust` | Oct 1 2014 | |||
e7b590a1cf0d | epriestley | Generate expected schemata for Harbormaster | Oct 1 2014 | |||
7dabc21154f9 | epriestley | Load all keys, support unique keys, and provide an "all issues" view | Sep 19 2014 | |||
e9ac3f436ace | epriestley | Add expected schemata for Fund, Files, Flags and Legalpad | Sep 19 2014 | |||
67fbfe6ccc9f | epriestley | Generate expected schemata for Doorkeeper, Draft, Drydock, Feed | Sep 18 2014 | |||
1ead50c2cce3 | epriestley | Generate reasonable expected schemata for Chatlog, Conduit, Config, Countdown… | Sep 18 2014 | |||
9b63f84ff93f | epriestley | Generate reasonable expected schemata for Cache tables | Sep 18 2014 | |||
0f73b15a704d | epriestley | Generate reasonable expected schemata for Audit and Auth | Sep 18 2014 | |||
aa481dba570d | epriestley | Begin generating meaningful expected schemata | Sep 18 2014 | |||
448020a57351 | epriestley | Rename Lisk internal getProperties() methods to avoid collisions | Aug 11 2014 | |||
8fd098329ba2 | Joshua Spence | Rename `AphrontQueryException` subclasses | Aug 5 2014 | |||
c52b3c28e166 | epriestley | Remove partial objects from Lisk | Jul 18 2014 | |||
8756d82cf6c1 | Joshua Spence | Remove `@group` annotations | Jul 10 2014 | |||
0a62f13464b8 | Joshua Spence/epriestley | Change double quotes to single quotes. | Jun 9 2014 | |||
cea58de0ba92 | Joshua Spence/epriestley | Fixed naming convention violations. | Feb 26 2014 | |||
a298a79bdac6 | epriestley | Convert Phabricator to handle "%s" / "%B" properly | Feb 24 2014 | |||
ab636f36bf74 | epriestley | Rename PhabricatorUserStatus to PhabricatorCalendarEvent | Feb 6 2014 | |||
9d474452f9c5 | epriestley | Make nonscalar field saves raise a more useful exception from LiskDAO | Dec 7 2013 | |||
073cb0e78c01 | epriestley | Make PhabricatorPolicyInterface require a getPHID() method | Oct 14 2013 | |||
9da6c9ff15c0 | Jakub Vrana | Delete LiskDAO::IDS_PHID | Apr 9 2013 | |||
176ee9a889df | epriestley | Fix {Fnnn} rule in Remarkup | Feb 14 2013 | |||
3e6fa4365811 | Nick Pellegrino/epriestley | getConfigEnv fails fast when key is not found and no default value is given. | Jan 19 2013 | |||
7332599e0326 | epriestley | Provide an IDS_COUNTER mechanism for ID assignment | Nov 7 2012 | |||
ef85f49adc07 | vrana | Delete license headers from files | Nov 5 2012 | |||
fd87a88d710e | vrana | Fix static variable usage in Lisk | Oct 20 2012 | |||
cd9d78c10799 | epriestley | Allow Fact analysis of commits | Oct 8 2012 | |||
ea32c541e417 | epriestley | Remove all optimistic lock code from Lisk | Oct 4 2012 | |||
fe6022cd97f5 | epriestley | Load only valid properties in LiskDAO::loadFromArray() | Oct 4 2012 | |||
4682e0c104bd | vrana | Warn against writing to undeclared properties | Oct 3 2012 | |||
7c39c4ca7d35 | vrana | Declare common Lisk properties | Oct 3 2012 | |||
45e93495e409 | vrana | Add method for loading relative edges | Aug 21 2012 | |||
b2c9edd17d91 | vrana | Fix doc links | Aug 10 2012 | |||
cb8120551f72 | epriestley | Don't special-case LiskDAO->load(0) | Jul 16 2012 | |||
d86c4e03664e | epriestley | Store forced connections in the Lisk connection cache | Jul 9 2012 | |||
534c0aa32693 | epriestley | Minor, move all storage/query/db code to src/infrastructure/storage | Jul 2 2012 |
c4science · Help