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

adapt linodecluster controller tests to new mocktest changes #277

Merged
merged 43 commits into from
Apr 26, 2024

Commits on Apr 8, 2024

  1. define mocktest pkg

    bcm820 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    70f3189 View commit details
    Browse the repository at this point in the history
  2. directive to force path

    bcm820 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d95e373 View commit details
    Browse the repository at this point in the history
  3. add asserts node

    bcm820 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d18db18 View commit details
    Browse the repository at this point in the history
  4. prefer testmock

    bcm820 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3b28cfa View commit details
    Browse the repository at this point in the history
  5. allow appending new paths

    bcm820 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    93daad7 View commit details
    Browse the repository at this point in the history
  6. support multiple clients

    bcm820 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    380e2de View commit details
    Browse the repository at this point in the history
  7. preserve ordering

    bcm820 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    296563e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f7a1495 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. add once nodes

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

Commits on Apr 13, 2024

  1. invoke reconcile indirectly

    bcm820 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    7326f0e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. add controller test util

    bcm820 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9304f43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1786645 View commit details
    Browse the repository at this point in the history
  3. test with non-controllers

    bcm820 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    71c1830 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43a6b43 View commit details
    Browse the repository at this point in the history
  5. update tests

    bcm820 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    78e5093 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. address lints

    bcm820 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2cb7633 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. reduce complexity

    bcm820 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b8a2798 View commit details
    Browse the repository at this point in the history
  2. goimports

    bcm820 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3f1d4b1 View commit details
    Browse the repository at this point in the history
  3. refactor internals

    bcm820 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4a911e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. support event nodes

    bcm820 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    10fb8d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. abstract channel from events

    bcm820 committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    f8402b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. enhance with docs

    bcm820 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    877f768 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    b6bae36 View commit details
    Browse the repository at this point in the history
  2. nilcheck

    bcm820 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f742e57 View commit details
    Browse the repository at this point in the history
  3. fix test

    bcm820 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2a8fd12 View commit details
    Browse the repository at this point in the history
  4. include mocktest in coverage

    bcm820 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ea505af View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. test suite

    bcm820 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3341a63 View commit details
    Browse the repository at this point in the history
  2. events and logs from mock obj

    bcm820 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3b5efbc View commit details
    Browse the repository at this point in the history
  3. full coverage

    bcm820 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e3908ab View commit details
    Browse the repository at this point in the history
  4. more tests

    bcm820 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    48a0f9f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. require Path in OneOf

    bcm820 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9ce1d98 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    56ac277 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d68c0c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e03ed77 View commit details
    Browse the repository at this point in the history
  4. Revert "Test for setting up clusterScope"

    This reverts commit e6e6d10.
    amold1 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    dc96d3b View commit details
    Browse the repository at this point in the history
  5. add test for nil nb

    amold1 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e8cf68c View commit details
    Browse the repository at this point in the history
  6. add test for nil nb config

    amold1 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    21033e0 View commit details
    Browse the repository at this point in the history
  7. Revert "add test for nil nb config"

    This reverts commit 66d7892.
    amold1 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    35d936c View commit details
    Browse the repository at this point in the history
  8. add test for nil nb config

    amold1 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    dd99f3b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3c76933 View commit details
    Browse the repository at this point in the history
  10. fix codeql errors

    amold1 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1779352 View commit details
    Browse the repository at this point in the history
  11. fix codeql errors

    amold1 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    15bad63 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1dc5f24 View commit details
    Browse the repository at this point in the history