History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
0446e636ea30 | vrana | Add an abstraction for preventing the 1+N queries problem | May 25 2012 | |||
978f6edf1953 | vrana | Fix code not working in HHVM | May 23 2012 | |||
a89cef8e396c | epriestley | Remove PHID database, add Harbormaster database | May 20 2012 | |||
b20ae2a07fcb | vrana | Document transactions in docs | May 12 2012 | |||
907f1a3dee02 | epriestley | Raise a "you should upgrade your storage" note for a missing database | May 9 2012 | |||
c30cb7669e37 | epriestley | Simplify transaction handling and restore read/write locks | May 5 2012 | |||
e214536f3875 | epriestley | Use "w" transactions for reading if they exist, so we can do transactional reads | May 4 2012 | |||
5ab14d08793f | epriestley | Provide isolated, read/write storage fixtures for unit tests | May 2 2012 | |||
a10b91a6a90a | epriestley | Move connection cache from "AphrontDatabaseConnection"-level to "LiskDAO"-level | Apr 30 2012 | |||
087cc0808a34 | epriestley | Make SQL patch management DAG-based and provide namespace support | Apr 30 2012 | |||
0ad7a01b8d46 | vrana | Add typehints to queryfx() et al. | Apr 11 2012 | |||
7451c1f6c94f | vrana | Support NO_BACKSLASH_ESCAPES in escapeStringForLikeClause() | Apr 9 2012 | |||
e69ba98e2006 | vrana | Prepare for MySQLi support | Apr 6 2012 | |||
426d6f2b1f12 | vrana | Make getTransactionKey() protected | Apr 6 2012 | |||
5f341c79cb9d | vrana | Pass connection to mysql_set_charset() | Apr 6 2012 | |||
64facecb8712 | vrana | Fix typo in AphrontMySQLDatabaseConnection | Apr 6 2012 | |||
ff2b58dab746 | vrana | Fix MySQL column escaping | Apr 6 2012 | |||
ec283abb14cd | vrana | Fix typo in comment | Mar 28 2012 | |||
0a4cbdff5e59 | epriestley | Straighten out Diffusion file integration | Mar 20 2012 | |||
d0af617818b6 | epriestley | Add "final" to (almost) everything else | Mar 14 2012 | |||
4c1e356658df | vrana | Convert database to UTF-8 | Mar 12 2012 | |||
b2890eeb0e6f | epriestley | Add "final" to all Phabricator "Controller" classes | Mar 10 2012 | |||
3901c8493d91 | Edward Speyer | [LiskDAO] make objects ephemeral, aka read-only | Mar 9 2012 | |||
ce919b082292 | epriestley | Resolve implicit fallthrough in Phabricator | Mar 8 2012 | |||
3a251f9b16ee | epriestley | Improve error message when user encounters a table/column schema error | Mar 5 2012 | |||
4ac29d108cc2 | epriestley | Simplify Aphront transaction code | Feb 7 2012 | |||
4f018488ae79 | epriestley | Restore Lisk transactional methods | Jan 31 2012 | |||
d5eaef956709 | Nick Harper | Add retry loop when trying to establish db connection, log retries | Jan 20 2012 | |||
7831b9242760 | epriestley | Improve LiskDAO::__call() performance | Jan 4 2012 | |||
8a6e9194963f | epriestley | Support DELETE queries in the isolated database connection | Dec 17 2011 | |||
4dd87f1ad3ca | epriestley | Drive Differential landing page with DifferentialRevisionQuery, simplify UI | Dec 16 2011 | |||
94e8b947e589 | epriestley | Improve debugging information on ID uniqueness failure in isolated connection… | Dec 14 2011 | |||
4edfd35503c3 | epriestley | Fix qsprintf() '%nd' conversion | Dec 14 2011 | |||
279790377654 | epriestley | Fix bad query edge condition when updating a revision with no attached tasks. | Dec 4 2011 | |||
e0a56cb9381e | epriestley | Clean up two more sha1 instances | Nov 20 2011 | |||
d846041b272e | Svemir Brkic | If id field is not there, do not attempt to key array on it | Oct 15 2011 | |||
05b73f58aea2 | Nicholas Harper | Fix stupid error in Lisk introduced in D990 | Oct 8 2011 | |||
872ac17dbca5 | Nicholas Harper | Selectively load columns for differential typeahead | Oct 8 2011 | |||
c3709c56fcbe | Nicholas Harper | Add functionality to Lisk to only get some columns from the database | Oct 7 2011 | |||
abf96dbd591c | Nicholas Harper | Change structure of Lisk for custom setters and getters | Oct 6 2011 | |||
628082d4270f | epriestley | Don't flag "EXPLAIN" as a write | Sep 5 2011 | |||
39b4d20ce528 | epriestley | Create AphrontWriteGuard, a backup mechanism for CSRF validation | Aug 16 2011 | |||
29444d1df364 | epriestley | Add a little more unit test documentation, fail loudly when isolation prevents… | Aug 3 2011 | |||
c33eecf438f6 | epriestley | Improve DarkConsole "Services" and "XHProf" plugins | Jul 11 2011 | |||
a5e22e87e2a8 | epriestley | Provide basic Conduit documentation. | Jul 4 2011 | |||
417ca39703c8 | epriestley | Update Phabricator to new PhutilServiceProfiler APIs | May 17 2011 | |||
260b40b84acd | epriestley | Plug the establishConnection() Lisk isolation hole | May 1 2011 | |||
80b75a5f3bdd | epriestley | Provide connection isolation to Lisk and enable it by default in tests | May 1 2011 | |||
7387cd63acbe | epriestley | Provide an "isolated" database connection for testing | May 1 2011 | |||
94df24977598 | epriestley | Improve schema upgrade workflow for unprivileged users | Apr 30 2011 | |||
c2893d86705a | adonohue | Hook for database configuration plugin | Apr 30 2011 | |||
4a2981252f51 | gpatangay | [phabricator] Add mysql slave and read-only database connections | Apr 29 2011 | |||
330182f19558 | epriestley | Fix an issue with non-integer custom keys in Lisk. | Apr 13 2011 | |||
73bf36505b14 | epriestley | Allow lisk to preserve primary autoincrement keys so I can migrate a billion… | Apr 8 2011 | |||
ec084ca419d9 | epriestley | Rough cut of Workers | Mar 10 2011 | |||
57495c4287c4 | epriestley | Rough cut of repository tracking | Mar 7 2011 | |||
6439cd98564a | epriestley | Revert HipHop volatile symbol workaround. | Mar 3 2011 | |||
eccc76dae685 | epriestley | Fix some issues caught by HipHop, and work around some issues caused by HipHop. | Feb 27 2011 | |||
cf22d8c6cb24 | epriestley | Fix connection retry code to actually retry connections, instead of reading the… | Feb 19 2011 | |||
eec3e8e3aa1a | epriestley | Move object-selector closable to being usable. | Feb 19 2011 | |||
5fd28d35d960 | epriestley | Diff-of-diffs radio button logic. | Feb 3 2011 | |||
c93dd9c09094 | epriestley | Flesh out some DarkConsole stuff. | Feb 3 2011 | |||
ba26f6768723 | epriestley | Add some comment caching stuff. | Feb 3 2011 | |||
759eec3a7723 | epriestley | Very rough cut of DarkConsole + XHProf | Feb 2 2011 | |||
246cba2bf001 | epriestley | InlineComments | Feb 2 2011 | |||
25aae76c8a11 | epriestley | Basic Facebook OAuth implementation. | Jan 31 2011 | |||
9f1659b4c4ad | epriestley | DifferentialRevisionList | Jan 27 2011 | |||
63c842105c4a | epriestley | Differential Revision relationships | Jan 27 2011 | |||
2bea542920ab | epriestley | Conduit: user.find | Jan 24 2011 | |||
2c7e71cac53e | epriestley | Introduce PHID generation. | Jan 23 2011 | |||
85198b3d06f0 | epriestley | Distinguish between aphront and phabricator. | Jan 23 2011 | |||
76258ce0e142 | epriestley | Import some code, some of which may be relevant to the project. | Jan 18 2011 |
c4science · Help