Skip to content
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

Support concurrent refresh of refresh tokens #39631

Merged
merged 24 commits into from Mar 4, 2019

Commits on Feb 4, 2019

  1. Copy the full SHA
    70e620f View commit details
    Browse the repository at this point in the history
  2. Concludes work for supporting concurrent refreshes of access tokens i…

    …n a backwards compatible way
    jkakavas committed Feb 4, 2019
    Copy the full SHA
    318af42 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    541fc34 View commit details
    Browse the repository at this point in the history
  4. remove debug logging

    jkakavas committed Feb 4, 2019
    Copy the full SHA
    55b7428 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. fix merge woes

    jkakavas committed Feb 5, 2019
    Copy the full SHA
    27324ab View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f51a8f8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    44e0036 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7b70ca5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2b54388 View commit details
    Browse the repository at this point in the history
  6. Revert "Handle deprecation header-AbstractUpgradeTestCase"

    This reverts commit 2b54388.
    jkakavas committed Feb 5, 2019
    Copy the full SHA
    6a66302 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. address feedback

    jkakavas committed Feb 11, 2019
    Copy the full SHA
    7337574 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e655b0d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Copy the full SHA
    0fa0f3c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Copy the full SHA
    4d1e1dc View commit details
    Browse the repository at this point in the history
  2. Address feedback

    - Correct the sequence no and primary term
    - Set the refreshing window to 60 seconds (30 before and 30 after
    refresh) in order to leniently take into consideration long GCs
    or clock skew
    jkakavas committed Feb 26, 2019
    Copy the full SHA
    d0971d1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    03475ac View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Fix TokenServiceTests

    Since we need to still be testing the code dealing with decrypting
    token ids, this change introduces a way to generate encrypted
    ids to be used as access tokens in TokenServiceTests.
    This also fixes an old bug in testPassphraseWorks which was
    supposed to test for a wrong passphrase used, but actually succeeded
    only because the alternative TokenServive was initialized with empty
    settings, thus being disabled.
    jkakavas committed Feb 27, 2019
    Copy the full SHA
    8f804c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. address ffedback

    jkakavas committed Feb 28, 2019
    Copy the full SHA
    309c8d1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e13fd13 View commit details
    Browse the repository at this point in the history
  3. address feedback

    jkakavas committed Feb 28, 2019
    Copy the full SHA
    35eb8ef View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. address feedback

    jkakavas committed Mar 1, 2019
    Copy the full SHA
    cbc626d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Copy the full SHA
    5b153e4 View commit details
    Browse the repository at this point in the history
  2. Revert "handle serializing/deserializing attemptCounter in the necess…

    …ary versions only"
    
    This reverts commit 5b153e4.
    jkakavas committed Mar 4, 2019
    Copy the full SHA
    24a07c5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7098ed4 View commit details
    Browse the repository at this point in the history