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

Testing with db on Docker container #23

Merged
merged 16 commits into from
Apr 6, 2024
Merged

Testing with db on Docker container #23

merged 16 commits into from
Apr 6, 2024

Commits on Apr 1, 2024

  1. Created End2EndTests project

    Testing using database in a docker container
    ArveH committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ed5f874 View commit details
    Browse the repository at this point in the history
  2. Create table so test pass

    ArveH committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5807f49 View commit details
    Browse the repository at this point in the history
  3. Refactored End2EndTests

    Using test collection, so I only have to start container once (when I eventually create more tests)
    ArveH committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    970581d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Refactored End2End test

    Moved startup of app to CopyProg class
    ArveH committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8b25628 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f56724 View commit details
    Browse the repository at this point in the history
  3. Fixed Postgres Docker external port

    Can't read column info
    ArveH committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c7ae315 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Fixed problem with End2EndTest

    The test was running against the container, but the validation, so the table that was created, was not found by the validation.
    ArveH committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7f75223 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    c2fc887 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e744b96 View commit details
    Browse the repository at this point in the history
  3. List files after building

    Added win-64
    ArveH committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6fc69ae View commit details
    Browse the repository at this point in the history
  4. List files in Test job

    ArveH committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f171950 View commit details
    Browse the repository at this point in the history
  5. Fixed path

    ArveH committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    bb1570a View commit details
    Browse the repository at this point in the history
  6. Refactored ABulkCopy.Cmd

    Moved most code into ABulkCopy.Cmd.Internal, for easier End2End testing, and maybe easier Linux distribution
    ArveH committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ba9d01f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    08c951d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Don't use backslash in paths

    Use Path.Combine
    ArveH committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    39b111c View commit details
    Browse the repository at this point in the history
  2. Added increment tag to PR

    ArveH committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    d64c551 View commit details
    Browse the repository at this point in the history