-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add analytics models and integration tests #118
base: feature-dev/analytics-models
Are you sure you want to change the base?
Add analytics models and integration tests #118
Commits on Feb 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 27f1041 - Browse repository at this point
Copy the full SHA 27f1041View commit details
Commits on Mar 6, 2023
-
Fix conversion tag null config (#82)
* Update generated client to 0.1.7 * Fix null configs for converion_tag * Linting * Feature fix/conversion tag configs (#83) * Linting * Update test
2Configuration menu - View commit details
-
Copy full SHA for 7d99b03 - Browse repository at this point
Copy the full SHA 7d99b03View commit details
Commits on Mar 23, 2023
-
Bug Fix logic for getting all pages in _list() method of BaseModel (#85)
Calling <entity>.get_all() would return a list of entities and a Bookmark model that returns a new entity_list on each Bookmark.get_next() call which performs API calls only when necessary to fetch a new set, and eventually returns all entities for the parent.
Configuration menu - View commit details
-
Copy full SHA for 17cd898 - Browse repository at this point
Copy the full SHA 17cd898View commit details -
Bug Fix: Pass constructor client to
PinterestBaseModel
init (#87)As a result of the `PinterestBaseModel.__init__` getting called without the passed in client from the `Ad` model constructor, the requests failed resulting in an Auth error. This PR should fix the problem.
Configuration menu - View commit details
-
Copy full SHA for e93b9bb - Browse repository at this point
Copy the full SHA e93b9bbView commit details
Commits on Mar 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c8225a2 - Browse repository at this point
Copy the full SHA c8225a2View commit details
Commits on Mar 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b603f91 - Browse repository at this point
Copy the full SHA b603f91View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb0afed - Browse repository at this point
Copy the full SHA fb0afedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5809820 - Browse repository at this point
Copy the full SHA 5809820View commit details
Commits on Mar 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c8ff3c9 - Browse repository at this point
Copy the full SHA c8ff3c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cd5586 - Browse repository at this point
Copy the full SHA 4cd5586View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f1e1f6 - Browse repository at this point
Copy the full SHA 1f1e1f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e675756 - Browse repository at this point
Copy the full SHA e675756View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70c159c - Browse repository at this point
Copy the full SHA 70c159cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44d41a2 - Browse repository at this point
Copy the full SHA 44d41a2View commit details -
Update make file phony targets
As integration_tests was a folder too, a PHONY target needed to be added for the makefile target.
Configuration menu - View commit details
-
Copy full SHA for 71fd145 - Browse repository at this point
Copy the full SHA 71fd145View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f5104b - Browse repository at this point
Copy the full SHA 3f5104bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea209ae - Browse repository at this point
Copy the full SHA ea209aeView commit details -
Fix model and tests: conversion tag, conversion event and pin (#96)
* Update conversion tag * Update conversion event * Update pin model
Configuration menu - View commit details
-
Copy full SHA for 0e26494 - Browse repository at this point
Copy the full SHA 0e26494View commit details -
* fix: test board * fix: test board * fix: change media to base64 * fix: typo random (#101) * fix: typo * Fix: typo
Configuration menu - View commit details
-
Copy full SHA for 14ac406 - Browse repository at this point
Copy the full SHA 14ac406View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9fecd6 - Browse repository at this point
Copy the full SHA f9fecd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a72e82 - Browse repository at this point
Copy the full SHA 4a72e82View commit details
Commits on Apr 4, 2023
-
Fix integration test set up (#104)
* Fix integration test set up * Fix lint error
Configuration menu - View commit details
-
Copy full SHA for e28141d - Browse repository at this point
Copy the full SHA e28141dView commit details -
Fix bug for following bookmark on list_pins in Board model (#103)
* Fix bug for following bookmark on list_pins in Board model * Don't pass params if cls present
Configuration menu - View commit details
-
Copy full SHA for 42b6ef6 - Browse repository at this point
Copy the full SHA 42b6ef6View commit details
Commits on Apr 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5140ce5 - Browse repository at this point
Copy the full SHA 5140ce5View commit details -
* Generate docs 0.2.1 * Update doc versioning
Configuration menu - View commit details
-
Copy full SHA for 87c8581 - Browse repository at this point
Copy the full SHA 87c8581View commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f48ced9 - Browse repository at this point
Copy the full SHA f48ced9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 929027c - Browse repository at this point
Copy the full SHA 929027cView commit details
Commits on Aug 16, 2023
-
Merge branch 'main' of github.com:pinterest/pinterest-python-sdk into…
… feature-dev/analytics-models
Configuration menu - View commit details
-
Copy full SHA for dc7b308 - Browse repository at this point
Copy the full SHA dc7b308View commit details
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6efe21d - Browse repository at this point
Copy the full SHA 6efe21dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffb70b4 - Browse repository at this point
Copy the full SHA ffb70b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2c051b - Browse repository at this point
Copy the full SHA e2c051bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb9bfdb - Browse repository at this point
Copy the full SHA cb9bfdbView commit details -
Update integration tests for conversion events to test failure by ass…
…erting error is raised
Configuration menu - View commit details
-
Copy full SHA for e2061cc - Browse repository at this point
Copy the full SHA e2061ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bef17e - Browse repository at this point
Copy the full SHA 9bef17eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdb4cc6 - Browse repository at this point
Copy the full SHA bdb4cc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57f9b23 - Browse repository at this point
Copy the full SHA 57f9b23View commit details -
Configuration menu - View commit details
-
Copy full SHA for de41ef4 - Browse repository at this point
Copy the full SHA de41ef4View commit details -
Update requirements.txt and setup.py to match last veersion of Pinter…
…est-Generated-Client
Configuration menu - View commit details
-
Copy full SHA for 0895036 - Browse repository at this point
Copy the full SHA 0895036View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa682d4 - Browse repository at this point
Copy the full SHA aa682d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for adccaa0 - Browse repository at this point
Copy the full SHA adccaa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdc37ae - Browse repository at this point
Copy the full SHA cdc37aeView commit details
Commits on Oct 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e64cdf4 - Browse repository at this point
Copy the full SHA e64cdf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8028bc8 - Browse repository at this point
Copy the full SHA 8028bc8View commit details
Commits on Oct 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dea35e8 - Browse repository at this point
Copy the full SHA dea35e8View commit details