You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/08/26 06:37:38 UTC

[GitHub] [apisix-dashboard] nic-chen opened a new pull request #411: feat: support generate `script` for APISIX

nic-chen opened a new pull request #411:
URL: https://github.com/apache/apisix-dashboard/pull/411


   Please answer these questions before submitting a pull request
   
   - Why submit this pull request?
   - [ ] Bug fix
   - [x] New feature provided
   - [ ] Improve performance
   
   ___
   ### New feature or improvement
   
   feat: support generate `script` for APISIX


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] juzhiyuan commented on a change in pull request #411: feat: support generate `script` for APISIX

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on a change in pull request #411:
URL: https://github.com/apache/apisix-dashboard/pull/411#discussion_r477142904



##########
File path: .github/workflows/api_cicd.yml
##########
@@ -37,19 +30,39 @@ jobs:
     steps:
     - uses: actions/checkout@v2
     
+    - name: run apisix
+      run: |
+        network=$(docker network ls | grep github_network | awk '{print $2}')
+        docker run --name apisix  -d -p 9080:9080 \
+        -v ${{ github.workspace }}/.github/apisix-config.yaml:/usr/local/apisix/conf/config.yaml \
+        --network "$network" --network-alias apisix \
+        apache/apisix:dev
+        sleep 5
+        docker logs apisix
+
     - name: setting up database
       run: |
         mysql -h 127.0.0.1 --port 3306 -u root -p123456  < ./api/script/db/schema.sql
 
-    - name: setup go
-      uses: actions/setup-go@v1
-      with:
-        go-version: '1.13'
+    - name: ping apisix
+      run: |
+        curl 127.0.0.1:9080
+
+    - name: get lua lib
+      run: |
+        wget https://github.com/api7/dag-to-lua/archive/v1.0.tar.gz

Review comment:
       MIT or Apache 2.0?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] juzhiyuan merged pull request #411: feat: support generate `script` for APISIX

Posted by GitBox <gi...@apache.org>.
juzhiyuan merged pull request #411:
URL: https://github.com/apache/apisix-dashboard/pull/411


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org