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(ep-factory): Implemented Event Factory and User Event Factory #194

Merged
merged 33 commits into from
Sep 20, 2019

Commits on Jul 19, 2019

  1. feat: Add event_batch datamodels.

    mjamal@folio3.com authored and mjamal@folio3.com committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    232f0a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. fix: unit test fixes.

    mjamal@folio3.com authored and mjamal@folio3.com committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    2320939 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbb5a68 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. feat: add event_factory and user_event_factory for event processing.

    mjamal@folio3.com authored and mjamal@folio3.com committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    c162465 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

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

Commits on Aug 1, 2019

  1. Configuration menu
    Copy the full SHA
    8a5f531 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35fcd82 View commit details
    Browse the repository at this point in the history
  3. Removed HasAttr

    mnoman09 committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    d7201cb View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

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

Commits on Aug 20, 2019

  1. Configuration menu
    Copy the full SHA
    c3c9d46 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'sohail/pr-189' into sohail/pr-193

    # Conflicts:
    #	optimizely/event/entity/conversion_event.py
    #	optimizely/event/entity/decision.py
    #	optimizely/event/entity/event_context.py
    #	optimizely/event/entity/impression_event.py
    mnoman09 committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    a2eeb85 View commit details
    Browse the repository at this point in the history
  3. update: structural changes.

    mjamal@folio3.com authored and mnoman09 committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    a045291 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. fix: addressed more feedback

    mjamal@folio3.com authored and mnoman09 committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    23ab6ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6474e98 View commit details
    Browse the repository at this point in the history
  3. merged PR 189

    mnoman09 committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    1184568 View commit details
    Browse the repository at this point in the history
  4. fix: use VisitorAttribute class to create visitor attributes list.

    mjamal@folio3.com authored and mnoman09 committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    592a306 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. fix: fix log_event payload.

    mjamal@folio3.com authored and mnoman09 committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    c4a412a View commit details
    Browse the repository at this point in the history
  2. removed commented code

    mnoman09 committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    2a3374c View commit details
    Browse the repository at this point in the history
  3. fix linter error.

    mnoman09 committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    ce44c11 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Configuration menu
    Copy the full SHA
    d4f2c66 View commit details
    Browse the repository at this point in the history
  2. fix: addressed minor feedback.

    mjamal@folio3.com authored and mjamal@folio3.com committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    80b0963 View commit details
    Browse the repository at this point in the history
  3. fix: addressed minor feedback.

    mjamal@folio3.com authored and mjamal@folio3.com committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    071460a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'sohail/pr-189' of github.com:optimizely/python-sdk into…

    … sohail/pr-189
    mjamal@folio3.com authored and mjamal@folio3.com committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    900d96d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'sohail/pr-189' into sohail/pr-193

    mjamal@folio3.com authored and mjamal@folio3.com committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    8cd8547 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

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

Commits on Sep 4, 2019

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

Commits on Sep 5, 2019

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

Commits on Sep 6, 2019

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

Commits on Sep 12, 2019

  1. Merge branch 'master' into sohail/pr-193

    # Conflicts:
    #	optimizely/event/payload.py
    mariamjamal94 committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    c3d5b07 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

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

Commits on Sep 18, 2019

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

Commits on Sep 20, 2019

  1. Configuration menu
    Copy the full SHA
    1d5aeca View commit details
    Browse the repository at this point in the history
  2. nit addressed

    msohailhussain committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    f97d430 View commit details
    Browse the repository at this point in the history