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

AUT Feature #404

Open
wants to merge 94 commits into
base: main
Choose a base branch
from
Open

AUT Feature #404

wants to merge 94 commits into from

Commits on Mar 4, 2024

  1. Integrate AUT feature (#301)

    * merge fork repo code and implement anon session
    
    * resolve test cases failure
    
    * call API for getting criteria
    
    * track anon event and purchase
    
    * track anon update cart and user
    
    * write test cases
    
    * resolve test cases failure for autjorization
    
    * modify anonymous manager class
    
    * modify test cases
    
    * update the lock files
    
    * implement criteria completion checker
    
    * implement user merge and set config
    
    * set config
    
    * Complete AUT feature
    
    * Resolve review comments
    
    * implement test case for merge user
    
    * unit test case for anon user event tracking
    
    * test case for criteria completion checker
    
    * resolve build failure
    
    * resolve build failure
    
    * resolve review comments
    
    * remove circular dependency
    
    * remove lock file
    
    * resolve review comments
    hani-iterable authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    0266240 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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

Commits on May 24, 2024

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

Commits on May 30, 2024

  1. aut changes

    hardikmashru committed May 30, 2024
    Configuration menu
    Copy the full SHA
    e1a9651 View commit details
    Browse the repository at this point in the history
  2. pushed files temporarily

    hardikmashru committed May 30, 2024
    Configuration menu
    Copy the full SHA
    cff5e8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f3861e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. updates

    hardikmashru committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    bc57c34 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Criteria bugs fixed

    hardikmashru committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    1cf0763 View commit details
    Browse the repository at this point in the history
  2. Criteria bugs fixed

    hardikmashru committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c0c9f17 View commit details
    Browse the repository at this point in the history
  3. Criteria bugs fixed

    hardikmashru committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    a9ccb27 View commit details
    Browse the repository at this point in the history
  4. Criteria bugs fixed

    hardikmashru committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    04155d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b20a65 View commit details
    Browse the repository at this point in the history
  6. event test undo

    hardikmashru committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    bf750bc View commit details
    Browse the repository at this point in the history
  7. Update events.ts

    hardikmashru committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2c8c031 View commit details
    Browse the repository at this point in the history
  8. updateuser changes

    hardikmashru committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    44999e3 View commit details
    Browse the repository at this point in the history
  9. updates

    hardikmashru committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    72eb4a3 View commit details
    Browse the repository at this point in the history
  10. more fixes and updates

    hardikmashru committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6ffc682 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Authorization test file fixed

    hardikmashru committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ec08641 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Fixed destination email case

    hardikmashru committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    39e1729 View commit details
    Browse the repository at this point in the history
  2. Sync events in case of anon user not created and developer tries to c…

    …all setUserId/setEmail
    hardikmashru committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    594b1cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d4a6f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    492addb View commit details
    Browse the repository at this point in the history
  2. Fixed JWT case

    hardikmashru committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f123483 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9691279 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b953345 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27b4792 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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

Commits on Jun 14, 2024

  1. Simple min match works

    hardikmashru committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c2dcfcb View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Not check event again when matched criteria

    hardikmashru committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8525a72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bc20a3 View commit details
    Browse the repository at this point in the history
  3. remove criteria id from events if not available in criteria list when…

    … refresh
    hardikmashru committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ea4031c View commit details
    Browse the repository at this point in the history
  4. JWT changes added in example

    hardikmashru committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0abef34 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into AUT_main

    hardikmashru committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    3a905db View commit details
    Browse the repository at this point in the history
  6. Authorization changes pushed

    hardikmashru committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    24f8ac0 View commit details
    Browse the repository at this point in the history
  7. Authorization test fxed

    hardikmashru committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e6cfdd7 View commit details
    Browse the repository at this point in the history
  8. Fixed comments

    hardikmashru committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0f2fcab View commit details
    Browse the repository at this point in the history
  9. Create new AUT example

    hardikmashru committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9a02a89 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'AUT_main' into AUT_main_logicchanges2

    hardikmashru committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e672975 View commit details
    Browse the repository at this point in the history
  11. Update setUserId

    hardikmashru committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0ece6da View commit details
    Browse the repository at this point in the history
  12. webpack updated

    hardikmashru committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0bafce5 View commit details
    Browse the repository at this point in the history
  13. Fixed test files

    hardikmashru committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    3dd3ab7 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'AUT_main' into AUT_main_logicchanges2

    hardikmashru committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    065e5cf View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. remove criteria from utils

    hardikmashru committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9b69989 View commit details
    Browse the repository at this point in the history
  2. Test file is fixed and criteria matched

    hardikmashru committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e511b7e View commit details
    Browse the repository at this point in the history
  3. Remove logs

    hardikmashru committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    38863fd View commit details
    Browse the repository at this point in the history
  4. Revert Users and Commerce changes

    hardikmashru committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f1ab176 View commit details
    Browse the repository at this point in the history
  5. Fixed import circular dependency

    hardikmashru committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    78069c8 View commit details
    Browse the repository at this point in the history
  6. Fixed circular dependancy

    hardikmashru committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3a4a4bc View commit details
    Browse the repository at this point in the history
  7. Update imports

    hardikmashru committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8caeaae View commit details
    Browse the repository at this point in the history
  8. Reverted eventform

    hardikmashru committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0c4597e View commit details
    Browse the repository at this point in the history
  9. Fixed circular dependency

    hardikmashru committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6a75ded View commit details
    Browse the repository at this point in the history
  10. more fixes

    hardikmashru committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    263bd46 View commit details
    Browse the repository at this point in the history
  11. Update webpack.config.js

    hardikmashru committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    909f7b0 View commit details
    Browse the repository at this point in the history
  12. fixed some suggestions

    hardikmashru committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9a8911d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Fixed comment

    hardikmashru committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    db1c7ae View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Fixed single item matches code (#410)

    * Fixed single item matches code
    
    * Fixed comments
    
    * added more unit tests, bug fixes
    
    ---------
    
    Co-authored-by: hardikmashru <hardikmashru@iterable.com>
    hardikmashru and hardikmashru authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0b1480e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Add merge param (#414)

    * Fixed single item matches code
    
    * Fixed comments
    
    * Add merge parameter to the setEmail/setUserId function
    
    * added unit tests for merge and did some improvements
    
    * Fixed comments
    
    ---------
    
    Co-authored-by: hardikmashru <hardikmashru@iterable.com>
    hardikmashru and hardikmashru authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6d50998 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. MOB 8960 (#415)

    * Fixed single item matches code
    
    * Fixed comments
    
    * added more unit tests, bug fixes
    
    * Not combinator implemented
    
    * evaluateEvent added not combinator
    
    * minMatch changes revert
    
    * minMatch implemented
    
    * complex criteria tests, not combinator, evaluateFieldLogic fix
    
    ---------
    
    Co-authored-by: hardikmashru <hardikmashru@iterable.com>
    hardikmashru and hardikmashru authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    41ffd79 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Isset purchase update fix (#416)

    * Fixed single item matches code
    
    * Fixed comments
    
    * added more unit tests, bug fixes
    
    * Not combinator implemented
    
    * evaluateEvent added not combinator
    
    * minMatch changes revert
    
    * minMatch implemented
    
    * complex criteria tests, not combinator, evaluateFieldLogic fix
    
    * Isset fix and unit tests
    
    * update cart and custom event fix, unit tests
    
    * little changes
    
    * doesItemMatchQueries fix
    
    * isset fail & min-max tests,
    
    * Replace for loop with array methods
    
    * added sampleTest1
    
    * Set type annotations for issetCheck
    
    ---------
    
    Co-authored-by: hardikmashru <hardikmashru@iterable.com>
    hardikmashru and hardikmashru authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    06c55d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

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

Commits on Aug 5, 2024

  1. MOB-9055: Resolve nested criteria match issue (#423)

    * MOB-9055: Resolve nested criteria match issue
    
    * converted an array operator as opposed to a for-loop
    darshan-iterable authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c403521 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

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

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    2606561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6102cd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80ceb0e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    c8d6dbf View commit details
    Browse the repository at this point in the history
  2. [MOB-9258] fixed nested IsSet matching (#427)

    * Fixed scenario where a IsSet criteria is on the object and there is also a IsSet criteria on the nested json
    
    * remove unnecessary method call for never happen scenario
    
    * revert back eslint rule
    
    ---------
    
    Co-authored-by: hani <hani.vora@iterable.com>
    darshan-iterable and hani-iterable authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5d60f23 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    55e06f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9061631 View commit details
    Browse the repository at this point in the history
  3. MOB-8824: Added limitation to event storage (#430)

    * MOB-8824: Added limitation to event storage
    
    * fix: build issue
    darshan-iterable authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    7ae6910 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc1d7ec View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. MOB 9328 - Verify AUT works with JWT (#437)

    * implement code for generate JWT token
    
    * revert back the eslint rule
    hani-iterable authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4197cb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. MOB 9149 - Sample app object updates not formatted properly (#438)

    * resolve nested criteria obj error
    
    * modify test case
    hani-iterable authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2eda85d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. MOB-9308: supports nested field types (#439)

    * MOB-9308: supports nested field types
    
    * fix: linting issue
    darshan-iterable authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    904f602 View commit details
    Browse the repository at this point in the history
  2. MOB-9081: Written automated unit tests for different field types and … (

    #436)
    
    * MOB-9081: Written automated unit tests for different field types and comparator types
    
    * made criterias to be re-usable
    darshan-iterable authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0218166 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    93e1b0f View commit details
    Browse the repository at this point in the history
  2. MOB 9328 add JWT in response (#441)

    * added line for pass JWT to response
    
    * revert back code for server side
    
    revert back the code for generate JWT server side as per review comment
    
    * revert eslint rule
    hani-iterable authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    16baf6c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. updated nested field logic (#445)

    * updated nested field logic
    
    * Resolved typo
    
    * resolved conflicts
    darshan-iterable authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4013132 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. MOB-9145: support isOneOf and isNotOneOf comparator (#446)

    * fully supports comparison for data in Array data with all comparator types
    
    * MOB-9145: support isOneOf and isNotOneOf comparator
    
    * fix: trailing spaces issue
    darshan-iterable authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    25fcde1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. [MOB-9522]: Fix JWT UserID Support (#452)

    * [DOCS-4818] EUDC instructions update (#428)
    
    * EUDC instructions update
    
    * Formatting
    
    * Bump braces from 3.0.2 to 3.0.3 (#406)
    
    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump ws from 7.5.9 to 7.5.10 (#409)
    
    Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.5.9...7.5.10)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump axios from 1.6.2 to 1.7.4 (#433)
    
    Bumps [axios](https://github.com/axios/axios) from 1.6.2 to 1.7.4.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.6.2...v1.7.4)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump postcss from 8.3.11 to 8.4.31 (#235)
    
    * Bump postcss from 8.3.11 to 8.4.31
    
    Bumps [postcss](https://github.com/postcss/postcss) from 8.3.11 to 8.4.31.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.3.11...8.4.31)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix spaces
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Mitch Prewitt <44011584+mprew97@users.noreply.github.com>
    
    * Bump braces from 3.0.2 to 3.0.3 in /example (#434)
    
    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump requirejs from 2.3.6 to 2.3.7 (#435)
    
    Bumps [requirejs](https://github.com/jrburke/r.js) from 2.3.6 to 2.3.7.
    - [Commits](requirejs/r.js@2.3.6...2.3.7)
    
    ---
    updated-dependencies:
    - dependency-name: requirejs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump micromatch from 4.0.5 to 4.0.8 in /example (#447)
    
    Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
    - [Release notes](https://github.com/micromatch/micromatch/releases)
    - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
    - [Commits](micromatch/micromatch@4.0.5...4.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: micromatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Mitch Prewitt <44011584+mprew97@users.noreply.github.com>
    
    * update version for release (#448)
    
    * Bump webpack from 5.76.0 to 5.94.0 (#443)
    
    Bumps [webpack](https://github.com/webpack/webpack) from 5.76.0 to 5.94.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.76.0...v5.94.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * EUDC -> EDC (#449)
    
    * fix jwt generator for userid
    
    * some cleanup and fixes
    
    * unused imports
    
    * fix build
    
    * revert, outside of scope
    
    * test not needed
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Brad Umbaugh <brad.umbaugh@iterable.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    3 people authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8f6e6a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. [MOB-9505] rename merge parameter (#450)

    * [MOB-9505] rename merge parameter
    
    * fix ci failure and resolved comment
    
    * fix: ci failure and merged AUT_main changes
    darshan-iterable authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c9a304a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

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

Commits on Sep 23, 2024

  1. [MOB-9402] update user should not be a separate call (#453)

    * [MOB-9402] update user should not be a separate call
    
    * feat: test cases update user should not be a separate call
    darshan-iterable authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    aa2a124 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    5b7ffa0 View commit details
    Browse the repository at this point in the history
  2. MOB-9650 Added support for nested criteria match a.b.c (#457)

    * MOB-9650 Added support for nested criteria match a.b.c
    
    * fix: removed updatecart from nested criteria
    darshan-iterable authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    604ea66 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. [MOB-9652] support for nested JSON array (#459)

    * MOB-9650 Added support for nested criteria match a.b.c
    
    * fix: removed updatecart from nested criteria
    
    * [MOB-9652] support for nested JSON array
    
    * [MOB-9652] customEvent test case for nested JSON array
    
    * [MOB-9168] Automated unit tests against complex criteria (#461)
    
    * [MOB-9168] Automated unit tests against complex criteria
    
    * [MOB-9168] Automated unit tests against complex criteria
    darshan-iterable authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c720d4f View commit details
    Browse the repository at this point in the history
  2. [MOB-9639] Added handler for notifying customer app of a newly create…

    …d anon userid (#460)
    
    * [MOB-9578] implements identity resolution
    
    * [MOB-9639] Added handler for notifying customer app of a newly created anon userid
    
    * moved onAnonUserCreated in identityResolution
    darshan-iterable authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    275b460 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. [MOB-9640] Keep AUT off until concent to track is granted (#462)

    * [MOB-9640] Keep AUT off until concent to track is granted
    
    * rename concent to consent
    
    * fixed eslint issue
    
    * added consent support for with-jwt config
    darshan-iterable authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1d28695 View commit details
    Browse the repository at this point in the history
  2. [MOB-9899]: Add Auth Checks Before API Calls (#463)

    * AUT bug bash settings
    
    * block api calls if typeOfAuth not set
    
    * auth checks and tests
    
    * branch fix reversions
    
    * fix most of tests
    
    ---------
    
    Co-authored-by: jyu115 <justin.yu@iterable.com>
    mprew97 and jyu115 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    66dc2a0 View commit details
    Browse the repository at this point in the history
  3. [MOB-9955]: Allow IdentityResolution Overrides and Move onAnonUserCre…

    …ated in Config (#464)
    
    * shuffle onAnonUserCreated
    
    * allow identity resolution overrides on setEmail/setUserId
    mprew97 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fdf8dd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

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

Commits on Oct 17, 2024

  1. [MOB-9954]: fix userMergeScenario test (#466)

    * fix replay issue with JWT
    
    * fix spec
    mprew97 authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b3f50c4 View commit details
    Browse the repository at this point in the history
  2. [MOB-9954]: Fix Circular Dependency and Clean Up Auth Checks on API C…

    …alls (#467)
    
    * fix replay issue with JWT
    
    * fix spec
    
    * move initialize check over
    
    * add type of auth util
    
    * clean up auth checks and circular deps
    
    * add getter
    
    * fix
    
    * lets see
    
    * add additional endpoints
    mprew97 authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    061b42c View commit details
    Browse the repository at this point in the history