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

chore: Cleanup useless 'namespace' in idl/dsn.thrift #2018

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
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
1 change: 1 addition & 0 deletions .github/workflows/lint_and_test_admin-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ on:
paths:
- .github/workflows/lint_and_test_admin-cli.yml
- admin-cli/**
- idl/**

# for manually triggering workflow
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint_and_test_collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ on:
- .github/workflows/lint_and_test_collector.yml
- collector/**
- go-client/**
- idl/**

# for manually triggering workflow
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint_and_test_cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ on:
- docker/thirdparties-src/**
- CMakeLists.txt
- cmake_modules/**
- idl/**
- run.sh
- scripts/pack_server.sh
- scripts/pack_tools.sh
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint_and_test_go-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ on:
paths:
- .github/workflows/lint_and_test_go-client.yml
- go-client/**
- idl/**

# for manually triggering workflow
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint_and_test_java-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
- '*dev' # developing branch
paths:
- .github/workflows/lint_and_test_java-client.yml
- idl/**
- java-client/**

workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint_and_test_pegic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ on:
- '*dev'
paths:
- .github/workflows/lint_and_test_pegic.yml
- idl/**
- pegic/**

# for manually triggering workflow
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint_and_test_scala-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
- 'v[0-9]+.*' # release branch
paths:
- .github/workflows/lint_and_test_scala-client.yml
- idl/**
- scala-client/**

workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_nodejs-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
- '*dev' # developing branch
paths:
- .github/workflows/test_nodejs-client.yml
- idl/**
- nodejs-client/**

workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_python-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
- '*dev' # developing branch
paths:
- .github/workflows/test_python-client.yml
- idl/**
- python-client/**

workflow_dispatch:
Expand Down
3 changes: 0 additions & 3 deletions idl/dsn.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
*/

namespace cpp dsn
namespace go base
namespace java org.apache.pegasus.base
namespace py pypegasus.base

// place holder
struct rpc_address
Expand Down
Loading