OAuth implementation#15
Merged
moderakh merged 58 commits intoSep 14, 2022
Merged
OAuth implementation#15
Commits
Commits on Aug 24, 2022
Reformat changelog (#11)
Show description for 5581ad6authored andcommitted
oauth implementation initial work
Show description for 68a1903committedresponde to code review comments
Show description for 20e888bcommittedUpdate src/databricks/sql/auth/authenticators.py
Show description for cff24d9andcommittedUpdate src/databricks/sql/auth/authenticators.py
Show description for d99af2dandcommittedUpdate src/databricks/sql/auth/authenticators.py
Show description for 09986abandcommittedresponded to review comments
Show description for a703f58committedadded unit tests for legacy auth providers (PAT, User/Pass)
Show description for 70975fecommittedadded more tests
Show description for bccf869committedreplaced click with logging
Show description for bedc274committedresponded to code review comments
Show description for 0bde8fecommittedmade use of quotes consitent on oauth.py
Show description for a1ffceccommittedaddressed f string related comments
Show description for 681a64bcommittedremoved client method
Show description for f8bb7e9committedresponded to review comments
Show description for 774c882committedadded requests as an explicit dependency as that's required by oauth
Show description for 4a2ca6fcommittedresponded to review comments
Show description for 61f2ec0committedresponded to review comments
Show description for adce3f3committedcleanup
Show description for dcec176committedcleanup
Show description for 9642692committedadded support for persistence
Show description for 964ddd2committedAdd e2e tests (#12)
Show description for b062674authored andcommittedIndicate that Python 3.10 is not supported (#27)
Show description for 1f30744authored andcommitted
Add Developer Certificate of Origin requirement (#13)
Show description for e851ea4authored andcommitted
Retry attempts that fail due to a connection timeout (#24)
Show description for 63894d7authored andcommitted
Bump to v2.0.3 (#28)
Show description for 36c6f4dauthored andcommitted
Bump version to 2.0.4-dev (#29)
Show description for 78015e5authored andcommitted
[PECO-197] Support Python 3.10 (#31)
Show description for cdef1a5authored andcommittedUpdate changelog and bump to v2.0.4 (#34)
Show description for 39efd0aauthored andcommitted
Bump to 2.0.5-dev on main (#35)
Show description for 643425fauthored andcommitted
On Pypi, display the "Project Links" sidebar. (#36)
Show description for 69b7b8cauthored andcommitted
[ES-402013] Close cursors before closing connection (#38)
Show description for 23cd570authored andcommitted
Bump version to 2.0.5 and improve CHANGELOG (#40)
Show description for 353f413authored andcommitted
minor fixes
Show description for 737fd7ecommittedMerge remote-tracking branch 'databricks/main' into PECO-188
Show description for 2274c3fcommitted
Commits on Aug 25, 2022
fixed token refresh and persistent
Show description for 9e40f18committedupdated comment
Show description for f9cb9f9committedadded type annotation
Show description for b6e1fdecommittedaddressed code review comment (use python3 api)
Show description for 2a69715committedmade http request handler an independent class, removed global arg, responded to a code review comment
Show description for beb1f64committed
Commits on Aug 26, 2022
added pull request ci trigger
Show description for 930cea8committedrestructured the code as class
Show description for 8af7b5fcommittedfixed test_thrift_backend.py tests
Show description for dac3c1ecommitted
Commits on Aug 29, 2022
cleanup
Show description for 0fc1684committedUpdate src/databricks/sql/experimental/oauth_persistence.py
Show description for 4fe5a58andauthored
cleanup
Show description for 8ab4e3fcommittedcleanup
Show description for fb012b0committedcleanup
Show description for 6881226committedcleanup
Show description for 3e537d5committed
Commits on Aug 30, 2022
cleanup
Show description for 00c403dcommittedUpdate src/databricks/sql/auth/thrift_http_client.py
Show description for e64df63andauthored
Commits on Sep 6, 2022
moved access_token out of kwargs
Show description for 16aa44ecommittedadded hostname to the persitence api
Show description for be19297committed
Commits on Sep 14, 2022
responded to review comments
Show description for 367a3eecommittedfix lint
Show description for 8476673committed