Skip to content

Commit

Permalink
aline remove engine package
Browse files Browse the repository at this point in the history
aline remove engine package
  • Loading branch information
mohaijiang committed Jan 29, 2023
1 parent 1d14c17 commit b088d76
Show file tree
Hide file tree
Showing 96 changed files with 96 additions and 7,596 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ coverage
/.vscode

go.sum
hamster-develop
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<img src="https://img.shields.io/badge/vite-3.1.8-brightgreen"/>
</div>

[https://github.com/hamster-shared/a-line/tree/develop](https://vvbin.cn/next/)
[https://github.com/hamster-shared/hamster-develop/tree/develop](https://vvbin.cn/next/)

This template should help get you started developing with Vue 3 in Vite.

Expand Down Expand Up @@ -55,8 +55,8 @@ yarn build

Thank you for considering your contribution to ALine!

<a href="https://github.com/hamster-shared/a-line/graphs/contributors">
<img src="https://contrib.rocks/image?repo=hamster-shared/a-line" />
<a href="https://github.com/hamster-shared/hamster-develop/graphs/contributors">
<img src="https://contrib.rocks/image?repo=hamster-shared/hamster-develop" />
</a>

---
Expand Down Expand Up @@ -153,7 +153,7 @@ Thank you for considering your contribution to ALine!
- 从远程仓库 clone 代码到本地

```shell
git clone -b develop https://github.com/hamster-shared/a-line.git
git clone -b develop https://github.com/hamster-shared/hamster-develop.git
```

- 编译构建
Expand Down
8 changes: 4 additions & 4 deletions cmd/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ package cmd

import (
"fmt"
"github.com/hamster-shared/a-line/engine"
"github.com/hamster-shared/a-line/pkg/application"
"github.com/hamster-shared/a-line/pkg/controller"
"github.com/hamster-shared/a-line/pkg/service"
engine "github.com/hamster-shared/aline-engine"
"github.com/hamster-shared/hamster-develop/pkg/application"
"github.com/hamster-shared/hamster-develop/pkg/controller"
"github.com/hamster-shared/hamster-develop/pkg/service"
"github.com/spf13/cobra"
"gorm.io/driver/mysql"
"gorm.io/gorm"
Expand Down
2 changes: 1 addition & 1 deletion cmd/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Copyright © 2022 NAME HERE <EMAIL ADDRESS>
package cmd

import (
"github.com/hamster-shared/a-line/pkg/controller"
"github.com/hamster-shared/hamster-develop/pkg/controller"
"github.com/spf13/cobra"
)

Expand Down
12 changes: 6 additions & 6 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ package cmd

import (
"fmt"
"github.com/hamster-shared/a-line/engine"
"github.com/hamster-shared/a-line/engine/logger"
"github.com/hamster-shared/a-line/engine/model"
"github.com/hamster-shared/a-line/engine/pipeline"
"github.com/hamster-shared/a-line/pkg/controller"
service2 "github.com/hamster-shared/a-line/pkg/service"
engine "github.com/hamster-shared/aline-engine"
"github.com/hamster-shared/aline-engine/logger"
"github.com/hamster-shared/aline-engine/model"
"github.com/hamster-shared/aline-engine/pipeline"
"github.com/hamster-shared/hamster-develop/pkg/controller"
service2 "github.com/hamster-shared/hamster-develop/pkg/service"
"io"
"os"
"path"
Expand Down
173 changes: 0 additions & 173 deletions engine/action/action_artifactory.go

This file was deleted.

Loading

0 comments on commit b088d76

Please sign in to comment.