-
Notifications
You must be signed in to change notification settings - Fork 63
Comparing changes
Open a pull request
base repository: GearPlug/pipedrive-python
base: master
head repository: shanness/pipedrive-python
compare: master
- 14 commits
- 6 files changed
- 2 contributors
Commits on Nov 10, 2018
-
Fixed status code handling bug with duplicating deals
Craig O'Shannessy committedNov 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 12f0f5b - Browse repository at this point
Copy the full SHA 12f0f5bView commit details -
Allow empty constructor to load settings from pipedrive_settings.json
Craig O'Shannessy committedNov 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 754f42a - Browse repository at this point
Copy the full SHA 754f42aView commit details
Commits on Nov 11, 2018
-
Uses classes instead of dicts, handles custom fields transparently
Expose all fields (inc custom) as attributes (both get and set) Custom fields :- load all custom fields using API on first API hit caches custom fields in local per entity json files (remove to update) converts the custom field keys to the field value When modifiying custom fields with set values, validates the new value Links related objects automatically (person.org.deals) Creates stubs for them until the they get fully loaded then refreshes them Handles modifying objects using attributes (including custom fields) Keeps a list of modified fields Added client.save_changes(entity) Added automatic pagination client.get_persons(limit=5000) will make up to 10 hits of 500 returning all and refreshing any stubs Retains access to raw json data (with .data) Allows empty Client constructor if pipedrive_settings.json exists Added examples folderCraig O'Shannessy committedNov 11, 2018 Configuration menu - View commit details
-
Copy full SHA for 8853031 - Browse repository at this point
Copy the full SHA 8853031View commit details
Commits on Jun 11, 2020
-
Quite a few bug fixes and enhancements
Craig O'Shannessy committedJun 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 7432274 - Browse repository at this point
Copy the full SHA 7432274View commit details -
Craig O'Shannessy committed
Jun 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 8ab63dd - Browse repository at this point
Copy the full SHA 8ab63ddView commit details
Commits on Sep 12, 2021
-
Ooops, ooclient hadnt been added and seems a bit broken - Adding to t…
…rack fix attempts
Craig O'Shannessy committedSep 12, 2021 Configuration menu - View commit details
-
Copy full SHA for f093178 - Browse repository at this point
Copy the full SHA f093178View commit details
Commits on Sep 13, 2021
-
Fixed API change issue with Person owners
Craig O'Shannessy committedSep 13, 2021 Configuration menu - View commit details
-
Copy full SHA for c1591f2 - Browse repository at this point
Copy the full SHA c1591f2View commit details -
Moved all my OO changes out of client.py to keep it backwards compati…
…ble with the original branch - Now you need to import ooclient and set client with client = OOClient()
Craig O'Shannessy committedSep 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 33012c5 - Browse repository at this point
Copy the full SHA 33012c5View commit details -
Updated README to match the new OOClient updates
Craig O'Shannessy committedSep 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 667fd4b - Browse repository at this point
Copy the full SHA 667fd4bView commit details -
Fixed persons.py example to use the new OOClient update
Craig O'Shannessy committedSep 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 69aeb65 - Browse repository at this point
Copy the full SHA 69aeb65View commit details -
Fixed example to use the new OOClient update
Craig O'Shannessy committedSep 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 92c62ce - Browse repository at this point
Copy the full SHA 92c62ceView commit details -
Craig O'Shannessy committed
Sep 13, 2021 Configuration menu - View commit details
-
Copy full SHA for e999cd6 - Browse repository at this point
Copy the full SHA e999cd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1e24aa - Browse repository at this point
Copy the full SHA c1e24aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12e7e6f - Browse repository at this point
Copy the full SHA 12e7e6fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master