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

e2e tests to check oauth workflow #260

Draft
wants to merge 21 commits into
base: master
Choose a base branch
from
Draft

e2e tests to check oauth workflow #260

wants to merge 21 commits into from

Commits on Dec 13, 2022

  1. run OP as service in CI

    Signed-off-by: Artur Neumann <[email protected]>
    individual-it committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    ec45ead View commit details
    Browse the repository at this point in the history
  2. try without volumes

    Signed-off-by: Artur Neumann <[email protected]>
    individual-it committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    88032c6 View commit details
    Browse the repository at this point in the history
  3. no need to use ssl, we will use localhost only

    Signed-off-by: Artur Neumann <[email protected]>
    individual-it committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    8057fb5 View commit details
    Browse the repository at this point in the history
  4. try to access openproject

    Signed-off-by: Artur Neumann <[email protected]>
    individual-it committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    96b54a9 View commit details
    Browse the repository at this point in the history
  5. try to access OP much later

    Signed-off-by: Artur Neumann <[email protected]>
    individual-it committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    a90fa89 View commit details
    Browse the repository at this point in the history
  6. wait for OP

    Signed-off-by: Artur Neumann <[email protected]>
    individual-it committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    1fca042 View commit details
    Browse the repository at this point in the history
  7. try to access NC

    Signed-off-by: Artur Neumann <[email protected]>
    individual-it committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    e850f8c View commit details
    Browse the repository at this point in the history
  8. skip some tests for now

    Signed-off-by: Artur Neumann <[email protected]>
    individual-it committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    88b2d27 View commit details
    Browse the repository at this point in the history
  9. wait longer for OP to start

    Signed-off-by: Artur Neumann <[email protected]>
    individual-it committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    1d1d877 View commit details
    Browse the repository at this point in the history
  10. use GET to wait, not HEAD

    Signed-off-by: Artur Neumann <[email protected]>
    individual-it committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    375d90b View commit details
    Browse the repository at this point in the history
  11. run NC from docker

    Signed-off-by: Artur Neumann <[email protected]>
    individual-it committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    4b49ee0 View commit details
    Browse the repository at this point in the history
  12. next try

    Signed-off-by: Artur Neumann <[email protected]>
    individual-it committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    aef4852 View commit details
    Browse the repository at this point in the history
  13. try PHP 8.0

    Signed-off-by: Artur Neumann <[email protected]>
    individual-it committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    5c44295 View commit details
    Browse the repository at this point in the history
  14. try https

    Signed-off-by: Artur Neumann <[email protected]>
    individual-it committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    1577f28 View commit details
    Browse the repository at this point in the history
  15. sleep longer for NC

    Signed-off-by: Artur Neumann <[email protected]>
    individual-it committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    8329b09 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. better waiting

    Signed-off-by: Artur Neumann <[email protected]>
    individual-it committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    6f43632 View commit details
    Browse the repository at this point in the history
  2. try all kind of ways to connect to nextcloud

    Signed-off-by: Artur Neumann <[email protected]>
    individual-it committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    d13a5e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. run ci jobs in container

    Signed-off-by: Artur Neumann <[email protected]>
    individual-it committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    f01c9ec View commit details
    Browse the repository at this point in the history
  2. expect openproject be availiable on "openproject" hostname

    Signed-off-by: Artur Neumann <[email protected]>
    individual-it committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    c91ea4b View commit details
    Browse the repository at this point in the history
  3. expect services to be availiable through domain names

    Signed-off-by: Artur Neumann <[email protected]>
    individual-it committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    7b778e5 View commit details
    Browse the repository at this point in the history
  4. add docker.sock to proxy

    Signed-off-by: Artur Neumann <[email protected]>
    individual-it committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    acd86c1 View commit details
    Browse the repository at this point in the history