Skip to content

Commit 4f7f5a0

Browse files
authored
chore: migrate operator into a new repository (#605)
* chore: migrate operator into a new repository see also https://github.com/LinuxSuRen/atest-operator * remove go.work --------- Co-authored-by: rick <[email protected]>
1 parent c827476 commit 4f7f5a0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+3
-3179
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ jobs:
7474
with:
7575
version: '~> v2'
7676
args: release --clean --snapshot
77-
# - name: Operator
78-
# run: cd operator && make build
7977

8078
E2E:
8179
runs-on: ubuntu-22.04

.github/workflows/release.yaml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -211,34 +211,3 @@ jobs:
211211
Rename-Item -Path package.json.new -NewName package.json
212212
npm i
213213
npm run publish
214-
215-
# image-operator:
216-
# runs-on: ubuntu-20.04
217-
# steps:
218-
# - name: Checkout
219-
# uses: actions/checkout@v4
220-
# - name: Setup Docker buildx
221-
# uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
222-
# - name: Log into registry ${{ env.REGISTRY }}
223-
# if: github.event_name != 'pull_request'
224-
# uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
225-
# with:
226-
# registry: ${{ env.REGISTRY }}
227-
# username: ${{ github.actor }}
228-
# password: ${{ secrets.GH_PUBLISH_SECRETS }}
229-
# - name: Extract Docker metadata
230-
# id: meta
231-
# uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
232-
# with:
233-
# images: ${{ env.REGISTRY }}/linuxsuren/api-testing-operator
234-
# - name: Build and push Docker image
235-
# id: build-and-push
236-
# uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
237-
# with:
238-
# context: operator
239-
# push: ${{ github.event_name != 'pull_request' }}
240-
# tags: ${{ steps.meta.outputs.tags }}
241-
# labels: ${{ steps.meta.outputs.labels }}
242-
# platforms: linux/amd64,linux/arm64
243-
# cache-from: type=gha
244-
# cache-to: type=gha,mode=max

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ console/atest-ui/node_modules
1010
cmd/data/index.html
1111
cmd/data/index.js
1212
cmd/data/index.css
13-
operator/bundle
1413
helm/*.tgz
1514
helm/api-testing/*.tgz
1615
oryxBuildBinary

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@ RUN mkdir -p console/atest-ui
1414

1515
COPY cmd/ cmd/
1616
COPY pkg/ pkg/
17-
COPY operator/ operator/
1817
COPY .github/ .github/
1918
COPY sample/ sample/
2019
COPY docs/ docs/
2120
COPY go.mod go.mod
2221
COPY go.sum go.sum
23-
COPY go.work go.work
24-
COPY go.work.sum go.work.sum
2522
COPY main.go main.go
2623
COPY console/atest-ui/ui.go console/atest-ui/ui.go
2724
COPY console/atest-ui/package.json console/atest-ui/package.json

README-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* [Github 扩展支持](https://github.com/marketplace/actions/api-testing-with-kubernetes)
2525
* 支持多种存储方式 (Local, ORM Database, S3, Git, Etcd, etc.)
2626
* [HTTP API record](https://github.com/LinuxSuRen/atest-ext-collector)
27-
* 支持多种安装方式(CLI, Container, Native-Service, Operator, Helm, etc.)
27+
* 支持多种安装方式(CLI, Container, Native-Service, [Operator](https://github.com/LinuxSuRen/atest-operator), Helm, etc.)
2828
* 整合 Prometheus, SkyWalking 监控
2929

3030
## 快速开始

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This is an awesome API testing tool. 🚀
2323
* [VS Code extension](https://github.com/LinuxSuRen/vscode-api-testing) support
2424
* Multiple storage backends supported(Local, ORM Database, S3, Git, Etcd, etc.)
2525
* [HTTP API record](https://github.com/LinuxSuRen/atest-ext-collector)
26-
* Install in multiple use cases(CLI, Container, Native-Service, Operator, Helm, etc.)
26+
* Install in multiple use cases(CLI, Container, Native-Service, [Operator](https://github.com/LinuxSuRen/atest-operator), Helm, etc.)
2727
* Monitoring integration with Prometheus, SkyWalking
2828

2929
## Get started

go.work

Lines changed: 0 additions & 6 deletions
This file was deleted.

operator/.dockerignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

operator/.gitignore

Lines changed: 0 additions & 26 deletions
This file was deleted.

operator/Dockerfile

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)