Skip to content

Commit 961ef59

Browse files
authored
Version 0.7.0 (#153)
* update. add background run option. * update. * update. temp commit. * update. temp commit. * update. temp commit. 多分動く. * update. temp commit. 多分動く. * update. temp commit. 多分動く. * update. temp commit. 多分動く. これで終わり?? * update. temp commit. 多分動く. これで終わり??? * update. temp commit. 多分動く. これで終わり????? * update info message logic. * update. * update. README * update. * update. * update lib. * update and copyed lib. * update and copyed lib. * update. moved the sub-project. * update. bugfix lsshell. supported control master * update. * update lscp * update lscp. fixed parallel copy * update lscp. some fix * update lscp. some fix * update lscp. bug fix lsshell when use control persistent * update lsftp. * update lsftp command. * update lsftp command. * update lsftp command. * update lsftp command. add copy command. * update lsftp and lsshell. * update lsshell comment * update lsshell. add server dupulicate. * update lsshell. add server dupulicate and complete * update lsshell. add server dupulicate and complete. * update lsshell. bugfix outexec * update lsshell. add process subscriton. * update lsshell. add process subscriton. it's can use vimdiff with server output * update some README.md * update some files. add Demo. * update README * update README * update something. * update demo. * update. delete cache. * update. something. * update. something. * update. something. * update demo * update demo * update demo * update demo * update test code. * update test code. * update test code. * update test code. * update test code.
1 parent cc32f58 commit 961ef59

File tree

484 files changed

+81515
-3746
lines changed

Some content is hidden

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

484 files changed

+81515
-3746
lines changed

.github/workflows/demo-test.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Copyright (c) 2026 Blacknon. All rights reserved.
2+
# Use of this source code is governed by an MIT license
3+
# that can be found in the LICENSE file.
4+
5+
name: Demo Test Job.
6+
7+
on:
8+
push:
9+
pull_request:
10+
11+
jobs:
12+
demo-e2e:
13+
runs-on: ubuntu-latest
14+
15+
steps:
16+
- uses: actions/checkout@v4
17+
18+
- name: Set up Go 1.22
19+
uses: actions/setup-go@v5
20+
with:
21+
go-version: "1.22"
22+
23+
- name: Run demo e2e test
24+
env:
25+
LSSH_RUN_DEMO_E2E: "1"
26+
run: go test -v ./demo -run TestDemoDockerComposeE2E

0 commit comments

Comments
 (0)