Results 82 issues of flaneur

**Background** Currently we already have got the RBAC framework on privileges. but still lacks the ownership model and some related stuffs: - each data object can be owned by an...

C-feature

**Summary** - add a PUBLIC role as the initial roles, currently includes account_admin - PUBLIC role is granted to ALL other roles implicitly - PUBLIC role is granted to ALL...

C-feature

**Summary** currently we take all the user's roles on checking privileges. it'd be better to make each session can have only ONE role activated at one time.

C-feature

```suggestion UserOptionItem::TenantSetting(true) => write!(f, "TENANT_SETTING"), ``` How about changing into this? I found `TENANTSETTING` quite hard to read. _Originally posted by @Xuanwo in https://github.com/datafuselabs/databend/pull/6847#discussion_r932078312_

**Summary** - Discretionary Access Control (DAC): Each object has an owner, who can in turn grant access to that object.

C-feature

as #17 describes, by default `bootstrap-will_paginate` will generate a duplicated `.pagination` which enlarges the margins in bootstrap3. this pr removes the outer `.pagination` wrapper. but I'm not sure about if...

this PR enable the downloading progress for curl and wget, so we can get clear about the progress while downloading the ruby source like this: ``` Downloading ruby-2.1.0.tar.gz... /tmp/ruby-build.20140327132203.5768 ~...

enhancement

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/ ## Summary This PR logs the slow requests to meta-client, may help diagnose some latency issues.

pr-chore

**Summary** on errors of the http api, it returns an error format like: ``` { "error": { "code": xx "message": xxx } } ``` but the output of query id...

good first issue
stale