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

Implementation of sessionBrowserName and a fix for maxSessions (#2709 and #3061 #3062

Merged
merged 13 commits into from
May 25, 2022

Commits on May 23, 2022

  1. New maxSessions and sessionBrowserName logic

    Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
    Wolfe1 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    b2b47e1 View commit details
    Browse the repository at this point in the history
  2. Changelog edits for kedacore#2709 and kedacore#3061

    Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
    Wolfe1 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    41f2871 View commit details
    Browse the repository at this point in the history
  3. Add test for Edge

    Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
    Wolfe1 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    154efab View commit details
    Browse the repository at this point in the history
  4. Formatting fixes

    Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
    Wolfe1 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    e6abeef View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. e2e teat, metadata test for edge, tried to fix broken unit tests.

    Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
    Wolfe1 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    43350b4 View commit details
    Browse the repository at this point in the history
  2. Use of multiple sessions in the unit tests giving trouble

    Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
    Wolfe1 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    2e2aa80 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:Wolfe1/keda into max_sessions_and_edge

    � Conflicts:
    �	CHANGELOG.md
    Wolfe1 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    35b5344 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Revert "Use of multiple sessions in the unit tests giving trouble"

    This reverts commit 2e2aa80.
    
    Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
    Wolfe1 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    5f070c2 View commit details
    Browse the repository at this point in the history
  2. Unit test fixes

    Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
    Wolfe1 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    14e4664 View commit details
    Browse the repository at this point in the history
  3. typo and additional tests for multi-browser situations

    Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
    Wolfe1 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    8f49f71 View commit details
    Browse the repository at this point in the history
  4. static code check fixes

    Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
    Wolfe1 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    fd69d47 View commit details
    Browse the repository at this point in the history
  5. reorder imports alphabetically

    Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
    Wolfe1 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    91e30f0 View commit details
    Browse the repository at this point in the history
  6. remove type declaration that can be inferred

    Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
    Wolfe1 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    3f6a4dc View commit details
    Browse the repository at this point in the history