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

Attach params to PPro pixels #3092

Merged
merged 53 commits into from
Jul 24, 2024
Merged

Attach params to PPro pixels #3092

merged 53 commits into from
Jul 24, 2024

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    39696ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ee785f View commit details
    Browse the repository at this point in the history
  3. Get randomized subset

    quanganhdo committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    b909e75 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Attach pixel params

    quanganhdo committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f62a2e2 View commit details
    Browse the repository at this point in the history
  2. Add tests

    quanganhdo committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b0010aa View commit details
    Browse the repository at this point in the history
  3. Add missing files

    quanganhdo committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    93e4a12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2510acc View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Fix a bug

    quanganhdo committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6868ddf View commit details
    Browse the repository at this point in the history
  2. Add tests

    quanganhdo committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4c117a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6616bef View commit details
    Browse the repository at this point in the history
  4. Use last session ended

    quanganhdo committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    171fba4 View commit details
    Browse the repository at this point in the history
  5. Fire pixels with params

    quanganhdo committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3db63e4 View commit details
    Browse the repository at this point in the history
  6. Update BSK

    quanganhdo committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    25cb9e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Update BSK

    quanganhdo committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8b6d01f View commit details
    Browse the repository at this point in the history
  2. Fix Swiftlint

    quanganhdo committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2f5598a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into anh/ppro/pixels

    # Conflicts:
    #	DuckDuckGo.xcodeproj/project.pbxproj
    #	DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
    quanganhdo committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7b5afe9 View commit details
    Browse the repository at this point in the history
  4. Clean up

    quanganhdo committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5f357bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e01da3f View commit details
    Browse the repository at this point in the history
  6. Update BSK

    quanganhdo committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e3e64e1 View commit details
    Browse the repository at this point in the history
  7. Attach to all the pixels

    quanganhdo committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4bf93c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e210c0b View commit details
    Browse the repository at this point in the history
  9. Update tests

    quanganhdo committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7f1f6b9 View commit details
    Browse the repository at this point in the history
  10. Update BSK

    quanganhdo committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8d687e1 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'main' into anh/ppro/pixel-params

    # Conflicts:
    #	DuckDuckGo.xcodeproj/project.pbxproj
    quanganhdo committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6583b39 View commit details
    Browse the repository at this point in the history
  12. Fix Debug feature

    quanganhdo committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    839ae9b View commit details
    Browse the repository at this point in the history
  13. Fix tests

    quanganhdo committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    09e007a View commit details
    Browse the repository at this point in the history
  14. Add wait(for:)

    quanganhdo committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7023cc2 View commit details
    Browse the repository at this point in the history
  15. More wait(for:)

    quanganhdo committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    25b8119 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Refactor

    quanganhdo committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    c4a2f1e View commit details
    Browse the repository at this point in the history
  2. Fix Swiftlint

    quanganhdo committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    1af9b54 View commit details
    Browse the repository at this point in the history
  3. Refactor

    quanganhdo committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    4c10370 View commit details
    Browse the repository at this point in the history
  4. Refactor

    quanganhdo committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    32e4dc2 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Merge branch 'main' into anh/ppro/pixel-params

    # Conflicts:
    #	DuckDuckGo.xcodeproj/project.pbxproj
    #	DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
    #	DuckDuckGo/HomeMessageViewSectionRenderer.swift
    #	DuckDuckGo/HomePageConfiguration.swift
    #	DuckDuckGo/NewTabPageMessagesModel.swift
    quanganhdo committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    31734a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f05bee View commit details
    Browse the repository at this point in the history
  3. Refactor

    quanganhdo committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    7ecd7f7 View commit details
    Browse the repository at this point in the history
  4. Fix Swiftlint

    quanganhdo committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f4fffb3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into anh/ppro/pixel-params

    # Conflicts:
    #	DuckDuckGo.xcodeproj/project.pbxproj
    #	DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
    quanganhdo committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    9409f36 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    d80baa4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into anh/ppro/pixel-params

    # Conflicts:
    #	DuckDuckGo.xcodeproj/project.pbxproj
    #	DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
    quanganhdo committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d30fefb View commit details
    Browse the repository at this point in the history
  3. Update tests

    quanganhdo committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    62acff1 View commit details
    Browse the repository at this point in the history
  4. Update BSK

    quanganhdo committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fdbbbcd View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into anh/ppro/pixel-params

    # Conflicts:
    #	DuckDuckGo/SubscriptionDebugViewController.swift
    quanganhdo committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0cf2722 View commit details
    Browse the repository at this point in the history
  6. Fix Swiftlint

    quanganhdo committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    360ec8c View commit details
    Browse the repository at this point in the history
  7. Update BSK

    quanganhdo committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f56d6d1 View commit details
    Browse the repository at this point in the history
  8. Update threshold

    quanganhdo committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d092d9f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. DI instead of singleton

    quanganhdo committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a7e3f43 View commit details
    Browse the repository at this point in the history
  2. Fewer optionals

    quanganhdo committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8252828 View commit details
    Browse the repository at this point in the history
  3. Update BSK

    quanganhdo committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5236acd View commit details
    Browse the repository at this point in the history
  4. Refactor

    quanganhdo committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c217905 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64ce406 View commit details
    Browse the repository at this point in the history
  6. Fix failing tests

    quanganhdo committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d0172f2 View commit details
    Browse the repository at this point in the history
  7. Fix origin params

    quanganhdo committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ab9e202 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Fix Swiftlint

    quanganhdo committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    37cfab6 View commit details
    Browse the repository at this point in the history