phab/src/infrastructure/storage/managementfeature/better-testing
phab/src/infrastructure/storage/management
feature/better-testing
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
b6d745b66687 | Joshua Spence | Extend from Phobject | Jun 15 2015 | |||
f47e69c01594 | Joshua Spence | Mark some strings for translation | Jun 9 2015 | |||
bf81fda03609 | Joshua Spence | Linter fixes | Jun 2 2015 | |||
36e2d02d6ec5 | Joshua Spence | phtize all the things | May 22 2015 | |||
924b135d310b | epriestley | Add a `storage renamespace` for mangling SQL dumpfiles into a new namespace | Mar 18 2015 | |||
a65667443b04 | epriestley | Fix quickstart.sql for old MySQL | Mar 2 2015 | |||
9e82cfcc214b | epriestley | Use utf8_general_ci for "sort" columns in old MySQL | Feb 26 2015 | |||
28b23fd789dc | Eric/epriestley | Use --hex-blob flag in bin/storage dump | Feb 6 2015 | |||
1ecfa0313c48 | Joshua Spence | Add a `./bin/storage shell` command | Jan 29 2015 | |||
95fab5ee4f46 | epriestley | Fix an issue with `corpus` columns in Quickstart | Jan 27 2015 | |||
614f911217cf | epriestley | Regenerate Quickstart SQL | Jan 23 2015 | |||
e90695fc8332 | epriestley | When storage is not initialized, write the error message to stderr instead of… | Jan 20 2015 | |||
daadf955378c | Joshua Spence | Fix visibility of `PhutilArgumentWorkflow::didConstruct` methods | Jan 15 2015 | |||
b1a5d5a81548 | epriestley | Stop purging caches in bin/storage adjust | Jan 14 2015 | |||
a455e50e2998 | epriestley | Build a Conpherence thread index | Jan 6 2015 | |||
cb63a4bb6e8d | epriestley | Improve messaging and documentation around surplus schemata | Dec 29 2014 | |||
a17a36869254 | epriestley | Apply storage adjustments as part of storage upgrade | Nov 7 2014 | |||
dbef5660fccc | epriestley | Update the quickstart.sql | Nov 7 2014 | |||
000760b645b7 | epriestley | Do a better job of handling spec errors during schema adjustment | Nov 4 2014 | |||
18161d00a08d | epriestley | Update some storage documentation for new adjustment workflows | Nov 1 2014 | |||
f5c426639ced | epriestley | Document the adjustment workflow and warn users about adjusting old MySQL | Nov 1 2014 | |||
917da084176c | epriestley | Fix various MySQL version issues with new charset stuff | Oct 29 2014 | |||
3cf9a5820fc9 | Joshua Spence | Minor formatting changes | Oct 7 2014 | |||
0bbe3a6d2825 | Bob Trahan | Storage - fix more query errors by escaping collate_text and collate_sort | Oct 7 2014 | |||
928b4edffb66 | Bob Trahan | Storage - escape collation type in create database code pathway | Oct 6 2014 | |||
3463ce8a514f | epriestley | Create new databases with appropriate collation | Oct 3 2014 | |||
0a6473138fd6 | epriestley | Purge readthrough caches before applying schema adjustments | Oct 1 2014 | |||
5ce3575fb534 | epriestley | Fix `adjust` phases for keys | Oct 1 2014 | |||
300172e79991 | epriestley | Support AUTO_INCREMENT in `bin/storage adjust` | Oct 1 2014 | |||
0d7489da79bc | epriestley | Provide `bin/storage quickstart` to automate generation of `quickstart.sql` | Oct 1 2014 | |||
4fcc634a99dc | epriestley | Fix almost all remaining schemata issues | Oct 1 2014 | |||
a5ce56aa76e1 | epriestley | Allow `bin/storage adjust` to make key changes | Oct 1 2014 | |||
22ee8432d2bb | epriestley | Allow `bin/storage adjust` to correct column types and collations | Oct 1 2014 | |||
f7ee2c7467c6 | epriestley | Add `bin/storage adjust`, for adjusting schemata | Oct 1 2014 | |||
644ca4c3a3e7 | epriestley | Use --single-transaction in `bin/storage dump` | Sep 29 2014 | |||
12b53e003b22 | epriestley | Add a UI for reviewing database schemata | Sep 18 2014 | |||
b7b045830307 | Joshua Spence | Convert `./bin/storage status` to use `PhutilConsoleTable`. | Jun 21 2014 | |||
0a62f13464b8 | Joshua Spence/epriestley | Change double quotes to single quotes. | Jun 9 2014 | |||
e397103bf211 | epriestley | Extend all "ManagementWorkflow" classes from a base class | Dec 27 2013 | |||
6bd2251fa22c | epriestley | Possibly fix an issue with storage upgrade, see <https://github. | Oct 2 2013 | |||
caf4a086d4c4 | epriestley | Add missing `$port` property | Aug 27 2013 | |||
83c29da594bd | epriestley | Mark dead databases as "dead" and don't dump, probe, or list them | Jul 19 2013 | |||
d27e7c52b218 | Levi Jackson/epriestley | Add explicit `mysql.port` configuration | Jul 15 2013 | |||
a0c5a6cdb6f9 | epriestley | Use %P for all sensitive command construction in Phabricator | Jul 4 2013 | |||
fcb56c637182 | epriestley | Move "scripts/sql/probe.php" to "bin/storage probe" | Jul 3 2013 | |||
aa3e95cbeb80 | vrana | Cache connection in bin/storage | Jan 17 2013 | |||
2f6104bf8bd3 | Bob Trahan | add code to drop old databases | Jan 3 2013 | |||
ef85f49adc07 | vrana | Delete license headers from files | Nov 5 2012 | |||
fe8351c93071 | Edward Speyer | Delete stale fixtures with bin/storage destroy | Nov 1 2012 | |||
2628c9145470 | epriestley | Minor, MySQL requires -pxxx, not -p xxx for passwords. | Aug 17 2012 | |||
2a815e0715da | epriestley | Fix a PhutilOpaqueEnvelope issue with `bin/storage dump` | Aug 16 2012 | |||
534c0aa32693 | epriestley | Minor, move all storage/query/db code to src/infrastructure/storage | Jul 2 2012 |
c4science · Help