Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove cli as it is now in its own repository #1251

Merged
merged 1 commit into from
Jan 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,6 @@ updates:
# client-sdk is replaced with the local up-to-date version.
- dependency-name: github.com/oasisprotocol/oasis-sdk/client-sdk/go

# Manage cli package versions.
- package-ecosystem: gomod
directory: cli
schedule:
interval: daily
commit-message:
prefix: "cli:"
labels:
- c:deps
ignore:
# oasis-core is manually kept up to date.
- dependency-name: github.com/oasisprotocol/oasis-core/go
# client-sdk is replaced with the local up-to-date version.
- dependency-name: github.com/oasisprotocol/oasis-sdk/client-sdk/go

# Manage Rust package versions.
- package-ecosystem: cargo
directory: /
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,25 +129,6 @@ jobs:
version: v1.46
working-directory: client-sdk/ts-web/core/reflect-go

lint-go-cli:
name: lint-go-cli
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.18.x'

- name: Lint Go cli
uses: golangci/golangci-lint-action@v3.3.1
with:
# NOTE: The version must be specified without the patch version.
version: v1.46
working-directory: cli

lint-ts-web:
name: lint-ts-web
runs-on: ubuntu-latest
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,32 +114,6 @@ jobs:
with:
directory: client-sdk/go

test-go-cli:
# NOTE: This name appears in GitHub's Checks API.
name: test-cli
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Go 1.18
uses: actions/setup-go@v3
with:
go-version: "1.18.x"

- name: Test build
working-directory: cli
run: go build

- name: Unit tests with coverage
working-directory: cli
run: go test -race -coverprofile=coverage.txt -covermode=atomic -v ./...

- name: Upload to codecov.io
uses: codecov/codecov-action@v3.1.1
with:
directory: cli

test-go-tools:
# NOTE: This name appears in GitHub's Checks API.
name: test-tools
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ coverage-e2e-*.txt
examples/user-witness-flow/main
tests/e2e/e2e
tests/benchmark/benchmark
cli/cli
cli/oasis
client-sdk/ts-web/core/reflect-go/reflect-go
tools/gen_runtime_vectors/gen_runtime_vectors
tools/orc/orc
71 changes: 0 additions & 71 deletions cli/README.md

This file was deleted.

Loading