MCPcopy Create free account

hub / github.com/ByConity/ByConity / endpoints

Endpoints37 in github.com/ByConity/ByConity

Routedelete
Requirements( RQ_SRS_006_RBAC_Privileges_KillMutation_AlterDelete("1.0") )
tests/testflows/rbac/tests/privileges/kill_mutation.py:None
RoutedictGetHierarchy_check
Examples("privilege on",[ ("ALL", "*.*"), ("dictGet", "dict"), ("dictHas", "dict"), ("dictGetH
tests/testflows/rbac/tests/privileges/dictGet.py:None
RoutedictGetOrDefault_check
Examples("privilege on",[ ("ALL", "*.*"), ("dictGet", "dict"), ("dictHas", "dict"), ("dictGetH
tests/testflows/rbac/tests/privileges/dictGet.py:None
RoutedictGetType_check
Examples("privilege on",[ ("ALL", "*.*"), ("dictGet", "dict"), ("dictHas", "dict"), ("dictGetH
tests/testflows/rbac/tests/privileges/dictGet.py:None
RoutedictGet_check
Examples("privilege on",[ ("ALL", "*.*"), ("dictGet", "dict"), ("dictHas", "dict"), ("dictGetH
tests/testflows/rbac/tests/privileges/dictGet.py:None
RoutedictHas_check
Examples("privilege on",[ ("ALL", "*.*"), ("dictGet", "dict"), ("dictHas", "dict"), ("dictGetH
tests/testflows/rbac/tests/privileges/dictGet.py:None
RoutedictIsIn_check
Examples("privilege on",[ ("ALL", "*.*"), ("dictGet", "dict"), ("dictHas", "dict"), ("dictGetH
tests/testflows/rbac/tests/privileges/dictGet.py:None
Routefeature
Requirements( RQ_SRS_006_RBAC_dictGet_Privilege("1.0"), RQ_SRS_006_RBAC_Privileges_All("1.0"), RQ_
tests/testflows/rbac/tests/privileges/dictGet.py:None
Routefeature
Requirements( RQ_SRS_006_RBAC_Privileges_AlterDelete("1.0"), RQ_SRS_006_RBAC_Privileges_All("1.0"),
tests/testflows/rbac/tests/privileges/alter/alter_delete.py:None
Routegrant_privileges
Examples("privilege on allow_column allow_introspection", [ ("dictGet", ("db0.table0","db0.*","*.*","tb0",
tests/testflows/rbac/tests/syntax/grant_privilege.py:None
Routeinsert_on_implicit_target_table_privilege_granted_directly_or_via_role
Requirements( RQ_SRS_006_RBAC_MaterializedView_Insert_TargetTable("1.0"), )
tests/testflows/rbac/tests/views/materialized_view.py:None
Routeinsert_on_target_table_privilege_granted_directly_or_via_role
Requirements( RQ_SRS_006_RBAC_MaterializedView_Insert_TargetTable("1.0"), )
tests/testflows/rbac/tests/views/materialized_view.py:None
Routelogin_after_user_is_deleted_from_ldap
Requirements( RQ_SRS_007_LDAP_Authentication_Invalid("1.0"), RQ_SRS_007_LDAP_Authentication_Invalid_De
tests/testflows/ldap/authentication/tests/authentications.py:None
Routelogin_after_user_is_deleted_from_ldap
Requirements( RQ_SRS_009_LDAP_ExternalUserDirectory_Authentication_Invalid("1.0"), RQ_SRS_009_LDAP_Ext
tests/testflows/ldap/external_user_directory/tests/authentications.py:None
Routerevoke_privileges
Examples("privilege on allow_column allow_introspection", [ ("dictGet", ("db0.table0","db0.*","*.*","tb0",
tests/testflows/rbac/tests/syntax/revoke_privilege.py:None
Routeselect_from_explicit_target_table_privilege_granted_directly_or_via_role
Requirements( RQ_SRS_006_RBAC_MaterializedView_Select_TargetTable("1.0") )
tests/testflows/rbac/tests/views/materialized_view.py:None
Routeselect_from_implicit_target_table_privilege_granted_directly_or_via_role
Requirements( RQ_SRS_006_RBAC_MaterializedView_Select_TargetTable("1.0") )
tests/testflows/rbac/tests/views/materialized_view.py:None
Routeselect_map_with_duplicated_keys
Examples("map output", [ ("map('hello','there','hello','over there')", "{'hello':'there','hello':'over the
tests/testflows/map_type/tests/feature.py:None
Routeselect_map_with_key_integer
Examples("map output", [ ("(map(127,1,0,1,-128,1))", '{127:1,0:1,-128:1}', Name("Int8")), ("(map(0,1,2
tests/testflows/map_type/tests/feature.py:None
Routeselect_map_with_key_string
Examples("map output", [ ("map('',1)", "{'':1}", Name("empty string")), ("map('hello',1)", "{'hello':1
tests/testflows/map_type/tests/feature.py:None
Routeselect_map_with_value_array
Examples("map output", [ ("map('key',[])", "{'key':[]}", Name("empty Array")), ("map('key',[1,2,3])",
tests/testflows/map_type/tests/feature.py:None
Routeselect_map_with_value_integer
Examples("map output", [ ("(map(1,127,2,0,3,-128))", '{1:127,2:0,3:-128}', Name("Int8")), ("(map(1,0,2
tests/testflows/map_type/tests/feature.py:None
Routeselect_map_with_value_string
Examples("map output", [ ("map('key','')", "{'key':''}", Name("empty string")), ("map('key','hello')",
tests/testflows/map_type/tests/feature.py:None
Routetable_map_select_key_with_key_integer
Examples("type data output select", [ ("Map(Int8, Int8)", "('2020-01-01', map(127,1,0,1,-128,1))", '{"m":1
tests/testflows/map_type/tests/feature.py:None
Routetable_map_select_key_with_key_string
Examples("type data output select", [ ("Map(String, Int8)", "('2020-01-01', map('',1))", '{"m":1}', "m['']
tests/testflows/map_type/tests/feature.py:None
Routetable_map_select_key_with_value_string
Examples("type data output", [ ("Map(String, String)", "('2020-01-01', map('key',''))", '{"m":""}', Name("
tests/testflows/map_type/tests/feature.py:None
Routetable_map_with_duplicated_keys
Examples("type data output", [ ("Map(String, String)", "('2020-01-01', map('hello','there','hello'
tests/testflows/map_type/tests/feature.py:None
Routetable_map_with_key_integer
Examples("type data output", [ ("Map(Int8, Int8)", "('2020-01-01', map(127,1,0,1,-128,1))", '{"d":"2020-01
tests/testflows/map_type/tests/feature.py:None
Routetable_map_with_key_string
Examples("type data output", [ ("Map(String, Int8)", "('2020-01-01', map('',1))", '{"d":"2020-01-01","m":{
tests/testflows/map_type/tests/feature.py:None
Routetable_map_with_value_array
Examples("type data output", [ ("Map(String, Array(Int8))", "('2020-01-01', map('key',[]))", '{"d":"2020-0
tests/testflows/map_type/tests/feature.py:None
Routetable_map_with_value_integer
Examples("type data output", [ ("Map(Int8, Int8)", "('2020-01-01', map(1,127,2,0,3,-128))", '{"d":"2020-01
tests/testflows/map_type/tests/feature.py:None
Routetable_map_with_value_string
Examples("type data output", [ ("Map(String, String)", "('2020-01-01', map('key',''))", '{"d":"2020-01-01"
tests/testflows/map_type/tests/feature.py:None
Routetable_with_map_inside_another_type
Examples("type data output partition_by", [ ("Array(Map(String, Int8))", "('2020-01-01', [map('hel
tests/testflows/map_type/tests/feature.py:None
Routetest_auto_release_type
patch("docker_server.get_tagged_versions")
tests/ci/docker_test.py:None
Routetest_build_and_push_one_image
patch("builtins.open")
tests/ci/docker_test.py:None
Routetest_process_image_with_parents
patch("docker_images_check.build_and_push_one_image")
tests/ci/docker_test.py:None
Routeuser_deleted
Requirements( RQ_SRS_016_Kerberos_InvalidUser_UserDeleted("1.0") )
tests/testflows/kerberos/tests/generic.py:None