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

Wildcard #236

Draft
wants to merge 31 commits into
base: main
Choose a base branch
from
Draft

Wildcard #236

wants to merge 31 commits into from

Commits on Sep 12, 2022

  1. add wildcard for rename

    type_util.py - add wildcard index, add only dicts check
    __init__.py - clean naive test run
    keylist_dict.py - add condition for wildcard key
    keylist_util.py - enhance condition for wildcard
    milhauzindahauz committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    98f1bf6 View commit details
    Browse the repository at this point in the history
  2. wildcard

    tests - modify test
    milhauzindahauz committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    d69450a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. wildcard

    remove unnecessary imports
    milhauzindahauz committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    4f8e893 View commit details
    Browse the repository at this point in the history
  2. wildcard

    simplify condition
    milhauzindahauz committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    7e26ee2 View commit details
    Browse the repository at this point in the history
  3. wildcard

    rename function, rename variable
    milhauzindahauz committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    6987943 View commit details
    Browse the repository at this point in the history
  4. wildcard

    use util function
    milhauzindahauz committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    c85c1a4 View commit details
    Browse the repository at this point in the history
  5. wildcard

    change conditions blocks
    milhauzindahauz committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    baf4f70 View commit details
    Browse the repository at this point in the history
  6. wildcard

    remove print function from test
    milhauzindahauz committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    9eba3fc View commit details
    Browse the repository at this point in the history
  7. wildcard

    add wildcard regex, change _split_key_indexes() to use it
    milhauzindahauz committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    95e3ee8 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. fix typos

    milhauzindahauz committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    48070d3 View commit details
    Browse the repository at this point in the history
  2. wildcard

    fixes TypeError benedict methods (e.g. swap())
    milhauzindahauz committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    1c7da03 View commit details
    Browse the repository at this point in the history
  3. wildcard

    build few tests, move wildcard test to separate test file
    milhauzindahauz committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    6dfff10 View commit details
    Browse the repository at this point in the history
  4. wildcard

    add is_list to is_list_of_dicts
    milhauzindahauz committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    4de87dd View commit details
    Browse the repository at this point in the history
  5. wildcard

    change tests
    milhauzindahauz committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    df926ca View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. wildcard

    fix test
    milhauzindahauz committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    409d742 View commit details
    Browse the repository at this point in the history
  2. wildcard

    add condition for wildcard in keys
    milhauzindahauz committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    38931d6 View commit details
    Browse the repository at this point in the history
  3. wildcard

    implements returning whole list if using wildcard without any other property
    add any_wildcard_in_list method
    milhauzindahauz committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    b34a803 View commit details
    Browse the repository at this point in the history
  4. wildcard

    delete items in list with wildcard
    milhauzindahauz committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    ec6caac View commit details
    Browse the repository at this point in the history
  5. wildcard

    get list by wildcard
    milhauzindahauz committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    64e355e View commit details
    Browse the repository at this point in the history
  6. wildcard

    add a bunch of tests
    milhauzindahauz committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    87b87b1 View commit details
    Browse the repository at this point in the history
  7. wildcard

    empty existing array instead of creating new one
    milhauzindahauz committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    07bdb1b View commit details
    Browse the repository at this point in the history
  8. wildcard

    change conditions order
    milhauzindahauz committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    f7401eb View commit details
    Browse the repository at this point in the history
  9. wildcard

    add test for multiple wildcards in row
    milhauzindahauz committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    a631b9a View commit details
    Browse the repository at this point in the history
  10. wildcard

    test for wildcard symbol as key
    milhauzindahauz committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    750b78f View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. wildcard

    implements behavior for wildcard chaining, add tests for that
    milhauzindahauz committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    9e136ea View commit details
    Browse the repository at this point in the history
  2. wildcard

    change behavior, modify test according to it, small refactor of if blocks
    milhauzindahauz committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    1142a4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a522ca5 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    52ec541 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    3e5857a View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

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

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    30f8914 View commit details
    Browse the repository at this point in the history