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

FED-3114: Lazy #941

Merged
merged 33 commits into from
Oct 7, 2024
Merged

FED-3114: Lazy #941

merged 33 commits into from
Oct 7, 2024

Commits on Sep 10, 2024

  1. first pass at lazy

    kealjones-wk committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8e6fc92 View commit details
    Browse the repository at this point in the history
  2. uncomment out tests

    kealjones-wk committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0ebd41f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96ba2f8 View commit details
    Browse the repository at this point in the history
  4. ugh

    kealjones-wk committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f5605c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. add lazy tests

    kealjones-wk committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    131ceb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    6b6fd4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4999c39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e112ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41d389e View commit details
    Browse the repository at this point in the history
  5. undo named extensions

    kealjones-wk committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3fd3865 View commit details
    Browse the repository at this point in the history
  6. cleanup suspense example

    kealjones-wk committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d3b00c7 View commit details
    Browse the repository at this point in the history
  7. woops

    kealjones-wk committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    677b555 View commit details
    Browse the repository at this point in the history
  8. remove unused part

    kealjones-wk committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1e0b3a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    9713881 View commit details
    Browse the repository at this point in the history
  2. add doc comment

    kealjones-wk committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    aed0afb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1704f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    046c0f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5289ec View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. address more feedback

    kealjones-wk committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    dbf8c32 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

    kealjones-wk committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0cc1b79 View commit details
    Browse the repository at this point in the history
  3. remove wrapper

    kealjones-wk committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3edb048 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. move UiProps tests into lazy_test so that we can wrap correctly and t…

    …est the lazy factory directly
    kealjones-wk committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c9a17ea View commit details
    Browse the repository at this point in the history
  2. add render success test

    kealjones-wk committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2bb9479 View commit details
    Browse the repository at this point in the history
  3. bahhh humbug

    kealjones-wk committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8d81cf6 View commit details
    Browse the repository at this point in the history
  4. Fix bad import

    kealjones-wk committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ebf3afe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c1f3f9 View commit details
    Browse the repository at this point in the history
  6. Fix lint

    greglittlefield-wf committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7ba044a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #954 from Workiva/FED-3114-lazy--test-organization

    Reorganize tests, add coverage for null case, tweak expectations
    kealjones-wk authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ddfeb30 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    86c0e50 View commit details
    Browse the repository at this point in the history
  9. add null throws test

    kealjones-wk committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b3ecc65 View commit details
    Browse the repository at this point in the history
  10. format

    kealjones-wk committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a956461 View commit details
    Browse the repository at this point in the history
  11. bump react version

    kealjones-wk committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6040cc7 View commit details
    Browse the repository at this point in the history