Skip to content

Commit

Permalink
chore: Cleanup useless 'namespace' in idl/dsn.thrift
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed May 23, 2024
1 parent d00b251 commit d9a6767
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 5 deletions.
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
5 changes: 0 additions & 5 deletions idl/dsn.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
* THE SOFTWARE.
*/

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

// place holder
struct rpc_address
{
Expand Down

0 comments on commit d9a6767

Please sign in to comment.