Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit a174a3c Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Sun Jul 28 15:15:56 2024 -0700 Adds a unit test for multiple payloads. Generates types commit fa0131d Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Sun Jul 28 14:58:38 2024 -0700 Updates generateData to be a shared function so it can be exported and unit tested directly. Fixes minor issues and the first unit test is passing commit 8ec6462 Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Sun Jul 28 14:14:55 2024 -0700 Major implementation of data & schema generation algorithm. The schema is hardcoded to always have the same order, irrespective to whether the payloads contain any of the keys in the hardcoded schema, this is to avoid having to generate a schema based on the present keys across all payloads. This is the method the classic ADS version of this destination takes as well. To generate the 2d data array all payloads are iterated thru, and each present value is inserted into the correct index of a row array which has the same length as the pre-defined schemas array. Each of these row arrays is sequentially appended to the data array. Includes 1 unit test, untested commit 051cc65 Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Thu Jul 25 15:35:55 2024 -0700 A broken unit test, which I will fix with the next commit commit 0e98649 Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Thu Jul 25 14:59:13 2024 -0700 Implements delete operation commit f747dfd Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Thu Jul 25 14:50:07 2024 -0700 Style updates and console.log removals commit 48ff851 Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Thu Jul 25 14:46:41 2024 -0700 Fixes URL when syncing audience. Removes console.logs commit 2e1f7ac Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Thu Jul 25 14:37:31 2024 -0700 Updates usage of adAccountId setting to retlAdAccountId. Fixes type error commit 8c6111a Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Thu Jul 18 17:03:00 2024 -0700 WIP on syncing users - request likely failing due to bad permissions commit 2cf86bf Merge: 1bac8c3 bfc9b86 Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Thu Jul 25 12:07:22 2024 -0700 Merge remote-tracking branch 'origin/main' into fbca-retl-hook commit 1bac8c3 Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Thu Jul 25 12:06:03 2024 -0700 Removes stray change to aws destination commit 185d425 Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Thu Jul 25 10:59:42 2024 -0700 Updates hook logic to consider the operation the user selected, if create is selected we will attempt to create even if an existing audience ID exists on the mapping commit a54e845 Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Wed Jul 24 14:05:05 2024 -0700 Generates types commit 8a7a08e Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Tue Jul 23 13:11:32 2024 -0700 Introduces a selector for users to choose whether they want to create a new rule or select an existing one commit d7b8c1e Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Tue Jul 23 10:39:58 2024 -0700 Fixes unit tests commit b9f0391 Merge: 95b4593 b6fc3f2 Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Tue Jul 23 10:27:04 2024 -0700 Merge branch 'main' into fbca-retl-hook commit 95b4593 Author: Joe Ayoub <45374896+joe-ayoub-segment@users.noreply.github.com> Date: Fri Jul 19 16:19:18 2024 +0200 aws s3 bug fixes (#2200) commit 945c7eb Author: Pooya Jaferian <pooya.j@gmail.com> Date: Thu Jul 18 17:02:38 2024 -0700 Adding support for FieldDisplayModes & disabling certain input methods (#2187) * update types * added a note on default displayMode commit 3ea1444 Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Mon Jul 22 17:15:11 2024 -0700 Splits off engage and retl AdAccountId settings, fun fact: these cannot share a slug commit 0a1285a Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Thu Jul 18 15:08:29 2024 -0700 Generates types commit 8f5f5ed Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Thu Jul 18 15:04:14 2024 -0700 WIP on an inexplicably not passing unit test commit fc4f5ed Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Thu Jul 18 14:05:48 2024 -0700 Checks for existence of user selected audience. Saves audience name and ID when returning from hook commit a2a642c Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Thu Jul 18 12:58:03 2024 -0700 WIP - verifying selected audience exists and saving it's ID as output commit a022704 Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Thu Jul 18 12:47:32 2024 -0700 Removes description param from creating an audience per PRD commit 49add30 Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Thu Jul 18 12:44:07 2024 -0700 Pulls down 200 most recent audiences in dynamic field response commit c2f3e32 Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Thu Jul 18 12:35:50 2024 -0700 Removes pagination related code - that work will be saved for later :) commit 6078690 Merge: b831f7b c9ecf66 Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Thu Jul 18 12:31:29 2024 -0700 Merge branch 'main' into fbca-retl-hook commit b831f7b Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Wed Jul 17 15:14:15 2024 -0700 Sets paging return such that the previous page was the current page commit 365690e Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Wed Jul 17 15:09:14 2024 -0700 Can pass dynamicFieldContext & paging into local server request commit 037534c Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Wed Jul 17 14:37:23 2024 -0700 Fixes build commit 1e9d616 Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Tue Jul 16 16:55:05 2024 -0700 WIP on a pagination mechanism for dynamic fields commit 151d26c Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Tue Jul 16 16:14:03 2024 -0700 Adds a dynamic audience field, pulls down all customaudiences as choices commit 27e4903 Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Tue Jul 16 15:29:46 2024 -0700 Adds required customer_file_source field commit 60d2291 Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Tue Jul 16 12:26:51 2024 -0700 WIP - first draft of a FacebookClient class, including an untested createAudience hook for retl commit 5ba6c09 Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Tue Jul 16 12:05:23 2024 -0700 Introduces shared adAccountId top-level setting and audienceSetting commit 0a20b76 Author: Nick Aguilar <nicholas.aguilar@segment.com> Date: Tue Jul 16 12:02:16 2024 -0700 Removes delete action, add action. Introduces single sync action
- Loading branch information