Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert all VPC lookups to new API, plus various by-id lookups #842

Merged
merged 63 commits into from
Mar 31, 2022

Commits on Mar 20, 2022

  1. first cut

    davepacheco committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    4610d1a View commit details
    Browse the repository at this point in the history
  2. rename Lookup

    davepacheco committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    ef932a1 View commit details
    Browse the repository at this point in the history
  3. formatting nit

    davepacheco committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    9cc52b0 View commit details
    Browse the repository at this point in the history
  4. formatting

    davepacheco committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    5845149 View commit details
    Browse the repository at this point in the history
  5. fix

    davepacheco committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    49a10e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    491f30c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. get rid of Root

    davepacheco committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    037b78f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebaefb1 View commit details
    Browse the repository at this point in the history
  3. some cleanup

    davepacheco committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    ce4b362 View commit details
    Browse the repository at this point in the history
  4. flesh out macros

    davepacheco committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    aae2da4 View commit details
    Browse the repository at this point in the history
  5. more macro cleanup

    davepacheco committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    73f0f4b View commit details
    Browse the repository at this point in the history
  6. more cleanup

    davepacheco committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    68b51cf View commit details
    Browse the repository at this point in the history
  7. more commonizing

    davepacheco committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    6d265bb View commit details
    Browse the repository at this point in the history
  8. cleanup

    davepacheco committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    e4a5844 View commit details
    Browse the repository at this point in the history
  9. more commonizing

    davepacheco committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    0e73f25 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a414c1f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c7941b3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5690db3 View commit details
    Browse the repository at this point in the history
  13. cleanup

    davepacheco committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    295182b View commit details
    Browse the repository at this point in the history
  14. fix up prototyping

    davepacheco committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    bcf57a6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    43d0102 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    0a494ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    013e981 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    785eda2 View commit details
    Browse the repository at this point in the history
  2. more progress

    davepacheco committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    a48722a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. more work

    davepacheco committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    dd5ce40 View commit details
    Browse the repository at this point in the history
  2. closer to compiling

    davepacheco committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    1f1615c View commit details
    Browse the repository at this point in the history
  3. closer to compiling

    davepacheco committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    4fede01 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. nearly fixed

    davepacheco committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    30ecdc8 View commit details
    Browse the repository at this point in the history
  2. compiles!

    davepacheco committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    9f557db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    064e64d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2d5770 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. clippy

    davepacheco committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    c222c7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    019d15f View commit details
    Browse the repository at this point in the history
  3. remove dead code

    davepacheco committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    de35510 View commit details
    Browse the repository at this point in the history
  4. re-add Nexus changes

    davepacheco committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    872ea9a View commit details
    Browse the repository at this point in the history
  5. add some docs

    davepacheco committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    44acb43 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    51b0af8 View commit details
    Browse the repository at this point in the history
  2. more docs

    davepacheco committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    9897ca2 View commit details
    Browse the repository at this point in the history
  3. more docs

    davepacheco committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    af6fca3 View commit details
    Browse the repository at this point in the history
  4. more documentation

    davepacheco committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    977b9c0 View commit details
    Browse the repository at this point in the history
  5. more cleanup

    davepacheco committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    58b03ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d68e1c5 View commit details
    Browse the repository at this point in the history
  7. more extraction

    davepacheco committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    cf6591e View commit details
    Browse the repository at this point in the history
  8. more cleanup

    davepacheco committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    718b0a0 View commit details
    Browse the repository at this point in the history
  9. more cleanup

    davepacheco committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    ce6066d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2d5353d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a71e1a1 View commit details
    Browse the repository at this point in the history
  12. macro impl: minor cleanup

    davepacheco committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    e25e9aa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7230871 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    07eaab8 View commit details
    Browse the repository at this point in the history
  15. clippy

    davepacheco committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    ea67303 View commit details
    Browse the repository at this point in the history
  16. macro impl: add comment

    davepacheco committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    62e5eea View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    32eab6e View commit details
    Browse the repository at this point in the history
  18. fix mismerge

    davepacheco committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    fa0f1d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    6f9411c View commit details
    Browse the repository at this point in the history
  2. fixes

    davepacheco committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    d3c9f1d View commit details
    Browse the repository at this point in the history
  3. fix style

    davepacheco committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    1cb9235 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    386549a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    342771c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6910716 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a98bb72 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ccebf63 View commit details
    Browse the repository at this point in the history