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

feat: Automatic assignment tracking #25

Merged
merged 14 commits into from
Aug 21, 2023
Merged

feat: Automatic assignment tracking #25

merged 14 commits into from
Aug 21, 2023

Commits on Jul 24, 2023

  1. feat: automatic assignment tracking

    Tim Yiu authored and Tim Yiu committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    9e9c4d0 View commit details
    Browse the repository at this point in the history
  2. added requirements.txt

    Tim Yiu authored and Tim Yiu committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    02f120a View commit details
    Browse the repository at this point in the history
  3. added install requirements.txt step to test.yml

    Tim Yiu authored and Tim Yiu committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e0db0a7 View commit details
    Browse the repository at this point in the history
  4. added install requirements step to test-arm.yml

    Tim Yiu authored and Tim Yiu committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    7ba4032 View commit details
    Browse the repository at this point in the history
  5. remove 'uses' command from test.yml Unit Test step

    Tim Yiu authored and Tim Yiu committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    1a543d8 View commit details
    Browse the repository at this point in the history
  6. add AssignmentConfig to Assignment __init__.py

    Tim Yiu authored and Tim Yiu committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f21200f View commit details
    Browse the repository at this point in the history
  7. update test-arm.yml with pip install of pip3

    Tim Yiu authored and Tim Yiu committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    efe2536 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. improved syntax, removed MockAssignmentFilter (used for testing)

    Tim Yiu authored and Tim Yiu committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    b202baf View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. fixed empty results tracking in local client.py

    Tim Yiu authored and Tim Yiu committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5b049b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. only track assignments for selected flags

    Tim Yiu authored and Tim Yiu committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    77b8ac5 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. fix 'type' attribute in evaluation_result accessed incorrectly

    Tim Yiu authored and Tim Yiu committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    3d02322 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. update AssignmentConfig variable filter_capacity to cache_capacity

    Tim Yiu authored and Tim Yiu committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    4036ae1 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. clean up should_track() in AssignmentFilter

    Tim Yiu authored and Tim Yiu committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f7b25bb View commit details
    Browse the repository at this point in the history
  2. update assignment.py to use relative imports

    Tim Yiu authored and Tim Yiu committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9e6976b View commit details
    Browse the repository at this point in the history