8.33 ms (46.23%)
|
1 |
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.hostname AS hostname_2, r0_.operating_system AS operating_system_3, r0_.architecture AS architecture_4, r0_.runner_version AS runner_version_5, r0_.git_version AS git_version_6, r0_.max_parallel_jobs AS max_parallel_jobs_7, r0_.available_slots AS available_slots_8, r0_.active_jobs AS active_jobs_9, r0_.status AS status_10, r0_.disabled AS disabled_11, r0_.authentication_token_id AS authentication_token_id_12, r0_.authentication_token_hash AS authentication_token_hash_13, r0_.authentication_token_prefix AS authentication_token_prefix_14, r0_.last_heartbeat_at AS last_heartbeat_at_15, r0_.last_authenticated_at AS last_authenticated_at_16, r0_.created_at AS created_at_17, r0_.updated_at AS updated_at_18, r1_.id AS id_19, r1_.name AS name_20, r1_.available AS available_21, r1_.version AS version_22, r1_.authenticated AS authenticated_23, r0_.project_id AS project_id_24, r1_.runner_id AS runner_id_25 FROM runners r0_ LEFT JOIN runner_capabilities r1_ ON r0_.id = r1_.runner_id WHERE r0_.project_id = ? ORDER BY r0_.name ASC
Parameters: [
"01a0bf6e-7534-7811-95ba-5a03539ef3c8"
]
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.hostname AS hostname_2, r0_.operating_system AS operating_system_3, r0_.architecture AS architecture_4, r0_.runner_version AS runner_version_5, r0_.git_version AS git_version_6, r0_.max_parallel_jobs AS max_parallel_jobs_7, r0_.available_slots AS available_slots_8, r0_.active_jobs AS active_jobs_9, r0_.status AS status_10, r0_.disabled AS disabled_11, r0_.authentication_token_id AS authentication_token_id_12, r0_.authentication_token_hash AS authentication_token_hash_13, r0_.authentication_token_prefix AS authentication_token_prefix_14, r0_.last_heartbeat_at AS last_heartbeat_at_15, r0_.last_authenticated_at AS last_authenticated_at_16, r0_.created_at AS created_at_17, r0_.updated_at AS updated_at_18, r1_.id AS id_19, r1_.name AS name_20, r1_.available AS available_21, r1_.version AS version_22, r1_.authenticated AS authenticated_23, r0_.project_id AS project_id_24, r1_.runner_id AS runner_id_25 FROM runners r0_ LEFT JOIN runner_capabilities r1_ ON r0_.id = r1_.runner_id WHERE r0_.project_id = '01a0bf6e-7534-7811-95ba-5a03539ef3c8' ORDER BY r0_.name ASC;
|
3.84 ms (21.31%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.feature_key_prefix AS feature_key_prefix_5, t0.last_feature_number AS last_feature_number_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.instructions_general AS instructions_general_9, t0.instructions_architecture AS instructions_architecture_10, t0.instructions_coding_standards AS instructions_coding_standards_11, t0.instructions_testing_rules AS instructions_testing_rules_12, t0.instructions_git_rules AS instructions_git_rules_13, t0.instructions_security_rules AS instructions_security_rules_14, t0.instructions_documentation AS instructions_documentation_15, t0.settings_require_human_merge_approval AS settings_require_human_merge_approval_16, t0.settings_prevent_self_review AS settings_prevent_self_review_17 FROM projects t0 WHERE t0.id = ?
Parameters: [
"01a0bf6e-7534-7811-95ba-5a03539ef3c8"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.feature_key_prefix AS feature_key_prefix_5, t0.last_feature_number AS last_feature_number_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.instructions_general AS instructions_general_9, t0.instructions_architecture AS instructions_architecture_10, t0.instructions_coding_standards AS instructions_coding_standards_11, t0.instructions_testing_rules AS instructions_testing_rules_12, t0.instructions_git_rules AS instructions_git_rules_13, t0.instructions_security_rules AS instructions_security_rules_14, t0.instructions_documentation AS instructions_documentation_15, t0.settings_require_human_merge_approval AS settings_require_human_merge_approval_16, t0.settings_prevent_self_review AS settings_prevent_self_review_17 FROM projects t0 WHERE t0.id = '01a0bf6e-7534-7811-95ba-5a03539ef3c8';
|
3.73 ms (20.68%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.display_name AS display_name_3, t0.password AS password_4, t0.roles AS roles_5, t0.active AS active_6, t0.last_login_at AS last_login_at_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM users t0 WHERE t0.id = ?
Parameters: [
"01a0bf09-6ed6-700d-8571-9d4f693ac070"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.display_name AS display_name_3, t0.password AS password_4, t0.roles AS roles_5, t0.active AS active_6, t0.last_login_at AS last_login_at_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM users t0 WHERE t0.id = '01a0bf09-6ed6-700d-8571-9d4f693ac070';
|