GitHub / launchdarkly/python-server-sdk / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 6e51addd | merge Merge pull request #66 from launchdarkly/dr/heartbeats |
Dan Richelson <d****n@u****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 3e34e3ce | Address PR comment | Dan Richelson <d****n@l****m> | over 9 years ago | |
| 48aa1f19 | Address PR comments | Dan Richelson <d****n@l****m> | over 9 years ago | |
| c8d6243f | Use config's connect timeout for stream | Dan Richelson <d****n@l****m> | over 9 years ago | |
| 1b1a007e | Reconnect when no data is received for 5 minutes. | Dan Richelson <d****n@l****m> | over 9 years ago | |
| cf12723c | Update README.md |
Justin Baker <j****n@l****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 0ca8dbfe | Update changelog + versions for 4.0.0 | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| 2125c5ab | merge Merge pull request #64 from launchdarkly/dr/changeSdkKey |
Dan Richelson <d****n@u****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 62ecd42f | Lower future version for compatibility | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| 8d7c5327 | update dependency versions | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| 2c44e5fd | Bring in sse client and fix it for python3 | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| 917315bb | Update sse client to fix large initial payload. | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| b415f1e9 | Revert circle.yml change | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| 4d2e97f5 | [temp] change circle file to build python3 first. | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| 68cdba33 | increase test timeout | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| 2ef65ba8 | Set sdk key when client has not been initialized. | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| 259eaf09 | Address PR comments. Fix tests. Make client constructor compatible with previ... | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| dcb85dfe | Address PR comments. Fix tests. Make client constructor compatible with previ... | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| b4f8036e | [wip] Allow changing of config. | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| f224804b | [wip] things work, but not ideally. | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| b855c284 | Move config class to its own file | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| 68d41c8e | remove property decorator | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| 620b3946 | fix test import | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| 95bcba8f | Api-breaking changes. Allow SDK key to be changed. | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| 9cdce328 | Update version to 3.0.3 | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| 44573bed | merge Merge pull request #62 from launchdarkly/dr/initImprovements |
Dan Richelson <d****n@u****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 7bd10a28 | Add exponential backoff + jitter to streaming reconnects. | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| 4f8999d6 | Initial changes to initialization | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| 4ed7a03a | 3.0.2 release | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| 998d798a | merge Merge pull request #60 from launchdarkly/dr/eventErrors |
Dan Richelson <d****n@u****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 491e1b97 | Remove exception value | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| 15830c21 | Add more defensive checks when sending events | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| e4a149ca | Update version to 3.0.1 | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| 09b18048 | merge Merge pull request #59 from launchdarkly/dr/jsonPickle |
Dan Richelson <d****n@u****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| b9fc62a7 | merge Merge pull request #58 from launchdarkly/dr/indirect |
Dan Richelson <d****n@u****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 763ee423 | Fix indirect streaming messages | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| b8fa3773 | More defensive json serialization for events | Dan Richelson <d****n@l****m> | almost 10 years ago | |
| c824b358 | Update README.md |
Justin Baker <j****n@l****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| a44055d6 | merge Merge pull request #55 from launchdarkly/dr/twistedv2 |
Dan Richelson <d****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| 9ce49fea | Update version. Update Readme | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 8c18433f | Testing blurb | John Kodumal <j****n@l****m> | about 10 years ago | |
| e6e98a6b | Address PR comments | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 03278c6e | Merge master | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 4b5a72bf | merge Merge branch 'master' into dr/twistedv2 | Dan Richelson <d****n@l****m> | about 10 years ago | |
| a01754c5 | Remove twisted test | Dan Richelson <d****n@l****m> | about 10 years ago | |
| c5dca8b6 | fix test | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 3bad5e84 | fix test | Dan Richelson <d****n@l****m> | about 10 years ago | |
| e13c40de | Implement Twisted for LDD mode only | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 783c8d21 | release 2.0.0 | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 79ebdcfe | merge Merge pull request #54 from launchdarkly/dr/changelog |
Dan Richelson <d****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| 1986b44c | Update CHANGELOG.md |
John Kodumal <j****n@l****m>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| 9ed1e4bc | update changelog | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 2cebbe63 | Add changelog | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 5e3e4833 | merge Merge pull request #53 from launchdarkly/dr/removeTwisted |
Dan Richelson <d****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| 5278e51c | Remove twisted. | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 2134d2cf | [wip] twisted stuff not really working tho | Dan Richelson <d****n@l****m> | about 10 years ago | |
| de7d3b0e | [wip] twisted redis feature store | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 2eb3d7ca | merge Merge pull request #52 from launchdarkly/dr/blankUserKey |
Dan Richelson <d****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| 65a0beb1 | Allow blank user key when evaluating flags. Fix redis all() | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 95170554 | merge Merge pull request #51 from launchdarkly/dr/v2Polish |
Dan Richelson <d****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| a2a70325 | Add checks to all_flags function | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 99bb6054 | api_key->sdk_key. Remove 'api_Key ' prefix from request auth header | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 6ab8ed2c | Never. stop. reconnecting. | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 989878dc | Change string encoding | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 1f7ea6f1 | remove debug log statement | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 1093b0d8 | attempt to fix python 3 test failure | Dan Richelson <d****n@l****m> | about 10 years ago | |
| b6ecb82c | Add all_flags, secure_mode_hash + more. Fix prereq event sending. | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 4a197faa | [wip] v2 polish | Dan Richelson <d****n@l****m> | about 10 years ago | |
| b087a81b | bump version | Dan Richelson <d****n@l****m> | about 10 years ago | |
| e2806226 | merge Merge pull request #50 from launchdarkly/dr/fixV2 |
Dan Richelson <d****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| 32d09a3c | Fix bug in evaluation logic. Bump version. | Dan Richelson <d****n@l****m> | about 10 years ago | |
| a064a962 | merge Merge pull request #49 from launchdarkly/dr/fixGet |
Dan Richelson <d****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| 082ad1ad | Fix get(.., []) | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 6f06ea65 | merge Merge pull request #48 from launchdarkly/dr/v2 |
Dan Richelson <d****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| 63d70fe7 | clean up a few items. | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 106b1ee1 | Change log statement. | Dan Richelson <d****n@l****m> | about 10 years ago | |
| e54ccd42 | Remove tests covered by integration-harness | Dan Richelson <d****n@l****m> | about 10 years ago | |
| f923caa4 | change/remove log statements | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 79b56890 | [wip] v2 start: everything works | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 183a2fe1 | [wip] v2 start: all but events work | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 3fa06323 | [wip] v2 start: all but some prereqs work | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 279d07b3 | [wip] v2 start: all but prereq work | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 933aacd6 | [wip] v2 start: all but date, rollout, and prereq work | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 605fb13c | Address PR comments. Fix weird formatting in test file. | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 467ad4e9 | always set a feature store | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 9c23fc40 | Change redis feature store to take url | Dan Richelson <d****n@l****m> | about 10 years ago | |
| f2cb7a33 | Update readme | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 1350833c | Start polling processor for real this time | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 0596d504 | Make python 3 happy. | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 739ccb18 | Make python 3 happy. | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 62ceb439 | cahnge log statement. | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 4e32f002 | add future | Dan Richelson <d****n@l****m> | about 10 years ago | |
| ab4929ce | Add start_wait. | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 4c819c53 | Bump version. Rename some things. | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 71107305 | Attempt to make event consumer behavior more consistent. temporarily disable ... | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 23547c1f | Revert some things that didn't work. | Dan Richelson <d****n@l****m> | about 10 years ago | |
| d85ccbac | maybe | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 50b1e738 | more logging | Dan Richelson <d****n@l****m> | about 10 years ago | |
| 778ec2ec | move feature store init | Dan Richelson <d****n@l****m> | about 10 years ago | |
| a429301a | add log statements | Dan Richelson <d****n@l****m> | about 10 years ago |