1
0
mirror of synced 2025-12-25 02:09:19 -05:00

#14152 source Gitlab: certify to beta (#20511)

This commit is contained in:
Denys Davydov
2022-12-15 16:31:28 +02:00
committed by GitHub
parent 6bf244846a
commit 9a62139cfb
6 changed files with 410 additions and 103 deletions

View File

@@ -1,37 +1,43 @@
connector_image: airbyte/source-gitlab:dev
tests:
test_strictness_level: "high"
acceptance_tests:
spec:
- spec_path: "source_gitlab/spec.json"
tests:
- spec_path: "source_gitlab/spec.json"
connection:
- config_path: "secrets/config.json"
status: "succeed"
- config_path: "integration_tests/invalid_config.json"
status: "failed"
tests:
- config_path: "secrets/config.json"
status: "succeed"
- config_path: "integration_tests/invalid_config.json"
status: "failed"
discovery:
- config_path: "secrets/config.json"
tests:
- config_path: "secrets/config.json"
basic_read:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
empty_streams: ["group_issue_boards"]
expect_records:
path: "integration_tests/expected_records.txt"
- config_path: "secrets/config_with_ids.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
empty_streams: ["group_issue_boards", "epic_issues"]
expect_records:
path: "integration_tests/expected_records_with_ids.txt"
# We cannot use these tests for testing Incremental, since for Gitlab the State is saved for each Project separately,
# and the Acceptance Tests at this stage do not support this functionality.
# Therefore, we hardcode the cursor_paths for our config.
tests:
- config_path: "secrets/config.json"
expect_records:
path: "integration_tests/expected_records.txt"
- config_path: "secrets/config_with_ids.json"
empty_streams:
- name: "epics"
bypass_reason: "Group in this config does not have epics. This stream is tested in the above TC."
- name: "epic_issues"
bypass_reason: "Group in this config does not have epics issues. This stream is tested in the above TC."
expect_records:
path: "integration_tests/expected_records_with_ids.txt"
incremental:
- config_path: "secrets/config_with_ids.json"
configured_catalog_path: "integration_tests/incremental_catalog.json"
future_state_path: "integration_tests/abnormal_state.json"
cursor_paths:
commits: ["25157276", "created_at"]
issues: ["25157276", "updated_at"]
merge_requests: ["25157276", "updated_at"]
pipelines: ["25157276", "updated_at"]
tests:
- config_path: "secrets/config_with_ids.json"
configured_catalog_path: "integration_tests/incremental_catalog.json"
future_state:
future_state_path: "integration_tests/abnormal_state.json"
cursor_paths:
commits: ["25157276", "created_at"]
issues: ["25157276", "updated_at"]
merge_requests: ["25157276", "updated_at"]
pipelines: ["25157276", "updated_at"]
full_refresh:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"

View File

@@ -232,6 +232,17 @@
"destination_sync_mode": "overwrite",
"primary_key": [["id"]]
},
{
"stream": {
"name": "epics",
"json_schema": {},
"supported_sync_modes": ["full_refresh"],
"source_defined_primary_key": [["iid"]]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite",
"primary_key": [["iid"]]
},
{
"stream": {
"name": "epic_issues",

File diff suppressed because one or more lines are too long

View File

@@ -1,9 +1,112 @@
{"stream": "groups", "data": {"id": 11329647, "web_url": "https://gitlab.com/groups/new-group-airbute", "name": "New Group Airbute", "path": "new-group-airbute", "description": "", "visibility": "public", "share_with_group_lock": false, "require_two_factor_authentication": false, "two_factor_grace_period": 48, "project_creation_level": "developer", "auto_devops_enabled": null, "subgroup_creation_level": "maintainer", "emails_disabled": null, "mentions_disabled": null, "lfs_enabled": true, "default_branch_protection": 2, "avatar_url": null, "request_access_enabled": true, "full_name": "New Group Airbute", "full_path": "new-group-airbute", "created_at": "2021-03-15T15:55:53.613Z", "parent_id": null, "ldap_cn": null, "ldap_access": null, "shared_with_groups": [], "runners_token": "GR1348941-PhosPap-Sf1UxL1g6m4", "prevent_sharing_groups_outside_hierarchy": false, "shared_projects": [], "shared_runners_minutes_limit": null, "extra_shared_runners_minutes_limit": null, "prevent_forking_outside_group": null, "membership_lock": false, "projects": [{"id": 25157276, "path_with_namespace": "new-group-airbute/new-ci-test-project"}]}, "emitted_at": 1670873655927}
{"stream": "groups", "data": {"id": 61014882, "web_url": "https://gitlab.com/groups/new-group-airbute/test-subgroup-airbyte/test-private-sg", "name": "Test Private SG", "path": "test-private-sg", "description": "", "visibility": "private", "share_with_group_lock": false, "require_two_factor_authentication": false, "two_factor_grace_period": 48, "project_creation_level": "developer", "auto_devops_enabled": null, "subgroup_creation_level": "maintainer", "emails_disabled": null, "mentions_disabled": null, "lfs_enabled": true, "default_branch_protection": 2, "avatar_url": null, "request_access_enabled": true, "full_name": "New Group Airbute / Test Subgroup Airbyte / Test Private SG", "full_path": "new-group-airbute/test-subgroup-airbyte/test-private-sg", "created_at": "2022-12-02T08:46:22.648Z", "parent_id": 61014863, "ldap_cn": null, "ldap_access": null, "shared_with_groups": [], "runners_token": "GR1348941bjUaJQy2zzar-JmNBjfq", "shared_projects": [], "shared_runners_minutes_limit": null, "extra_shared_runners_minutes_limit": null, "prevent_forking_outside_group": null, "membership_lock": false, "projects": []}, "emitted_at": 1670873656251}
{"stream": "groups", "data": {"id": 61015181, "web_url": "https://gitlab.com/groups/new-group-airbute/test-public-sg/test-sg-public-2/test-private-subsubg-1", "name": "Test Private SubSubG 1", "path": "test-private-subsubg-1", "description": "", "visibility": "private", "share_with_group_lock": false, "require_two_factor_authentication": false, "two_factor_grace_period": 48, "project_creation_level": "developer", "auto_devops_enabled": null, "subgroup_creation_level": "maintainer", "emails_disabled": null, "mentions_disabled": null, "lfs_enabled": true, "default_branch_protection": 2, "avatar_url": null, "request_access_enabled": true, "full_name": "New Group Airbute / Test Public SG / Test SG Public 2 / Test Private SubSubG 1", "full_path": "new-group-airbute/test-public-sg/test-sg-public-2/test-private-subsubg-1", "created_at": "2022-12-02T08:54:42.252Z", "parent_id": 61014943, "ldap_cn": null, "ldap_access": null, "shared_with_groups": [], "runners_token": "GR1348941x8xQf6K-UvnnyJ-bcut4", "shared_projects": [], "shared_runners_minutes_limit": null, "extra_shared_runners_minutes_limit": null, "prevent_forking_outside_group": null, "membership_lock": false, "projects": [{"id": 41551658, "path_with_namespace": "new-group-airbute/test-public-sg/test-sg-public-2/test-private-subsubg-1/test_project_in_nested_subgroup"}]}, "emitted_at": 1670873656646}
{"stream": "groups", "data": {"id": 61015232, "web_url": "https://gitlab.com/groups/new-group-airbute/test-subgroup-airbyte/test-private-sg/test-private-subsubg-2", "name": "Test Private SubSubG 2", "path": "test-private-subsubg-2", "description": "", "visibility": "private", "share_with_group_lock": false, "require_two_factor_authentication": false, "two_factor_grace_period": 48, "project_creation_level": "developer", "auto_devops_enabled": null, "subgroup_creation_level": "maintainer", "emails_disabled": null, "mentions_disabled": null, "lfs_enabled": true, "default_branch_protection": 2, "avatar_url": null, "request_access_enabled": true, "full_name": "New Group Airbute / Test Subgroup Airbyte / Test Private SG / Test Private SubSubG 2", "full_path": "new-group-airbute/test-subgroup-airbyte/test-private-sg/test-private-subsubg-2", "created_at": "2022-12-02T08:56:21.783Z", "parent_id": 61014882, "ldap_cn": null, "ldap_access": null, "shared_with_groups": [], "runners_token": "GR1348941bnTmxzY-5zek69yJ7s4r", "shared_projects": [], "shared_runners_minutes_limit": null, "extra_shared_runners_minutes_limit": null, "prevent_forking_outside_group": null, "membership_lock": false, "projects": []}, "emitted_at": 1670873657003}
{"stream": "groups", "data": {"id": 61015239, "web_url": "https://gitlab.com/groups/new-group-airbute/test-subgroup-airbyte/test-private-sg/test-private-subsubg-2/test-private-subsubg-3", "name": "Test Private SubSubG 3", "path": "test-private-subsubg-3", "description": "", "visibility": "private", "share_with_group_lock": false, "require_two_factor_authentication": false, "two_factor_grace_period": 48, "project_creation_level": "developer", "auto_devops_enabled": null, "subgroup_creation_level": "maintainer", "emails_disabled": null, "mentions_disabled": null, "lfs_enabled": true, "default_branch_protection": 2, "avatar_url": null, "request_access_enabled": true, "full_name": "New Group Airbute / Test Subgroup Airbyte / Test Private SG / Test Private SubSubG 2 / Test Private SubSubG 3", "full_path": "new-group-airbute/test-subgroup-airbyte/test-private-sg/test-private-subsubg-2/test-private-subsubg-3", "created_at": "2022-12-02T08:56:34.202Z", "parent_id": 61015232, "ldap_cn": null, "ldap_access": null, "shared_with_groups": [], "runners_token": "GR1348941fxQ648-7Mt4f2K11VUwm", "shared_projects": [], "shared_runners_minutes_limit": null, "extra_shared_runners_minutes_limit": null, "prevent_forking_outside_group": null, "membership_lock": false, "projects": []}, "emitted_at": 1670873657286}
{"stream": "groups", "data": {"id": 61014902, "web_url": "https://gitlab.com/groups/new-group-airbute/test-public-sg", "name": "Test Public SG", "path": "test-public-sg", "description": "", "visibility": "public", "share_with_group_lock": false, "require_two_factor_authentication": false, "two_factor_grace_period": 48, "project_creation_level": "developer", "auto_devops_enabled": null, "subgroup_creation_level": "maintainer", "emails_disabled": null, "mentions_disabled": null, "lfs_enabled": true, "default_branch_protection": 2, "avatar_url": null, "request_access_enabled": true, "full_name": "New Group Airbute / Test Public SG", "full_path": "new-group-airbute/test-public-sg", "created_at": "2022-12-02T08:47:02.412Z", "parent_id": 11329647, "ldap_cn": null, "ldap_access": null, "shared_with_groups": [], "runners_token": "GR1348941iDo59yBXTTUMQUQztr_x", "shared_projects": [], "shared_runners_minutes_limit": null, "extra_shared_runners_minutes_limit": null, "prevent_forking_outside_group": null, "membership_lock": false, "projects": [{"id": 41541906, "path_with_namespace": "new-group-airbute/test-public-sg/test-public-project-1"}]}, "emitted_at": 1670873657672}
{"stream": "groups", "data": {"id": 61015202, "web_url": "https://gitlab.com/groups/new-group-airbute/test-public-sg/test-sg-public-2/test-public-subsubg-1", "name": "Test Public SubSubG 1", "path": "test-public-subsubg-1", "description": "", "visibility": "public", "share_with_group_lock": false, "require_two_factor_authentication": false, "two_factor_grace_period": 48, "project_creation_level": "developer", "auto_devops_enabled": null, "subgroup_creation_level": "maintainer", "emails_disabled": null, "mentions_disabled": null, "lfs_enabled": true, "default_branch_protection": 2, "avatar_url": null, "request_access_enabled": true, "full_name": "New Group Airbute / Test Public SG / Test SG Public 2 / Test Public SubSubG 1", "full_path": "new-group-airbute/test-public-sg/test-sg-public-2/test-public-subsubg-1", "created_at": "2022-12-02T08:55:27.046Z", "parent_id": 61014943, "ldap_cn": null, "ldap_access": null, "shared_with_groups": [], "runners_token": "GR1348941K9JsRDnw2J5ZQxgCDr6d", "shared_projects": [], "shared_runners_minutes_limit": null, "extra_shared_runners_minutes_limit": null, "prevent_forking_outside_group": null, "membership_lock": false, "projects": []}, "emitted_at": 1670873657974}
{"stream": "groups", "data": {"id": 61014943, "web_url": "https://gitlab.com/groups/new-group-airbute/test-public-sg/test-sg-public-2", "name": "Test SG Public 2", "path": "test-sg-public-2", "description": "", "visibility": "public", "share_with_group_lock": false, "require_two_factor_authentication": false, "two_factor_grace_period": 48, "project_creation_level": "developer", "auto_devops_enabled": null, "subgroup_creation_level": "maintainer", "emails_disabled": null, "mentions_disabled": null, "lfs_enabled": true, "default_branch_protection": 2, "avatar_url": null, "request_access_enabled": true, "full_name": "New Group Airbute / Test Public SG / Test SG Public 2", "full_path": "new-group-airbute/test-public-sg/test-sg-public-2", "created_at": "2022-12-02T08:48:04.727Z", "parent_id": 61014902, "ldap_cn": null, "ldap_access": null, "shared_with_groups": [], "runners_token": "GR1348941eGbxua89EPU8uu4snVuj", "shared_projects": [], "shared_runners_minutes_limit": null, "extra_shared_runners_minutes_limit": null, "prevent_forking_outside_group": null, "membership_lock": false, "projects": [{"id": 41541858, "path_with_namespace": "new-group-airbute/test-public-sg/test-sg-public-2/test-project-1"}]}, "emitted_at": 1670873658361}
{"stream": "groups", "data": {"id": 61014863, "web_url": "https://gitlab.com/groups/new-group-airbute/test-subgroup-airbyte", "name": "Test Subgroup Airbyte", "path": "test-subgroup-airbyte", "description": "", "visibility": "private", "share_with_group_lock": false, "require_two_factor_authentication": false, "two_factor_grace_period": 48, "project_creation_level": "developer", "auto_devops_enabled": null, "subgroup_creation_level": "maintainer", "emails_disabled": null, "mentions_disabled": null, "lfs_enabled": true, "default_branch_protection": 2, "avatar_url": null, "request_access_enabled": true, "full_name": "New Group Airbute / Test Subgroup Airbyte", "full_path": "new-group-airbute/test-subgroup-airbyte", "created_at": "2022-12-02T08:45:53.479Z", "parent_id": 11329647, "ldap_cn": null, "ldap_access": null, "shared_with_groups": [], "runners_token": "GR1348941yL2Jtfwss88thzmUPZv5", "shared_projects": [], "shared_runners_minutes_limit": null, "extra_shared_runners_minutes_limit": null, "prevent_forking_outside_group": null, "membership_lock": false, "projects": [{"id": 41541892, "path_with_namespace": "new-group-airbute/test-subgroup-airbyte/test-project-2"}]}, "emitted_at": 1670873658771}
{"stream":"groups","data":{"id":11329647,"web_url":"https://gitlab.com/groups/new-group-airbute","name":"New Group Airbute","path":"new-group-airbute","description":"","visibility":"public","share_with_group_lock":false,"require_two_factor_authentication":false,"two_factor_grace_period":48,"project_creation_level":"developer","auto_devops_enabled":null,"subgroup_creation_level":"maintainer","emails_disabled":null,"mentions_disabled":null,"lfs_enabled":true,"default_branch_protection":2,"avatar_url":null,"request_access_enabled":true,"full_name":"New Group Airbute","full_path":"new-group-airbute","created_at":"2021-03-15T15:55:53.613Z","parent_id":null,"ldap_cn":null,"ldap_access":null,"shared_with_groups":[],"runners_token":"GR1348941-PhosPap-Sf1UxL1g6m4","prevent_sharing_groups_outside_hierarchy":false,"shared_projects":[],"shared_runners_minutes_limit":null,"extra_shared_runners_minutes_limit":null,"prevent_forking_outside_group":null,"membership_lock":false,"projects":[{"id":25157276,"path_with_namespace":"new-group-airbute/new-ci-test-project"}]},"emitted_at":1671097594497}
{"stream":"groups","data":{"id":61014882,"web_url":"https://gitlab.com/groups/new-group-airbute/test-subgroup-airbyte/test-private-sg","name":"Test Private SG","path":"test-private-sg","description":"","visibility":"private","share_with_group_lock":false,"require_two_factor_authentication":false,"two_factor_grace_period":48,"project_creation_level":"developer","auto_devops_enabled":null,"subgroup_creation_level":"maintainer","emails_disabled":null,"mentions_disabled":null,"lfs_enabled":true,"default_branch_protection":2,"avatar_url":null,"request_access_enabled":true,"full_name":"New Group Airbute / Test Subgroup Airbyte / Test Private SG","full_path":"new-group-airbute/test-subgroup-airbyte/test-private-sg","created_at":"2022-12-02T08:46:22.648Z","parent_id":61014863,"ldap_cn":null,"ldap_access":null,"shared_with_groups":[],"runners_token":"GR1348941bjUaJQy2zzar-JmNBjfq","shared_projects":[],"shared_runners_minutes_limit":null,"extra_shared_runners_minutes_limit":null,"prevent_forking_outside_group":null,"membership_lock":false,"projects":[]},"emitted_at":1671097595098}
{"stream":"groups","data":{"id":61015181,"web_url":"https://gitlab.com/groups/new-group-airbute/test-public-sg/test-sg-public-2/test-private-subsubg-1","name":"Test Private SubSubG 1","path":"test-private-subsubg-1","description":"","visibility":"private","share_with_group_lock":false,"require_two_factor_authentication":false,"two_factor_grace_period":48,"project_creation_level":"developer","auto_devops_enabled":null,"subgroup_creation_level":"maintainer","emails_disabled":null,"mentions_disabled":null,"lfs_enabled":true,"default_branch_protection":2,"avatar_url":null,"request_access_enabled":true,"full_name":"New Group Airbute / Test Public SG / Test SG Public 2 / Test Private SubSubG 1","full_path":"new-group-airbute/test-public-sg/test-sg-public-2/test-private-subsubg-1","created_at":"2022-12-02T08:54:42.252Z","parent_id":61014943,"ldap_cn":null,"ldap_access":null,"shared_with_groups":[],"runners_token":"GR1348941x8xQf6K-UvnnyJ-bcut4","shared_projects":[],"shared_runners_minutes_limit":null,"extra_shared_runners_minutes_limit":null,"prevent_forking_outside_group":null,"membership_lock":false,"projects":[{"id":41551658,"path_with_namespace":"new-group-airbute/test-public-sg/test-sg-public-2/test-private-subsubg-1/test_project_in_nested_subgroup"}]},"emitted_at":1671097595520}
{"stream":"groups","data":{"id":61015232,"web_url":"https://gitlab.com/groups/new-group-airbute/test-subgroup-airbyte/test-private-sg/test-private-subsubg-2","name":"Test Private SubSubG 2","path":"test-private-subsubg-2","description":"","visibility":"private","share_with_group_lock":false,"require_two_factor_authentication":false,"two_factor_grace_period":48,"project_creation_level":"developer","auto_devops_enabled":null,"subgroup_creation_level":"maintainer","emails_disabled":null,"mentions_disabled":null,"lfs_enabled":true,"default_branch_protection":2,"avatar_url":null,"request_access_enabled":true,"full_name":"New Group Airbute / Test Subgroup Airbyte / Test Private SG / Test Private SubSubG 2","full_path":"new-group-airbute/test-subgroup-airbyte/test-private-sg/test-private-subsubg-2","created_at":"2022-12-02T08:56:21.783Z","parent_id":61014882,"ldap_cn":null,"ldap_access":null,"shared_with_groups":[],"runners_token":"GR1348941bnTmxzY-5zek69yJ7s4r","shared_projects":[],"shared_runners_minutes_limit":null,"extra_shared_runners_minutes_limit":null,"prevent_forking_outside_group":null,"membership_lock":false,"projects":[]},"emitted_at":1671097595858}
{"stream":"groups","data":{"id":61015239,"web_url":"https://gitlab.com/groups/new-group-airbute/test-subgroup-airbyte/test-private-sg/test-private-subsubg-2/test-private-subsubg-3","name":"Test Private SubSubG 3","path":"test-private-subsubg-3","description":"","visibility":"private","share_with_group_lock":false,"require_two_factor_authentication":false,"two_factor_grace_period":48,"project_creation_level":"developer","auto_devops_enabled":null,"subgroup_creation_level":"maintainer","emails_disabled":null,"mentions_disabled":null,"lfs_enabled":true,"default_branch_protection":2,"avatar_url":null,"request_access_enabled":true,"full_name":"New Group Airbute / Test Subgroup Airbyte / Test Private SG / Test Private SubSubG 2 / Test Private SubSubG 3","full_path":"new-group-airbute/test-subgroup-airbyte/test-private-sg/test-private-subsubg-2/test-private-subsubg-3","created_at":"2022-12-02T08:56:34.202Z","parent_id":61015232,"ldap_cn":null,"ldap_access":null,"shared_with_groups":[],"runners_token":"GR1348941fxQ648-7Mt4f2K11VUwm","shared_projects":[],"shared_runners_minutes_limit":null,"extra_shared_runners_minutes_limit":null,"prevent_forking_outside_group":null,"membership_lock":false,"projects":[]},"emitted_at":1671097596233}
{"stream":"groups","data":{"id":61014902,"web_url":"https://gitlab.com/groups/new-group-airbute/test-public-sg","name":"Test Public SG","path":"test-public-sg","description":"","visibility":"public","share_with_group_lock":false,"require_two_factor_authentication":false,"two_factor_grace_period":48,"project_creation_level":"developer","auto_devops_enabled":null,"subgroup_creation_level":"maintainer","emails_disabled":null,"mentions_disabled":null,"lfs_enabled":true,"default_branch_protection":2,"avatar_url":null,"request_access_enabled":true,"full_name":"New Group Airbute / Test Public SG","full_path":"new-group-airbute/test-public-sg","created_at":"2022-12-02T08:47:02.412Z","parent_id":11329647,"ldap_cn":null,"ldap_access":null,"shared_with_groups":[],"runners_token":"GR1348941iDo59yBXTTUMQUQztr_x","shared_projects":[],"shared_runners_minutes_limit":null,"extra_shared_runners_minutes_limit":null,"prevent_forking_outside_group":null,"membership_lock":false,"projects":[{"id":41541906,"path_with_namespace":"new-group-airbute/test-public-sg/test-public-project-1"}]},"emitted_at":1671097596646}
{"stream":"groups","data":{"id":61015202,"web_url":"https://gitlab.com/groups/new-group-airbute/test-public-sg/test-sg-public-2/test-public-subsubg-1","name":"Test Public SubSubG 1","path":"test-public-subsubg-1","description":"","visibility":"public","share_with_group_lock":false,"require_two_factor_authentication":false,"two_factor_grace_period":48,"project_creation_level":"developer","auto_devops_enabled":null,"subgroup_creation_level":"maintainer","emails_disabled":null,"mentions_disabled":null,"lfs_enabled":true,"default_branch_protection":2,"avatar_url":null,"request_access_enabled":true,"full_name":"New Group Airbute / Test Public SG / Test SG Public 2 / Test Public SubSubG 1","full_path":"new-group-airbute/test-public-sg/test-sg-public-2/test-public-subsubg-1","created_at":"2022-12-02T08:55:27.046Z","parent_id":61014943,"ldap_cn":null,"ldap_access":null,"shared_with_groups":[],"runners_token":"GR1348941K9JsRDnw2J5ZQxgCDr6d","shared_projects":[],"shared_runners_minutes_limit":null,"extra_shared_runners_minutes_limit":null,"prevent_forking_outside_group":null,"membership_lock":false,"projects":[]},"emitted_at":1671097597175}
{"stream":"groups","data":{"id":61014943,"web_url":"https://gitlab.com/groups/new-group-airbute/test-public-sg/test-sg-public-2","name":"Test SG Public 2","path":"test-sg-public-2","description":"","visibility":"public","share_with_group_lock":false,"require_two_factor_authentication":false,"two_factor_grace_period":48,"project_creation_level":"developer","auto_devops_enabled":null,"subgroup_creation_level":"maintainer","emails_disabled":null,"mentions_disabled":null,"lfs_enabled":true,"default_branch_protection":2,"avatar_url":null,"request_access_enabled":true,"full_name":"New Group Airbute / Test Public SG / Test SG Public 2","full_path":"new-group-airbute/test-public-sg/test-sg-public-2","created_at":"2022-12-02T08:48:04.727Z","parent_id":61014902,"ldap_cn":null,"ldap_access":null,"shared_with_groups":[],"runners_token":"GR1348941eGbxua89EPU8uu4snVuj","shared_projects":[],"shared_runners_minutes_limit":null,"extra_shared_runners_minutes_limit":null,"prevent_forking_outside_group":null,"membership_lock":false,"projects":[{"id":41541858,"path_with_namespace":"new-group-airbute/test-public-sg/test-sg-public-2/test-project-1"}]},"emitted_at":1671097597574}
{"stream":"groups","data":{"id":61014863,"web_url":"https://gitlab.com/groups/new-group-airbute/test-subgroup-airbyte","name":"Test Subgroup Airbyte","path":"test-subgroup-airbyte","description":"","visibility":"private","share_with_group_lock":false,"require_two_factor_authentication":false,"two_factor_grace_period":48,"project_creation_level":"developer","auto_devops_enabled":null,"subgroup_creation_level":"maintainer","emails_disabled":null,"mentions_disabled":null,"lfs_enabled":true,"default_branch_protection":2,"avatar_url":null,"request_access_enabled":true,"full_name":"New Group Airbute / Test Subgroup Airbyte","full_path":"new-group-airbute/test-subgroup-airbyte","created_at":"2022-12-02T08:45:53.479Z","parent_id":11329647,"ldap_cn":null,"ldap_access":null,"shared_with_groups":[],"runners_token":"GR1348941yL2Jtfwss88thzmUPZv5","shared_projects":[],"shared_runners_minutes_limit":null,"extra_shared_runners_minutes_limit":null,"prevent_forking_outside_group":null,"membership_lock":false,"projects":[{"id":41541892,"path_with_namespace":"new-group-airbute/test-subgroup-airbyte/test-project-2"}]},"emitted_at":1671097597969}
{"stream":"projects","data":{"id":25157276,"description":"","name":"New CI Test Project ","name_with_namespace":"New Group Airbute / New CI Test Project ","path":"new-ci-test-project","path_with_namespace":"new-group-airbute/new-ci-test-project","created_at":"2021-03-15T15:08:36.498Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@gitlab.com:new-group-airbute/new-ci-test-project.git","http_url_to_repo":"https://gitlab.com/new-group-airbute/new-ci-test-project.git","web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project","readme_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/blob/master/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2022-12-13T09:39:47.235Z","namespace":{"id":11329647,"name":"New Group Airbute","path":"new-group-airbute","kind":"group","full_path":"new-group-airbute","parent_id":null,"avatar_url":null,"web_url":"https://gitlab.com/groups/new-group-airbute"},"container_registry_image_prefix":"registry.gitlab.com/new-group-airbute/new-ci-test-project","_links":{"self":"https://gitlab.com/api/v4/projects/25157276","issues":"https://gitlab.com/api/v4/projects/25157276/issues","merge_requests":"https://gitlab.com/api/v4/projects/25157276/merge_requests","repo_branches":"https://gitlab.com/api/v4/projects/25157276/repository/branches","labels":"https://gitlab.com/api/v4/projects/25157276/labels","events":"https://gitlab.com/api/v4/projects/25157276/events","members":"https://gitlab.com/api/v4/projects/25157276/members","cluster_agents":"https://gitlab.com/api/v4/projects/25157276/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2021-03-16T15:08:36.518Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":true,"service_desk_address":"contact-project+new-group-airbute-new-ci-test-project-25157276-issue-@incoming.gitlab.com","can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","releases_access_level":"enabled","environments_access_level":"enabled","feature_flags_access_level":"enabled","infrastructure_access_level":"enabled","monitor_access_level":"enabled","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":8375961,"import_url":null,"import_type":null,"import_status":"none","import_error":null,"open_issues_count":31,"runners_token":"GR1348941eMJgWDU69xyyshaNsaTZ","ci_default_git_depth":50,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"ci_opt_in_jwt":false,"ci_allow_fork_pipelines_to_run_in_parent_project":true,"public_jobs":true,"build_git_strategy":"fetch","build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","ci_config_path":"","shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"issue_branch_template":null,"statistics":{"commit_count":3,"storage_size":291925,"repository_size":283115,"wiki_size":0,"lfs_objects_size":0,"job_artifacts_size":8810,"pipeline_artifacts_size":0,"packages_size":0,"snippets_size":0,"uploads_size":0},"auto_devops_enabled":false,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"external_authorization_classification_label":"","requirements_enabled":false,"requirements_access_level":"enabled","security_and_compliance_enabled":true,"compliance_frameworks":[],"permissions":{"project_access":{"access_level":40,"notification_level":3},"group_access":{"access_level":50,"notification_level":3}}},"emitted_at":1671097598417}
{"stream":"branches","data":{"name":"31-fake-issue-30","merged":true,"protected":false,"developers_can_push":false,"developers_can_merge":false,"can_push":true,"default":false,"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/tree/31-fake-issue-30","commit_id":"2831d897ba0214f8d3168647e8ad4232b83987ef","project_id":25157276},"emitted_at":1671097599045}
{"stream":"branches","data":{"name":"master","merged":false,"protected":true,"developers_can_push":false,"developers_can_merge":false,"can_push":true,"default":true,"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/tree/master","commit_id":"6ad3dd49539391774db738c9e7b7d69f2d872c98","project_id":25157276},"emitted_at":1671097599045}
{"stream":"branches","data":{"name":"new-test-branch","merged":true,"protected":false,"developers_can_push":false,"developers_can_merge":false,"can_push":true,"default":false,"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/tree/new-test-branch","commit_id":"2831d897ba0214f8d3168647e8ad4232b83987ef","project_id":25157276},"emitted_at":1671097599046}
{"stream":"branches","data":{"name":"new-test-branch-1","merged":true,"protected":false,"developers_can_push":false,"developers_can_merge":false,"can_push":true,"default":false,"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/tree/new-test-branch-1","commit_id":"2831d897ba0214f8d3168647e8ad4232b83987ef","project_id":25157276},"emitted_at":1671097599046}
{"stream":"branches","data":{"name":"new-test-branch-10","merged":true,"protected":false,"developers_can_push":false,"developers_can_merge":false,"can_push":true,"default":false,"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/tree/new-test-branch-10","commit_id":"2831d897ba0214f8d3168647e8ad4232b83987ef","project_id":25157276},"emitted_at":1671097599047}
{"stream":"branches","data":{"name":"new-test-branch-11","merged":true,"protected":false,"developers_can_push":false,"developers_can_merge":false,"can_push":true,"default":false,"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/tree/new-test-branch-11","commit_id":"2831d897ba0214f8d3168647e8ad4232b83987ef","project_id":25157276},"emitted_at":1671097599047}
{"stream":"branches","data":{"name":"new-test-branch-12","merged":true,"protected":false,"developers_can_push":false,"developers_can_merge":false,"can_push":true,"default":false,"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/tree/new-test-branch-12","commit_id":"2831d897ba0214f8d3168647e8ad4232b83987ef","project_id":25157276},"emitted_at":1671097599048}
{"stream":"branches","data":{"name":"new-test-branch-13","merged":true,"protected":false,"developers_can_push":false,"developers_can_merge":false,"can_push":true,"default":false,"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/tree/new-test-branch-13","commit_id":"2831d897ba0214f8d3168647e8ad4232b83987ef","project_id":25157276},"emitted_at":1671097599049}
{"stream":"branches","data":{"name":"new-test-branch-14","merged":true,"protected":false,"developers_can_push":false,"developers_can_merge":false,"can_push":true,"default":false,"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/tree/new-test-branch-14","commit_id":"2831d897ba0214f8d3168647e8ad4232b83987ef","project_id":25157276},"emitted_at":1671097599049}
{"stream":"branches","data":{"name":"new-test-branch-15","merged":true,"protected":false,"developers_can_push":false,"developers_can_merge":false,"can_push":true,"default":false,"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/tree/new-test-branch-15","commit_id":"2831d897ba0214f8d3168647e8ad4232b83987ef","project_id":25157276},"emitted_at":1671097599050}
{"stream":"commits","data":{"id":"6ad3dd49539391774db738c9e7b7d69f2d872c98","short_id":"6ad3dd49","created_at":"2021-03-18T12:51:05.000+00:00","parent_ids":["2831d897ba0214f8d3168647e8ad4232b83987ef","028c02d96f40afe9b4d1173c1d0f712dd6d07302"],"title":"Merge branch 'ykurochkin/add-fake-CI-config' into 'master'","message":"Merge branch 'ykurochkin/add-fake-CI-config' into 'master'\n\nadd fake CI config\n\nSee merge request new-group-airbute/new-ci-test-project!3","author_name":"Alexander Arhipenko","author_email":"integration-test@airbyte.io","authored_date":"2021-03-18T12:51:05.000+00:00","committer_name":"Alexander Arhipenko","committer_email":"integration-test@airbyte.io","committed_date":"2021-03-18T12:51:05.000+00:00","trailers":{},"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/commit/6ad3dd49539391774db738c9e7b7d69f2d872c98","stats":{"additions":14,"deletions":0,"total":14},"project_id":25157276},"emitted_at":1671097600019}
{"stream":"commits","data":{"id":"028c02d96f40afe9b4d1173c1d0f712dd6d07302","short_id":"028c02d9","created_at":"2021-03-18T14:48:41.000+02:00","parent_ids":["2831d897ba0214f8d3168647e8ad4232b83987ef"],"title":"add fake CI config","message":"add fake CI config\n","author_name":"ykurochkin","author_email":"zhenia.kurochkin@gmail.com","authored_date":"2021-03-18T14:48:41.000+02:00","committer_name":"ykurochkin","committer_email":"zhenia.kurochkin@gmail.com","committed_date":"2021-03-18T14:48:41.000+02:00","trailers":{},"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/commit/028c02d96f40afe9b4d1173c1d0f712dd6d07302","stats":{"additions":14,"deletions":0,"total":14},"project_id":25157276},"emitted_at":1671097600020}
{"stream":"commits","data":{"id":"2831d897ba0214f8d3168647e8ad4232b83987ef","short_id":"2831d897","created_at":"2021-03-15T15:08:36.000+00:00","parent_ids":[],"title":"Initial commit","message":"Initial commit","author_name":"Alexander Arhipenko","author_email":"integration-test@airbyte.io","authored_date":"2021-03-15T15:08:36.000+00:00","committer_name":"Alexander Arhipenko","committer_email":"integration-test@airbyte.io","committed_date":"2021-03-15T15:08:36.000+00:00","trailers":{},"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/commit/2831d897ba0214f8d3168647e8ad4232b83987ef","stats":{"additions":2,"deletions":0,"total":2},"project_id":25157276},"emitted_at":1671097600020}
{"stream":"group_issue_boards","data":{"id":5099065,"name":"Development","hide_backlog_list":false,"hide_closed_list":false,"project":null,"lists":[],"group":{"id":11329647,"web_url":"https://gitlab.com/groups/new-group-airbute","name":"New Group Airbute"},"group_id":11329647},"emitted_at":1671097600422}
{"stream":"issues","data":{"id":80943819,"iid":32,"project_id":25157276,"title":"Fake Issue 31","description":null,"state":"opened","created_at":"2021-03-15T15:22:42.206Z","updated_at":"2021-03-15T15:22:42.206Z","closed_at":null,"labels":["bug"],"assignees":[],"type":"ISSUE","user_notes_count":0,"merge_requests_count":0,"upvotes":0,"downvotes":0,"due_date":null,"confidential":false,"discussion_locked":null,"issue_type":"issue","web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/issues/32","time_stats":{"time_estimate":0,"total_time_spent":0,"human_time_estimate":null,"human_total_time_spent":null},"task_completion_status":{"count":0,"completed_count":0},"blocking_issues_count":0,"has_tasks":false,"_links":{"self":"https://gitlab.com/api/v4/projects/25157276/issues/32","notes":"https://gitlab.com/api/v4/projects/25157276/issues/32/notes","award_emoji":"https://gitlab.com/api/v4/projects/25157276/issues/32/award_emoji","project":"https://gitlab.com/api/v4/projects/25157276","closed_as_duplicate_of":null},"references":{"short":"#32","relative":"#32","full":"new-group-airbute/new-ci-test-project#32"},"severity":"UNKNOWN","moved_to_id":null,"service_desk_reply_to":null,"author_id":8375961,"assignee_id":null,"closed_by_id":null,"milestone_id":null},"emitted_at":1671097604219}
{"stream":"issues","data":{"id":80943818,"iid":31,"project_id":25157276,"title":"Fake Issue 30","description":null,"state":"opened","created_at":"2021-03-15T15:22:41.337Z","updated_at":"2021-03-15T16:08:06.041Z","closed_at":null,"labels":["bug"],"assignees":[],"type":"ISSUE","user_notes_count":0,"merge_requests_count":1,"upvotes":0,"downvotes":0,"due_date":null,"confidential":false,"discussion_locked":null,"issue_type":"issue","web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/issues/31","time_stats":{"time_estimate":0,"total_time_spent":0,"human_time_estimate":null,"human_total_time_spent":null},"task_completion_status":{"count":0,"completed_count":0},"blocking_issues_count":0,"has_tasks":false,"_links":{"self":"https://gitlab.com/api/v4/projects/25157276/issues/31","notes":"https://gitlab.com/api/v4/projects/25157276/issues/31/notes","award_emoji":"https://gitlab.com/api/v4/projects/25157276/issues/31/award_emoji","project":"https://gitlab.com/api/v4/projects/25157276","closed_as_duplicate_of":null},"references":{"short":"#31","relative":"#31","full":"new-group-airbute/new-ci-test-project#31"},"severity":"UNKNOWN","moved_to_id":null,"service_desk_reply_to":null,"author_id":8375961,"assignee_id":null,"closed_by_id":null,"milestone_id":null},"emitted_at":1671097604220}
{"stream":"issues","data":{"id":80943817,"iid":30,"project_id":25157276,"title":"Fake Issue 29","description":null,"state":"opened","created_at":"2021-03-15T15:22:40.529Z","updated_at":"2021-03-15T15:22:40.529Z","closed_at":null,"labels":["bug"],"assignees":[],"type":"ISSUE","user_notes_count":0,"merge_requests_count":0,"upvotes":0,"downvotes":0,"due_date":null,"confidential":false,"discussion_locked":null,"issue_type":"issue","web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/issues/30","time_stats":{"time_estimate":0,"total_time_spent":0,"human_time_estimate":null,"human_total_time_spent":null},"task_completion_status":{"count":0,"completed_count":0},"blocking_issues_count":0,"has_tasks":false,"_links":{"self":"https://gitlab.com/api/v4/projects/25157276/issues/30","notes":"https://gitlab.com/api/v4/projects/25157276/issues/30/notes","award_emoji":"https://gitlab.com/api/v4/projects/25157276/issues/30/award_emoji","project":"https://gitlab.com/api/v4/projects/25157276","closed_as_duplicate_of":null},"references":{"short":"#30","relative":"#30","full":"new-group-airbute/new-ci-test-project#30"},"severity":"UNKNOWN","moved_to_id":null,"service_desk_reply_to":null,"author_id":8375961,"assignee_id":null,"closed_by_id":null,"milestone_id":null},"emitted_at":1671097604222}
{"stream":"issues","data":{"id":80943816,"iid":29,"project_id":25157276,"title":"Fake Issue 28","description":null,"state":"opened","created_at":"2021-03-15T15:22:39.860Z","updated_at":"2021-03-15T15:22:39.860Z","closed_at":null,"labels":["bug"],"assignees":[],"type":"ISSUE","user_notes_count":0,"merge_requests_count":0,"upvotes":0,"downvotes":0,"due_date":null,"confidential":false,"discussion_locked":null,"issue_type":"issue","web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/issues/29","time_stats":{"time_estimate":0,"total_time_spent":0,"human_time_estimate":null,"human_total_time_spent":null},"task_completion_status":{"count":0,"completed_count":0},"blocking_issues_count":0,"has_tasks":false,"_links":{"self":"https://gitlab.com/api/v4/projects/25157276/issues/29","notes":"https://gitlab.com/api/v4/projects/25157276/issues/29/notes","award_emoji":"https://gitlab.com/api/v4/projects/25157276/issues/29/award_emoji","project":"https://gitlab.com/api/v4/projects/25157276","closed_as_duplicate_of":null},"references":{"short":"#29","relative":"#29","full":"new-group-airbute/new-ci-test-project#29"},"severity":"UNKNOWN","moved_to_id":null,"service_desk_reply_to":null,"author_id":8375961,"assignee_id":null,"closed_by_id":null,"milestone_id":null},"emitted_at":1671097604223}
{"stream":"issues","data":{"id":80943815,"iid":28,"project_id":25157276,"title":"Fake Issue 27","description":null,"state":"opened","created_at":"2021-03-15T15:22:39.204Z","updated_at":"2021-03-15T15:22:39.204Z","closed_at":null,"labels":["bug"],"assignees":[],"type":"ISSUE","user_notes_count":0,"merge_requests_count":0,"upvotes":0,"downvotes":0,"due_date":null,"confidential":false,"discussion_locked":null,"issue_type":"issue","web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/issues/28","time_stats":{"time_estimate":0,"total_time_spent":0,"human_time_estimate":null,"human_total_time_spent":null},"task_completion_status":{"count":0,"completed_count":0},"blocking_issues_count":0,"has_tasks":false,"_links":{"self":"https://gitlab.com/api/v4/projects/25157276/issues/28","notes":"https://gitlab.com/api/v4/projects/25157276/issues/28/notes","award_emoji":"https://gitlab.com/api/v4/projects/25157276/issues/28/award_emoji","project":"https://gitlab.com/api/v4/projects/25157276","closed_as_duplicate_of":null},"references":{"short":"#28","relative":"#28","full":"new-group-airbute/new-ci-test-project#28"},"severity":"UNKNOWN","moved_to_id":null,"service_desk_reply_to":null,"author_id":8375961,"assignee_id":null,"closed_by_id":null,"milestone_id":null},"emitted_at":1671097604224}
{"stream":"issues","data":{"id":80943813,"iid":27,"project_id":25157276,"title":"Fake Issue 26","description":null,"state":"opened","created_at":"2021-03-15T15:22:38.528Z","updated_at":"2021-03-15T15:22:38.528Z","closed_at":null,"labels":["bug"],"assignees":[],"type":"ISSUE","user_notes_count":0,"merge_requests_count":0,"upvotes":0,"downvotes":0,"due_date":null,"confidential":false,"discussion_locked":null,"issue_type":"issue","web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/issues/27","time_stats":{"time_estimate":0,"total_time_spent":0,"human_time_estimate":null,"human_total_time_spent":null},"task_completion_status":{"count":0,"completed_count":0},"blocking_issues_count":0,"has_tasks":false,"_links":{"self":"https://gitlab.com/api/v4/projects/25157276/issues/27","notes":"https://gitlab.com/api/v4/projects/25157276/issues/27/notes","award_emoji":"https://gitlab.com/api/v4/projects/25157276/issues/27/award_emoji","project":"https://gitlab.com/api/v4/projects/25157276","closed_as_duplicate_of":null},"references":{"short":"#27","relative":"#27","full":"new-group-airbute/new-ci-test-project#27"},"severity":"UNKNOWN","moved_to_id":null,"service_desk_reply_to":null,"author_id":8375961,"assignee_id":null,"closed_by_id":null,"milestone_id":null},"emitted_at":1671097604225}
{"stream":"issues","data":{"id":80943812,"iid":26,"project_id":25157276,"title":"Fake Issue 25","description":null,"state":"opened","created_at":"2021-03-15T15:22:37.864Z","updated_at":"2021-03-15T15:22:37.864Z","closed_at":null,"labels":["bug"],"assignees":[],"type":"ISSUE","user_notes_count":0,"merge_requests_count":0,"upvotes":0,"downvotes":0,"due_date":null,"confidential":false,"discussion_locked":null,"issue_type":"issue","web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/issues/26","time_stats":{"time_estimate":0,"total_time_spent":0,"human_time_estimate":null,"human_total_time_spent":null},"task_completion_status":{"count":0,"completed_count":0},"blocking_issues_count":0,"has_tasks":false,"_links":{"self":"https://gitlab.com/api/v4/projects/25157276/issues/26","notes":"https://gitlab.com/api/v4/projects/25157276/issues/26/notes","award_emoji":"https://gitlab.com/api/v4/projects/25157276/issues/26/award_emoji","project":"https://gitlab.com/api/v4/projects/25157276","closed_as_duplicate_of":null},"references":{"short":"#26","relative":"#26","full":"new-group-airbute/new-ci-test-project#26"},"severity":"UNKNOWN","moved_to_id":null,"service_desk_reply_to":null,"author_id":8375961,"assignee_id":null,"closed_by_id":null,"milestone_id":null},"emitted_at":1671097604226}
{"stream":"issues","data":{"id":80943811,"iid":25,"project_id":25157276,"title":"Fake Issue 24","description":null,"state":"opened","created_at":"2021-03-15T15:22:37.282Z","updated_at":"2021-03-15T15:22:37.282Z","closed_at":null,"labels":["bug"],"assignees":[],"type":"ISSUE","user_notes_count":0,"merge_requests_count":0,"upvotes":0,"downvotes":0,"due_date":null,"confidential":false,"discussion_locked":null,"issue_type":"issue","web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/issues/25","time_stats":{"time_estimate":0,"total_time_spent":0,"human_time_estimate":null,"human_total_time_spent":null},"task_completion_status":{"count":0,"completed_count":0},"blocking_issues_count":0,"has_tasks":false,"_links":{"self":"https://gitlab.com/api/v4/projects/25157276/issues/25","notes":"https://gitlab.com/api/v4/projects/25157276/issues/25/notes","award_emoji":"https://gitlab.com/api/v4/projects/25157276/issues/25/award_emoji","project":"https://gitlab.com/api/v4/projects/25157276","closed_as_duplicate_of":null},"references":{"short":"#25","relative":"#25","full":"new-group-airbute/new-ci-test-project#25"},"severity":"UNKNOWN","moved_to_id":null,"service_desk_reply_to":null,"author_id":8375961,"assignee_id":null,"closed_by_id":null,"milestone_id":null},"emitted_at":1671097604227}
{"stream":"issues","data":{"id":80943809,"iid":24,"project_id":25157276,"title":"Fake Issue 23","description":null,"state":"opened","created_at":"2021-03-15T15:22:36.708Z","updated_at":"2021-03-15T15:22:36.708Z","closed_at":null,"labels":["bug"],"assignees":[],"type":"ISSUE","user_notes_count":0,"merge_requests_count":0,"upvotes":0,"downvotes":0,"due_date":null,"confidential":false,"discussion_locked":null,"issue_type":"issue","web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/issues/24","time_stats":{"time_estimate":0,"total_time_spent":0,"human_time_estimate":null,"human_total_time_spent":null},"task_completion_status":{"count":0,"completed_count":0},"blocking_issues_count":0,"has_tasks":false,"_links":{"self":"https://gitlab.com/api/v4/projects/25157276/issues/24","notes":"https://gitlab.com/api/v4/projects/25157276/issues/24/notes","award_emoji":"https://gitlab.com/api/v4/projects/25157276/issues/24/award_emoji","project":"https://gitlab.com/api/v4/projects/25157276","closed_as_duplicate_of":null},"references":{"short":"#24","relative":"#24","full":"new-group-airbute/new-ci-test-project#24"},"severity":"UNKNOWN","moved_to_id":null,"service_desk_reply_to":null,"author_id":8375961,"assignee_id":null,"closed_by_id":null,"milestone_id":null},"emitted_at":1671097604229}
{"stream":"issues","data":{"id":80943805,"iid":23,"project_id":25157276,"title":"Fake Issue 22","description":null,"state":"opened","created_at":"2021-03-15T15:22:36.131Z","updated_at":"2021-03-15T15:22:36.131Z","closed_at":null,"labels":["bug"],"assignees":[],"type":"ISSUE","user_notes_count":0,"merge_requests_count":0,"upvotes":0,"downvotes":0,"due_date":null,"confidential":false,"discussion_locked":null,"issue_type":"issue","web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/issues/23","time_stats":{"time_estimate":0,"total_time_spent":0,"human_time_estimate":null,"human_total_time_spent":null},"task_completion_status":{"count":0,"completed_count":0},"blocking_issues_count":0,"has_tasks":false,"_links":{"self":"https://gitlab.com/api/v4/projects/25157276/issues/23","notes":"https://gitlab.com/api/v4/projects/25157276/issues/23/notes","award_emoji":"https://gitlab.com/api/v4/projects/25157276/issues/23/award_emoji","project":"https://gitlab.com/api/v4/projects/25157276","closed_as_duplicate_of":null},"references":{"short":"#23","relative":"#23","full":"new-group-airbute/new-ci-test-project#23"},"severity":"UNKNOWN","moved_to_id":null,"service_desk_reply_to":null,"author_id":8375961,"assignee_id":null,"closed_by_id":null,"milestone_id":null},"emitted_at":1671097604230}
{"stream":"jobs","data":{"id":1108959782,"status":"failed","stage":"test","name":"test-code-job2","ref":"master","tag":false,"coverage":null,"allow_failure":false,"created_at":"2021-03-18T12:51:06.294Z","started_at":"2021-03-18T12:51:07.646Z","finished_at":"2021-03-18T12:51:51.309Z","duration":43.662407,"queued_duration":1.180926,"failure_reason":"script_failure","web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/jobs/1108959782","project":{"ci_job_token_scope_enabled":false},"artifacts":[{"file_type":"trace","size":2200,"filename":"job.log","file_format":null}],"artifacts_expire_at":null,"tag_list":[],"user_id":8375961,"pipeline_id":272632767,"runner_id":380986,"commit_id":"6ad3dd49539391774db738c9e7b7d69f2d872c98","project_id":25157276},"emitted_at":1671097605240}
{"stream":"jobs","data":{"id":1108959779,"status":"failed","stage":"test","name":"test-code-job1","ref":"master","tag":false,"coverage":null,"allow_failure":false,"created_at":"2021-03-18T12:51:06.279Z","started_at":"2021-03-18T12:51:07.943Z","finished_at":"2021-03-18T12:51:50.943Z","duration":42.999853,"queued_duration":1.349274,"failure_reason":"script_failure","web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/jobs/1108959779","project":{"ci_job_token_scope_enabled":false},"artifacts":[{"file_type":"trace","size":2182,"filename":"job.log","file_format":null}],"artifacts_expire_at":null,"tag_list":[],"user_id":8375961,"pipeline_id":272632767,"runner_id":380987,"commit_id":"6ad3dd49539391774db738c9e7b7d69f2d872c98","project_id":25157276},"emitted_at":1671097605240}
{"stream":"jobs","data":{"id":1108952832,"status":"failed","stage":"test","name":"test-code-job2","ref":"ykurochkin/add-fake-CI-config","tag":false,"coverage":null,"allow_failure":false,"created_at":"2021-03-18T12:48:49.222Z","started_at":"2021-03-18T12:48:50.732Z","finished_at":"2021-03-18T12:49:37.961Z","duration":47.229034,"queued_duration":1.422541,"failure_reason":"script_failure","web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/jobs/1108952832","project":{"ci_job_token_scope_enabled":false},"artifacts":[{"file_type":"trace","size":2223,"filename":"job.log","file_format":null}],"artifacts_expire_at":null,"tag_list":[],"user_id":8375961,"pipeline_id":272631271,"runner_id":44949,"commit_id":"028c02d96f40afe9b4d1173c1d0f712dd6d07302","project_id":25157276},"emitted_at":1671097605756}
{"stream":"jobs","data":{"id":1108952831,"status":"failed","stage":"test","name":"test-code-job1","ref":"ykurochkin/add-fake-CI-config","tag":false,"coverage":null,"allow_failure":false,"created_at":"2021-03-18T12:48:49.199Z","started_at":"2021-03-18T12:48:50.064Z","finished_at":"2021-03-18T12:49:34.277Z","duration":44.212296,"queued_duration":0.735172,"failure_reason":"script_failure","web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/jobs/1108952831","project":{"ci_job_token_scope_enabled":false},"artifacts":[{"file_type":"trace","size":2205,"filename":"job.log","file_format":null}],"artifacts_expire_at":null,"tag_list":[],"user_id":8375961,"pipeline_id":272631271,"runner_id":380987,"commit_id":"028c02d96f40afe9b4d1173c1d0f712dd6d07302","project_id":25157276},"emitted_at":1671097605757}
{"stream":"project_milestones","data":{"id":1943705,"iid":51,"project_id":25157276,"title":"Project Milestone 51","description":null,"state":"active","created_at":"2021-03-15T15:33:16.915Z","updated_at":"2021-03-15T15:33:16.915Z","due_date":null,"start_date":null,"expired":false,"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/milestones/51"},"emitted_at":1671097606183}
{"stream":"project_milestones","data":{"id":1943704,"iid":50,"project_id":25157276,"title":"Project Milestone 50","description":null,"state":"active","created_at":"2021-03-15T15:33:16.329Z","updated_at":"2021-03-15T15:33:16.329Z","due_date":null,"start_date":null,"expired":false,"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/milestones/50"},"emitted_at":1671097606183}
{"stream":"project_milestones","data":{"id":1943703,"iid":49,"project_id":25157276,"title":"Project Milestone 49","description":null,"state":"active","created_at":"2021-03-15T15:33:15.960Z","updated_at":"2021-03-15T15:33:15.960Z","due_date":null,"start_date":null,"expired":false,"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/milestones/49"},"emitted_at":1671097606183}
{"stream":"project_milestones","data":{"id":1943702,"iid":48,"project_id":25157276,"title":"Project Milestone 48","description":null,"state":"active","created_at":"2021-03-15T15:33:15.604Z","updated_at":"2021-03-15T15:33:15.604Z","due_date":null,"start_date":null,"expired":false,"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/milestones/48"},"emitted_at":1671097606183}
{"stream":"project_milestones","data":{"id":1943701,"iid":47,"project_id":25157276,"title":"Project Milestone 47","description":null,"state":"active","created_at":"2021-03-15T15:33:15.232Z","updated_at":"2021-03-15T15:33:15.232Z","due_date":null,"start_date":null,"expired":false,"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/milestones/47"},"emitted_at":1671097606184}
{"stream":"project_milestones","data":{"id":1943700,"iid":46,"project_id":25157276,"title":"Project Milestone 46","description":null,"state":"active","created_at":"2021-03-15T15:33:14.860Z","updated_at":"2021-03-15T15:33:14.860Z","due_date":null,"start_date":null,"expired":false,"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/milestones/46"},"emitted_at":1671097606184}
{"stream":"project_milestones","data":{"id":1943699,"iid":45,"project_id":25157276,"title":"Project Milestone 45","description":null,"state":"active","created_at":"2021-03-15T15:33:14.450Z","updated_at":"2021-03-15T15:33:14.450Z","due_date":null,"start_date":null,"expired":false,"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/milestones/45"},"emitted_at":1671097606184}
{"stream":"project_milestones","data":{"id":1943698,"iid":44,"project_id":25157276,"title":"Project Milestone 44","description":null,"state":"active","created_at":"2021-03-15T15:33:14.042Z","updated_at":"2021-03-15T15:33:14.042Z","due_date":null,"start_date":null,"expired":false,"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/milestones/44"},"emitted_at":1671097606184}
{"stream":"project_milestones","data":{"id":1943697,"iid":43,"project_id":25157276,"title":"Project Milestone 43","description":null,"state":"active","created_at":"2021-03-15T15:33:13.668Z","updated_at":"2021-03-15T15:33:13.668Z","due_date":null,"start_date":null,"expired":false,"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/milestones/43"},"emitted_at":1671097606184}
{"stream":"project_milestones","data":{"id":1943696,"iid":42,"project_id":25157276,"title":"Project Milestone 42","description":null,"state":"active","created_at":"2021-03-15T15:33:13.240Z","updated_at":"2021-03-15T15:33:13.240Z","due_date":null,"start_date":null,"expired":false,"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/milestones/42"},"emitted_at":1671097606185}
{"stream":"group_milestones","data":{"id":1943775,"iid":21,"group_id":11329647,"title":"Group Milestone 21","description":null,"state":"active","created_at":"2021-03-15T16:01:02.125Z","updated_at":"2021-03-15T16:01:02.125Z","due_date":null,"start_date":null,"expired":false,"web_url":"https://gitlab.com/groups/new-group-airbute/-/milestones/21"},"emitted_at":1671097606976}
{"stream":"group_milestones","data":{"id":1943774,"iid":20,"group_id":11329647,"title":"Group Milestone 20","description":null,"state":"active","created_at":"2021-03-15T16:01:01.682Z","updated_at":"2021-03-15T16:01:01.682Z","due_date":null,"start_date":null,"expired":false,"web_url":"https://gitlab.com/groups/new-group-airbute/-/milestones/20"},"emitted_at":1671097606976}
{"stream":"group_milestones","data":{"id":1943773,"iid":19,"group_id":11329647,"title":"Group Milestone 19","description":null,"state":"active","created_at":"2021-03-15T16:01:01.067Z","updated_at":"2021-03-15T16:01:01.067Z","due_date":null,"start_date":null,"expired":false,"web_url":"https://gitlab.com/groups/new-group-airbute/-/milestones/19"},"emitted_at":1671097606977}
{"stream":"group_milestones","data":{"id":1943772,"iid":18,"group_id":11329647,"title":"Group Milestone 18","description":null,"state":"active","created_at":"2021-03-15T16:01:00.572Z","updated_at":"2021-03-15T16:01:00.572Z","due_date":null,"start_date":null,"expired":false,"web_url":"https://gitlab.com/groups/new-group-airbute/-/milestones/18"},"emitted_at":1671097606977}
{"stream":"group_milestones","data":{"id":1943771,"iid":17,"group_id":11329647,"title":"Group Milestone 17","description":null,"state":"active","created_at":"2021-03-15T16:01:00.136Z","updated_at":"2021-03-15T16:01:00.136Z","due_date":null,"start_date":null,"expired":false,"web_url":"https://gitlab.com/groups/new-group-airbute/-/milestones/17"},"emitted_at":1671097606977}
{"stream":"group_milestones","data":{"id":1943770,"iid":16,"group_id":11329647,"title":"Group Milestone 16","description":null,"state":"active","created_at":"2021-03-15T16:00:59.507Z","updated_at":"2021-03-15T16:00:59.507Z","due_date":null,"start_date":null,"expired":false,"web_url":"https://gitlab.com/groups/new-group-airbute/-/milestones/16"},"emitted_at":1671097606977}
{"stream":"group_milestones","data":{"id":1943769,"iid":15,"group_id":11329647,"title":"Group Milestone 15","description":null,"state":"active","created_at":"2021-03-15T16:00:59.133Z","updated_at":"2021-03-15T16:00:59.133Z","due_date":null,"start_date":null,"expired":false,"web_url":"https://gitlab.com/groups/new-group-airbute/-/milestones/15"},"emitted_at":1671097606977}
{"stream":"group_milestones","data":{"id":1943768,"iid":14,"group_id":11329647,"title":"Group Milestone 14","description":null,"state":"active","created_at":"2021-03-15T16:00:58.763Z","updated_at":"2021-03-15T16:00:58.763Z","due_date":null,"start_date":null,"expired":false,"web_url":"https://gitlab.com/groups/new-group-airbute/-/milestones/14"},"emitted_at":1671097606977}
{"stream":"group_milestones","data":{"id":1943767,"iid":13,"group_id":11329647,"title":"Group Milestone 13","description":null,"state":"active","created_at":"2021-03-15T16:00:58.315Z","updated_at":"2021-03-15T16:00:58.315Z","due_date":null,"start_date":null,"expired":false,"web_url":"https://gitlab.com/groups/new-group-airbute/-/milestones/13"},"emitted_at":1671097606977}
{"stream":"group_milestones","data":{"id":1943766,"iid":12,"group_id":11329647,"title":"Group Milestone 12","description":null,"state":"active","created_at":"2021-03-15T16:00:57.929Z","updated_at":"2021-03-15T16:00:57.929Z","due_date":null,"start_date":null,"expired":false,"web_url":"https://gitlab.com/groups/new-group-airbute/-/milestones/12"},"emitted_at":1671097606978}
{"stream":"project_members","data":{"access_level":40,"created_at":"2021-03-15T15:08:36.746Z","created_by":{"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte"},"expires_at":null,"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte","membership_state":"active","project_id":25157276},"emitted_at":1671097610604}
{"stream":"group_members","data":{"access_level":50,"created_at":"2021-03-15T15:55:53.658Z","expires_at":null,"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte","membership_state":"active","group_id":11329647},"emitted_at":1671097611277}
{"stream":"group_members","data":{"access_level":30,"created_at":"2021-03-15T15:55:53.998Z","created_by":{"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte"},"expires_at":null,"id":7904355,"username":"y.kurochkin","name":"Yevhenii Kurochkin","state":"active","avatar_url":"https://secure.gravatar.com/avatar/760fcac88680c724a6b19c6bfd5b6718?s=80&d=identicon","web_url":"https://gitlab.com/y.kurochkin","membership_state":"active","group_id":11329647},"emitted_at":1671097611278}
{"stream":"group_members","data":{"access_level":50,"created_at":"2022-12-02T08:46:22.834Z","expires_at":null,"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte","membership_state":"active","group_id":61014882},"emitted_at":1671097611565}
{"stream":"group_members","data":{"access_level":50,"created_at":"2022-12-02T08:54:42.303Z","expires_at":null,"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte","membership_state":"active","group_id":61015181},"emitted_at":1671097611853}
{"stream":"group_members","data":{"access_level":50,"created_at":"2022-12-02T08:56:21.862Z","expires_at":null,"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte","membership_state":"active","group_id":61015232},"emitted_at":1671097612136}
{"stream":"group_members","data":{"access_level":50,"created_at":"2022-12-02T08:56:34.266Z","expires_at":null,"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte","membership_state":"active","group_id":61015239},"emitted_at":1671097612458}
{"stream":"group_members","data":{"access_level":50,"created_at":"2022-12-02T08:47:02.469Z","expires_at":null,"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte","membership_state":"active","group_id":61014902},"emitted_at":1671097612758}
{"stream":"group_members","data":{"access_level":50,"created_at":"2022-12-02T08:55:27.120Z","expires_at":null,"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte","membership_state":"active","group_id":61015202},"emitted_at":1671097613023}
{"stream":"group_members","data":{"access_level":50,"created_at":"2022-12-02T08:48:04.786Z","expires_at":null,"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte","membership_state":"active","group_id":61014943},"emitted_at":1671097613325}
{"stream":"group_members","data":{"access_level":50,"created_at":"2022-12-02T08:45:53.544Z","expires_at":null,"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte","membership_state":"active","group_id":61014863},"emitted_at":1671097613741}
{"stream":"project_labels","data":{"id":19116944,"name":"Label 1","description":null,"description_html":"","text_color":"#333333","color":"#ffff00","subscribed":false,"priority":null,"is_project_label":true,"project_id":25157276},"emitted_at":1671097614434}
{"stream":"project_labels","data":{"id":19117004,"name":"Label 1","description":null,"description_html":"","text_color":"#FFFFFF","color":"#008000","subscribed":false,"priority":null,"is_project_label":false,"project_id":25157276},"emitted_at":1671097614434}
{"stream":"project_labels","data":{"id":19116954,"name":"Label 10","description":null,"description_html":"","text_color":"#333333","color":"#ff00ff","subscribed":false,"priority":null,"is_project_label":true,"project_id":25157276},"emitted_at":1671097614434}
{"stream":"project_labels","data":{"id":19117017,"name":"Label 10","description":null,"description_html":"","text_color":"#FFFFFF","color":"#000080","subscribed":false,"priority":null,"is_project_label":false,"project_id":25157276},"emitted_at":1671097614434}
{"stream":"project_labels","data":{"id":19116955,"name":"Label 11","description":null,"description_html":"","text_color":"#FFFFFF","color":"#808000","subscribed":false,"priority":null,"is_project_label":true,"project_id":25157276},"emitted_at":1671097614434}
{"stream":"project_labels","data":{"id":19117018,"name":"Label 11","description":null,"description_html":"","text_color":"#FFFFFF","color":"#808080","subscribed":false,"priority":null,"is_project_label":false,"project_id":25157276},"emitted_at":1671097614434}
{"stream":"project_labels","data":{"id":19116956,"name":"Label 12","description":null,"description_html":"","text_color":"#FFFFFF","color":"#ff0000","subscribed":false,"priority":null,"is_project_label":true,"project_id":25157276},"emitted_at":1671097614434}
{"stream":"project_labels","data":{"id":19117019,"name":"Label 12","description":null,"description_html":"","text_color":"#FFFFFF","color":"#000000","subscribed":false,"priority":null,"is_project_label":false,"project_id":25157276},"emitted_at":1671097614435}
{"stream":"project_labels","data":{"id":19117020,"name":"Label 13","description":null,"description_html":"","text_color":"#FFFFFF","color":"#000000","subscribed":false,"priority":null,"is_project_label":false,"project_id":25157276},"emitted_at":1671097614435}
{"stream":"project_labels","data":{"id":19116957,"name":"Label 13","description":null,"description_html":"","text_color":"#FFFFFF","color":"#808000","subscribed":false,"priority":null,"is_project_label":true,"project_id":25157276},"emitted_at":1671097614435}
{"stream":"group_labels","data":{"id":19117004,"name":"Label 1","description":null,"description_html":"","text_color":"#FFFFFF","color":"#008000","subscribed":false,"group_id":11329647},"emitted_at":1671097615792}
{"stream":"group_labels","data":{"id":19117017,"name":"Label 10","description":null,"description_html":"","text_color":"#FFFFFF","color":"#000080","subscribed":false,"group_id":11329647},"emitted_at":1671097615793}
{"stream":"group_labels","data":{"id":19117018,"name":"Label 11","description":null,"description_html":"","text_color":"#FFFFFF","color":"#808080","subscribed":false,"group_id":11329647},"emitted_at":1671097615793}
{"stream":"group_labels","data":{"id":19117019,"name":"Label 12","description":null,"description_html":"","text_color":"#FFFFFF","color":"#000000","subscribed":false,"group_id":11329647},"emitted_at":1671097615793}
{"stream":"group_labels","data":{"id":19117020,"name":"Label 13","description":null,"description_html":"","text_color":"#FFFFFF","color":"#000000","subscribed":false,"group_id":11329647},"emitted_at":1671097615793}
{"stream":"group_labels","data":{"id":19117021,"name":"Label 14","description":null,"description_html":"","text_color":"#FFFFFF","color":"#808080","subscribed":false,"group_id":11329647},"emitted_at":1671097615793}
{"stream":"group_labels","data":{"id":19117022,"name":"Label 15","description":null,"description_html":"","text_color":"#FFFFFF","color":"#0000ff","subscribed":false,"group_id":11329647},"emitted_at":1671097615793}
{"stream":"group_labels","data":{"id":19117023,"name":"Label 16","description":null,"description_html":"","text_color":"#333333","color":"#ffffff","subscribed":false,"group_id":11329647},"emitted_at":1671097615793}
{"stream":"group_labels","data":{"id":19117024,"name":"Label 17","description":null,"description_html":"","text_color":"#FFFFFF","color":"#008000","subscribed":false,"group_id":11329647},"emitted_at":1671097615794}
{"stream":"group_labels","data":{"id":19117025,"name":"Label 18","description":null,"description_html":"","text_color":"#333333","color":"#ffffff","subscribed":false,"group_id":11329647},"emitted_at":1671097615794}
{"stream":"merge_requests","data":{"id":92594931,"iid":3,"project_id":25157276,"title":"add fake CI config","description":"","state":"merged","created_at":"2021-03-18T12:49:13.091Z","updated_at":"2021-03-18T12:51:06.319Z","merge_user":{"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte"},"merged_at":"2021-03-18T12:51:06.470Z","closed_at":null,"target_branch":"master","source_branch":"ykurochkin/add-fake-CI-config","user_notes_count":0,"upvotes":0,"downvotes":0,"assignees":[],"reviewers":[],"source_project_id":25157276,"target_project_id":25157276,"labels":[],"draft":false,"work_in_progress":false,"merge_when_pipeline_succeeds":false,"merge_status":"can_be_merged","detailed_merge_status":"not_open","sha":"028c02d96f40afe9b4d1173c1d0f712dd6d07302","merge_commit_sha":"6ad3dd49539391774db738c9e7b7d69f2d872c98","squash_commit_sha":null,"discussion_locked":null,"should_remove_source_branch":null,"force_remove_source_branch":true,"reference":"!3","references":{"short":"!3","relative":"!3","full":"new-group-airbute/new-ci-test-project!3"},"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/merge_requests/3","time_stats":{"time_estimate":0,"total_time_spent":0,"human_time_estimate":null,"human_total_time_spent":null},"squash":false,"task_completion_status":{"count":0,"completed_count":0},"has_conflicts":false,"blocking_discussions_resolved":true,"approvals_before_merge":null,"author_id":8375961,"assignee_id":null,"closed_by_id":null,"milestone_id":null,"merged_by_id":8375961},"emitted_at":1671097624183}
{"stream":"merge_requests","data":{"id":92593913,"iid":2,"project_id":25157276,"title":"update readme.md","description":"","state":"opened","created_at":"2021-03-18T12:42:30.200Z","updated_at":"2021-03-18T12:42:30.200Z","merge_user":null,"merged_at":null,"closed_at":null,"target_branch":"master","source_branch":"ykurochkin/test-branch","user_notes_count":0,"upvotes":0,"downvotes":0,"assignees":[],"reviewers":[],"source_project_id":25157276,"target_project_id":25157276,"labels":[],"draft":false,"work_in_progress":false,"merge_when_pipeline_succeeds":false,"merge_status":"can_be_merged","detailed_merge_status":"mergeable","sha":"9b0c5cf345f0ca1a3fb3ae253e74e0616abf8129","merge_commit_sha":null,"squash_commit_sha":null,"discussion_locked":null,"should_remove_source_branch":null,"force_remove_source_branch":true,"reference":"!2","references":{"short":"!2","relative":"!2","full":"new-group-airbute/new-ci-test-project!2"},"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/merge_requests/2","time_stats":{"time_estimate":0,"total_time_spent":0,"human_time_estimate":null,"human_total_time_spent":null},"squash":false,"task_completion_status":{"count":0,"completed_count":0},"has_conflicts":false,"blocking_discussions_resolved":true,"approvals_before_merge":null,"author_id":8375961,"assignee_id":null,"closed_by_id":null,"milestone_id":null,"merged_by_id":null},"emitted_at":1671097624183}
{"stream":"merge_requests","data":{"id":92111504,"iid":1,"project_id":25157276,"title":"Draft: Resolve \"Fake Issue 30\"","description":"Closes #31","state":"opened","created_at":"2021-03-15T16:08:05.071Z","updated_at":"2021-03-15T16:08:05.071Z","merge_user":null,"merged_at":null,"closed_at":null,"target_branch":"master","source_branch":"31-fake-issue-30","user_notes_count":0,"upvotes":0,"downvotes":0,"assignees":[8375961],"reviewers":[],"source_project_id":25157276,"target_project_id":25157276,"labels":["bug"],"draft":true,"work_in_progress":true,"merge_when_pipeline_succeeds":false,"merge_status":"cannot_be_merged","detailed_merge_status":"draft_status","sha":"2831d897ba0214f8d3168647e8ad4232b83987ef","merge_commit_sha":null,"squash_commit_sha":null,"discussion_locked":null,"should_remove_source_branch":null,"force_remove_source_branch":true,"reference":"!1","references":{"short":"!1","relative":"!1","full":"new-group-airbute/new-ci-test-project!1"},"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/merge_requests/1","time_stats":{"time_estimate":0,"total_time_spent":0,"human_time_estimate":null,"human_total_time_spent":null},"squash":false,"task_completion_status":{"count":0,"completed_count":0},"has_conflicts":true,"blocking_discussions_resolved":true,"approvals_before_merge":null,"author_id":8375961,"assignee_id":8375961,"closed_by_id":null,"milestone_id":null,"merged_by_id":null},"emitted_at":1671097624184}
{"stream":"merge_request_commits","data":{"id":92594931,"iid":3,"project_id":25157276,"title":"add fake CI config","description":"","state":"merged","created_at":"2021-03-18T12:49:13.091Z","updated_at":"2021-03-18T12:51:06.319Z","merged_by":{"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte"},"merge_user":{"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte"},"merged_at":"2021-03-18T12:51:06.470Z","closed_by":null,"closed_at":null,"target_branch":"master","source_branch":"ykurochkin/add-fake-CI-config","user_notes_count":0,"upvotes":0,"downvotes":0,"author":{"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte"},"assignees":[],"assignee":null,"reviewers":[],"source_project_id":25157276,"target_project_id":25157276,"labels":[],"draft":false,"work_in_progress":false,"milestone":null,"merge_when_pipeline_succeeds":false,"merge_status":"can_be_merged","detailed_merge_status":"not_open","sha":"028c02d96f40afe9b4d1173c1d0f712dd6d07302","merge_commit_sha":"6ad3dd49539391774db738c9e7b7d69f2d872c98","squash_commit_sha":null,"discussion_locked":null,"should_remove_source_branch":null,"force_remove_source_branch":true,"reference":"!3","references":{"short":"!3","relative":"!3","full":"new-group-airbute/new-ci-test-project!3"},"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/merge_requests/3","time_stats":{"time_estimate":0,"total_time_spent":0,"human_time_estimate":null,"human_total_time_spent":null},"squash":false,"task_completion_status":{"count":0,"completed_count":0},"has_conflicts":false,"blocking_discussions_resolved":true,"approvals_before_merge":null,"subscribed":true,"changes_count":"1","latest_build_started_at":null,"latest_build_finished_at":null,"first_deployed_to_production_at":null,"pipeline":null,"head_pipeline":{"id":272631271,"iid":1,"project_id":25157276,"sha":"028c02d96f40afe9b4d1173c1d0f712dd6d07302","ref":"ykurochkin/add-fake-CI-config","status":"failed","source":"push","created_at":"2021-03-18T12:48:49.174Z","updated_at":"2021-03-18T12:49:38.092Z","web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/pipelines/272631271","before_sha":"0000000000000000000000000000000000000000","tag":false,"yaml_errors":null,"user":{"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte"},"started_at":"2021-03-18T12:48:50.166Z","finished_at":"2021-03-18T12:49:38.084Z","committed_at":null,"duration":47,"queued_duration":null,"coverage":null,"detailed_status":{"icon":"status_failed","text":"failed","label":"failed","group":"failed","tooltip":"failed","has_details":true,"details_path":"/new-group-airbute/new-ci-test-project/-/pipelines/272631271","illustration":null,"favicon":"/assets/ci_favicons/favicon_status_failed-41304d7f7e3828808b0c26771f0309e55296819a9beea3ea9fbf6689d9857c12.png"}},"diff_refs":{"base_sha":"2831d897ba0214f8d3168647e8ad4232b83987ef","head_sha":"028c02d96f40afe9b4d1173c1d0f712dd6d07302","start_sha":"2831d897ba0214f8d3168647e8ad4232b83987ef"},"merge_error":null,"first_contribution":false,"user":{"can_merge":true},"merge_request_iid":3},"emitted_at":1671097625277}
{"stream":"merge_request_commits","data":{"id":92593913,"iid":2,"project_id":25157276,"title":"update readme.md","description":"","state":"opened","created_at":"2021-03-18T12:42:30.200Z","updated_at":"2021-03-18T12:42:30.200Z","merged_by":null,"merge_user":null,"merged_at":null,"closed_by":null,"closed_at":null,"target_branch":"master","source_branch":"ykurochkin/test-branch","user_notes_count":0,"upvotes":0,"downvotes":0,"author":{"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte"},"assignees":[],"assignee":null,"reviewers":[],"source_project_id":25157276,"target_project_id":25157276,"labels":[],"draft":false,"work_in_progress":false,"milestone":null,"merge_when_pipeline_succeeds":false,"merge_status":"can_be_merged","detailed_merge_status":"mergeable","sha":"9b0c5cf345f0ca1a3fb3ae253e74e0616abf8129","merge_commit_sha":null,"squash_commit_sha":null,"discussion_locked":null,"should_remove_source_branch":null,"force_remove_source_branch":true,"reference":"!2","references":{"short":"!2","relative":"!2","full":"new-group-airbute/new-ci-test-project!2"},"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/merge_requests/2","time_stats":{"time_estimate":0,"total_time_spent":0,"human_time_estimate":null,"human_total_time_spent":null},"squash":false,"task_completion_status":{"count":0,"completed_count":0},"has_conflicts":false,"blocking_discussions_resolved":true,"approvals_before_merge":null,"subscribed":true,"changes_count":"1","latest_build_started_at":null,"latest_build_finished_at":null,"first_deployed_to_production_at":null,"pipeline":null,"head_pipeline":null,"diff_refs":{"base_sha":"2831d897ba0214f8d3168647e8ad4232b83987ef","head_sha":"9b0c5cf345f0ca1a3fb3ae253e74e0616abf8129","start_sha":"2831d897ba0214f8d3168647e8ad4232b83987ef"},"merge_error":null,"first_contribution":false,"user":{"can_merge":true},"merge_request_iid":2},"emitted_at":1671097625579}
{"stream":"merge_request_commits","data":{"id":92111504,"iid":1,"project_id":25157276,"title":"Draft: Resolve \"Fake Issue 30\"","description":"Closes #31","state":"opened","created_at":"2021-03-15T16:08:05.071Z","updated_at":"2021-03-15T16:08:05.071Z","merged_by":null,"merge_user":null,"merged_at":null,"closed_by":null,"closed_at":null,"target_branch":"master","source_branch":"31-fake-issue-30","user_notes_count":0,"upvotes":0,"downvotes":0,"author":{"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte"},"assignees":[{"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte"}],"assignee":{"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte"},"reviewers":[],"source_project_id":25157276,"target_project_id":25157276,"labels":["bug"],"draft":true,"work_in_progress":true,"milestone":null,"merge_when_pipeline_succeeds":false,"merge_status":"cannot_be_merged","detailed_merge_status":"draft_status","sha":"2831d897ba0214f8d3168647e8ad4232b83987ef","merge_commit_sha":null,"squash_commit_sha":null,"discussion_locked":null,"should_remove_source_branch":null,"force_remove_source_branch":true,"reference":"!1","references":{"short":"!1","relative":"!1","full":"new-group-airbute/new-ci-test-project!1"},"web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/merge_requests/1","time_stats":{"time_estimate":0,"total_time_spent":0,"human_time_estimate":null,"human_total_time_spent":null},"squash":false,"task_completion_status":{"count":0,"completed_count":0},"has_conflicts":true,"blocking_discussions_resolved":true,"approvals_before_merge":null,"subscribed":true,"changes_count":null,"latest_build_started_at":null,"latest_build_finished_at":null,"first_deployed_to_production_at":null,"pipeline":null,"head_pipeline":null,"diff_refs":{"base_sha":"2831d897ba0214f8d3168647e8ad4232b83987ef","head_sha":"2831d897ba0214f8d3168647e8ad4232b83987ef","start_sha":"2831d897ba0214f8d3168647e8ad4232b83987ef"},"merge_error":null,"first_contribution":false,"user":{"can_merge":true},"merge_request_iid":1},"emitted_at":1671097626182}
{"stream":"releases","data":{"name":"First release","tag_name":"fake-tag-6","description":"Test Release","created_at":"2021-03-18T12:44:12.497Z","released_at":"2021-03-18T12:44:12.497Z","upcoming_release":false,"milestones":[1943704],"commit_path":"/new-group-airbute/new-ci-test-project/-/commit/2831d897ba0214f8d3168647e8ad4232b83987ef","tag_path":"/new-group-airbute/new-ci-test-project/-/tags/fake-tag-6","assets":{"count":4,"sources":[{"format":"zip","url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/archive/fake-tag-6/new-ci-test-project-fake-tag-6.zip"},{"format":"tar.gz","url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/archive/fake-tag-6/new-ci-test-project-fake-tag-6.tar.gz"},{"format":"tar.bz2","url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/archive/fake-tag-6/new-ci-test-project-fake-tag-6.tar.bz2"},{"format":"tar","url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/archive/fake-tag-6/new-ci-test-project-fake-tag-6.tar"}],"links":[]},"evidences":[{"sha":"a616fdca9312ca5aa451bc1060ce91a672fd24cc0f4d","filepath":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/releases/fake-tag-6/evidences/855895.json","collected_at":"2021-03-18T12:44:12.650Z"}],"_links":{"self":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/releases/fake-tag-6","edit_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/releases/fake-tag-6/edit"},"author_id":8375961,"commit_id":"2831d897ba0214f8d3168647e8ad4232b83987ef","project_id":25157276},"emitted_at":1671097626659}
{"stream":"tags","data":{"name":"fake-tag-1","message":"","target":"2831d897ba0214f8d3168647e8ad4232b83987ef","release":null,"protected":false,"commit_id":"2831d897ba0214f8d3168647e8ad4232b83987ef","project_id":25157276},"emitted_at":1671097627159}
{"stream":"tags","data":{"name":"fake-tag-10","message":"","target":"2831d897ba0214f8d3168647e8ad4232b83987ef","release":null,"protected":false,"commit_id":"2831d897ba0214f8d3168647e8ad4232b83987ef","project_id":25157276},"emitted_at":1671097627159}
{"stream":"tags","data":{"name":"fake-tag-11","message":"","target":"2831d897ba0214f8d3168647e8ad4232b83987ef","release":null,"protected":false,"commit_id":"2831d897ba0214f8d3168647e8ad4232b83987ef","project_id":25157276},"emitted_at":1671097627159}
{"stream":"tags","data":{"name":"fake-tag-12","message":"","target":"2831d897ba0214f8d3168647e8ad4232b83987ef","release":null,"protected":false,"commit_id":"2831d897ba0214f8d3168647e8ad4232b83987ef","project_id":25157276},"emitted_at":1671097627160}
{"stream":"tags","data":{"name":"fake-tag-13","message":"","target":"2831d897ba0214f8d3168647e8ad4232b83987ef","release":null,"protected":false,"commit_id":"2831d897ba0214f8d3168647e8ad4232b83987ef","project_id":25157276},"emitted_at":1671097627160}
{"stream":"tags","data":{"name":"fake-tag-14","message":"","target":"2831d897ba0214f8d3168647e8ad4232b83987ef","release":null,"protected":false,"commit_id":"2831d897ba0214f8d3168647e8ad4232b83987ef","project_id":25157276},"emitted_at":1671097627160}
{"stream":"tags","data":{"name":"fake-tag-15","message":"","target":"2831d897ba0214f8d3168647e8ad4232b83987ef","release":null,"protected":false,"commit_id":"2831d897ba0214f8d3168647e8ad4232b83987ef","project_id":25157276},"emitted_at":1671097627160}
{"stream":"tags","data":{"name":"fake-tag-16","message":"","target":"2831d897ba0214f8d3168647e8ad4232b83987ef","release":null,"protected":false,"commit_id":"2831d897ba0214f8d3168647e8ad4232b83987ef","project_id":25157276},"emitted_at":1671097627160}
{"stream":"tags","data":{"name":"fake-tag-17","message":"","target":"2831d897ba0214f8d3168647e8ad4232b83987ef","release":null,"protected":false,"commit_id":"2831d897ba0214f8d3168647e8ad4232b83987ef","project_id":25157276},"emitted_at":1671097627160}
{"stream":"tags","data":{"name":"fake-tag-18","message":"","target":"2831d897ba0214f8d3168647e8ad4232b83987ef","release":null,"protected":false,"commit_id":"2831d897ba0214f8d3168647e8ad4232b83987ef","project_id":25157276},"emitted_at":1671097627160}
{"stream":"pipelines","data":{"id":272632767,"iid":2,"project_id":25157276,"sha":"6ad3dd49539391774db738c9e7b7d69f2d872c98","ref":"master","status":"failed","source":"push","created_at":"2021-03-18T12:51:06.262Z","updated_at":"2021-03-18T12:51:52.007Z","web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/pipelines/272632767"},"emitted_at":1671097627878}
{"stream":"pipelines","data":{"id":272631271,"iid":1,"project_id":25157276,"sha":"028c02d96f40afe9b4d1173c1d0f712dd6d07302","ref":"ykurochkin/add-fake-CI-config","status":"failed","source":"push","created_at":"2021-03-18T12:48:49.174Z","updated_at":"2021-03-18T12:49:38.092Z","web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/pipelines/272631271"},"emitted_at":1671097627879}
{"stream":"pipelines_extended","data":{"id":272632767,"iid":2,"project_id":25157276,"sha":"6ad3dd49539391774db738c9e7b7d69f2d872c98","ref":"master","status":"failed","source":"push","created_at":"2021-03-18T12:51:06.262Z","updated_at":"2021-03-18T12:51:52.007Z","web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/pipelines/272632767","before_sha":"2831d897ba0214f8d3168647e8ad4232b83987ef","tag":false,"yaml_errors":null,"user":{"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte"},"started_at":"2021-03-18T12:51:07.816Z","finished_at":"2021-03-18T12:51:52.000Z","committed_at":null,"duration":43,"queued_duration":1,"coverage":null,"detailed_status":{"icon":"status_failed","text":"failed","label":"failed","group":"failed","tooltip":"failed","has_details":false,"details_path":"/new-group-airbute/new-ci-test-project/-/pipelines/272632767","illustration":null,"favicon":"/assets/ci_favicons/favicon_status_failed-41304d7f7e3828808b0c26771f0309e55296819a9beea3ea9fbf6689d9857c12.png"}},"emitted_at":1671097628601}
{"stream":"pipelines_extended","data":{"id":272631271,"iid":1,"project_id":25157276,"sha":"028c02d96f40afe9b4d1173c1d0f712dd6d07302","ref":"ykurochkin/add-fake-CI-config","status":"failed","source":"push","created_at":"2021-03-18T12:48:49.174Z","updated_at":"2021-03-18T12:49:38.092Z","web_url":"https://gitlab.com/new-group-airbute/new-ci-test-project/-/pipelines/272631271","before_sha":"0000000000000000000000000000000000000000","tag":false,"yaml_errors":null,"user":{"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte"},"started_at":"2021-03-18T12:48:50.166Z","finished_at":"2021-03-18T12:49:38.084Z","committed_at":null,"duration":47,"queued_duration":null,"coverage":null,"detailed_status":{"icon":"status_failed","text":"failed","label":"failed","group":"failed","tooltip":"failed","has_details":false,"details_path":"/new-group-airbute/new-ci-test-project/-/pipelines/272631271","illustration":null,"favicon":"/assets/ci_favicons/favicon_status_failed-41304d7f7e3828808b0c26771f0309e55296819a9beea3ea9fbf6689d9857c12.png"}},"emitted_at":1671097628895}
{"stream":"users","data":{"id":7904355,"username":"y.kurochkin","name":"Yevhenii Kurochkin","state":"active","avatar_url":"https://secure.gravatar.com/avatar/760fcac88680c724a6b19c6bfd5b6718?s=80&d=identicon","web_url":"https://gitlab.com/y.kurochkin"},"emitted_at":1671097629404}
{"stream":"users","data":{"id":8375961,"username":"airbyte","name":"Alexander Arhipenko","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0a7841feac7218131ce7b427283c24ef?s=80&d=identicon","web_url":"https://gitlab.com/airbyte"},"emitted_at":1671097629405}

View File

@@ -7,36 +7,41 @@
"required": ["api_url", "private_token", "start_date"],
"additionalProperties": true,
"properties": {
"private_token": {
"type": "string",
"title": "Private Token",
"description": "Log into your GitLab account and then generate a personal [Access Token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html).",
"airbyte_secret": true,
"order": 0
},
"api_url": {
"type": "string",
"examples": ["gitlab.com"],
"title": "API URL",
"description": "Please enter your basic URL from GitLab instance."
},
"private_token": {
"type": "string",
"title": "Private Token",
"description": "Log into your GitLab account and then generate a personal Access Token.",
"airbyte_secret": true
},
"groups": {
"type": "string",
"examples": ["airbyte.io"],
"title": "Groups",
"description": "Space-delimited list of groups. e.g. airbyte.io."
},
"projects": {
"type": "string",
"title": "Projects",
"examples": ["airbyte.io/documentation"],
"description": "Space-delimited list of projects. e.g. airbyte.io/documentation meltano/tap-gitlab."
"description": "Please enter your basic URL from GitLab instance.",
"order": 1
},
"start_date": {
"type": "string",
"title": "Start Date",
"description": "The date from which you'd like to replicate data for GitLab API, in the format YYYY-MM-DDT00:00:00Z. All data generated after this date will be replicated.",
"examples": ["2021-03-01T00:00:00Z"],
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$",
"order": 2
},
"groups": {
"type": "string",
"examples": ["airbyte.io"],
"title": "Groups",
"description": "Space-delimited list of groups. e.g. airbyte.io.",
"order": 3
},
"projects": {
"type": "string",
"title": "Projects",
"examples": ["airbyte.io/documentation"],
"description": "Space-delimited list of projects. e.g. airbyte.io/documentation meltano/tap-gitlab.",
"order": 4
}
}
}