Skip to content

Commit

Permalink
Merge branch 'main' into array-access
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored May 11, 2022
2 parents 4f73629 + 01a7dbd commit f600940
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 439 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/developing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,13 @@ jobs:
- uses: actions/checkout@v2
- uses: ./.github/actions/test_stateless_standalone_linux

test_stateless_standalone_macos:
runs-on: macos-11
needs: build_macos
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/test_stateless_standalone_macos
# https://github.com/datafuselabs/databend/issues/5287
#test_stateless_standalone_macos:
# runs-on: macos-11
# needs: build_macos
# steps:
# - uses: actions/checkout@v2
# - uses: ./.github/actions/test_stateless_standalone_macos

test_stateless_cluster_linux:
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions common/management/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

mod cluster;
mod role;
mod setting;
mod stage;
mod udf;
mod user;
Expand All @@ -23,8 +22,6 @@ pub use cluster::ClusterApi;
pub use cluster::ClusterMgr;
pub use role::RoleApi;
pub use role::RoleMgr;
pub use setting::SettingApi;
pub use setting::SettingMgr;
pub use stage::StageApi;
pub use stage::StageMgr;
pub use udf::UdfApi;
Expand Down
19 changes: 0 additions & 19 deletions common/management/src/setting/mod.rs

This file was deleted.

31 changes: 0 additions & 31 deletions common/management/src/setting/setting_api.rs

This file was deleted.

123 changes: 0 additions & 123 deletions common/management/src/setting/setting_mgr.rs

This file was deleted.

1 change: 0 additions & 1 deletion common/management/tests/it/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

mod cluster;
mod setting;
mod stage;
mod udf;
mod user;
109 changes: 0 additions & 109 deletions common/management/tests/it/setting.rs

This file was deleted.

2 changes: 0 additions & 2 deletions common/meta/types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ mod user_identity;
mod user_info;
mod user_privilege;
mod user_quota;
mod user_setting;
mod user_stage;

pub mod error_context;
Expand Down Expand Up @@ -191,5 +190,4 @@ pub use user_info::UserOptionFlag;
pub use user_privilege::UserPrivilegeSet;
pub use user_privilege::UserPrivilegeType;
pub use user_quota::UserQuota;
pub use user_setting::UserSetting;
pub use user_stage::*;
Loading

0 comments on commit f600940

Please sign in to comment.