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

Fix/clone and push #1

Merged
merged 3 commits into from
Jan 8, 2021
Merged

Fix/clone and push #1

merged 3 commits into from
Jan 8, 2021

Commits on Jan 8, 2021

  1. [FIX] Clone and Push

      * Change Dockerfile and entrypoint to use https://www.npmjs.com/package/git-http-server
      instead of nginx, also fixing the node and alpine version.
    
      * Fix README.md with the correct file path to add repositories in
        /var/lib/initial
    
      * test.sh refactoring and new test for git push
    catks committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    5555a7f View commit details
    Browse the repository at this point in the history
  2. [TECH] Adds Github Actions CI

      * Adds build and test to the new ci
      * Remove travis
      * Adds tini to better handle exiting
    catks committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    0a889d3 View commit details
    Browse the repository at this point in the history
  3. [TECH] Tests in docker-compose

      * Move the tests to run in the a docker container
      * Adds wait-for-it.sh to wait gitserver before tests
      * Replaces cirocosta/gitserver-http to catks/gitserver-http
      * Change README.md
    catks committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    81737d3 View commit details
    Browse the repository at this point in the history