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

Avoid disk resize during Linode creation #216

Closed
wants to merge 48 commits into from
Closed

Avoid disk resize during Linode creation #216

wants to merge 48 commits into from

Commits on Mar 25, 2024

  1. define instance profile

    Brian Mendoza committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    cace4a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. add test

    Brian Mendoza committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    6ed725e View commit details
    Browse the repository at this point in the history
  2. requeue until disks are ready

    Brian Mendoza committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    5e81c92 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into avoid-resize

    Brian Mendoza committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e2bfdfa View commit details
    Browse the repository at this point in the history
  4. fix mock

    Brian Mendoza committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ccac351 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Merge branch 'main' into avoid-resize

    bcm820 authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d54d994 View commit details
    Browse the repository at this point in the history
  2. address complexity

    Brian Mendoza committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    be88952 View commit details
    Browse the repository at this point in the history
  3. fix interfaces

    Brian Mendoza committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    111b434 View commit details
    Browse the repository at this point in the history
  4. tweak wait times

    Brian Mendoza committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    41c9c42 View commit details
    Browse the repository at this point in the history
  5. reduce complexity

    Brian Mendoza committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c54c214 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. don't block reconcile loop

    Brian Mendoza committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e063c97 View commit details
    Browse the repository at this point in the history
  2. regenerate mock

    Brian Mendoza committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    eb72a3e View commit details
    Browse the repository at this point in the history
  3. normalize the var ok

    Brian Mendoza committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9afd8c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. add machine preflight state

    Brian Mendoza committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9c836f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. use instancestate

    Brian Mendoza committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c89c92e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into avoid-resize

    Brian Mendoza committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a6a51c3 View commit details
    Browse the repository at this point in the history
  3. disable client retry

    Brian Mendoza committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    745e662 View commit details
    Browse the repository at this point in the history
  4. rename preflight constants

    Brian Mendoza committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5ec6cf5 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Merge branch 'main' into avoid-resize

    Brian Mendoza committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    dc781ba View commit details
    Browse the repository at this point in the history
  2. update helpers

    Brian Mendoza committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d54879c View commit details
    Browse the repository at this point in the history
  3. remove unnecessary changes

    Brian Mendoza committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5bad6e4 View commit details
    Browse the repository at this point in the history
  4. remove disk wait

    Brian Mendoza committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b455edf View commit details
    Browse the repository at this point in the history
  5. clean up conditions usage

    Brian Mendoza committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f542bc4 View commit details
    Browse the repository at this point in the history
  6. less complex

    Brian Mendoza committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6ca9f27 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. change disk order

    Brian Mendoza committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6091e5e View commit details
    Browse the repository at this point in the history
  2. fix tests

    Brian Mendoza committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2e7b80a View commit details
    Browse the repository at this point in the history
  3. swap list for get

    Brian Mendoza committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f88624f View commit details
    Browse the repository at this point in the history
  4. remove nolint

    Brian Mendoza committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4a1c252 View commit details
    Browse the repository at this point in the history
  5. remove added getInstance

    Brian Mendoza committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7e28d78 View commit details
    Browse the repository at this point in the history
  6. fix test

    Brian Mendoza committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ec514e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    18733ef View commit details
    Browse the repository at this point in the history
  2. address initial feedback

    eljohnson92 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c2e3f79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07d22c7 View commit details
    Browse the repository at this point in the history
  4. fix tests

    eljohnson92 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b6d9a8a View commit details
    Browse the repository at this point in the history
  5. fix lint errors

    eljohnson92 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c243483 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    f895ee4 View commit details
    Browse the repository at this point in the history
  2. fix disk size spec

    eljohnson92 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5a53496 View commit details
    Browse the repository at this point in the history
  3. fix nilcheck

    eljohnson92 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5813d19 View commit details
    Browse the repository at this point in the history
  4. fix GB to MB value

    eljohnson92 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f4e7f17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6790c0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a38592b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0250149 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    80de554 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'additional_disk_support' into avoid-resize

    Brian Mendoza committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    23c250f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into avoid-resize

    Brian Mendoza committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    81ed723 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into avoid-resize

    Brian Mendoza committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    34b02b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. update tests

    Brian Mendoza committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f249fc3 View commit details
    Browse the repository at this point in the history
  2. remove lint config

    Brian Mendoza committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ed69da7 View commit details
    Browse the repository at this point in the history