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

feat: authentication capabilities #369

Merged
merged 37 commits into from
Nov 14, 2022
Merged

feat: authentication capabilities #369

merged 37 commits into from
Nov 14, 2022

Commits on Nov 2, 2022

  1. feat: btp authenticator

    - introduce authenticator .conf file
    - introduce authenticator test scripts
    - add first dummy btp authenticator login script
    - add dotenv to load .env variables
    - authenticate when wdi5_authenticate is in capabilities
    Siolto committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    9af5c76 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. feat: btp and basicauth authenticator

    - move authenticator tests to the ts-app
    - add BasicAuth support and tests
    - enhance BTP login
    Siolto committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    916225b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    c5c3602 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    0814756 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    a9aaa6c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    1a27746 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    426430d View commit details
    Browse the repository at this point in the history
  3. feat(auth): multi remote support

    - enhance super Authenticator for multiRemote support
    - introduce getter methods for username and password
    - update already existing authenticators for multi remote
    
    Co-authored-by: Volker Buzek <[email protected]>
    Co-authored-by: Constantin Lebrecht <[email protected]>
    3 people committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    875922b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a550d58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    537c92b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5fd58be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e40cbcb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1d75dba View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump

    vobu committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    912aeea View commit details
    Browse the repository at this point in the history
  10. chore(wdio): pin to ^7

    to hold back on wdio8
    vobu committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    9765f56 View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'upstream/fix/pipelineNpmSetScript' into…

    … feat/authenticator
    vobu committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    8b43c5b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    067cf1e View commit details
    Browse the repository at this point in the history
  13. refactor: test spec location

    vobu committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    d245fd3 View commit details
    Browse the repository at this point in the history
  14. ci: prep headless auth test runs

    vobu committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    b708fdb View commit details
    Browse the repository at this point in the history
  15. ci: add auth tests

    vobu committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    eebbd78 View commit details
    Browse the repository at this point in the history
  16. fix(deps): add missing

    vobu committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    fcf06b3 View commit details
    Browse the repository at this point in the history
  17. fix(deps): add missing

    vobu committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    1e3d5d0 View commit details
    Browse the repository at this point in the history
  18. ci: rename + script call change

    vobu committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    1563bb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. ci: refactor concurrent jobs

    vobu committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    d510eae View commit details
    Browse the repository at this point in the history
  2. ci: better naming

    vobu committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    57f8f69 View commit details
    Browse the repository at this point in the history
  3. revert: npm 9 -> 8

    vobu committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    559330b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83aa890 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b4b9c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d16627 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e763f7 View commit details
    Browse the repository at this point in the history
  8. ci: re-add credentials

    vobu committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    f555abe View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. chore(auth): export types

    vobu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2bbefd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f7cb39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bf98c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc96220 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecd65c5 View commit details
    Browse the repository at this point in the history
  6. ci: prep 1.0 release

    vobu committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    fab35e3 View commit details
    Browse the repository at this point in the history