.github/workflows ci: updated workflow Oct 24, 2024 constants test: updated test cases Oct 25, 2024 fixtures test: updated test cases Nov 4, 2024 page-objects test: updated test cases Nov 4, 2024 tests test: updated test cases Nov 4, 2024 typings test: updated test cases Nov 1, 2024 ...
Docker Compose 1.24+ (可选,但推荐) 要求(直接部署) Go 1.12+ Node 8.12+ Redis 5.x+ MongoDB 3.6+ 快速开始 请打开命令行并执行下列命令。请保证您已经提前安装了docker-compose。 git clone https://github.com/crawlab-team/crawlabcdcrawlab docker-compose up -d 接下来,您可以看看docker-compose.yml(...
grpc "github.com/crawlab-team/crawlab-grpc" "go.mongodb.org/mongo-driver/bson" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "reflect" ) var ( typeNameColNameMap = make(map[string]string) typeInstances = []interface{}{ models.TestModel{}, models.NodeV2{}, models.Us...
github.com/gin-contrib/sse v0.1.0 // indirect github.com/gin-gonic/gin v1.9.1 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect github.com/go-git/go-billy/v5 v5.4.1 // indirect github.com/go-git/go-git/v5 v5.7.0 // indirect github.com/go-...
Backend core modules for Crawlab. Contribute to crawlab-team/crawlab-core development by creating an account on GitHub.
"github.com/crawlab-team/crawlab-core/user" "github.com/gin-gonic/gin" "go.mongodb.org/mongo-driver/bson/primitive" "go.uber.org/dig" "net/http" ) @@ -17,18 +18,8 @@ var UserController *userController var UserActions = []Action{ { Method: http.MethodPost, Path: "/login", Han...
197 changes: 197 additions & 0 deletions 197 .github/workflows/docker-crawlab-tencent.yml Original file line numberDiff line numberDiff line change @@ -0,0 +1,197 @@ name: "Docker Image CI: crawlab (tencent)" on: push: branches: [ develop, main ] #pull_request: # branches: [ main...
git clone https://github.com/crawlab-team/examplescdexamples/docker/basic docker-compose up -d Next, you can look into thedocker-compose.yml(with detailed config params) and theDocumentationfor further information. Run Docker Please usedocker-composeto one-click to start up. By doing so, you...
Name Last commit message Last commit date Latest commit tikazyq ci: fix issue Feb 7, 2024 a7163f8·Feb 7, 2024 History 7 Commits .github/workflows ci: fix issue Feb 7, 2024 scrapy_ai feat: added list spider Feb 7, 2024 tests
Contribute to crawlab-team/e2e-tests development by creating an account on GitHub.