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: Switch from Feature to Field #2514

Merged
merged 18 commits into from
Apr 12, 2022

Commits on Apr 8, 2022

  1. Add type annotation

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    93953d5 View commit details
    Browse the repository at this point in the history
  2. Switch from Feature to Field for FeatureViewProjection

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    7057016 View commit details
    Browse the repository at this point in the history
  3. Switch from Feature to Field for BaseFeatureView

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    8de4c6b View commit details
    Browse the repository at this point in the history
  4. Switch from Feature to Field for RequestFeatureView

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    b32bea6 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Enforce kwargs for ODFVs and switch from Feature to Field and from `f…

    …eatures` to `schema`
    
    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    05f2514 View commit details
    Browse the repository at this point in the history
  2. Switch from Feature to Field and from features to schema for Feat…

    …ureView
    
    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    58d02c1 View commit details
    Browse the repository at this point in the history
  3. Fix references to features and Feature

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    ba0f12e View commit details
    Browse the repository at this point in the history
  4. Switch from Feature to Field for ODFV in tests

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    13c874b View commit details
    Browse the repository at this point in the history
  5. Switch from Feature to Field in templates

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    1d1e603 View commit details
    Browse the repository at this point in the history
  6. Switch from Feature to Field in example test repos

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    1dc0942 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Switch from Feature to Field in registration integration tests

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    02cf8af View commit details
    Browse the repository at this point in the history
  2. Switch from Feature to Field in non-registration integration tests

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    d5e391b View commit details
    Browse the repository at this point in the history
  3. Switch from Feature to Field in random tests

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    57ce182 View commit details
    Browse the repository at this point in the history
  4. Switch from Feature to Field in ui

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    7f5526f View commit details
    Browse the repository at this point in the history
  5. Switch from Feature to Field in some universal feature views

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    901a639 View commit details
    Browse the repository at this point in the history
  6. Switch from Feature to Field in docs

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    bb2fe9d View commit details
    Browse the repository at this point in the history
  7. Add assertion that BaseFeatureView is always initialized with a name

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    f93c844 View commit details
    Browse the repository at this point in the history
  8. Fix imports in docs

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    2267064 View commit details
    Browse the repository at this point in the history