Page MenuHomePhabricator

Load all keys, support unique keys, and provide an "all issues" view
ClosedPublic

Authored by epriestley on Sep 19 2014, 2:30 PM.
Tags
None
Referenced Files
F13283750: D10525.diff
Sun, Jun 2, 4:16 PM
F13269521: D10525.diff
Wed, May 29, 6:25 AM
F13257861: D10525.diff
Sun, May 26, 5:12 AM
F13254910: D10525.diff
Sat, May 25, 3:54 AM
F13235175: D10525.diff
Tue, May 21, 4:21 AM
F13214075: D10525.diff
Fri, May 17, 8:27 AM
F13184756: D10525.id25299.diff
Fri, May 10, 11:32 PM
F13183565: D10525.diff
Fri, May 10, 10:25 AM
Subscribers

Details

Summary

Ref T1191. Three parts:

  • The old way of getting key information only got primary / unique / foreign keys, not all keys. Use SHOW INDEXES to get all keys instead.
  • Track key uniqueness and raise warnings about it.
  • Add a new "all issues" view to show an expanded, flat view of all issues. This is just an easier way to get a list so you don't have to dig around in the hierarchical view.
Test Plan

Screen_Shot_2014-09-19_at_7.25.40_AM.png (1×1 px, 273 KB)

Screen_Shot_2014-09-19_at_7.19.22_AM.png (1×1 px, 300 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Load all keys, support unique keys, and provide an "all issues" view.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Sep 19 2014, 5:14 PM
This revision was automatically updated to reflect the committed changes.