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

shinyvalidate improvements #199

Merged
merged 78 commits into from
Jan 3, 2023
Merged

shinyvalidate improvements #199

merged 78 commits into from
Jan 3, 2023

Commits on Nov 28, 2022

  1. add function gather_fails

    Aleksander Chlebowski committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    bc13fa9 View commit details
    Browse the repository at this point in the history
  2. gather_fails in tm_g_a_oview

    Aleksander Chlebowski committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    7473a83 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. update examples

    Aleksander Chlebowski committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    07dc66e View commit details
    Browse the repository at this point in the history
  2. replace validate with shinyvalidate

    Aleksander Chlebowski committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    f589883 View commit details
    Browse the repository at this point in the history
  3. use validations in tm_g_ae_sub

    Aleksander Chlebowski committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    3e7e800 View commit details
    Browse the repository at this point in the history
  4. use validations in tm_g_butterfly

    Aleksander Chlebowski committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    3d80d64 View commit details
    Browse the repository at this point in the history
  5. use validations in tm_g_events_ternm_id

    Aleksander Chlebowski committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    c77cbb6 View commit details
    Browse the repository at this point in the history
  6. use validations in tm_g_spiderplot

    Aleksander Chlebowski committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    d803659 View commit details
    Browse the repository at this point in the history
  7. use validations in tm_g_swimlane

    Aleksander Chlebowski committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    cedcbb5 View commit details
    Browse the repository at this point in the history
  8. use validations in tm_g_waterfall

    Aleksander Chlebowski committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    2917c8b View commit details
    Browse the repository at this point in the history
  9. minor edits

    Aleksander Chlebowski committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    de1c988 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. use validations in tm_g_heat_bygrade

    Aleksander Chlebowski committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    976252c View commit details
    Browse the repository at this point in the history
  2. use validations in tm_g_patient_profile

    Aleksander Chlebowski committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    fc1bfcf View commit details
    Browse the repository at this point in the history
  3. fix validations of selected values

    Aleksander Chlebowski committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    dad8481 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. apply review and clean up

    Aleksander Chlebowski committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    b29540c View commit details
    Browse the repository at this point in the history
  2. add namespace prefixes for gather_fails

    Aleksander Chlebowski committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    b6b54f5 View commit details
    Browse the repository at this point in the history
  3. move gather_fails to teal package

    Aleksander Chlebowski committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    b2ee629 View commit details
    Browse the repository at this point in the history
  4. update DESCRIPTION

    Aleksander Chlebowski committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    3380b6b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. update NEWS

    Aleksander Chlebowski committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    3250430 View commit details
    Browse the repository at this point in the history
  2. changed 'gather_fails' to 'validate_inputs'

    Aleksander Chlebowski committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    78a7203 View commit details
    Browse the repository at this point in the history
  3. Merge 78a7203 into f07ee20

    chlebowa authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    a509412 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    221b250 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. trigger

    Nikolas Burkoff committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    cb9d781 View commit details
    Browse the repository at this point in the history
  2. apply code review

    Aleksander Chlebowski committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    133bbe1 View commit details
    Browse the repository at this point in the history
  3. update DESCRIPTION

    Aleksander Chlebowski committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    1f63bf4 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. add workflow badges to README

    Aleksander Chlebowski committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    f667bac View commit details
    Browse the repository at this point in the history
  2. update code review

    Aleksander Chlebowski committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    21b6b43 View commit details
    Browse the repository at this point in the history
  3. Merge 21b6b43 into f07ee20

    chlebowa authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    2c1052e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7608a1 View commit details
    Browse the repository at this point in the history
  5. rework patient_profile module

    Aleksander Chlebowski committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    905d4f8 View commit details
    Browse the repository at this point in the history
  6. Merge 905d4f8 into f07ee20

    chlebowa authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    2e18889 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f1de3e View commit details
    Browse the repository at this point in the history
  8. adjust patient_profile module

    Aleksander Chlebowski committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    0512830 View commit details
    Browse the repository at this point in the history
  9. Merge 0512830 into f07ee20

    chlebowa authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    2f7580b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fa5bf0a View commit details
    Browse the repository at this point in the history
  11. trigger

    Nikolas Burkoff committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    ba68b65 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. move ivs to reactives, fix bugs

    Aleksander Chlebowski committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    980b4a2 View commit details
    Browse the repository at this point in the history
  2. amend DEWSCRIPTION and NEWS

    Aleksander Chlebowski committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    f46296b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into 185_gather_fails@main

    Signed-off-by: Aleksander Chlebowski <[email protected]>
    chlebowa authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    385cbc0 View commit details
    Browse the repository at this point in the history
  4. Merge 385cbc0 into 531c64f

    chlebowa authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    337a0bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e0d4ea View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. apply code review

    Aleksander Chlebowski committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    dbd52a3 View commit details
    Browse the repository at this point in the history
  2. apply more code review

    Aleksander Chlebowski committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    127d9a2 View commit details
    Browse the repository at this point in the history
  3. linter

    Aleksander Chlebowski committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    532b4c7 View commit details
    Browse the repository at this point in the history
  4. more review of patient_profile

    Aleksander Chlebowski committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    a448b02 View commit details
    Browse the repository at this point in the history
  5. apply review of ~heat_bygrade

    Aleksander Chlebowski committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    9bbf16e View commit details
    Browse the repository at this point in the history
  6. apply review to spiderplot

    Aleksander Chlebowski committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    bb06f3c View commit details
    Browse the repository at this point in the history
  7. more review patient_profile

    Aleksander Chlebowski committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    24eb0f1 View commit details
    Browse the repository at this point in the history
  8. Merge 24eb0f1 into 531c64f

    chlebowa authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    54706cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8295598 View commit details
    Browse the repository at this point in the history
  10. update NEWS

    Aleksander Chlebowski committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    ded2d75 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Move checkbox init to UI

    gogonzo committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    6e069b7 View commit details
    Browse the repository at this point in the history
  2. fix calls

    gogonzo committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    9103936 View commit details
    Browse the repository at this point in the history
  3. Merge 9103936 into 531c64f

    chlebowa authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    0018423 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94cd612 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f8f767 View commit details
    Browse the repository at this point in the history
  6. Merge branch '185_gather_fails@main' of github.com:insightsengineerin…

    …g/teal.osprey into 185_gather_fails@main
    gogonzo committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    64c9687 View commit details
    Browse the repository at this point in the history
  7. fix

    gogonzo committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    bfe2d76 View commit details
    Browse the repository at this point in the history
  8. fix

    gogonzo committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    fdefc39 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4c675ed View commit details
    Browse the repository at this point in the history
  10. fix checkboxes error

    gogonzo committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    14738f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. fix example

    Aleksander Chlebowski committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    dac01ad View commit details
    Browse the repository at this point in the history
  2. indentation

    Aleksander Chlebowski committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    adb5b68 View commit details
    Browse the repository at this point in the history
  3. add debouce to plot in patient_profile

    Aleksander Chlebowski committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    1080a54 View commit details
    Browse the repository at this point in the history
  4. add debouce to plot in heat_bygrade

    Aleksander Chlebowski committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    52b9b5e View commit details
    Browse the repository at this point in the history
  5. add validation to heat_bygrade

    Aleksander Chlebowski committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    27b19dd View commit details
    Browse the repository at this point in the history
  6. move debounce in patient_profile

    Aleksander Chlebowski committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    74c5da4 View commit details
    Browse the repository at this point in the history
  7. update validation in events_term_id

    Aleksander Chlebowski committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    4fd69ce View commit details
    Browse the repository at this point in the history
  8. add debounce in butterfly

    Aleksander Chlebowski committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    800ccf7 View commit details
    Browse the repository at this point in the history
  9. add debounce in ae_sub

    Aleksander Chlebowski committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    82f7c80 View commit details
    Browse the repository at this point in the history
  10. add debounce in ae_oview

    Aleksander Chlebowski committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    56416fa View commit details
    Browse the repository at this point in the history
  11. Merge 56416fa into 531c64f

    chlebowa authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    650f8f6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aeb6563 View commit details
    Browse the repository at this point in the history
  13. trigger

    Nikolas Burkoff committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    5d71863 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. bug fix and NEWS update

    Aleksander Chlebowski committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    0ae47bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65a1daf View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. trigger checks

    Aleksander Chlebowski committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    146305c View commit details
    Browse the repository at this point in the history
  2. trigger checks again

    Aleksander Chlebowski committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    83e2354 View commit details
    Browse the repository at this point in the history