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: deploy with Docker #657

Merged
merged 18 commits into from
Nov 3, 2020
Merged

feat: deploy with Docker #657

merged 18 commits into from
Nov 3, 2020

Commits on Nov 1, 2020

  1. feat: added Docker

    juzhiyuan committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    835807c View commit details
    Browse the repository at this point in the history
  2. feat: added License header

    juzhiyuan committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    7c77cf0 View commit details
    Browse the repository at this point in the history
  3. feat: added line in docs

    juzhiyuan committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    92ac8cd View commit details
    Browse the repository at this point in the history
  4. Update test-docker.yml

    juzhiyuan authored Nov 1, 2020
    Configuration menu
    Copy the full SHA
    87884b0 View commit details
    Browse the repository at this point in the history
  5. feat(doc): update docs

    juzhiyuan committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    936118b View commit details
    Browse the repository at this point in the history
  6. feat: added extra line

    juzhiyuan committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    c1cfdf7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    331a7e4 View commit details
    Browse the repository at this point in the history
  2. feat: update Dockerfile

    juzhiyuan committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    8b344db View commit details
    Browse the repository at this point in the history
  3. chore: update docs

    juzhiyuan committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    105a5f6 View commit details
    Browse the repository at this point in the history
  4. fix: copy correct files

    juzhiyuan committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    ea75bf7 View commit details
    Browse the repository at this point in the history
  5. feat: improve Dockerfile

    juzhiyuan committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    c68a4c4 View commit details
    Browse the repository at this point in the history
  6. Revert "feat: improve Dockerfile"

    This reverts commit c68a4c4.
    juzhiyuan committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    1f99463 View commit details
    Browse the repository at this point in the history
  7. fix run fail

    johzchen committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    1099024 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. feat: update docs

    juzhiyuan committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    d028a4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8782e3f View commit details
    Browse the repository at this point in the history
  3. Squashed commit of the following:

    commit 94450bf
    Author: litesun <7sunmiao@gmail.com>
    Date:   Tue Nov 3 10:19:04 2020 +0800
    
        fix: promethus incorrect value when update route (#666)
    
    commit de8bdbf
    Author: nic-chen <33000667+nic-chen@users.noreply.github.com>
    Date:   Tue Nov 3 07:50:29 2020 +0800
    
        CI: collect golang unit test code coverage (#654)
    
    commit 722c0fd
    Author: litesun <7sunmiao@gmail.com>
    Date:   Tue Nov 3 00:03:06 2020 +0800
    
        feat: added e2e test for Login page (#619)
    
        * feat: added Front-end e2e test YAML file
    
        * feat: added login e2e test
    
        * feat: update Login.e2e.js
    
        * Update Login.e2e.js
    
        * feat: added e2e readme
    
        * feat: added licence
    
        * feat: added  start-server-and-test package
    
        * feat: update login test case
    
        * Update frontend-e2e-test.yml
    
        * feat: added logout test case
    
        * Update frontend-e2e-test.yml
    
        * feat: added login failed with empty input
    
        * feat: update CI
    
        * feat: update text
    
        * feat: added public.js
    
        * feat: change logout timeout
    
        * feat: Added e2e test documentation link to development.md
    
        * Update develop.md
    
        * Update develop.zh-CN.md
    
        * Update README.md
    
        Co-authored-by: 琚致远 <juzhiyuan@apache.org>
    
    commit 915ce83
    Author: nic-chen <33000667+nic-chen@users.noreply.github.com>
    Date:   Mon Nov 2 21:13:34 2020 +0800
    
        test: add e2e test for field hosts in `route` api (#612)
    
        * feat: ETCD cluster and APISIX cluster for CI
    
        * feat: add test cases
    
        * feat: add upstream service in docker compose
    
        * fix: comment
    
        * test: add test cases
    
        * fix: code format
    
        * test: add ci
    
        * fix ci
    
        * fix ci
    
        * fix ci
    
        * fix: remove consumer test
    
        * test: sleep for sync
    
        * test: e2e as an independent subproject
    
        * fix CI error
    
        * test: run docker
    
        * fix: remove json schema generate script in docker build
    
        * fix: check host and hosts config together
    
        * fix ci
    
        * test: add test cases for `host` in route
    
        * remove useless code
    
        * fix: using relative path to read conf (#617)
    
        * fix: using  relative path
    
        * fix path
    
        * fix path
    
        * fix conf path
    
        * fix ci error
    
        * fix etcd ip
    
        * fix: code format
    
        * run backend e2e test ci on v2 branch
    
        * fix: code format
    
        * fix: code format
    
        * fix: CI error
    
        * test: remove deploy CI again
    
        * remove useless codes
    
        * fix: go fmt
    
        * test: don't use `go fmt`
    
        * fix: code format
    
        * fix: var name
    
        * fix lint
    
        * fix CI error
    
        * debug
    
        * fix: docker container name
    
        * fix CI error
    
        * fix CI error
    
        * test: add more test cases
    
        * fix CI error
    
        * chore: remove useless code
    
        * fix: go fmt
    
        * fix: refactor test code
    
        * fix: check body
    
        * fix small issue
    
        * fix: update docker compose
    
        * fix CI
    
        * test
    
        * test
    
        * test: build image first
    
        * test: revert subnet ip in docker compose
    
        * fix by review
    
        * fix: docker compose
    
        * test: add test cases
    
        * fix: remove useless code
    
        * fix: code format
    
        * test: code format
    
    commit 94d0245
    Author: 琚致远 <juzhiyuan@apache.org>
    Date:   Mon Nov 2 13:17:42 2020 +0800
    
        chore: improve issue template and vscode (#660)
    juzhiyuan committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    93d38ee View commit details
    Browse the repository at this point in the history
  4. Revert "Squashed commit of the following:"

    This reverts commit 93d38ee.
    juzhiyuan committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    1624aef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cc74ce View commit details
    Browse the repository at this point in the history