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

769 replace filters argument #877

Merged
merged 29 commits into from
Aug 1, 2023
Merged

Commits on Jul 26, 2023

  1. deprecate filters argument in module function

    Aleksander Chlebowski committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    545e9c8 View commit details
    Browse the repository at this point in the history
  2. propagate argument change

    Aleksander Chlebowski committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    c71f383 View commit details
    Browse the repository at this point in the history
  3. hide filter panel for datanames = NULL

    Aleksander Chlebowski committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f8f37a5 View commit details
    Browse the repository at this point in the history
  4. complete propagation

    Aleksander Chlebowski committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    ab42e1e View commit details
    Browse the repository at this point in the history
  5. amend documentation

    Aleksander Chlebowski committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    3ce070d View commit details
    Browse the repository at this point in the history
  6. rename variable in snapshot manager module

    Aleksander Chlebowski committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7533f87 View commit details
    Browse the repository at this point in the history
  7. sapply to lapply

    Aleksander Chlebowski committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    779c326 View commit details
    Browse the repository at this point in the history
  8. propagate ardument change to unit tests

    Aleksander Chlebowski committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7fdf5ab View commit details
    Browse the repository at this point in the history
  9. bug fix

    Aleksander Chlebowski committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    73d0e43 View commit details
    Browse the repository at this point in the history
  10. adjust unit tests to ignoring datanames argument when no data used

    Aleksander Chlebowski committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    ae1f830 View commit details
    Browse the repository at this point in the history
  11. use expect_no_error

    Aleksander Chlebowski committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4e0a7f8 View commit details
    Browse the repository at this point in the history
  12. by the way validation fix

    Aleksander Chlebowski committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    0558002 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. improve argument checks and unit tests

    Aleksander Chlebowski committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4ba62ab View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into 769_replace_filters_argument@main

    # Conflicts:
    #	R/example_module.R
    Aleksander Chlebowski committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    bae1469 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. roll back sapply changes

    Aleksander Chlebowski committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3e4762d View commit details
    Browse the repository at this point in the history
  2. roll back more sapply changes

    Aleksander Chlebowski committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    1b88a25 View commit details
    Browse the repository at this point in the history
  3. Merge 1b88a25 into 21d1fcb

    chlebowa authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    af1cb7a View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

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

    Aleksander Chlebowski committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    404000b View commit details
    Browse the repository at this point in the history
  3. trigger

    Aleksander Chlebowski committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6052b8a View commit details
    Browse the repository at this point in the history
  4. make use of tightened filter in set_available_teal_slices

    Aleksander Chlebowski committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    e075523 View commit details
    Browse the repository at this point in the history
  5. revert last commit

    Aleksander Chlebowski committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ae5b966 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    3d1affa View commit details
    Browse the repository at this point in the history
  2. filling a gap

    gogonzo committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    9af4ba6 View commit details
    Browse the repository at this point in the history
  3. reload docs

    gogonzo committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2acdeb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e53c6d1 View commit details
    Browse the repository at this point in the history
  5. update NEWS

    gogonzo committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    381e7da View commit details
    Browse the repository at this point in the history
  6. correct test description

    gogonzo committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7af7b05 View commit details
    Browse the repository at this point in the history
  7. debugger!

    gogonzo committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    572297c View commit details
    Browse the repository at this point in the history