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

Kd/ci playwright go test #20123

Merged
merged 58 commits into from
Sep 2, 2022

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    ccd6923 View commit details
    Browse the repository at this point in the history
  2. Simplify Makefile

    kdumontnu committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    601a656 View commit details
    Browse the repository at this point in the history
  3. Simplify Makefile

    kdumontnu committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    e307d34 View commit details
    Browse the repository at this point in the history
  4. Use correct config files

    kdumontnu committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    935aef0 View commit details
    Browse the repository at this point in the history
  5. Update playwright settings

    kdumontnu committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    c54cb84 View commit details
    Browse the repository at this point in the history
  6. Fix package-lock file

    kdumontnu committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    5deabe5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6589fc7 View commit details
    Browse the repository at this point in the history
  8. fix frontend lint

    kdumontnu committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    1055426 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e88806 View commit details
    Browse the repository at this point in the history
  10. Init postgres database

    kdumontnu committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    606f1ab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3017e55 View commit details
    Browse the repository at this point in the history
  12. Update playwright

    kdumontnu committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    d557713 View commit details
    Browse the repository at this point in the history
  13. update drone

    kdumontnu committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    d19c959 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ba57344 View commit details
    Browse the repository at this point in the history
  15. Cleanup

    kdumontnu committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    5ebadc5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a099a57 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    13e63f8 View commit details
    Browse the repository at this point in the history
  18. Run e2e tests with go test

    kdumontnu committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    923f6de View commit details
    Browse the repository at this point in the history
  19. Fix linting

    kdumontnu committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    b7d5dbe View commit details
    Browse the repository at this point in the history
  20. install CI deps

    kdumontnu committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    0c4d0f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. resolve conflicts

    kdumontnu committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    07ff4c5 View commit details
    Browse the repository at this point in the history
  2. Add files to ESlint

    kdumontnu committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    3ca4887 View commit details
    Browse the repository at this point in the history
  3. Fix drone typo

    kdumontnu committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    f6e637b View commit details
    Browse the repository at this point in the history
  4. Don't log to console in CI

    kdumontnu committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    d395cc4 View commit details
    Browse the repository at this point in the history
  5. Use go test http server

    kdumontnu committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    1e71627 View commit details
    Browse the repository at this point in the history
  6. Add build step before tests

    kdumontnu committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    1ef5eca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b51d2bd View commit details
    Browse the repository at this point in the history
  8. fix drone

    kdumontnu committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    4a35208 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Clean up tests

    kdumontnu committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    c3a2063 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6a8aa0 View commit details
    Browse the repository at this point in the history
  3. Fix linting

    kdumontnu committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    27feb22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7933e44 View commit details
    Browse the repository at this point in the history
  5. Cleanup test generation

    kdumontnu committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    2861aa4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    adbd8a0 View commit details
    Browse the repository at this point in the history
  7. Fix linting

    kdumontnu committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    fab88ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    32e3961 View commit details
    Browse the repository at this point in the history
  9. Add ACCEPT_VISUAL variable

    kdumontnu committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    cab441f View commit details
    Browse the repository at this point in the history
  10. don't require git-lfs

    kdumontnu committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    2c98943 View commit details
    Browse the repository at this point in the history
  11. Add initial documentation

    kdumontnu committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    56c877a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    6c9224c View commit details
    Browse the repository at this point in the history
  2. Review feedback

    kdumontnu committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    49289b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

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

Commits on Jul 5, 2022

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

Commits on Jul 6, 2022

  1. Add logged in session test

    kdumontnu committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    db18686 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c9f161 View commit details
    Browse the repository at this point in the history
  3. Attempt fixing drone race

    kdumontnu committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    7feb192 View commit details
    Browse the repository at this point in the history
  4. Cleanup and bump version

    kdumontnu committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    bbe663a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

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

Commits on Jul 8, 2022

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

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    14af841 View commit details
    Browse the repository at this point in the history
  2. Bump deps

    kdumontnu committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    72a3dc5 View commit details
    Browse the repository at this point in the history
  3. Review feedback

    kdumontnu committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    a18ed34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    026dbaa View commit details
    Browse the repository at this point in the history
  5. simplify installation

    kdumontnu committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    b44459c View commit details
    Browse the repository at this point in the history
  6. Fix ci

    kdumontnu committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    224d45a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    3ebb9a2 View commit details
    Browse the repository at this point in the history
  2. Update install docs

    kdumontnu committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    d06d1c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2dc4c7 View commit details
    Browse the repository at this point in the history