diff --git a/.github/workflows/codesee-arch-diagram.yml b/.github/workflows/codesee-arch-diagram.yml deleted file mode 100644 index 5b4e581..0000000 --- a/.github/workflows/codesee-arch-diagram.yml +++ /dev/null @@ -1,81 +0,0 @@ -on: - push: - branches: - - master - pull_request_target: - types: [opened, synchronize, reopened] - -name: CodeSee Map - -jobs: - test_map_action: - runs-on: ubuntu-latest - continue-on-error: true - name: Run CodeSee Map Analysis - steps: - - name: checkout - id: checkout - uses: actions/checkout@v2 - with: - repository: ${{ github.event.pull_request.head.repo.full_name }} - ref: ${{ github.event.pull_request.head.ref }} - fetch-depth: 0 - - # codesee-detect-languages has an output with id languages. - - name: Detect Languages - id: detect-languages - uses: Codesee-io/codesee-detect-languages-action@latest - - - name: Configure JDK 16 - uses: actions/setup-java@v2 - if: ${{ fromJSON(steps.detect-languages.outputs.languages).java }} - with: - java-version: '16' - distribution: 'zulu' - - # CodeSee Maps Go support uses a static binary so there's no setup step required. - - - name: Configure Node.js 14 - uses: actions/setup-node@v2 - if: ${{ fromJSON(steps.detect-languages.outputs.languages).javascript }} - with: - node-version: '14' - - - name: Configure Python 3.x - uses: actions/setup-python@v2 - if: ${{ fromJSON(steps.detect-languages.outputs.languages).python }} - with: - python-version: '3.x' - architecture: 'x64' - - - name: Configure Ruby '3.x' - uses: ruby/setup-ruby@v1 - if: ${{ fromJSON(steps.detect-languages.outputs.languages).ruby }} - with: - ruby-version: '3.0' - - # CodeSee Maps Rust support uses a static binary so there's no setup step required. - - - name: Generate Map - id: generate-map - uses: Codesee-io/codesee-map-action@latest - with: - step: map - github_ref: ${{ github.ref }} - languages: ${{ steps.detect-languages.outputs.languages }} - - - name: Upload Map - id: upload-map - uses: Codesee-io/codesee-map-action@latest - with: - step: mapUpload - api_token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }} - github_ref: ${{ github.ref }} - - - name: Insights - id: insights - uses: Codesee-io/codesee-map-action@latest - with: - step: insights - api_token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }} - github_ref: ${{ github.ref }} diff --git a/merges.json b/merges.json deleted file mode 100644 index c1bd6cb..0000000 --- a/merges.json +++ /dev/null @@ -1 +0,0 @@ -[{"id": 123653350, "iid": 4, "project_id": 30853311, "title": "CommentFix01", "description": "Update Comments page refresh, enable refresh if no comment gotten from callback for the scene and comments were already set\nFixes for the xrplan editor window", "state": "opened", "created_at": "2021-10-29T15:52:39.135Z", "updated_at": "2021-10-29T15:52:39.135Z", "merged_by": null, "merged_at": null, "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "CommentFix01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112725, "name": "Quentin de Fougeroux", "username": "QFouge", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/aa71b9fc7b99da7558b926ca53135b1a?s=80&d=identicon", "web_url": "https://gitlab.com/QFouge"}, "assignees": [{"id": 9112725, "name": "Quentin de Fougeroux", "username": "QFouge", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/aa71b9fc7b99da7558b926ca53135b1a?s=80&d=identicon", "web_url": "https://gitlab.com/QFouge"}], "assignee": {"id": 9112725, "name": "Quentin de Fougeroux", "username": "QFouge", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/aa71b9fc7b99da7558b926ca53135b1a?s=80&d=identicon", "web_url": "https://gitlab.com/QFouge"}, "reviewers": [{"id": 9112725, "name": "Quentin de Fougeroux", "username": "QFouge", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/aa71b9fc7b99da7558b926ca53135b1a?s=80&d=identicon", "web_url": "https://gitlab.com/QFouge"}], "source_project_id": 30853311, "target_project_id": 30853311, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "5e72d830fb57b38429d6cd18114d476d5495945c", "merge_commit_sha": null, "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!4", "references": {"short": "!4", "relative": "!4", "full": "madoxr/ue4-plugin-xrplan!4"}, "web_url": "https://gitlab.com/madoxr/ue4-plugin-xrplan/-/merge_requests/4", "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}, {"id": 123586776, "iid": 3, "project_id": 30853311, "title": "GitignoreAdd", "description": "adding gitignore", "state": "merged", "created_at": "2021-10-29T10:34:58.366Z", "updated_at": "2021-10-29T10:35:05.003Z", "merged_by": {"id": 9112725, "name": "Quentin de Fougeroux", "username": "QFouge", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/aa71b9fc7b99da7558b926ca53135b1a?s=80&d=identicon", "web_url": "https://gitlab.com/QFouge"}, "merged_at": "2021-10-29T10:35:05.029Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "GitignoreAdd", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112725, "name": "Quentin de Fougeroux", "username": "QFouge", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/aa71b9fc7b99da7558b926ca53135b1a?s=80&d=identicon", "web_url": "https://gitlab.com/QFouge"}, "assignees": [{"id": 9112725, "name": "Quentin de Fougeroux", "username": "QFouge", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/aa71b9fc7b99da7558b926ca53135b1a?s=80&d=identicon", "web_url": "https://gitlab.com/QFouge"}], "assignee": {"id": 9112725, "name": "Quentin de Fougeroux", "username": "QFouge", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/aa71b9fc7b99da7558b926ca53135b1a?s=80&d=identicon", "web_url": "https://gitlab.com/QFouge"}, "reviewers": [{"id": 9112725, "name": "Quentin de Fougeroux", "username": "QFouge", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/aa71b9fc7b99da7558b926ca53135b1a?s=80&d=identicon", "web_url": "https://gitlab.com/QFouge"}], "source_project_id": 30853311, "target_project_id": 30853311, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "6cb99bde95ba9aad28a970bef59b7dc1a82de004", "merge_commit_sha": "9ef15d9f7191990f53ba3153a5f3c4a90c942cd4", "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": "madoxr/ue4-plugin-xrplan!3"}, "web_url": "https://gitlab.com/madoxr/ue4-plugin-xrplan/-/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}, {"id": 123584875, "iid": 2, "project_id": 30853311, "title": "HugoInit", "description": "Voici mes BP que jai update", "state": "merged", "created_at": "2021-10-29T10:26:20.940Z", "updated_at": "2021-10-29T10:33:26.297Z", "merged_by": {"id": 9112725, "name": "Quentin de Fougeroux", "username": "QFouge", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/aa71b9fc7b99da7558b926ca53135b1a?s=80&d=identicon", "web_url": "https://gitlab.com/QFouge"}, "merged_at": "2021-10-29T10:33:26.322Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "HugoInit", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112725, "name": "Quentin de Fougeroux", "username": "QFouge", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/aa71b9fc7b99da7558b926ca53135b1a?s=80&d=identicon", "web_url": "https://gitlab.com/QFouge"}], "assignee": {"id": 9112725, "name": "Quentin de Fougeroux", "username": "QFouge", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/aa71b9fc7b99da7558b926ca53135b1a?s=80&d=identicon", "web_url": "https://gitlab.com/QFouge"}, "reviewers": [{"id": 9112725, "name": "Quentin de Fougeroux", "username": "QFouge", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/aa71b9fc7b99da7558b926ca53135b1a?s=80&d=identicon", "web_url": "https://gitlab.com/QFouge"}], "source_project_id": 30853311, "target_project_id": 30853311, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "7afb4137462817b8c5e6fbf7294c7857db03f32a", "merge_commit_sha": "96cf342b4c2112cf6e7912045275af95b83b48f7", "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": "madoxr/ue4-plugin-xrplan!2"}, "web_url": "https://gitlab.com/madoxr/ue4-plugin-xrplan/-/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}, {"id": 123574811, "iid": 1, "project_id": 30853311, "title": "InitQuentin", "description": "update plugin quentin version", "state": "merged", "created_at": "2021-10-29T09:30:20.645Z", "updated_at": "2021-10-29T09:38:44.386Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-29T09:38:44.414Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "InitQuentin", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112725, "name": "Quentin de Fougeroux", "username": "QFouge", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/aa71b9fc7b99da7558b926ca53135b1a?s=80&d=identicon", "web_url": "https://gitlab.com/QFouge"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 30853311, "target_project_id": 30853311, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "d153b65089975cacc9312f90fe87380a7b7c49af", "merge_commit_sha": "0df1d8bd4506d77ea2122fe3cd26f4b1f10bf2e5", "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": "madoxr/ue4-plugin-xrplan!1"}, "web_url": "https://gitlab.com/madoxr/ue4-plugin-xrplan/-/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": false, "blocking_discussions_resolved": true, "approvals_before_merge": null}, {"id": 113920763, "iid": 1, "project_id": 29121656, "title": "Dotenv and requirement", "description": "", "state": "merged", "created_at": "2021-08-25T13:07:22.758Z", "updated_at": "2021-08-25T13:07:45.146Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-08-25T13:07:45.173Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "dev", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [], "source_project_id": 29121656, "target_project_id": 29121656, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "694c6d5ce0b913dc85563285fb018094e5c7a8b7", "merge_commit_sha": "8703ce549fa0b5bc6929a644a19be75610bca45a", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": null, "reference": "!1", "references": {"short": "!1", "relative": "!1", "full": "madoxr/statssservice!1"}, "web_url": "https://gitlab.com/madoxr/statssservice/-/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": false, "blocking_discussions_resolved": true, "approvals_before_merge": null}, {"id": 122953529, "iid": 3, "project_id": 28263395, "title": "RELEASE V0.2.1.0", "description": "", "state": "merged", "created_at": "2021-10-26T08:27:18.960Z", "updated_at": "2021-10-26T08:31:49.047Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-26T08:31:49.086Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "dev", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 28263395, "target_project_id": 28263395, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "eb2f88fd945aca973b183736349faa0b79f531ff", "merge_commit_sha": "b9bb27513269570f78f7c3d27371f5acb4dc129b", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": null, "reference": "!3", "references": {"short": "!3", "relative": "!3", "full": "madoxr/streaming-service!3"}, "web_url": "https://gitlab.com/madoxr/streaming-service/-/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}, {"id": 122197923, "iid": 2, "project_id": 28263395, "title": "WEBRTC-SIGNALING-01", "description": "- automatically start setuping webrtc at streamer connection\n- Rename ClientsMap && Do not try setup WebRTC if no streamer is actualy connected", "state": "merged", "created_at": "2021-10-20T15:53:40.788Z", "updated_at": "2021-10-21T09:13:22.052Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-10-21T09:13:22.089Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "WEBRTC-SIGNALING-01", "user_notes_count": 0, "upvotes": 1, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 28263395, "target_project_id": 28263395, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "deea2c655fca619fadffe1a874d24a9b60abeef9", "merge_commit_sha": "669b6f3212ecccb3c4b4e1adeb26747d0d4c7b1b", "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": "madoxr/streaming-service!2"}, "web_url": "https://gitlab.com/madoxr/streaming-service/-/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}, {"id": 117576765, "iid": 1, "project_id": 28263395, "title": "WEBRTC-REFONT-00", "description": "- More debug\n- Remove crashes\n- Upgrade to 4.27", "state": "merged", "created_at": "2021-09-20T15:21:45.474Z", "updated_at": "2021-10-11T14:59:42.186Z", "merged_by": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "merged_at": "2021-10-11T14:59:42.210Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "WEBRTC-REFONT-00", "user_notes_count": 0, "upvotes": 2, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 28263395, "target_project_id": 28263395, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "60d33e934ac05ac8b8f61e00ea5d06a6416e0cb0", "merge_commit_sha": "801626199f9d39ba2cd756b0c8dde1b8d3ff7193", "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": "madoxr/streaming-service!1"}, "web_url": "https://gitlab.com/madoxr/streaming-service/-/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": false, "blocking_discussions_resolved": true, "approvals_before_merge": null}, {"id": 120066984, "iid": 4, "project_id": 28189119, "title": "IFRAME-4.27", "description": "4.27", "state": "merged", "created_at": "2021-10-06T13:35:29.716Z", "updated_at": "2021-10-08T11:30:00.412Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-08T11:30:00.437Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "IFRAME-4.27", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 28189119, "target_project_id": 28189119, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "6293c96d00a0fd4dc8b1066a4243c06bcfedf115", "merge_commit_sha": "5606f22bd5eed518e47a953e43324806c79333bd", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!4", "references": {"short": "!4", "relative": "!4", "full": "madoxr/pixelstreamingserver!4"}, "web_url": "https://gitlab.com/madoxr/pixelstreamingserver/-/merge_requests/4", "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}, {"id": 118308341, "iid": 3, "project_id": 28189119, "title": "STREAM-BACKGROUND", "description": "- Add background img to the iframe\n- auto start stream", "state": "merged", "created_at": "2021-09-24T12:27:56.223Z", "updated_at": "2021-09-24T16:17:53.758Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-24T16:17:53.781Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "STREAM-BACKGROUND", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 28189119, "target_project_id": 28189119, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "26f8afff6bd67853a40adc2494769b71c46be65c", "merge_commit_sha": "a25e389dfc2732a63752206df0ff99694392f776", "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": "madoxr/pixelstreamingserver!3"}, "web_url": "https://gitlab.com/madoxr/pixelstreamingserver/-/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}, {"id": 118264506, "iid": 2, "project_id": 28189119, "title": "TMP-DEV-00", "description": "Fix input", "state": "merged", "created_at": "2021-09-24T08:57:03.811Z", "updated_at": "2021-09-24T08:58:36.782Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-09-24T08:58:36.801Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "TMP-DEV-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 28189119, "target_project_id": 28189119, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "16f0b3a375d5d253103ae9386496dee5a9e7128a", "merge_commit_sha": "d5363684ec8dd1cb634d690290cace273ee4645a", "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": "madoxr/pixelstreamingserver!2"}, "web_url": "https://gitlab.com/madoxr/pixelstreamingserver/-/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}, {"id": 117948067, "iid": 1, "project_id": 28189119, "title": "IFRAME-02", "description": "Back, Front, et Streaming Service (pixelstreaming)\n\n- Iframe\n- On met les inputs qu'on peut dans le pixelstreaming service\n- On met en place une socketchain pour certains input (genre focus) pour faire front -> api -> iframe -> unreal", "state": "merged", "created_at": "2021-09-22T13:30:40.516Z", "updated_at": "2021-09-22T14:30:27.858Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-22T14:30:27.922Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "IFRAME-02", "user_notes_count": 3, "upvotes": 1, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 28189119, "target_project_id": 28189119, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "c8b78a9c3710571e7df73d3430af4f8272a9ce8a", "merge_commit_sha": "1808ecc418b1da72de43f404d970d248fbae5296", "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": "madoxr/pixelstreamingserver!1"}, "web_url": "https://gitlab.com/madoxr/pixelstreamingserver/-/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": false, "blocking_discussions_resolved": true, "approvals_before_merge": null}, {"id": 123651535, "iid": 146, "project_id": 27487038, "title": "SCENEPAGE-FIX", "description": "Selectionne un projet par d\u00e9fault", "state": "opened", "created_at": "2021-10-29T15:38:03.813Z", "updated_at": "2021-10-29T15:38:03.813Z", "merged_by": null, "merged_at": null, "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "SCENEPAGE-FIX", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "85623af8df1396e0d7e153e2708b5fa2c903cdf3", "merge_commit_sha": null, "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!146", "references": {"short": "!146", "relative": "!146", "full": "madoxr/frontend!146"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/146", "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}, {"id": 123626321, "iid": 145, "project_id": 27487038, "title": "HIGHLIGHT-COMMENTS", "description": "Ajout de highlight sur commentBox et 3d comments", "state": "opened", "created_at": "2021-10-29T13:47:41.563Z", "updated_at": "2021-10-29T14:34:28.684Z", "merged_by": null, "merged_at": null, "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "HIGHLIGHT-COMMENTS", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "unchecked", "sha": "e4de70192a2cb88ad92e405bdf15ac2e8f9cb6b6", "merge_commit_sha": null, "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!145", "references": {"short": "!145", "relative": "!145", "full": "madoxr/frontend!145"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/145", "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}, {"id": 123402744, "iid": 144, "project_id": 27487038, "title": "FIX-CommentBox-Event", "description": "Fix issue Chrome related", "state": "merged", "created_at": "2021-10-28T10:51:48.772Z", "updated_at": "2021-10-28T10:51:59.832Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-10-28T10:51:59.856Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "FIX-CommentBox-Event", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "3db9e3b883e3c8b564350d5b6589ad354e67abb4", "merge_commit_sha": "69452027b8e632cde98535a3df9198eb57a8a96f", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!144", "references": {"short": "!144", "relative": "!144", "full": "madoxr/frontend!144"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/144", "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}, {"id": 123389862, "iid": 143, "project_id": 27487038, "title": "POPUP-CREATE-00", "description": "- Ajout du 5eme thumbnail dans la grid css\n- Cr\u00e9ation du Popup Create Scene \n- Ajout de la fonctionnalit\u00e9e quitter", "state": "merged", "created_at": "2021-10-28T09:46:21.467Z", "updated_at": "2021-10-29T15:34:27.370Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-29T15:34:27.408Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "POPUP-CREATE-00", "user_notes_count": 11, "upvotes": 0, "downvotes": 0, "author": {"id": 9725914, "name": "Cedric G", "username": "cedric76", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/e1cc310b5f2850f5847ef11c7ab86bcf?s=80&d=identicon", "web_url": "https://gitlab.com/cedric76"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "0d6e1e0ae227ee9cbd9938b4c1dd8cac9ba09066", "merge_commit_sha": "cf85872596fe3ab6471e9e8a68c63c7242ed2983", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!143", "references": {"short": "!143", "relative": "!143", "full": "madoxr/frontend!143"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/143", "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}, {"id": 123376826, "iid": 142, "project_id": 27487038, "title": "USER-SETTING-02", "description": "- Design user settings \n- modification nom et pr\u00e9nom + profilpic\n- Regex v\u00e9rification only letters\n- Envoie de code de confirmation pas encore fonctionnel", "state": "merged", "created_at": "2021-10-28T08:51:54.393Z", "updated_at": "2021-10-28T09:27:30.508Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-10-28T09:27:30.534Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "USER-SETTING-02", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [], "assignee": null, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "a14495f2f8f0a75c09fd19f615226e8a03583311", "merge_commit_sha": "38461ab3e490e87c8a069b45eecb99f16d80027e", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!142", "references": {"short": "!142", "relative": "!142", "full": "madoxr/frontend!142"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/142", "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}, {"id": 123268941, "iid": 141, "project_id": 27487038, "title": "POST-COMMENT-PIPELINE", "description": "- Ajout d'un nouveaux Reducer `Comment`\n- focus CommentBox on create a 3D comment\n- Add a list to select the type of your comment (ask hugo)", "state": "merged", "created_at": "2021-10-27T16:06:24.013Z", "updated_at": "2021-10-28T09:49:35.780Z", "merged_by": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "merged_at": "2021-10-28T09:49:35.806Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "POST-COMMENT-PIPELINE", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "9efad31f3ab4fcfef9fee33d11e7d37e49f572c0", "merge_commit_sha": "8fe75a2b184993b1926c9ce3a8bb23a568ef05b0", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!141", "references": {"short": "!141", "relative": "!141", "full": "madoxr/frontend!141"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/141", "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}, {"id": 122951533, "iid": 140, "project_id": 27487038, "title": "MASTER V0.2.1.0", "description": "- FIX massif\n- Et plein de new features", "state": "merged", "created_at": "2021-10-26T08:21:16.883Z", "updated_at": "2021-10-26T08:21:59.286Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-26T08:21:59.320Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "dev", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "8ef4436766c04883a4046d9c1f6dd97792873626", "merge_commit_sha": "2999c8450764bb6eb2440d0a36bca2914d0f29e7", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": null, "reference": "!140", "references": {"short": "!140", "relative": "!140", "full": "madoxr/frontend!140"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/140", "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}, {"id": 122864434, "iid": 139, "project_id": 27487038, "title": "USER-SETTING-01", "description": "- Video Vim\u00e9o\n- Modification user settings", "state": "merged", "created_at": "2021-10-25T17:56:26.010Z", "updated_at": "2021-10-25T17:58:44.375Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-10-25T17:58:44.423Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "USER-SETTING-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "3511aef50322f3c1f2301a0364708141afb93c50", "merge_commit_sha": "8ef4436766c04883a4046d9c1f6dd97792873626", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!139", "references": {"short": "!139", "relative": "!139", "full": "madoxr/frontend!139"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/139", "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}, {"id": 122849245, "iid": 138, "project_id": 27487038, "title": "FIX-DESIGN-00", "description": "", "state": "merged", "created_at": "2021-10-25T16:22:42.387Z", "updated_at": "2021-10-25T16:23:30.727Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-10-25T16:23:30.754Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "FIX-DESIGN-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "6ce478c84d498e706a10c563a15c4b45f309fa76", "merge_commit_sha": "6077df6fe6406abce6b5af3971285c6529464008", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!138", "references": {"short": "!138", "relative": "!138", "full": "madoxr/frontend!138"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/138", "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}, {"id": 122848950, "iid": 137, "project_id": 27487038, "title": "HUGO-DEMODEBUG-01", "description": "Resolv WS bugs", "state": "merged", "created_at": "2021-10-25T16:20:54.330Z", "updated_at": "2021-10-25T16:22:52.807Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-10-25T16:22:52.850Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "HUGO-DEMODEBUG-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "e5b531d9ba98b864daf534b484c9a4bc47fb0d03", "merge_commit_sha": "7ecc40be26dbffd5381405fcdf9ae160a71d4646", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!137", "references": {"short": "!137", "relative": "!137", "full": "madoxr/frontend!137"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/137", "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}, {"id": 122847428, "iid": 136, "project_id": 27487038, "title": "INVITATION-02", "description": "Correction de certains bugs sur les invitations aux stream:\n\n- Nom du stream\n- Profil picture \n- name\n- firstname", "state": "merged", "created_at": "2021-10-25T16:09:10.170Z", "updated_at": "2021-10-25T16:20:33.076Z", "merged_by": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "merged_at": "2021-10-25T16:20:33.106Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "INVITATION-02", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "cbd408b3e1edde46bd0156bb8645097c31bc78c4", "merge_commit_sha": "85f88702ef98277e009fca34293d7d3a2026f495", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!136", "references": {"short": "!136", "relative": "!136", "full": "madoxr/frontend!136"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/136", "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}, {"id": 122828786, "iid": 135, "project_id": 27487038, "title": "FIX-DESIGN-00", "description": "", "state": "merged", "created_at": "2021-10-25T14:49:18.610Z", "updated_at": "2021-10-25T14:52:40.451Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-10-25T14:52:40.842Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "FIX-DESIGN-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "35179a5b8fed7e6c319155a5e8c1f9d4c2228ab8", "merge_commit_sha": "dc7615fa3535868a8be2d47c3952192ac616249f", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!135", "references": {"short": "!135", "relative": "!135", "full": "madoxr/frontend!135"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/135", "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}, {"id": 122820103, "iid": 134, "project_id": 27487038, "title": "COMMENT-REPLY-02", "description": "Solve prob about delete comments and a lot of other things", "state": "merged", "created_at": "2021-10-25T14:12:26.427Z", "updated_at": "2021-10-25T14:37:55.353Z", "merged_by": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "merged_at": "2021-10-25T14:37:55.710Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "COMMENT-REPLY-02", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "847f36626ee2e77eb5a1b94b3c8d9771c73a6792", "merge_commit_sha": "b1b1e248c5ae89f2a9a33f831771e8c66d8b6b56", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!134", "references": {"short": "!134", "relative": "!134", "full": "madoxr/frontend!134"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/134", "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}, {"id": 122815412, "iid": 133, "project_id": 27487038, "title": "HUGO-DEMOBUG-00", "description": "- Changement de 2-3 truc dans la banner du stream\n- Resolv signalling deconection bug (Temporary)", "state": "merged", "created_at": "2021-10-25T13:49:43.703Z", "updated_at": "2021-10-25T13:53:07.613Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-10-25T13:53:07.643Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "HUGO-DEMOBUG-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "39e9962e53d840e0e9745ce8be03a79f23ec243e", "merge_commit_sha": "d101166e56fb8c7914278bb90d599f2d1b2f2f63", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!133", "references": {"short": "!133", "relative": "!133", "full": "madoxr/frontend!133"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/133", "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}, {"id": 122767166, "iid": 132, "project_id": 27487038, "title": "COMMENT-15", "description": "- Websocket sur new comment count len\n- Create route pour count all comments by stream_id", "state": "merged", "created_at": "2021-10-25T10:15:47.927Z", "updated_at": "2021-10-25T10:23:35.774Z", "merged_by": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "merged_at": "2021-10-25T10:23:35.798Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "COMMENT-15", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "ac76a4143c0abcfa3ac51c33d3272352c99c6ff7", "merge_commit_sha": "f2091a77e29a6794f41d2de32f7416c22ccda485", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!132", "references": {"short": "!132", "relative": "!132", "full": "madoxr/frontend!132"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/132", "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}, {"id": 122584561, "iid": 131, "project_id": 27487038, "title": "USER-SETTING", "description": "", "state": "merged", "created_at": "2021-10-22T15:02:02.968Z", "updated_at": "2021-10-22T15:38:13.266Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-22T15:38:13.286Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "USER-SETTING", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "bdd8f47679024a1274e32b204226ab3353011e8b", "merge_commit_sha": "1e0a8f49df321d1a1ce5a1b9e11895fe6815fe39", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!131", "references": {"short": "!131", "relative": "!131", "full": "madoxr/frontend!131"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/131", "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}, {"id": 122583534, "iid": 130, "project_id": 27487038, "title": "Revert \"Merge branch 'USER-SETTING' into 'dev'\"", "description": "This reverts merge request !128", "state": "merged", "created_at": "2021-10-22T14:55:21.979Z", "updated_at": "2021-10-22T14:56:24.309Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-22T14:56:24.340Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "revert-1c094448", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [], "assignee": null, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "4a33eb35c435f7179bfda3b7f172be253cf365af", "merge_commit_sha": "0279d8dafbfca31789478c3206f0e57d046bf66c", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!130", "references": {"short": "!130", "relative": "!130", "full": "madoxr/frontend!130"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/130", "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}, {"id": 122577587, "iid": 129, "project_id": 27487038, "title": "STANLEY-00", "description": "* Add picture to account\n* Bouton gmail\n* Clean redux when new login\n* Search + new comment\n* Nombre de commentaire stream\n* Case sensitive email login et register", "state": "merged", "created_at": "2021-10-22T14:22:36.644Z", "updated_at": "2021-10-22T14:40:37.444Z", "merged_by": {"id": 9725914, "name": "Cedric G", "username": "cedric76", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/e1cc310b5f2850f5847ef11c7ab86bcf?s=80&d=identicon", "web_url": "https://gitlab.com/cedric76"}, "merged_at": "2021-10-22T14:40:37.474Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "STANLEY-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "4a25b1c608de130f64fbf743adae43bae1611b23", "merge_commit_sha": "d8d21655720c4f2d45a80db410470a0e85caff0c", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!129", "references": {"short": "!129", "relative": "!129", "full": "madoxr/frontend!129"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/129", "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}, {"id": 122566588, "iid": 128, "project_id": 27487038, "title": "USER-SETTING", "description": "- D\u00e9coupage du userSetting en plusieurs partie, \n- cr\u00e9ation de tous les components settings, \n- load component on click sur la setting main page\n- Cogwheel menu avec logout\n- Modification picture user sur UserSettings", "state": "merged", "created_at": "2021-10-22T13:36:55.094Z", "updated_at": "2021-10-22T14:55:08.435Z", "merged_by": {"id": 9725914, "name": "Cedric G", "username": "cedric76", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/e1cc310b5f2850f5847ef11c7ab86bcf?s=80&d=identicon", "web_url": "https://gitlab.com/cedric76"}, "merged_at": "2021-10-22T14:54:05.633Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "USER-SETTING", "user_notes_count": 0, "upvotes": 1, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "577712d07e05ca7b803fbc1eaff4d72393cd33d2", "merge_commit_sha": "1c094448a1ad37be5fcfeee63ec2a5b33f3e0cab", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!128", "references": {"short": "!128", "relative": "!128", "full": "madoxr/frontend!128"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/128", "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}, {"id": 122550621, "iid": 127, "project_id": 27487038, "title": "FIX-BUG-DEMO-1", "description": "- R\u00e9glage de bug", "state": "merged", "created_at": "2021-10-22T12:15:46.597Z", "updated_at": "2021-10-22T12:47:01.252Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-22T12:45:37.624Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "FIX-BUG-DEMO-1", "user_notes_count": 1, "upvotes": 0, "downvotes": 0, "author": {"id": 9725914, "name": "Cedric G", "username": "cedric76", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/e1cc310b5f2850f5847ef11c7ab86bcf?s=80&d=identicon", "web_url": "https://gitlab.com/cedric76"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "c6f2412966df4a574b1eb5f3d46cf8e41409fb59", "merge_commit_sha": "c24d364d1ed6ba3c39e68015cdca24fe8db37038", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!127", "references": {"short": "!127", "relative": "!127", "full": "madoxr/frontend!127"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/127", "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}, {"id": 122531937, "iid": 126, "project_id": 27487038, "title": "WEBRTC-STATS-WINDOW-00", "description": "Ajout d'un context modal CUSTOM quand on click sur le stream\nAjout d'un over avec toutes les stats du stream\n\n(ATTENTION LES STATS SONT EN ANY CETTE MERGE AURAS BESOIN D'UNE AUTRE POUR METTRE DES INTERFACES)", "state": "merged", "created_at": "2021-10-22T10:25:16.309Z", "updated_at": "2021-10-22T13:13:29.296Z", "merged_by": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "merged_at": "2021-10-22T13:13:29.321Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "WEBRTC-STATS-WINDOW-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "664546e71fb9fc64a4926af2e39837e707cbfc45", "merge_commit_sha": "423174d019f4bcb9b0399234362ebb53f46557cc", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!126", "references": {"short": "!126", "relative": "!126", "full": "madoxr/frontend!126"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/126", "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}, {"id": 122528369, "iid": 125, "project_id": 27487038, "title": "ONLINE-OFFLINE-BUTTON", "description": "Button live/ offline sur streamPage", "state": "merged", "created_at": "2021-10-22T10:03:25.622Z", "updated_at": "2021-10-22T12:43:40.385Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-22T12:43:40.413Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "ONLINE-OFFLINE-BUTTON", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "356039ec370c3ee1f2c3a490a79a477ba3aa0ac8", "merge_commit_sha": "ebc065d7bea25a00369b8afe2db2afd7fbf629cb", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!125", "references": {"short": "!125", "relative": "!125", "full": "madoxr/frontend!125"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/125", "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}, {"id": 122366244, "iid": 124, "project_id": 27487038, "title": "FIX-TAG", "description": "Fixe des tags apr\u00e8s suppression de Mr Cabel pour une raison encore inconnue\nEgalement back to sc\u00e8ne du streampage", "state": "merged", "created_at": "2021-10-21T13:27:49.887Z", "updated_at": "2021-10-21T14:03:47.942Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-10-21T14:03:47.993Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "FIX-TAG", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "9143e3e4db96d1cdaeca7c3fe875e16f16a93007", "merge_commit_sha": "a12f58a7319101ebb9b9fd737d2fe92201ccfde6", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!124", "references": {"short": "!124", "relative": "!124", "full": "madoxr/frontend!124"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/124", "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}, {"id": 122363562, "iid": 123, "project_id": 27487038, "title": "CLEANING-STAN-TYPO-00", "description": "\nNormalize comment.tsx TYPO because STAN doesn't wanted to", "state": "merged", "created_at": "2021-10-21T13:13:37.499Z", "updated_at": "2021-10-21T13:19:02.999Z", "merged_by": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "merged_at": "2021-10-21T13:19:03.037Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "CLEANING-STAN-TYPO-00", "user_notes_count": 0, "upvotes": 1, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "f57983007d15cca28d2211f0a2eba293ab5fd184", "merge_commit_sha": "c627547583281edbe9d34923d69c9b2a75d20e59", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!123", "references": {"short": "!123", "relative": "!123", "full": "madoxr/frontend!123"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/123", "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}, {"id": 122308803, "iid": 122, "project_id": 27487038, "title": "FIX-THUMBNAIL", "description": "- R\u00e9organisation et r\u00e9paration du grid css.", "state": "merged", "created_at": "2021-10-21T09:27:07.318Z", "updated_at": "2021-10-21T09:39:25.919Z", "merged_by": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "merged_at": "2021-10-21T09:39:25.952Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "FIX-THUMBNAIL", "user_notes_count": 0, "upvotes": 1, "downvotes": 0, "author": {"id": 9725914, "name": "Cedric G", "username": "cedric76", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/e1cc310b5f2850f5847ef11c7ab86bcf?s=80&d=identicon", "web_url": "https://gitlab.com/cedric76"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "1ebc3e43fa3ddbb091f7ee0debf95d0fbb685f8e", "merge_commit_sha": "7783458cd35d1d07875ab89b36b3f1774ce0946e", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!122", "references": {"short": "!122", "relative": "!122", "full": "madoxr/frontend!122"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/122", "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}, {"id": 122197554, "iid": 121, "project_id": 27487038, "title": "WEBRTC-SIGNALING-01", "description": "- automatically start setuping webrtc at streamer connection\n- Do not try setup WebRTC if no streamer is actually connected\n- custom message on close normally", "state": "merged", "created_at": "2021-10-20T15:52:01.066Z", "updated_at": "2021-10-21T09:06:52.010Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-10-21T09:06:52.038Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "WEBRTC-SIGNALING-01", "user_notes_count": 0, "upvotes": 1, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "e20d39057049f10d82d672511784f7e77e9969de", "merge_commit_sha": "d98b36e643c4460119e8d974f1a0cca3f7bd1367", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!121", "references": {"short": "!121", "relative": "!121", "full": "madoxr/frontend!121"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/121", "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}, {"id": 122123846, "iid": 120, "project_id": 27487038, "title": "WEBRTC-CONSOLELOG-00", "description": "Improving debug log to be more accurate and see more easily what you looking for (less spamming)", "state": "merged", "created_at": "2021-10-20T10:22:20.715Z", "updated_at": "2021-10-20T12:32:12.813Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-10-20T12:32:12.853Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "WEBRTC-CONSOLELOG-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "663b584661c394b80d6f144b59f805bddfa2747e", "merge_commit_sha": "1c533989770211f666dfcdef3253626c67ade527", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!120", "references": {"short": "!120", "relative": "!120", "full": "madoxr/frontend!120"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/120", "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}, {"id": 121773929, "iid": 119, "project_id": 27487038, "title": "REPLY-00", "description": "Infinite scroll reply\n\nD\u00e9sormais on utilise le m\u00eame systeme que Youtube, on load les reply de 5 en 5, ce qui permet de ne pas utiliser trop de la ram de mongo dans le cas o\u00f9 il y \u00e0 trop de reply.\n\nPour le back, on utilise un systeme de page, donc, onenvoie en query params la page (ex: 0, 1, 2, etc..) pour en r\u00e9cuperer toujours plus.\n\nJ'ai aussi r\u00e9solu quelques probl\u00e8mes de websocket en passant", "state": "merged", "created_at": "2021-10-18T16:08:53.616Z", "updated_at": "2021-10-21T13:07:14.927Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-21T13:07:14.975Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "REPLY-00", "user_notes_count": 11, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "62f17b11ed6de4344c3980270f53a48269bb13e6", "merge_commit_sha": "97d9d00391278a53f11a0847602ec74565f5a4ca", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!119", "references": {"short": "!119", "relative": "!119", "full": "madoxr/frontend!119"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/119", "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}, {"id": 121709620, "iid": 118, "project_id": 27487038, "title": "WEBRTC-4_27-01", "description": "- Upgrade current WebRTC to 4_27\n- Add interface to the window's object", "state": "merged", "created_at": "2021-10-18T11:12:12.751Z", "updated_at": "2021-10-18T11:31:49.427Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-18T11:31:49.453Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "WEBRTC-4_27-01", "user_notes_count": 1, "upvotes": 1, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "10923b81bf7f87a4db27b03ef4e157e1ab2dd14e", "merge_commit_sha": "9c504932560b7e6e0de1f2e6edbd02c86432ab6c", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!118", "references": {"short": "!118", "relative": "!118", "full": "madoxr/frontend!118"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/118", "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}, {"id": 121326521, "iid": 117, "project_id": 27487038, "title": "UPDATE MASTER", "description": "- UPDATE MASTER", "state": "merged", "created_at": "2021-10-14T15:18:57.287Z", "updated_at": "2021-10-14T15:19:13.244Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-14T15:19:13.269Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "dev", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "84da3280b162655302aae986b0f1bc0bfff10475", "merge_commit_sha": "c30e8852373cc58544db3ec223c408a2e66c21e2", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": null, "reference": "!117", "references": {"short": "!117", "relative": "!117", "full": "madoxr/frontend!117"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/117", "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}, {"id": 121324392, "iid": 116, "project_id": 27487038, "title": "MINI-FIX-00", "description": "- Make you able to leave the tag selection\n- Protect against no tag comment", "state": "merged", "created_at": "2021-10-14T15:05:41.891Z", "updated_at": "2021-10-14T15:17:25.516Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-14T15:17:25.545Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "MINI-FIX-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "548819e38c6824cfbc4c587228eb8430ad10851e", "merge_commit_sha": "84da3280b162655302aae986b0f1bc0bfff10475", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!116", "references": {"short": "!116", "relative": "!116", "full": "madoxr/frontend!116"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/116", "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}, {"id": 121316768, "iid": 115, "project_id": 27487038, "title": "COMMENT-SEARCH-01", "description": "Search comments\n\nThey have the possibility to search thought comment\nThere is an input, go search when enter\nDelete search when pressing the cross", "state": "merged", "created_at": "2021-10-14T14:22:13.030Z", "updated_at": "2021-10-14T14:50:44.572Z", "merged_by": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "merged_at": "2021-10-14T14:50:44.596Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "COMMENT-SEARCH-01", "user_notes_count": 0, "upvotes": 1, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "366459ec285dfc3688d2eceaa77789adf9eddb26", "merge_commit_sha": "0194c50094c98c4266b0c32c6890d0a883df977e", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!115", "references": {"short": "!115", "relative": "!115", "full": "madoxr/frontend!115"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/115", "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}, {"id": 121314002, "iid": 114, "project_id": 27487038, "title": "DISPLAY-COMMENT-REPLY", "description": "Permet de voir les comments reply uniquement sur un clic. \nDe base elles \u00e9taient toutes affich\u00e9es et nous avons d\u00e9cid\u00e9 de les cacher par d\u00e9faut et de les afficher sur clic.", "state": "merged", "created_at": "2021-10-14T14:09:28.293Z", "updated_at": "2021-10-14T14:24:03.170Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-10-14T14:24:03.192Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "DISPLAY-COMMENT-REPLY", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "3b841d47773d04598ed1d09860a7e22ecedb4c95", "merge_commit_sha": "7b805b865f942c5f465604cf8b387cbccb83fb06", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!114", "references": {"short": "!114", "relative": "!114", "full": "madoxr/frontend!114"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/114", "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}, {"id": 121307588, "iid": 113, "project_id": 27487038, "title": "FIX-BUG-TEST", "description": "- fix scroll sur la page watchstream \n- abaissement du header\n- Regex confirmation mail sur watchstream", "state": "merged", "created_at": "2021-10-14T13:36:21.960Z", "updated_at": "2021-10-14T14:23:59.969Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-10-14T14:23:59.994Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "FIX-BUG-TEST", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "5a6ef2149a8c129597e51a21fc6c4e18b7aa1f43", "merge_commit_sha": "7cc1c002b8297958a805b587cd5b301eae93de1e", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!113", "references": {"short": "!113", "relative": "!113", "full": "madoxr/frontend!113"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/113", "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}, {"id": 121112831, "iid": 112, "project_id": 27487038, "title": "SEARSH-BY-TAG", "description": "Permet de rechercher des commentaires avec plusieurs tags", "state": "merged", "created_at": "2021-10-13T14:25:35.083Z", "updated_at": "2021-10-14T13:31:31.609Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-14T13:31:31.646Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "SEARSH-BY-TAG", "user_notes_count": 1, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "3021b5383f5ae27ee1ae38ae4e8628105f6a0f55", "merge_commit_sha": "40cced966531555dba660ca516cf2758fdb4ec4c", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!112", "references": {"short": "!112", "relative": "!112", "full": "madoxr/frontend!112"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/112", "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}, {"id": 121062006, "iid": 111, "project_id": 27487038, "title": "AUTH-17", "description": "Possibilit\u00e9 de se login via unreal\n\nIl faut envoyer en query params:\n- token\n- uid\n- stream (stream_id)\n- project (project_id)\n\nDe cette mani\u00e8re on choppe tout, on met dans redux et on reload sans les query params. Donc pas de redirection", "state": "merged", "created_at": "2021-10-13T10:33:59.181Z", "updated_at": "2021-10-13T15:03:12.778Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-13T15:03:12.801Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "AUTH-17", "user_notes_count": 2, "upvotes": 1, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "ee5724f5bddac78d7f5488634e1059c238bc7141", "merge_commit_sha": "dcc740b8a33727ff8c3727df537f2ea5c9400b1f", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!111", "references": {"short": "!111", "relative": "!111", "full": "madoxr/frontend!111"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/111", "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}, {"id": 120869858, "iid": 110, "project_id": 27487038, "title": "TAG-LIST", "description": "- Cr\u00e9ation du SelectListComponent\n- Update tags\n- Tags par couleur", "state": "merged", "created_at": "2021-10-12T10:34:23.420Z", "updated_at": "2021-10-12T15:07:32.392Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-10-12T15:07:32.451Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "TAG-LIST", "user_notes_count": 1, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "87a80bc4f7b88e691c9e86e443ba3984d2e628c1", "merge_commit_sha": "1beaa275b2001e99c5df58416262673bcffad2cf", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!110", "references": {"short": "!110", "relative": "!110", "full": "madoxr/frontend!110"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/110", "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}, {"id": 120862431, "iid": 109, "project_id": 27487038, "title": "2.0", "description": "nouvelle appelation pour les button de la landing page green-button factorisation des input register et login et changement de la favicon", "state": "merged", "created_at": "2021-10-12T10:00:46.138Z", "updated_at": "2021-10-14T08:32:23.666Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-10-14T08:32:23.692Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "dev", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [], "assignee": null, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "dcc740b8a33727ff8c3727df537f2ea5c9400b1f", "merge_commit_sha": "d17ce749ab092cc1de204fb79aece461e32ef6b2", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": null, "reference": "!109", "references": {"short": "!109", "relative": "!109", "full": "madoxr/frontend!109"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/109", "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}, {"id": 120744454, "iid": 108, "project_id": 27487038, "title": "COMMENTLIST-REFONT-00", "description": "Refont COMMENT LIST (Elle va piquer)\n- Improving websocket\n- Fixing STAN websocket bug (because he never clear sockio route)\n- refont TextareaCOmponent (handling input only)\n- Create TextAreaResizable (handling show more/less and auto resizing)\n- Fixing hundred of bug in the commentlist", "state": "merged", "created_at": "2021-10-11T16:00:54.777Z", "updated_at": "2021-10-13T14:36:38.583Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-10-13T14:36:38.614Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "COMMENTLIST-REFONT-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "29e58c16d6eee58123a2f659d5492ed685148240", "merge_commit_sha": "2515f73f6a4ff22bf4461331cf028feaee143e20", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!108", "references": {"short": "!108", "relative": "!108", "full": "madoxr/frontend!108"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/108", "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}, {"id": 120120197, "iid": 107, "project_id": 27487038, "title": "RESPONSIVE-SCENEPAGE-00", "description": "Toutes les nouveaut\u00e9s du dossier scenepage", "state": "merged", "created_at": "2021-10-06T15:40:04.108Z", "updated_at": "2021-10-19T13:51:37.553Z", "merged_by": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "merged_at": "2021-10-19T13:51:37.586Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "RESPONSIVE-SCENEPAGE-00", "user_notes_count": 29, "upvotes": 1, "downvotes": 0, "author": {"id": 9725914, "name": "Cedric G", "username": "cedric76", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/e1cc310b5f2850f5847ef11c7ab86bcf?s=80&d=identicon", "web_url": "https://gitlab.com/cedric76"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "316906de93ac3b04acbf60abfe338d2bc78e9a74", "merge_commit_sha": "c10eb78c9312bcdedceed7d597add03e201f9a1f", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!107", "references": {"short": "!107", "relative": "!107", "full": "madoxr/frontend!107"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/107", "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}, {"id": 120067165, "iid": 106, "project_id": 27487038, "title": "IFRAME-4.27", "description": "Tout est dans le nom", "state": "merged", "created_at": "2021-10-06T13:35:54.793Z", "updated_at": "2021-10-08T11:31:19.293Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-08T11:31:19.312Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "IFRAME-4.27", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "1c2879d03c2a936eb7f52287704e848b9c8dcbcb", "merge_commit_sha": "1780067874204ffdc3f9c2927f0c801c4b129212", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!106", "references": {"short": "!106", "relative": "!106", "full": "madoxr/frontend!106"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/106", "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}, {"id": 119806738, "iid": 105, "project_id": 27487038, "title": "COMMENTS-14", "description": "On va chercher directement les infos de l'utilisateur dans la m\u00eame requete que les comments\n\nComme vous me l'aviez demandez!", "state": "merged", "created_at": "2021-10-05T14:55:31.044Z", "updated_at": "2021-10-08T11:29:49.897Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-08T11:29:49.922Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "COMMENTS-14", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "82b74cac5ab778f0c93a9b9e03941224b680eaf3", "merge_commit_sha": "dc3fd9a818334dd051e60d79d43df86af957f950", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!105", "references": {"short": "!105", "relative": "!105", "full": "madoxr/frontend!105"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/105", "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}, {"id": 119625856, "iid": 104, "project_id": 27487038, "title": "FIX-07", "description": "- Bug comments\n- Retirer le boutons twitter\n- Bug search (demander a stan)\n- Bug scroll comments\n- Comment non filtrer par tag", "state": "merged", "created_at": "2021-10-04T15:54:20.515Z", "updated_at": "2021-10-05T10:07:40.415Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-05T10:07:40.439Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "FIX-07", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "f0de267b29bad3bd6acac8f13b84fee1a6b68ec7", "merge_commit_sha": "7eed6591a0cc7eec6ebb28667aae7b7dd973a494", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!104", "references": {"short": "!104", "relative": "!104", "full": "madoxr/frontend!104"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/104", "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}, {"id": 119373965, "iid": 103, "project_id": 27487038, "title": "STREAM-BANNER", "description": "Design nouvelle banner stream", "state": "merged", "created_at": "2021-10-01T16:30:03.381Z", "updated_at": "2021-10-04T08:57:27.782Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-10-04T08:57:27.813Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "STREAM-BANNER", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "9dbe7e21261a95cefc16b046111f51f1044e8e29", "merge_commit_sha": "aa039eec5a4bcf7c56c32d53a6bd89a2e2f7b648", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!103", "references": {"short": "!103", "relative": "!103", "full": "madoxr/frontend!103"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/103", "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}, {"id": 119172921, "iid": 102, "project_id": 27487038, "title": "AUTH-16", "description": "On permet \u00e0 l'utilisateur qui est inviter d'avoir sa propre photo et son propre nom.\n\nOn r\u00e9cup\u00e8re le stream et le project gr\u00e2ce \u00e0 l'invitation.\nEnsuite on cr\u00e9er un compte et l'utilisateur \u00e0 toutes les infos.\nM\u00eame si il clique pour retourner en arri\u00e8re dans la liste des project il verra le bon.\n\nSauf que du coup, vu qu'il n'est que invit\u00e9, si il quitte et tenter de se reconnecter, il n'aura pas de mot de passe donc c'est temporaire\n\nJ'ai du rajouter un champs email car sinon c'est un gros bordel", "state": "merged", "created_at": "2021-09-30T16:08:13.276Z", "updated_at": "2021-10-05T10:02:34.377Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-05T10:02:34.406Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "AUTH-16", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "525cc59b25932656b4acc67296227ea5454b3da5", "merge_commit_sha": "a5382e66ab3c99a12b3f2639cc068edcf5d62d63", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!102", "references": {"short": "!102", "relative": "!102", "full": "madoxr/frontend!102"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/102", "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}, {"id": 119135854, "iid": 101, "project_id": 27487038, "title": "TAG-00", "description": "Cr\u00e9ation et update de tag.\n\n- On peut cr\u00e9er un commentaire global avec un tag, quand on clique sur le tag il change (texturing, modeling, etc..)\n- Plus tard, les commentaires position seront cr\u00e9er depuis la commentBox donc ok\n- On peut trier par tag en cliquant dessus en haut \u00e0 gauche. Il y \u00e0 un mode \"All\" qui permet de tout voir\n- On peut update un tag en cliquant dessus, il y \u00e0 une websocket qui permet de reload seulement les tags, elle dispose de sa propre interface d'ailleurs, je sais, c'est beau", "state": "merged", "created_at": "2021-09-30T12:46:56.462Z", "updated_at": "2021-09-30T16:22:22.585Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-30T16:22:22.622Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "TAG-00", "user_notes_count": 2, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "652a4fb07c19fc799de29369628c41f05ec5f4cc", "merge_commit_sha": "741acabd87006a222abc91a1b84ae5f0871f669b", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!101", "references": {"short": "!101", "relative": "!101", "full": "madoxr/frontend!101"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/101", "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}, {"id": 118977605, "iid": 100, "project_id": 27487038, "title": "COMMENTS-07", "description": "Plusieurs updates, toute en rapport avec les websocket et l'infinite scroll\n\nNew, Update and delete commentaire -> on update seulement 1 \u00e9lement, celui qui est concern\u00e9\nNew, update, delete reply -> On reload seulement les reply du commentaire concern\u00e9", "state": "merged", "created_at": "2021-09-29T16:32:35.238Z", "updated_at": "2021-09-30T15:17:45.125Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-30T15:17:45.207Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "COMMENTS-07", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "f17eb7e9668790ae494e0ee48b00fc3ef47bb2da", "merge_commit_sha": "202371f70495a5f1ed5693ea12d091cf56f222ca", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!100", "references": {"short": "!100", "relative": "!100", "full": "madoxr/frontend!100"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/100", "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}, {"id": 118975617, "iid": 99, "project_id": 27487038, "title": "TEXTAREA-RESIZE", "description": "- Fonction show more comments / resize textarea\n- Focus sc\u00e8ne sur icones \n- Favicon webpack", "state": "merged", "created_at": "2021-09-29T16:18:50.757Z", "updated_at": "2021-10-01T09:27:26.220Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-01T09:27:26.260Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "TEXTAREA-RESIZE", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "e55265b0cf33383d11fef7656f1b1dc6d323a08e", "merge_commit_sha": "68023e6e5b10d6f9ba79ebca274296edd33e2ec9", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!99", "references": {"short": "!99", "relative": "!99", "full": "madoxr/frontend!99"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/99", "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}, {"id": 118897461, "iid": 98, "project_id": 27487038, "title": "AUTH-11", "description": "Check token when onload, if wrong, redirect to login page with a message", "state": "merged", "created_at": "2021-09-29T10:03:19.671Z", "updated_at": "2021-10-01T08:42:07.912Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-01T08:42:07.938Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "AUTH-11", "user_notes_count": 2, "upvotes": 0, "downvotes": 1, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "33ac0c6b73930c5f17c1599e1e25d852f651e8ec", "merge_commit_sha": "3207bb9fd20d6dbf638392525fa7da85d0ace74b", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!98", "references": {"short": "!98", "relative": "!98", "full": "madoxr/frontend!98"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/98", "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}, {"id": 118784599, "iid": 97, "project_id": 27487038, "title": "REDUX-01", "description": "On fait en sorte que notre store ne soit pas accessible de l'ext\u00e9rieur si on est en production\nFaudra penser \u00e0 faire un npm i\nJ'en ai profiter pour rajouter un run prod dans le package.json", "state": "merged", "created_at": "2021-09-28T16:04:10.228Z", "updated_at": "2021-09-29T09:23:25.619Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-29T09:23:25.648Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "REDUX-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "9c5aac8f1302eafec42d9d83fcdfdb0c65e03cdb", "merge_commit_sha": "4f3eb8262c6809f69844ff3a6822eb41feffce86", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!97", "references": {"short": "!97", "relative": "!97", "full": "madoxr/frontend!97"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/97", "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}, {"id": 118730978, "iid": 96, "project_id": 27487038, "title": "COMMENTS-06", "description": "Pouvoir filter les commentaires, on se base sur les inputs de la search box. Si inclus on show, sinon on ne show pas.\n\nJe suis rest\u00e9 plusieurs heures dessus \u00e0 me demander pourquoi \u00e7a me filterais le bon nombre de commentaires mais pas le bon contenu pour me rendre compte qu'il fallait update le useEffect du sous-component..\n\nJe remet \u00e7a sur le compte de la fatigue", "state": "merged", "created_at": "2021-09-28T12:39:52.657Z", "updated_at": "2021-09-28T12:49:22.487Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-28T12:49:22.527Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "COMMENTS-06", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "6306c80f3cf829003bc7a57ffc44861f560c8fb8", "merge_commit_sha": "51b3c2af1028cdab28bd057ca403a8c96907c36f", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!96", "references": {"short": "!96", "relative": "!96", "full": "madoxr/frontend!96"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/96", "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}, {"id": 118587009, "iid": 95, "project_id": 27487038, "title": "COMMENTS-05", "description": "Infinite scroll\n\nGlobalement par rapport \u00e0 la derni\u00e8re fois, ce qui change est qu'on peut envoyer le nombre de comments que l'on souhaite r\u00e9cuperer via les headers", "state": "merged", "created_at": "2021-09-27T15:54:47.128Z", "updated_at": "2021-09-28T09:13:19.241Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-28T09:13:19.270Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "COMMENTS-05", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "ac0fa0bac5f6483d2a175f13c78ebd06ab71c9dd", "merge_commit_sha": "6150bea690f849d958ae8312ee4a7633422be83b", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!95", "references": {"short": "!95", "relative": "!95", "full": "madoxr/frontend!95"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/95", "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}, {"id": 118552052, "iid": 94, "project_id": 27487038, "title": "AUTH-10", "description": "Gmail auth", "state": "merged", "created_at": "2021-09-27T13:07:16.817Z", "updated_at": "2021-09-27T14:42:14.086Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-27T14:42:14.147Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "AUTH-10", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "bf74f43ee1ca87f86ceb249df56c2a5c3cf9bf25", "merge_commit_sha": "f940b1379bb3f5c2d8bca64a2c81f0234794f780", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!94", "references": {"short": "!94", "relative": "!94", "full": "madoxr/frontend!94"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/94", "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}, {"id": 118518840, "iid": 93, "project_id": 27487038, "title": "SCENEPAGE-01", "description": "J'ai continuer la branch de C\u00e9dric\n\n1. Quand on se connecte, on va directement sur la scene page\n2. Vrai data en description\n3. Name of project and scene on stream", "state": "merged", "created_at": "2021-09-27T10:49:32.516Z", "updated_at": "2021-09-27T14:18:15.034Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-27T14:18:15.074Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "SCENEPAGE-01", "user_notes_count": 13, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "0542d4c4788997cb2cd5a45b4d1ca7a3286b45c9", "merge_commit_sha": "f581e3a71c47665b707819b60aad3cfd63265623", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!93", "references": {"short": "!93", "relative": "!93", "full": "madoxr/frontend!93"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/93", "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}, {"id": 118354400, "iid": 92, "project_id": 27487038, "title": "RESPONSIVE-FIX", "description": "- Rajout icones supprim\u00e9s\n- Fonction create invitation\n- Fonction share link\n- Reponsive desktop", "state": "merged", "created_at": "2021-09-24T16:03:18.580Z", "updated_at": "2021-09-24T16:14:56.857Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-24T16:14:56.881Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "RESPONSIVE-FIX", "user_notes_count": 1, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "e18fa213e42b1ebe3f8c600e66ce62f578a323e7", "merge_commit_sha": "afd56764edf7362c0f5fe11448a91afce5459f61", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!92", "references": {"short": "!92", "relative": "!92", "full": "madoxr/frontend!92"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/92", "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}, {"id": 118263849, "iid": 91, "project_id": 27487038, "title": "TMP-DEV-00", "description": "FIX iframe input", "state": "merged", "created_at": "2021-09-24T08:52:50.834Z", "updated_at": "2021-09-24T08:59:19.715Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-09-24T08:59:19.735Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "TMP-DEV-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "afaeb1b32a5d7ed4c0440a42e3c071f0263a311a", "merge_commit_sha": "8337cf3e58da2da5420ab86ba36b530f41b6aebe", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!91", "references": {"short": "!91", "relative": "!91", "full": "madoxr/frontend!91"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/91", "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}, {"id": 118163401, "iid": 90, "project_id": 27487038, "title": "FIX-COMMENT-UPDATE-AURORELOAD", "description": "- replace textarea by textareaComponent\n- add edit reply", "state": "closed", "created_at": "2021-09-23T16:11:35.411Z", "updated_at": "2021-10-01T09:15:44.362Z", "merged_by": null, "merged_at": null, "closed_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "closed_at": "2021-10-01T09:15:44.405Z", "target_branch": "Dev-2.0", "source_branch": "FIX-COMMENT-UPDATE-AURORELOAD", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "cannot_be_merged", "sha": "b36647dcc8ebb432a3519a98c070ddaff5bcb5d8", "merge_commit_sha": null, "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!90", "references": {"short": "!90", "relative": "!90", "full": "madoxr/frontend!90"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/90", "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}, {"id": 118155164, "iid": 89, "project_id": 27487038, "title": "COMMENT-UPDATE-AUTORELOAD", "description": "Le but est de permettre l'autoreload des updates des commentaires\n\n0. On vire le textarea component sur le front, qui \u00e9tait la source du bug et de ma complication TOUTE l'apr\u00e8s midi. Avant que je trouve le prob\n1. Cr\u00e9ation d'une route pour get un seul comment\n2. Changement de l'event websocket pour que ce soit uniquement pour les update et non pas identique \u00e0 un nouveau comment", "state": "merged", "created_at": "2021-09-23T15:18:01.189Z", "updated_at": "2021-09-23T15:25:35.211Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-23T15:25:35.245Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "COMMENT-UPDATE-AUTORELOAD", "user_notes_count": 0, "upvotes": 1, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "cc8f24eccb3e90ac44f068aa003d6e35d969e403", "merge_commit_sha": "ec1a36d8182e9e73495108665e3dd6e883091401", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!89", "references": {"short": "!89", "relative": "!89", "full": "madoxr/frontend!89"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/89", "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}, {"id": 118151367, "iid": 88, "project_id": 27487038, "title": "TEXTAREA-RESIZE", "description": "- Correction merge request\n- texte en anglais\n- suppression doublon\n- r\u00e9organisation render conditional\n- cr\u00e9ation fichiers utils\n- responsive design\n- ajout icone\n- nouvelle banner", "state": "merged", "created_at": "2021-09-23T14:58:02.753Z", "updated_at": "2021-09-23T15:12:19.321Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-23T15:12:19.348Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "TEXTAREA-RESIZE", "user_notes_count": 5, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "9caf6112371f00aa2276850cc2848473b66d6dea", "merge_commit_sha": "0ddd06fd4b0bd23b8597c20f58860eaaebddc5f4", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!88", "references": {"short": "!88", "relative": "!88", "full": "madoxr/frontend!88"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/88", "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}, {"id": 118125847, "iid": 87, "project_id": 27487038, "title": "SCENEPAGE-00", "description": "- Creation du dossier ScenePage avec deux components SideBare et SceneThubmnail", "state": "closed", "created_at": "2021-09-23T12:53:44.859Z", "updated_at": "2021-09-27T12:48:47.023Z", "merged_by": null, "merged_at": null, "closed_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "closed_at": "2021-09-27T12:48:47.067Z", "target_branch": "Dev-2.0", "source_branch": "SCENEPAGE-00", "user_notes_count": 6, "upvotes": 0, "downvotes": 0, "author": {"id": 9725914, "name": "Cedric G", "username": "cedric76", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/e1cc310b5f2850f5847ef11c7ab86bcf?s=80&d=identicon", "web_url": "https://gitlab.com/cedric76"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "cannot_be_merged", "sha": "3431ed7839102615b1a2282b6be428c8dca72c43", "merge_commit_sha": null, "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!87", "references": {"short": "!87", "relative": "!87", "full": "madoxr/frontend!87"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/87", "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}, {"id": 117948022, "iid": 86, "project_id": 27487038, "title": "IFRAME-02", "description": "Back, Front, et Streaming Service (pixelstreaming)\n\n- Iframe\n- On met les inputs qu'on peut dans le pixelstreaming service\n- On met en place une socketchain pour certains input (genre focus) pour faire front -> api -> iframe -> unreal", "state": "merged", "created_at": "2021-09-22T13:30:25.681Z", "updated_at": "2021-09-22T14:27:24.560Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-22T14:27:24.599Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "IFRAME-02", "user_notes_count": 6, "upvotes": 1, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "b5139e1bce8a1a8776ca51d3d1135f0e6c6d3178", "merge_commit_sha": "64ecc2c342b7b30c9d24a6314695d7b1f5b231f2", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!86", "references": {"short": "!86", "relative": "!86", "full": "madoxr/frontend!86"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/86", "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}, {"id": 117576761, "iid": 85, "project_id": 27487038, "title": "COMMENT-TIME-01", "description": "- Avancement page streaming \n- restructuration dossier \n- modification import style global \n- ajout favicon\n- supprimer commentaire reply\n- r\u00e9cup\u00e9rer time ago comment\n- regex email", "state": "merged", "created_at": "2021-09-20T15:21:40.959Z", "updated_at": "2021-09-21T15:13:01.604Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-09-21T15:13:01.625Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "COMMENT-TIME-01", "user_notes_count": 13, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "dc569a260ff2d58c7def2c1c0dfeb7f393d6b194", "merge_commit_sha": "cc8fc75abc5cc0b8849f65eae9088506bdb3eabf", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!85", "references": {"short": "!85", "relative": "!85", "full": "madoxr/frontend!85"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/85", "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}, {"id": 117576687, "iid": 84, "project_id": 27487038, "title": "WEBRTC-REFONT-00", "description": "- Refont webrtc\n- remove file pixelstreaming webrtc", "state": "merged", "created_at": "2021-09-20T15:21:10.287Z", "updated_at": "2021-09-21T15:20:45.694Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-09-21T15:20:45.735Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "WEBRTC-REFONT-00", "user_notes_count": 5, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "3a0b5006bcac535e2a8add12c945d63a59b27905", "merge_commit_sha": "52894467dd40431b6420a5088fd599bccb5f4088", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!84", "references": {"short": "!84", "relative": "!84", "full": "madoxr/frontend!84"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/84", "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}, {"id": 117265288, "iid": 83, "project_id": 27487038, "title": "LOGO-00", "description": "place new logo in the header", "state": "merged", "created_at": "2021-09-17T08:09:06.519Z", "updated_at": "2021-09-17T08:09:42.178Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-17T08:09:42.199Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "LOGO-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "bf91c4558e91c0f6216094facdcad0c483ceb38a", "merge_commit_sha": "93d1f0975f0db138f96f36d16bf14754b41dc9a6", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!83", "references": {"short": "!83", "relative": "!83", "full": "madoxr/frontend!83"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/83", "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}, {"id": 117261997, "iid": 82, "project_id": 27487038, "title": "DELETECOMMENT-UE4-00", "description": "- send descriptor to ureal when comment deleted", "state": "merged", "created_at": "2021-09-17T07:47:15.855Z", "updated_at": "2021-09-17T07:48:01.605Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-09-17T07:48:01.626Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "DELETECOMMENT-UE4-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "a32f3c9beb7f278ab92b3528d9aaf97e8e3a2e40", "merge_commit_sha": "c57a4edf68cce76b667f5eff95906157a91be66c", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!82", "references": {"short": "!82", "relative": "!82", "full": "madoxr/frontend!82"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/82", "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}, {"id": 117259075, "iid": 81, "project_id": 27487038, "title": "DEMO-00", "description": "", "state": "merged", "created_at": "2021-09-17T07:27:48.784Z", "updated_at": "2021-09-17T07:30:46.342Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-17T07:30:46.375Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "DEMO-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "bf0b06ebd6289ed21cf3fa40099e0a89ce7dd638", "merge_commit_sha": "8271612077b518e78866f307152d88d7949b534b", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!81", "references": {"short": "!81", "relative": "!81", "full": "madoxr/frontend!81"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/81", "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}, {"id": 117165295, "iid": 80, "project_id": 27487038, "title": "STREAMPAGE-04", "description": "", "state": "merged", "created_at": "2021-09-16T18:05:43.220Z", "updated_at": "2021-09-16T18:05:51.122Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-09-16T18:05:51.158Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "STREAMPAGE-04", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "4b4cee4332d0f678eb354fb348667ced46271005", "merge_commit_sha": "7ccfb0ac06fd5e308f8b3157cad68790b217e15f", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!80", "references": {"short": "!80", "relative": "!80", "full": "madoxr/frontend!80"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/80", "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}, {"id": 117162343, "iid": 79, "project_id": 27487038, "title": "ADD-COMMENT-BEHAVIOR-00", "description": "TOUT FONTCION ET C'EST AMELIORER", "state": "merged", "created_at": "2021-09-16T17:29:52.774Z", "updated_at": "2021-09-16T17:31:52.425Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-16T17:31:52.457Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "ADD-COMMENT-BEHAVIOR-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "9390ce2c0f6ac6c4c4c9bb7d16f82e971d5f7e36", "merge_commit_sha": "3d10b2ec9ebc3dd0a7062030d9e1a61508fabd8c", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!79", "references": {"short": "!79", "relative": "!79", "full": "madoxr/frontend!79"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/79", "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}, {"id": 117159527, "iid": 78, "project_id": 27487038, "title": "STREAMPAGE-03", "description": "- Avancement page streaming \n- restructuration dossier \n- modification import style global \n- ajout favicon", "state": "merged", "created_at": "2021-09-16T17:00:55.062Z", "updated_at": "2021-09-16T17:02:45.747Z", "merged_by": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "merged_at": "2021-09-16T17:02:45.810Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "STREAMPAGE-03", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "57ac03c91c8b2a964941009539ba916bbcdbfee8", "merge_commit_sha": "ceb1ce2241d6a0faca73422194f688a3b2af6e3e", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!78", "references": {"short": "!78", "relative": "!78", "full": "madoxr/frontend!78"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/78", "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}, {"id": 117156416, "iid": 77, "project_id": 27487038, "title": "AUTH-09", "description": "- Privacy policy and CGU in footer\n- Watch stream en hard code\n- Link to privacy and CGU in register\n- Obligation Checkbox in Register (cgu and policy)\n- Register set user object in Redux and go throught stream page\n- Del infinite realod.. unfortnunatly", "state": "merged", "created_at": "2021-09-16T16:34:33.152Z", "updated_at": "2021-09-16T17:04:20.271Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-09-16T17:04:20.302Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "AUTH-09", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "23e78200e2ab289e23f6bfc02ee72ef87e03709a", "merge_commit_sha": "df2a833c0d050224c8d69a04ff24ea47c0d419a1", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!77", "references": {"short": "!77", "relative": "!77", "full": "madoxr/frontend!77"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/77", "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}, {"id": 117133921, "iid": 76, "project_id": 27487038, "title": "COMMENT-00", "description": "Infinite scroll", "state": "merged", "created_at": "2021-09-16T14:19:21.909Z", "updated_at": "2021-09-16T14:30:09.089Z", "merged_by": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "merged_at": "2021-09-16T14:30:09.119Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "COMMENT-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "1e52858a6154262d4cfe291794b6d19f6f9e5ac4", "merge_commit_sha": "bd8e649ad26aa929c1e1a82195c91f471051d525", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!76", "references": {"short": "!76", "relative": "!76", "full": "madoxr/frontend!76"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/76", "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}, {"id": 117119942, "iid": 75, "project_id": 27487038, "title": "WEBSOCKET-00", "description": "- Add websocket\n- Refresh api data when a new comment or a new reply is posted\n- change posting reply textarea location", "state": "merged", "created_at": "2021-09-16T13:30:51.383Z", "updated_at": "2021-09-16T13:33:13.988Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-09-16T13:33:14.012Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "WEBSOCKET-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "edc0aa58955633f5461c50365d1165a35470e0c9", "merge_commit_sha": "61d1f930695559ffd231117915d22ec93604b74b", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!75", "references": {"short": "!75", "relative": "!75", "full": "madoxr/frontend!75"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/75", "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}, {"id": 117113353, "iid": 74, "project_id": 27487038, "title": "STREAMPAGE-02", "description": "- Avancement page streaming \n- restructuration dossier \n- modification import style global \n- ajout favicon", "state": "merged", "created_at": "2021-09-16T12:53:46.576Z", "updated_at": "2021-09-16T13:13:55.189Z", "merged_by": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "merged_at": "2021-09-16T13:13:55.214Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "STREAMPAGE-02", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "4025e71dc35ed5bcc07353cc511e3e0c76eb5786", "merge_commit_sha": "60a705cdb2c230395c975541589a4f760548ee2e", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!74", "references": {"short": "!74", "relative": "!74", "full": "madoxr/frontend!74"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/74", "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}, {"id": 117103581, "iid": 73, "project_id": 27487038, "title": "AUTH-07", "description": "Reli\u00e9s les pages /login et /register du nouvelle UI avec le back", "state": "merged", "created_at": "2021-09-16T11:53:02.114Z", "updated_at": "2021-09-16T12:33:09.018Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-16T12:33:09.042Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "AUTH-07", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "7f590b15c35e65019d558692f1fbd3b5229069b0", "merge_commit_sha": "2bf50b39b8dc731f58530e5e714dc416a03c6556", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!73", "references": {"short": "!73", "relative": "!73", "full": "madoxr/frontend!73"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/73", "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}, {"id": 117103129, "iid": 72, "project_id": 27487038, "title": "AUTH-01", "description": "Reli\u00e9s les pages /login et /register du nouvelle UI avec le back", "state": "closed", "created_at": "2021-09-16T11:50:50.211Z", "updated_at": "2021-09-16T11:52:25.248Z", "merged_by": null, "merged_at": null, "closed_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "closed_at": "2021-09-16T11:52:25.282Z", "target_branch": "Dev-2.0", "source_branch": "AUTH-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "bf35d00269e2a2f4f9b91254587ce7562558dc37", "merge_commit_sha": null, "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!72", "references": {"short": "!72", "relative": "!72", "full": "madoxr/frontend!72"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/72", "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}, {"id": 117091088, "iid": 71, "project_id": 27487038, "title": "INVITEPAGE-00", "description": "-J'ai cr\u00e9\u00e9 une page watch stream page, avec un firstname et un bouton enter", "state": "merged", "created_at": "2021-09-16T10:32:18.529Z", "updated_at": "2021-09-16T15:30:51.823Z", "merged_by": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "merged_at": "2021-09-16T15:30:51.848Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "INVITEPAGE-00", "user_notes_count": 2, "upvotes": 0, "downvotes": 0, "author": {"id": 9725914, "name": "Cedric G", "username": "cedric76", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/e1cc310b5f2850f5847ef11c7ab86bcf?s=80&d=identicon", "web_url": "https://gitlab.com/cedric76"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "1e99c9753d02561031661a01fcd5d39644da5ed3", "merge_commit_sha": "1f01338a919d9ab1800fb89bc99852db991beeaa", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!71", "references": {"short": "!71", "relative": "!71", "full": "madoxr/frontend!71"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/71", "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}, {"id": 117090168, "iid": 70, "project_id": 27487038, "title": "COMMENTREPLY-00", "description": "- Create comment reply\n- Fill all the reply after the comment in the commentList\n- add commentReply service\n- Add textarea to post reply", "state": "merged", "created_at": "2021-09-16T10:26:15.122Z", "updated_at": "2021-09-16T12:54:32.013Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-09-16T12:54:32.040Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "COMMENTREPLY-00", "user_notes_count": 1, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "0c2f5682064180e77b15b182dd5f2647afe7a05c", "merge_commit_sha": "2f3b95a96a7f6ab15be30c3675c3590657e73d0d", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!70", "references": {"short": "!70", "relative": "!70", "full": "madoxr/frontend!70"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/70", "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}, {"id": 116956409, "iid": 69, "project_id": 27487038, "title": "ARCHITECTURE-00", "description": "On r\u00e9cup\u00e8re seulement 10 commentaires\n\nQuand on scroll en bas, 10 nouveaux s'affiche", "state": "merged", "created_at": "2021-09-15T14:09:00.468Z", "updated_at": "2021-09-15T14:46:06.244Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-15T14:46:06.267Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "ARCHITECTURE-00", "user_notes_count": 2, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "1f70e1952ed321dc2909430f6dbe4de9a01c21f1", "merge_commit_sha": "c8f1a0ff082b098051d258274084c405771de63b", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!69", "references": {"short": "!69", "relative": "!69", "full": "madoxr/frontend!69"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/69", "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}, {"id": 116934336, "iid": 68, "project_id": 27487038, "title": "AUTH-00", "description": "- J'ai cr\u00e9\u00e9 une page login ainsi qu'une page register\n- j'ai ajout\u00e9 des routes de redirection dans le fichier App.tsx", "state": "merged", "created_at": "2021-09-15T12:35:57.870Z", "updated_at": "2021-09-16T08:43:48.835Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-09-16T08:43:48.861Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "AUTH-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9725914, "name": "Cedric G", "username": "cedric76", "state": "active", "avatar_url": "https://secure.gravatar.com/avatar/e1cc310b5f2850f5847ef11c7ab86bcf?s=80&d=identicon", "web_url": "https://gitlab.com/cedric76"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "dbda290a4046ef6abb90a31a193cc246aaf44f2f", "merge_commit_sha": "8612b5be0b5ad2e904cce97ad7c3242c324420e3", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!68", "references": {"short": "!68", "relative": "!68", "full": "madoxr/frontend!68"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/68", "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}, {"id": 116898666, "iid": 67, "project_id": 27487038, "title": "SERVICE-00", "description": "- move all Axios request in a service file :)", "state": "merged", "created_at": "2021-09-15T09:09:32.706Z", "updated_at": "2021-09-15T10:07:01.961Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-09-15T10:07:01.988Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "SERVICE-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "d0aad0dff0343f370edbe08c5c76d29aac9e0c29", "merge_commit_sha": "e72dbf905413070ea520785b54f307e75d0004d3", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!67", "references": {"short": "!67", "relative": "!67", "full": "madoxr/frontend!67"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/67", "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}, {"id": 116751942, "iid": 66, "project_id": 27487038, "title": "STREAMPAGE-01", "description": "Avancement page streaming \nComponent CommentBox\nrestructuration dossiers \nmodification import style global \najout favicon", "state": "merged", "created_at": "2021-09-14T12:52:21.907Z", "updated_at": "2021-09-14T13:01:38.621Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-14T13:01:38.667Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "STREAMPAGE-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "7ea9552806bfb11b146d240a3788abb9a58f7e42", "merge_commit_sha": "95d6526f6e5eaf6005b289f3bc28fb0d8d604121", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!66", "references": {"short": "!66", "relative": "!66", "full": "madoxr/frontend!66"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/66", "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}, {"id": 116745952, "iid": 65, "project_id": 27487038, "title": "CommentComponents-01", "description": "- Update design comment :)", "state": "merged", "created_at": "2021-09-14T12:31:58.700Z", "updated_at": "2021-09-14T12:38:50.585Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-09-14T12:38:50.618Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "CommentComponents-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "894094bbb3ccc7e9224adf66d4c3078fe4176ef3", "merge_commit_sha": "e432d3b83f331fb6e426dafc505ca69634a51108", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!65", "references": {"short": "!65", "relative": "!65", "full": "madoxr/frontend!65"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/65", "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}, {"id": 116583198, "iid": 64, "project_id": 27487038, "title": "CommentComponents-00", "description": "- create component comment (not finish YET)\n- Rebase\n- List get all comment from API", "state": "merged", "created_at": "2021-09-13T13:56:29.604Z", "updated_at": "2021-09-13T14:47:14.309Z", "merged_by": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "merged_at": "2021-09-13T14:47:14.338Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "CommentComponents-00", "user_notes_count": 0, "upvotes": 1, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "361bbf73a226a5cf104893275ff5bdb0de9e6bbb", "merge_commit_sha": "ea2e10fcb7c2f190ae0d01c301b8666084c8fb1d", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!64", "references": {"short": "!64", "relative": "!64", "full": "madoxr/frontend!64"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/64", "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}, {"id": 116544858, "iid": 63, "project_id": 27487038, "title": "stream-page-00", "description": "- Ajout page Stream et design layout\n- Modification structure dossier LandingPage\n- D\u00e9but design des components enfants \u00e0 StreamPage", "state": "merged", "created_at": "2021-09-13T10:29:01.401Z", "updated_at": "2021-09-13T10:57:19.314Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-09-13T10:57:19.337Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "stream-page-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "93e0cf400890e1748b028636f4373f312ed7c850", "merge_commit_sha": "31f92d4a1a0adc67da4041906b7d26cb5ca3f358", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!63", "references": {"short": "!63", "relative": "!63", "full": "madoxr/frontend!63"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/63", "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}, {"id": 116364629, "iid": 62, "project_id": 27487038, "title": "COMMENT-03", "description": " Envoyer photo dans les commentaires + Commentaire generales", "state": "merged", "created_at": "2021-09-10T13:35:51.468Z", "updated_at": "2021-09-10T15:31:55.956Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-10T15:31:55.982Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "COMMENT-03", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "3c52a3c1d1fae749d2a491851f3f56344aa48832", "merge_commit_sha": "3c666d75bb1a2556ff06ffa597efb2a5ec08d7ff", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!62", "references": {"short": "!62", "relative": "!62", "full": "madoxr/frontend!62"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/62", "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}, {"id": 116328983, "iid": 61, "project_id": 27487038, "title": "Modal 00", "description": "- Create modal\n- Implement modal on the landing page button \"Watch video\"\n- Move files\n- Implement popup at newsletter registering", "state": "merged", "created_at": "2021-09-10T09:45:31.852Z", "updated_at": "2021-09-10T12:18:45.832Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-09-10T12:18:45.863Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "MODAL-00", "user_notes_count": 1, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "da30de93cd42afb6a1ddf51016a532d0af423808", "merge_commit_sha": "56f7773bf4058ea30104cb8b2d457a7b16ddf0ed", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!61", "references": {"short": "!61", "relative": "!61", "full": "madoxr/frontend!61"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/61", "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}, {"id": 116214567, "iid": 60, "project_id": 27487038, "title": "Test less 00", "description": "", "state": "merged", "created_at": "2021-09-09T16:04:48.390Z", "updated_at": "2021-09-10T08:28:31.545Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-09-10T08:28:31.564Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "test-less-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "bb3c28e43cdb5218350faa7626547c4e2fb6cd85", "merge_commit_sha": "21ae6d254373f61f19e471c2b7dbc419fbdb0362", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!60", "references": {"short": "!60", "relative": "!60", "full": "madoxr/frontend!60"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/60", "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}, {"id": 115993370, "iid": 59, "project_id": 27487038, "title": "Streaming player 00", "description": "- Add streaming player\n- Implements utils\n- Add global websocket", "state": "merged", "created_at": "2021-09-08T15:16:10.129Z", "updated_at": "2021-09-09T09:25:34.001Z", "merged_by": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "merged_at": "2021-09-09T09:25:34.027Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "StreamingPlayer-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "1875e0763a9c44ee9c4ec76078a01655fa59179c", "merge_commit_sha": "7c7a3a89de16393f10066ade69cdf4eac89efd06", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!59", "references": {"short": "!59", "relative": "!59", "full": "madoxr/frontend!59"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/59", "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}, {"id": 115818049, "iid": 58, "project_id": 27487038, "title": "FIX-06", "description": "A lot of fixes\n\n- create project and scene -> auto deadline one month to early\n- Clear redux project when signout\n- On ne voit pas les commentaires quand on arrive avec un compte inviter\n- Envoyer une confirmation page -> auto remplissage email (window.prompt)\n- Fix header invitation (project, etc..)\n- Essayes de s'inscrire avec un compte existant, wrong error msg\n- Localhost email adresse redirection (Vous avez \u00e9t\u00e9 ajout\u00e9 \u00e0 un projet sur XRPlan)\n- Change email to English\n- https://xrplan.tech/confirmation -> resend link en fran\u00e7ais\n- Clourdinary over https", "state": "merged", "created_at": "2021-09-07T15:24:33.540Z", "updated_at": "2021-09-08T08:19:51.600Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-08T08:19:51.625Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "FIX-06", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "accf84900488f3f2fb2ed16b6233aa0fa6b94955", "merge_commit_sha": "f61935d9d0a7d839363e8c2f5fbcc89fe9773062", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!58", "references": {"short": "!58", "relative": "!58", "full": "madoxr/frontend!58"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/58", "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}, {"id": 115715409, "iid": 57, "project_id": 27487038, "title": "Add webpack && typescript && eslint", "description": "- Add webpack\n- add typescript\n- add eslint", "state": "merged", "created_at": "2021-09-07T08:38:41.203Z", "updated_at": "2021-09-07T08:52:09.867Z", "merged_by": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "merged_at": "2021-09-07T08:52:09.888Z", "closed_by": null, "closed_at": null, "target_branch": "Dev-2.0", "source_branch": "Webpack-Init-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "8330a124d2ecd5dea5b181dbfe9b0e8d2db530ea", "merge_commit_sha": "ef491bd832420abe19abf851ac4453879c7b0059", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!57", "references": {"short": "!57", "relative": "!57", "full": "madoxr/frontend!57"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/57", "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}, {"id": 115643149, "iid": 56, "project_id": 27487038, "title": "WORKFLOW-01", "description": "- Possibilit\u00e9 d'assign\u00e9 quelqu'un \u00e0 une tache (un commentaire)\n- Possibilit\u00e9 de modifier qui est assign\u00e9\n- On peut assigner/modifier seulement si on \u00e0 l'autorisation, les permissions\n- L'artiste peut voir dans son workflow, nouvel onglet \"my tasks\" l\u00e0 o\u00f9 il \u00e0 \u00e9t\u00e9 assign\u00e9\n- Une petite route pour que sur unreal on ne puisse r\u00e9cuperer que les commentaires o\u00f9 on \u00e0 \u00e9t\u00e9 assign\u00e9\n- Petite websocket sur le front bien entendu", "state": "merged", "created_at": "2021-09-06T15:37:43.650Z", "updated_at": "2021-09-07T08:41:31.237Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-07T08:41:31.268Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "WORKFLOW-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "f881b4226f5571d5bde833a67c0bfb30a8333ea4", "merge_commit_sha": "16f7f09ee930b8b462a8b8263b7bcb6db207e43b", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!56", "references": {"short": "!56", "relative": "!56", "full": "madoxr/frontend!56"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/56", "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}, {"id": 114885298, "iid": 55, "project_id": 27487038, "title": "1.13.0 refont files architectures", "description": "Rename and move almost every files", "state": "merged", "created_at": "2021-09-01T11:46:11.476Z", "updated_at": "2021-09-01T11:59:36.368Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-09-01T11:59:36.392Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "1.13.0-RefontFilesArchitectures", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "c987dd10f7fedebaccd1cfa97bad47613ca309e1", "merge_commit_sha": "6606c8664b1c575a17a2dbd797d63a15a0f8948c", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!55", "references": {"short": "!55", "relative": "!55", "full": "madoxr/frontend!55"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/55", "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}, {"id": 114546084, "iid": 54, "project_id": 27487038, "title": "AUTH-04", "description": "FIX bug login easy\n\nQuand on s'inscrivait, on mettais le token dans redux donc la personne pouvait se connecter en login easy sans valider le code confirmation: ce n'est plus possible", "state": "merged", "created_at": "2021-08-30T15:52:31.305Z", "updated_at": "2021-08-31T08:24:30.770Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-08-31T08:24:30.792Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "AUTH-04", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "53913a264fb6633b6be02ca197557893cdfdbb6f", "merge_commit_sha": "01cb30318a9d74343563404055f1e746e9616c6f", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!54", "references": {"short": "!54", "relative": "!54", "full": "madoxr/frontend!54"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/54", "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}, {"id": 114545751, "iid": 53, "project_id": 27487038, "title": "1.13.0 mini improvement 00", "description": "- Email auto completion in code confirmation after registering", "state": "merged", "created_at": "2021-08-30T15:49:51.835Z", "updated_at": "2021-08-30T15:53:42.494Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-08-30T15:53:42.519Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "1.13.0_MiniImprovement-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "03a825a19e31c85b66eac835dfcdba3b82c89cec", "merge_commit_sha": "d2b59b00edda22de23bd369f821400f38f4859b6", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!53", "references": {"short": "!53", "relative": "!53", "full": "madoxr/frontend!53"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/53", "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}, {"id": 114538140, "iid": 52, "project_id": 27487038, "title": "PROJECT-01", "description": "Deadline par default new scene\n\nDeadline \u00e0 la cr\u00e9ation d'un projet\n\nDeadline par default projet\n\nErreur bug quand on entre sur scene/settings", "state": "merged", "created_at": "2021-08-30T15:00:20.276Z", "updated_at": "2021-08-30T15:10:18.440Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-08-30T15:10:18.475Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "PROJECT-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "da01ee599d96193160ad99da2b56b9c0d1d2e781", "merge_commit_sha": "27fca8042e42fbe12607c8d14878fc00ada6d443", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!52", "references": {"short": "!52", "relative": "!52", "full": "madoxr/frontend!52"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/52", "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}, {"id": 114537510, "iid": 51, "project_id": 27487038, "title": "Rename Interfaces && add `components` folder for all the component interfaces && fix WebRtcIssue", "description": "- Rename Interfaces\n- Add `components` folder for all the component interfaces\n- Fix WebRtcIssue", "state": "merged", "created_at": "2021-08-30T14:56:17.524Z", "updated_at": "2021-08-30T15:01:19.259Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-08-30T15:01:19.290Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "1.13.0_interfaces-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "3caaa315749cf786b943df7847e3ebe88bd5bc29", "merge_commit_sha": "c1cf83ef1f58f32bc690754e38fec7200bc0c4c8", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!51", "references": {"short": "!51", "relative": "!51", "full": "madoxr/frontend!51"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/51", "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}, {"id": 114516171, "iid": 50, "project_id": 27487038, "title": "FIX-05", "description": "WEBRTC https\nstreaming service\nsignalling.xrplan.tech", "state": "merged", "created_at": "2021-08-30T12:55:38.583Z", "updated_at": "2021-08-30T12:56:41.312Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-08-30T12:56:41.341Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "FIX-05", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "dd098d88c42c2ba70b5d8f405f31b6caa952b772", "merge_commit_sha": "c4ff026c46fc418058d67b25ad2695e3bcd0eec1", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!50", "references": {"short": "!50", "relative": "!50", "full": "madoxr/frontend!50"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/50", "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}, {"id": 114510938, "iid": 49, "project_id": 27487038, "title": "V1.12_Redirect_Unlogged", "description": "- redirection when your token is expired or is wrong", "state": "merged", "created_at": "2021-08-30T12:25:58.564Z", "updated_at": "2021-08-30T14:26:16.576Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-08-30T14:26:16.621Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "V1.12_Redirect_Unlogged", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "8ef4e3f113bb311340e932dcdc03ced2f6ccd575", "merge_commit_sha": "cb37eade63d2132c6206681b36da79b58fd6c176", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!49", "references": {"short": "!49", "relative": "!49", "full": "madoxr/frontend!49"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/49", "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}, {"id": 114487238, "iid": 48, "project_id": 27487038, "title": "Add interface to comment && Textarea will now not be refresh if you are in...", "description": "- Add typescript to ProjectReducer\n- Add typescript to StreamSessionReducer\n- Rename StreamSessionReducer by streamReducer\n- move RootState into globalReducer\n- remove commentList to redux and keep it local into commentsTab\n- Cleaning && fixixing", "state": "merged", "created_at": "2021-08-30T10:07:22.859Z", "updated_at": "2021-08-30T10:45:24.876Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-08-30T10:45:24.904Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "Typescriptisation-REDUX-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "c225ff25fb2b71fe2caa65f6a035a6b11be4bbd9", "merge_commit_sha": "1eeccdbe9edbf4d6bed2099f07b8324d084f73af", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!48", "references": {"short": "!48", "relative": "!48", "full": "madoxr/frontend!48"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/48", "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}, {"id": 114482268, "iid": 47, "project_id": 27487038, "title": "PROFIL-01", "description": "Update password from account", "state": "merged", "created_at": "2021-08-30T09:34:32.600Z", "updated_at": "2021-08-30T09:42:46.262Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-08-30T09:42:46.322Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "PROFIL-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "d8c90e9839d788c6a0d8ba18134134f85237663f", "merge_commit_sha": "b8483cda0898ceef8828e396de6187d4bb6a4307", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!47", "references": {"short": "!47", "relative": "!47", "full": "madoxr/frontend!47"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/47", "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}, {"id": 113926907, "iid": 46, "project_id": 27487038, "title": "PROFIL-00", "description": "- Update config.js, full auto\n- Create profil page\n- Update profile\n- Update profil pic\n- Profil pic depuis gmail\n- Profil pic \u00e0 l'inscription gener\u00e9", "state": "merged", "created_at": "2021-08-25T13:35:16.992Z", "updated_at": "2021-08-30T08:34:30.587Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-08-30T08:34:30.624Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "PROFIL-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "8ce3391965eedd2a5692a63728ab2576c5fd8ba5", "merge_commit_sha": "072c78763c4d1c5de43be0046a77c8c4cc9c5942", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!46", "references": {"short": "!46", "relative": "!46", "full": "madoxr/frontend!46"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/46", "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}, {"id": 113911032, "iid": 45, "project_id": 27487038, "title": "STATS-00", "description": "On ajoute l'obligation d'accepter les conditions g\u00e9n\u00e9rales d'utilisations et la politique de confidentialit\u00e9 \u00e0 l'inscription avec une checkbox.\n\nCe sont des liens cliquables pour se rendre sur /privacy et /cgu o\u00f9 un pdf est int\u00e9grer.\n\nJ'utilise un nouveau package pour render les pdf dont il faudra penser \u00e0 faire un npm i", "state": "merged", "created_at": "2021-08-25T12:18:24.028Z", "updated_at": "2021-08-25T14:45:12.920Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-08-25T14:45:12.946Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "STATS-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "aea346c35199f8fc4191e729fbf3a34dbbdfca25", "merge_commit_sha": "3d6327f95a8e7a74de1e6baabbf17cf6b65c3f99", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!45", "references": {"short": "!45", "relative": "!45", "full": "madoxr/frontend!45"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/45", "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}, {"id": 113652037, "iid": 44, "project_id": 27487038, "title": "DEVOPS-00", "description": "IP dynamique pour config.apiAddr", "state": "merged", "created_at": "2021-08-24T09:40:25.434Z", "updated_at": "2021-08-24T09:43:32.195Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-08-24T09:43:32.239Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "DEVOPS-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "2a299781ae7d87128d8d70d3aaae7637f72ac745", "merge_commit_sha": "5b53988648f0e76a2fe8d6b3622f850255827d29", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!44", "references": {"short": "!44", "relative": "!44", "full": "madoxr/frontend!44"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/44", "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}, {"id": 113643960, "iid": 43, "project_id": 27487038, "title": "Textarea component", "description": "- Create TextareaComponent\n- Replace all textarea by TextareaComponent\n- fix audio bug\n- change cursor when over reply features\n- add verbosity on commentsTab", "state": "merged", "created_at": "2021-08-24T09:06:19.902Z", "updated_at": "2021-08-24T09:15:21.520Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-08-24T09:15:21.573Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "Textarea-Component", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "31358d9683684453adc2c4697f13d01bcc9c1eb6", "merge_commit_sha": "d07686e3f50a6d635063b0ac09774cef9f66af15", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!43", "references": {"short": "!43", "relative": "!43", "full": "madoxr/frontend!43"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/43", "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}, {"id": 113473577, "iid": 42, "project_id": 27487038, "title": "Clean", "description": "remove useless files\nremove debug console.log\nmoving pixelstreaming.tsx to utils instead of services", "state": "merged", "created_at": "2021-08-23T12:15:54.975Z", "updated_at": "2021-08-23T12:45:58.050Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-08-23T12:45:58.083Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "CLEAN-05", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "6d7d654718c05a2552a5f1f4f12790a89a354187", "merge_commit_sha": "7fa6c45f524a667fe32e54cb6c2d069fa32d031a", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!42", "references": {"short": "!42", "relative": "!42", "full": "madoxr/frontend!42"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/42", "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}, {"id": 113453642, "iid": 41, "project_id": 27487038, "title": "COMMENTS-01", "description": "Comment reply ;)\n\n- On enter press -> Validate\n- Websocket new reply\n- Show/hide responses\n- interfaces and all this other stuffs\n- Possibility to update reply", "state": "merged", "created_at": "2021-08-23T09:56:46.171Z", "updated_at": "2021-08-23T12:31:27.135Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-08-23T12:31:27.163Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "COMMENTS-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "648379be8c6f10823a78a6c5d70db8b7dfd8ff5d", "merge_commit_sha": "08989ec539d641385f698ad798830ef65236cdd3", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!41", "references": {"short": "!41", "relative": "!41", "full": "madoxr/frontend!41"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/41", "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}, {"id": 113226265, "iid": 40, "project_id": 27487038, "title": "Clean 04", "description": "- cleaning debuging logs\n- Removing CSS\n- Removing review mode (because it was a mess)\n- Refont of the pixelstreaming page style", "state": "merged", "created_at": "2021-08-20T14:44:51.124Z", "updated_at": "2021-08-20T16:03:29.533Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-08-20T16:03:29.555Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "CLEAN-04", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "08275b684333130e0f6d8b16ff7b6618e51f11ae", "merge_commit_sha": "9ebec426b845cd96fcd0872e67c39315ec5f778d", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!40", "references": {"short": "!40", "relative": "!40", "full": "madoxr/frontend!40"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/40", "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}, {"id": 113172586, "iid": 39, "project_id": 27487038, "title": "Cl ean 03.01", "description": "Linting code :dagger:\nNormalize code", "state": "merged", "created_at": "2021-08-20T09:15:02.340Z", "updated_at": "2021-08-20T09:23:04.304Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-08-20T09:23:04.343Z", "closed_by": null, "closed_at": null, "target_branch": "CLEAN-03", "source_branch": "ClEAN-03.01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "e97b24c96b47c69d069b2b7d1897a6bd5d9ed8e8", "merge_commit_sha": "a625e91e10d2cb3c49a24e3fed602950afa118c2", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!39", "references": {"short": "!39", "relative": "!39", "full": "madoxr/frontend!39"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/39", "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}, {"id": 113172152, "iid": 38, "project_id": 27487038, "title": "CLEAN-03", "description": "- HTTPS\n- Replace user_id by uid\n- Audio stream -> little design member", "state": "merged", "created_at": "2021-08-20T09:12:19.512Z", "updated_at": "2021-08-20T09:39:38.700Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-08-20T09:39:38.818Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "CLEAN-03", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "fd0bb6c86fd6f7fc4d3a5f7c39ff3302120aa263", "merge_commit_sha": "93220f132db46ef08ebcab4e0e449890cff86f2c", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!38", "references": {"short": "!38", "relative": "!38", "full": "madoxr/frontend!38"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/38", "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}, {"id": 112879324, "iid": 37, "project_id": 27487038, "title": "CLEAN-02", "description": "Resolve merge prob", "state": "merged", "created_at": "2021-08-18T15:17:14.549Z", "updated_at": "2021-08-18T15:46:08.768Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-08-18T15:46:08.802Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "CLEAN-02", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "b3eec0925470aed093181726f809e4b5e1cdd46b", "merge_commit_sha": "604cedebb496341b0b20cf70df9463df75552555", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!37", "references": {"short": "!37", "relative": "!37", "full": "madoxr/frontend!37"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/37", "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}, {"id": 112817630, "iid": 36, "project_id": 27487038, "title": "TYPESCRIPT", "description": "Typescript ;)", "state": "merged", "created_at": "2021-08-18T09:43:39.628Z", "updated_at": "2021-08-18T10:01:56.791Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-08-18T10:01:56.821Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "TYPESCRIPT", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "168078e7e2eaba3654be3cf961fe666da8b9efce", "merge_commit_sha": "0e70d3f7e51b6ce49db0acd62ff045ccf48a3d4f", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!36", "references": {"short": "!36", "relative": "!36", "full": "madoxr/frontend!36"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/36", "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}, {"id": 112264895, "iid": 35, "project_id": 27487038, "title": "Worklocal", "description": "it actual work sometime :D", "state": "merged", "created_at": "2021-08-13T13:00:49.425Z", "updated_at": "2021-08-13T13:19:48.328Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-08-13T13:19:48.351Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "WORKLOCAL", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "95983e6b14864edcc7991e49765ff50e17dac63f", "merge_commit_sha": "8106474883c2cdb5a06f47f26f98fd408d0190fb", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!35", "references": {"short": "!35", "relative": "!35", "full": "madoxr/frontend!35"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/35", "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}, {"id": 111866203, "iid": 34, "project_id": 27487038, "title": "AUDIO-00", "description": "Cette merge request permet d'avoir l'audio sur le stream\n\nTout fonctionne sur le systeme de \"Viewers\". On cr\u00e9er une base de donn\u00e9e pour cette occasion.\n\nQuand quelqu'un arrive sur la page, on lui r\u00e9cup\u00e8re son audio, et on envoie avec peerjs. Mais on envoie aussi une requete sur le back pour cr\u00e9er un item Viewer.\nLorsque l'utilisateur quitte le page, reload ou ferme la fenetre, on envoie une requete avec l'\u00e9venement window.onclose sur le back pour passer l'instance Viewer en active=false dans la database.\n\nChaque fois qu'un utilisateur se connecte, on envoie une websocket pour reload la liste des Viewer du stream o\u00f9 active=true, comme \u00e7a on a la liste des gens qui sont sur le stream en direct. Idem, quand un utilisateur se mute on envoie \u00e7a au backend, qui fais la modif muted=true et on envoie une websocket pour de nouveau reload la liste des viewers sur le stream", "state": "merged", "created_at": "2021-08-11T09:39:45.554Z", "updated_at": "2021-08-18T10:13:45.586Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-08-18T10:13:45.612Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "AUDIO-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "154a23048d238b032541fab2dc60e3e1b598d8eb", "merge_commit_sha": "998ceda1c34e4a0b3397f510208296bfad760961", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!34", "references": {"short": "!34", "relative": "!34", "full": "madoxr/frontend!34"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/34", "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}, {"id": 109258221, "iid": 33, "project_id": 27487038, "title": "Clean 01", "description": "- Clean a bit\n- add tools box under stream\n- move WebRtcPlayer in the public folder\n- connect front with the streaming-service", "state": "merged", "created_at": "2021-07-21T13:54:54.611Z", "updated_at": "2021-07-21T14:04:15.149Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-07-21T14:04:15.175Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "CLEAN-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "3754ad1ab3e4ce5263c85fdba0a92824be1e3db6", "merge_commit_sha": "d60c191de1a3f77e329d780b56b0f35fedad6caf", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!33", "references": {"short": "!33", "relative": "!33", "full": "madoxr/frontend!33"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/33", "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}, {"id": 109106511, "iid": 32, "project_id": 27487038, "title": "AUTH-03", "description": "Gmail login ;)", "state": "merged", "created_at": "2021-07-20T15:55:15.988Z", "updated_at": "2021-07-20T16:03:22.992Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-07-20T16:03:23.019Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "AUTH-03", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "3abbce0bda9ef86c353e35a87324e5bd707499ea", "merge_commit_sha": "90f4ce42b6e7e2385353fc9a488f41f6f9802989", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!32", "references": {"short": "!32", "relative": "!32", "full": "madoxr/frontend!32"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/32", "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}, {"id": 109078483, "iid": 31, "project_id": 27487038, "title": "INVITATION-00", "description": "On stock les invitations dans la database et on cr\u00e9er un utilisateur sans email et sans password, mais du coup il a un token, un firstname et un uid.\n\nOn check aussi la date d'expiration du lien (24h), et il y \u00e0 aussi une image en background.\n\nOn pourra faire des stats et suivre les liens", "state": "merged", "created_at": "2021-07-20T13:14:29.142Z", "updated_at": "2021-07-20T13:40:32.042Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-07-20T13:40:32.068Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "INVITATION-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "f2f0860afc692e2955422434b897f35cfbd240b2", "merge_commit_sha": "06489303684438954af8db0dd6e40e839d66ed81", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!31", "references": {"short": "!31", "relative": "!31", "full": "madoxr/frontend!31"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/31", "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}, {"id": 108947291, "iid": 30, "project_id": 27487038, "title": "clean config.js && add debug peerConnectionOptions", "description": "MULTI IP SANS IFRAME", "state": "merged", "created_at": "2021-07-19T15:59:23.155Z", "updated_at": "2021-07-19T16:01:15.549Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-07-19T16:01:15.661Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "WEBRTC-00", "user_notes_count": 1, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "8a8d4216e2d2331f3a9962bd5ac71e7f63bf079f", "merge_commit_sha": "9bba4060aada65637c608e8f5b5ddcf74fd8865f", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!30", "references": {"short": "!30", "relative": "!30", "full": "madoxr/frontend!30"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/30", "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}, {"id": 108933704, "iid": 29, "project_id": 27487038, "title": "TEST (CLEAN)", "description": "Clean projet front after demo 1", "state": "merged", "created_at": "2021-07-19T14:37:04.520Z", "updated_at": "2021-07-19T14:37:39.876Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-07-19T14:37:39.907Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "TEST", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "750ff646c943711fe036777dc50f84cb4f0cbc7e", "merge_commit_sha": "997f57e4411227212d9e19c40dc50bd656c38b7e", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!29", "references": {"short": "!29", "relative": "!29", "full": "madoxr/frontend!29"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/29", "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}, {"id": 108870542, "iid": 28, "project_id": 27487038, "title": "Production merge", "description": "- Recuperation de tout lest modifs qu'on a fait en prodution\n- Rebase avec la branch master\n- Ajout du WEBRTC directement dans la page\n- Un leger clean", "state": "merged", "created_at": "2021-07-19T08:23:50.720Z", "updated_at": "2021-07-19T08:29:22.589Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-07-19T08:29:22.640Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "PRODUCTION-MERGE", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "36cf7865e3b62c7c3962f5cdec9c6eca7479571d", "merge_commit_sha": "b3294cbe044f714f0ae463258000a266a19f5d7e", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!28", "references": {"short": "!28", "relative": "!28", "full": "madoxr/frontend!28"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/28", "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}, {"id": 108661852, "iid": 27, "project_id": 27487038, "title": "MUTLI-IP", "description": "Multi IP + iFrame", "state": "merged", "created_at": "2021-07-16T08:53:19.453Z", "updated_at": "2021-07-16T08:54:24.604Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-07-16T08:54:24.661Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "MULTI-IP", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "f4a6c656387fea6b0816299eac39f0a59782f69b", "merge_commit_sha": "55ee1401b344710e857c813043feeb47f227f616", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!27", "references": {"short": "!27", "relative": "!27", "full": "madoxr/frontend!27"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/27", "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}, {"id": 108100498, "iid": 26, "project_id": 27487038, "title": "FIX-04", "description": "Beaucoup de petites choses..\n\n- Texte en anglais\n- Possibilit\u00e9 d'envoyer un lien d'invitation au steam\n- Firstname et name dans redux\n- Avec le firstname dans redux, on peut l'afficher sur le lien d'invite (oui, tout est li\u00e9 :D)\n- Afficher une erreur qui inique qu'on est pas connect\u00e9 et qu'on se trouve sur l'app\n- Add token et uid pour un guest, ce qui \u00e9vite des erreurs\n- UPDATE materialui link auth/register/forget", "state": "merged", "created_at": "2021-07-13T15:56:28.730Z", "updated_at": "2021-07-16T08:54:25.201Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-07-16T08:54:25.245Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "FIX-04", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "16e35694f8a0d198b058c7d8294a9b145f34e488", "merge_commit_sha": "55ee1401b344710e857c813043feeb47f227f616", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!26", "references": {"short": "!26", "relative": "!26", "full": "madoxr/frontend!26"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/26", "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}, {"id": 107627359, "iid": 25, "project_id": 27487038, "title": "FIX-03", "description": "- [x] Supprimer des scenes\n- [x] Settings scenes\n- [x] Supprimer des projets\n- [x] SignOut\n- [x] Changement de couleur en mode review", "state": "merged", "created_at": "2021-07-09T13:27:34.390Z", "updated_at": "2021-07-09T13:46:41.169Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-07-09T13:46:41.228Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "FIX-03", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "c5379b7bb839b9378c1b1c3afecf1c109a3540d1", "merge_commit_sha": "3e1f8b53f58b4ba891d4bef2a0cf615e93ebd164", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!25", "references": {"short": "!25", "relative": "!25", "full": "madoxr/frontend!25"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/25", "time_stats": {"time_estimate": 0, "total_time_spent": 0, "human_time_estimate": null, "human_total_time_spent": null}, "squash": false, "task_completion_status": {"count": 5, "completed_count": 5}, "has_conflicts": false, "blocking_discussions_resolved": true, "approvals_before_merge": null}, {"id": 107606291, "iid": 24, "project_id": 27487038, "title": "Improve workflow", "description": "- Readme update\n- IF you press ESC while modifying the text of a comment it will be revert\n- I change the style of the commentsTab Header when it is in review mode (because it was ugly)\n- Emit the text to UE4 after the client change it\n- Emit a request to focus the commentaire, in review mode when you move to the next one", "state": "merged", "created_at": "2021-07-09T10:59:23.977Z", "updated_at": "2021-07-09T12:11:30.522Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-07-09T12:11:30.558Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "PIXELSTREAMING-04-BEHAVIOR", "user_notes_count": 2, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "f83fb5124a78b5bdb0aa7d63edf00d84c09c60f0", "merge_commit_sha": "e8293348916554f68b1aad1578ca9c262b867b84", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!24", "references": {"short": "!24", "relative": "!24", "full": "madoxr/frontend!24"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/24", "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}, {"id": 107421706, "iid": 23, "project_id": 27487038, "title": "WEBSOCKET-00", "description": "Cr\u00e9ation de websocket sur un nouveau server, qui tourne sur un nouveau port: 3060\nEnsuite on remet tout ce qui \u00e9tait comment\u00e9 sur le front\n\nWEBSOCKET IS BACK!!", "state": "merged", "created_at": "2021-07-08T09:14:05.387Z", "updated_at": "2021-07-08T09:18:54.486Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-07-08T09:18:54.516Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "WEBSOCKET-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "ccddc3b8b9d43be79f9fdb5ea544580ad0e4e230", "merge_commit_sha": "a27e5c17407b4ee5040988a18a44401cb0fa00fc", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!23", "references": {"short": "!23", "relative": "!23", "full": "madoxr/frontend!23"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/23", "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}, {"id": 107275214, "iid": 22, "project_id": 27487038, "title": "Pixelstreaming 03 behavior", "description": "- Envoi d'info quand le button \"focus\" d'un commentaire est clicke\n- Ajout d'une bottom bar (toolsbox) pour mettre des buttons (elle est desactive le temps de faire la demo)\n- Ajout dun bouton dans la toolsbox qui permet de hide/show tout les comments", "state": "merged", "created_at": "2021-07-07T09:38:49.585Z", "updated_at": "2021-07-07T09:40:18.309Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-07-07T09:40:18.339Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "PIXELSTREAMING-03-BEHAVIOR", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "7a2adbca3f020eb72449b504a26bf00896b318e0", "merge_commit_sha": "6b947004cf73806bb26369af7f9bdef157039d7f", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!22", "references": {"short": "!22", "relative": "!22", "full": "madoxr/frontend!22"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/22", "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}, {"id": 107184227, "iid": 21, "project_id": 27487038, "title": "FIX-02", "description": "- Bug quand on veux ajouter quelqu'un au projet\n- Le mot \"XR PLAN\" dans le menu devrait renvoyer sur /projet\n- onmouseover commentaire\n- Protection contre les doubles invitations \u00e0 un projet\n- Popover/tooltipe button settings, add and play\n- Skip scene overview et aller directement dans stream\n- Indiquer une erreur si l'email n'existe pas dans forget password, login, et confirmation code\n- Probleme redux inscription\n- Ecrire un message diff\u00e9rent quand quelqu'un 0 projets", "state": "merged", "created_at": "2021-07-06T16:47:18.397Z", "updated_at": "2021-07-07T09:14:30.638Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-07-07T09:14:30.667Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "FIX-02", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "e7ca5f9b272d59fe46966eb7907979d07b60b2bd", "merge_commit_sha": "7cbcbb9353cd70a16e0c67b913f2672f4151596d", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!21", "references": {"short": "!21", "relative": "!21", "full": "madoxr/frontend!21"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/21", "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}, {"id": 107137130, "iid": 20, "project_id": 27487038, "title": "Pixelstreaming 02 input", "description": "- ajout des input souris\n- ajout des input clavier\n(les input peuvent etre envoyer que quand le cursor est lock sur le player video)\n(j'ai pas encore ajout\u00e9 la fonction qui converti les coordonn\u00e9 web player avec les coordonn\u00e9 stream windows donc notre souris \u00e0 tr\u00e8s peut de DPI, mais pour palli\u00e9 le probl\u00e8me j'ai fait un x10 avant l'emit to UE4 ^^)", "state": "merged", "created_at": "2021-07-06T11:56:51.457Z", "updated_at": "2021-07-06T13:06:14.173Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-07-06T13:06:14.229Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "PIXELSTREAMING-02-INPUT", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "2c6fc2eeb21f7d5c32501054300e4ddb4d3ac3a4", "merge_commit_sha": "a3c3a229e7126a6305e10d0ce0999fb781e11c66", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!20", "references": {"short": "!20", "relative": "!20", "full": "madoxr/frontend!20"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/20", "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}, {"id": 107102447, "iid": 19, "project_id": 27487038, "title": "Socket fix", "description": "- Remove socket.io (tmp)", "state": "merged", "created_at": "2021-07-06T08:36:39.723Z", "updated_at": "2021-07-06T08:42:51.524Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-07-06T08:42:51.569Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "SocketFix", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "805fe6f548f396f779123391b00989268181578d", "merge_commit_sha": "df59289fb9697f7ac5a66b4f14990755d7489c4a", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!19", "references": {"short": "!19", "relative": "!19", "full": "madoxr/frontend!19"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/19", "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}, {"id": 107002576, "iid": 18, "project_id": 27487038, "title": "Ajout du stream", "description": "- Ajout du stream dans le player\n- ajout du webRtc pour convertir le flux en video\n- Ajout d'un WebSocket pour recupere les actions du stream (peut utile pour le moment)", "state": "merged", "created_at": "2021-07-05T12:50:17.441Z", "updated_at": "2021-07-05T12:54:46.724Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-07-05T12:54:46.751Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "PIXELSTREAMING-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "d6753845340da3c3718372216173881907161547", "merge_commit_sha": "8ab5b4ca1fe3a61c18543065658ecd74c10c955d", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!18", "references": {"short": "!18", "relative": "!18", "full": "madoxr/frontend!18"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/18", "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}, {"id": 106818978, "iid": 17, "project_id": 27487038, "title": "SCENE-01", "description": "- Workflow\n- Deadline to scenes\n- Status to scenes\n- MaterialUI ++", "state": "merged", "created_at": "2021-07-02T14:53:37.784Z", "updated_at": "2021-07-05T08:48:05.048Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-07-05T08:48:05.071Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "SCENE-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "8dc17a1690536e4451109f16e2b59b4c6e92ae1b", "merge_commit_sha": "4c3476d2d507cefb5ecd022a90ee09b47eb31802", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!17", "references": {"short": "!17", "relative": "!17", "full": "madoxr/frontend!17"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/17", "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}, {"id": 106626810, "iid": 16, "project_id": 27487038, "title": "FIX-01", "description": "- Solve prob confirmation email", "state": "merged", "created_at": "2021-07-01T12:27:21.900Z", "updated_at": "2021-07-01T13:52:03.455Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-07-01T13:52:03.488Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "FIX-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "9d8f69bef593bc4eac66cc1df644864dba4b643e", "merge_commit_sha": "463275015c576403bdf2e89c206615162bca489a", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!16", "references": {"short": "!16", "relative": "!16", "full": "madoxr/frontend!16"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/16", "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}, {"id": 106276597, "iid": 15, "project_id": 27487038, "title": "AUTH-02", "description": "- Autologin dans /login quand le token et l'uid sont ok\n- Header dans login qui permet de ne pas reload le token quand on se connecte depuis le pixelstreaming", "state": "merged", "created_at": "2021-06-29T13:49:40.013Z", "updated_at": "2021-07-01T13:48:33.444Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-07-01T13:48:33.766Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "AUTH-02", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "c0643e8ed1a0ef32c4252a969250a4cc01d00760", "merge_commit_sha": "0c3d8666ea47d6a735eab40c17ff141f9a687b40", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!15", "references": {"short": "!15", "relative": "!15", "full": "madoxr/frontend!15"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/15", "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}, {"id": 106268874, "iid": 14, "project_id": 27487038, "title": "SCENE-00", "description": "Mise \u00e0 jour de la page scene, avec des feed, la liste des commentaires et la possibilit\u00e9 d'ajouter des r\u00e9f\u00e9rences.\n\nLe tout avec des reload en websocket, bien \u00e9videmment", "state": "merged", "created_at": "2021-06-29T13:09:06.977Z", "updated_at": "2021-06-29T13:44:45.003Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-06-29T13:44:45.052Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "SCENE-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "3752cdb75171a9670a99ab1b9fe15145426bde45", "merge_commit_sha": "1a427cef9a473024a3138a541e19b7296e802588", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!14", "references": {"short": "!14", "relative": "!14", "full": "madoxr/frontend!14"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/14", "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}, {"id": 106098292, "iid": 13, "project_id": 27487038, "title": "SETUP permission project ok", "description": "user perm", "state": "merged", "created_at": "2021-06-28T14:18:08.841Z", "updated_at": "2021-06-28T14:18:25.601Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-06-28T14:18:25.630Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "AUTH-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "2973d369e43302c89f356009c57c0d06f9216016", "merge_commit_sha": "92a7c860aca5bad7ba96f538e144ee20aefeba88", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!13", "references": {"short": "!13", "relative": "!13", "full": "madoxr/frontend!13"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/13", "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}, {"id": 106066577, "iid": 12, "project_id": 27487038, "title": "0.12.0", "description": "Upload photo scene/projet", "state": "merged", "created_at": "2021-06-28T10:50:44.701Z", "updated_at": "2021-06-28T10:52:34.144Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-06-28T10:52:34.170Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "0.12.0", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [], "assignee": null, "reviewers": [], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "08b57c22fd43abd669b5aa59580c31617999d0b5", "merge_commit_sha": "6909b9d430742ab10afc9911cfea08ae863fe931", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!12", "references": {"short": "!12", "relative": "!12", "full": "madoxr/frontend!12"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/12", "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}, {"id": 105833174, "iid": 11, "project_id": 27487038, "title": "0.11.0", "description": "- Websocket commentaires\n- onclick project souris\n- get back commentaire id when created", "state": "merged", "created_at": "2021-06-25T10:47:22.587Z", "updated_at": "2021-06-25T10:53:14.545Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-06-25T10:53:14.568Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "0.11.0", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "07bf82832ea89057544033175dd5b26c584ca0b4", "merge_commit_sha": "0c753f7ffd7da4d9c09650c1e451972e5e81ef4c", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!11", "references": {"short": "!11", "relative": "!11", "full": "madoxr/frontend!11"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/11", "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}, {"id": 105697382, "iid": 10, "project_id": 27487038, "title": "API-00", "description": "- Forget password -> option ok\n- Quand on ajoutais quelqu'un \u00e0 un projet qui n'avait pas de compte \u00e7a fonctionnais quand m\u00eame -> r\u00e9solue\n- La fontFamility de la landing page est identique pour le button et les h1/h3\n- On utilise la websocket pour reload automatiquement la liste des projets si on est ajout\u00e9 dessus\n- Quand on veut se log et que le code de confirmation n'est pas valid\u00e9, on affiche une popup info et on redirige vers l'endroit pour \u00e9crire le code de confirmation\n- Update aussi du design de la page pour confirmer son compte (code de confirmation)", "state": "merged", "created_at": "2021-06-24T14:16:01.583Z", "updated_at": "2021-06-24T15:27:34.470Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-06-24T15:27:34.495Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "API-00", "user_notes_count": 1, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "d68003cc534d82808e89929c05799eaf83aa00f5", "merge_commit_sha": "5a615aa5e0c3ec9cbb3aee93fc37d36b14078304", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!10", "references": {"short": "!10", "relative": "!10", "full": "madoxr/frontend!10"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/10", "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}, {"id": 105547311, "iid": 9, "project_id": 27487038, "title": "DESIGN-01", "description": "Mise \u00e0 jour de popup.fail() et popup.success() pour les rendre un peu plus sexy ^^\n\nJ'ai ajout\u00e9 un package (`sweetalert2`) donc il faut faire un npm i apr\u00e8s", "state": "merged", "created_at": "2021-06-23T15:24:04.409Z", "updated_at": "2021-06-23T15:25:30.622Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-06-23T15:25:30.654Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "DESIGN-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "a24ea59d42bb9eee3598774a5d86442a3df0cfc7", "merge_commit_sha": "f62ec0d113e08f87650094744d4e2f4d738ab8ec", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!9", "references": {"short": "!9", "relative": "!9", "full": "madoxr/frontend!9"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/9", "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}, {"id": 105537660, "iid": 8, "project_id": 27487038, "title": "MENU-00", "description": "Permet d'update le menu quand on est connect\u00e9 ou d\u00e9connect\u00e9..\n\nJ'ai du mettre le header dans toutes les pages", "state": "merged", "created_at": "2021-06-23T14:28:22.250Z", "updated_at": "2021-06-23T14:40:08.883Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-06-23T14:40:08.977Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "MENU-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "383c0aacc244538b76ce1b1833ca36415e0d67f3", "merge_commit_sha": "1fc1af2e1f3ebff067cb1601a567f5bc4cf9eec5", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!8", "references": {"short": "!8", "relative": "!8", "full": "madoxr/frontend!8"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/8", "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}, {"id": 105493503, "iid": 7, "project_id": 27487038, "title": "Pixelstreaming 00", "description": "- J'ai r\u00e9gl\u00e9 les derni\u00e8res erreur du merge pr\u00e9c\u00e9dent \n- J'ai commenc\u00e9 \u00e0 cr\u00e9e le player qui va jou\u00e9 le stream", "state": "merged", "created_at": "2021-06-23T10:18:00.501Z", "updated_at": "2021-06-23T10:48:22.802Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-06-23T10:48:22.827Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "PIXELSTREAMING-00", "user_notes_count": 0, "upvotes": 1, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "3239452d65c274dffaadf459161992a831a6b8a6", "merge_commit_sha": "1fd342d404572c94b8ec18bf6711485b6de1d875", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!7", "references": {"short": "!7", "relative": "!7", "full": "madoxr/frontend!7"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/7", "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}, {"id": 105479294, "iid": 6, "project_id": 27487038, "title": "DESIGN-00", "description": "La branch ne contient que des \u00e9volutions \"design\"\n\n- Ajout de MaterialUI et Bootstrap (don't forget to npm i)\n- Update de la login page (material UI)\n- Update de la register page (material UI)\n- Update de la navbar/menu (bootstrap)\n- Update de la project/page (material UI)\n- J'ai pu remettre ton CSS sur la page commentTab :p\n- Update de la landing page (css)", "state": "merged", "created_at": "2021-06-23T09:19:40.827Z", "updated_at": "2021-06-23T09:26:16.665Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-06-23T09:26:16.685Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "DESIGN-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "83e9783813e238439e56006706e60dec31000b2f", "merge_commit_sha": "a3c6febcfe991acd934d861f233dcc4453c379aa", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!6", "references": {"short": "!6", "relative": "!6", "full": "madoxr/frontend!6"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/6", "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}, {"id": 105472976, "iid": 5, "project_id": 27487038, "title": "REVIEW-02", "description": "Je voulais faire redux-expire mais finalement j'ai pas trouv\u00e9 de fa\u00e7on rapide et pratique donc je reporte \u00e7a \u00e0 plus tard.\n- Au refresh du commentsTab il va compt\u00e9 le nombre de comments with `pending = true` et l'affich\u00e9 sur le bouton de review, et si il y en \u00e0 0 la review ne va pas ce lanc\u00e9. (C'est aussi pratique pour v\u00e9rifi\u00e9 si la review est termin\u00e9)\n- J'ai r\u00e9duit la taille du commentsTab car je l'avait agrandit du fait que je travaillais dessus. (J'ai mit 20% mais on pourrais l'aggrandir, ou on pourrais faire un truc pour que l'utilisateur puisse chang\u00e9 \u00e7a taille)\n- Remove most of the Warning.", "state": "merged", "created_at": "2021-06-23T08:45:10.246Z", "updated_at": "2021-06-23T09:35:47.770Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-06-23T09:35:47.823Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "REDUX-PERSIT-01", "user_notes_count": 1, "upvotes": 1, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "11e9c152dc62f4fd11ec3b7073ced6dbd752dfdd", "merge_commit_sha": "4102aeab6096a4a9e1b41f1e6ab6724ddc6e3677", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!5", "references": {"short": "!5", "relative": "!5", "full": "madoxr/frontend!5"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/5", "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}, {"id": 105278469, "iid": 4, "project_id": 27487038, "title": "FIX-00", "description": "- Replace la function popup par fail, donc popup.popup devient popup.fail (\u00e7a va mieux avec popup.success)\n- On demande d'\u00e9crire le mdp deux fois indentique \u00e0 l'inscription\n- On refuse les empty input login et mot de passe \u00e0 la connexion et \u00e0 l'inscription\n- La route front /account devient /projects\n- Possibilit\u00e9 de cr\u00e9er des streams et update dans le store redux", "state": "merged", "created_at": "2021-06-22T08:44:23.885Z", "updated_at": "2021-06-22T08:53:29.822Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-06-22T08:53:29.842Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "FIX-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "913bdf40f5d3e7fd264198be31b9b754221c459d", "merge_commit_sha": "73082f27f71ae9141d258f62f2697b7f5e29051b", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!4", "references": {"short": "!4", "relative": "!4", "full": "madoxr/frontend!4"}, "web_url": "https://gitlab.com/madoxr/frontend/-/merge_requests/4", "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}, {"id": 105271478, "iid": 3, "project_id": 27487038, "title": "Review de comment fini && Les data de redux est gard\u00e9 au refresh de la page", "description": "- J'ai ajout\u00e9 Redux Persistant afin que si on refresh la page les infos soit gard\u00e9.\n- J'ai finit la review de comments, j'ai ajout\u00e9 un index \u00e0 `stream` dans redux et il est incr\u00e9ment quand on passe, update ou valide un \n comment, on peux aussi le d\u00e9cr\u00e9ment\u00e9 pour revenir en arri\u00e8re.", "state": "merged", "created_at": "2021-06-22T08:24:28.922Z", "updated_at": "2021-06-22T08:59:16.730Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-06-22T08:59:16.762Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "REVIEW-01", "user_notes_count": 2, "upvotes": 1, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "6f7e1a7103fa18872fa02dca6998e489518b6ffe", "merge_commit_sha": "04f9cc72309e66238c8e0a7f17f44e8acfa57e6f", "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": "madoxr/frontend!3"}, "web_url": "https://gitlab.com/madoxr/frontend/-/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}, {"id": 105109024, "iid": 2, "project_id": 27487038, "title": "COMMENT REVIEW 00", "description": "Plein de petites modif concernant la review de commentaire.\nEt ajout du token et user_id pour chaque request.", "state": "merged", "created_at": "2021-06-21T08:25:40.936Z", "updated_at": "2021-06-21T08:36:22.812Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-06-21T08:36:22.845Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "Hugo", "user_notes_count": 1, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "31feff325b0fc493b775fdfb5e625af9ca5294c0", "merge_commit_sha": "269d14855fac4e67f56ddeaf1b0e5a062670e392", "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": "madoxr/frontend!2"}, "web_url": "https://gitlab.com/madoxr/frontend/-/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}, {"id": 104952537, "iid": 1, "project_id": 27487038, "title": "AUTH-00", "description": "- [x] Users permission from front\n- [x] Create project\n- [x] Token, firstname and name in redux -> connexion and inscription\n- [x] Users create/login from front\n- [x] Middlewares", "state": "merged", "created_at": "2021-06-18T15:50:01.486Z", "updated_at": "2021-06-21T09:07:24.487Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-06-21T09:07:24.514Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "AUTH-00", "user_notes_count": 1, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27487038, "target_project_id": 27487038, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "8c101c1d30cf141d9352341c9d4407033e218954", "merge_commit_sha": "f5d79c553e1ec0c86a064e79d44cd6cec5be4e5d", "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": "madoxr/frontend!1"}, "web_url": "https://gitlab.com/madoxr/frontend/-/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": 5, "completed_count": 5}, "has_conflicts": false, "blocking_discussions_resolved": true, "approvals_before_merge": null}, {"id": 122952823, "iid": 81, "project_id": 27481763, "title": "RELEASE V0.2.1.0", "description": "", "state": "merged", "created_at": "2021-10-26T08:25:33.461Z", "updated_at": "2021-10-26T08:26:02.148Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-26T08:26:02.232Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "dev", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "72723c7d1875919d38676ebf8cb4f8ec00d62923", "merge_commit_sha": "7bbb58fefb2702af82767caab2161d9ca9312f70", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": null, "reference": "!81", "references": {"short": "!81", "relative": "!81", "full": "madoxr/backend!81"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/81", "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}, {"id": 122864540, "iid": 80, "project_id": 27481763, "title": "USER-SETTING-01", "description": "", "state": "merged", "created_at": "2021-10-25T17:57:36.041Z", "updated_at": "2021-10-25T17:58:35.558Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-10-25T17:58:35.588Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "USER-SETTING-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "6cf373d4da82b8e371067c0a4795e4f8f3aa5bdb", "merge_commit_sha": "72723c7d1875919d38676ebf8cb4f8ec00d62923", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!80", "references": {"short": "!80", "relative": "!80", "full": "madoxr/backend!80"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/80", "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}, {"id": 122849165, "iid": 79, "project_id": 27481763, "title": "HUGO-DEMODEBUG-01", "description": "Resolv WS bug", "state": "merged", "created_at": "2021-10-25T16:22:07.291Z", "updated_at": "2021-10-25T16:22:44.180Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-10-25T16:22:44.255Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "HUGO-DEMODEBUG-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "46b56ac921e98c5d9f6aee180f0050e98e47ca0b", "merge_commit_sha": "658bb1960bb8ad0fb52a8503896531d4e42387d8", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!79", "references": {"short": "!79", "relative": "!79", "full": "madoxr/backend!79"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/79", "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}, {"id": 122847412, "iid": 78, "project_id": 27481763, "title": "INVITATION-02", "description": "Correction de certains bugs sur les invitations aux stream:\n\n- Nom du stream\n- Profil picture \n- name\n- firstname", "state": "merged", "created_at": "2021-10-25T16:09:02.923Z", "updated_at": "2021-10-25T16:21:04.874Z", "merged_by": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "merged_at": "2021-10-25T16:21:04.899Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "INVITATION-02", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "8e1410c962c69786b167265db3591ba7acf3ca79", "merge_commit_sha": "fda9af2cc95436b0051e543c8754ffabbf4e8f1e", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!78", "references": {"short": "!78", "relative": "!78", "full": "madoxr/backend!78"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/78", "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}, {"id": 122820116, "iid": 77, "project_id": 27481763, "title": "COMMENT-REPLY-02", "description": "", "state": "merged", "created_at": "2021-10-25T14:12:28.829Z", "updated_at": "2021-10-25T14:35:45.284Z", "merged_by": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "merged_at": "2021-10-25T14:35:45.318Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "COMMENT-REPLY-02", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "33710b79ebe106404bfe77417e6dc939eb723675", "merge_commit_sha": "6740e4a937be647713904054a5b379d853e73f2d", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!77", "references": {"short": "!77", "relative": "!77", "full": "madoxr/backend!77"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/77", "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}, {"id": 122767161, "iid": 76, "project_id": 27481763, "title": "COMMENT-15", "description": "- Websocket sur new comment count len\n- Create route pour count all comments by stream_id", "state": "merged", "created_at": "2021-10-25T10:15:45.997Z", "updated_at": "2021-10-25T10:22:51.986Z", "merged_by": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "merged_at": "2021-10-25T10:22:52.024Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "COMMENT-15", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "2535d9c9e6df73e2122232bab163d6132f93cc33", "merge_commit_sha": "15486b603033a1d4dc0136855737d97993622cc2", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!76", "references": {"short": "!76", "relative": "!76", "full": "madoxr/backend!76"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/76", "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}, {"id": 122578171, "iid": 75, "project_id": 27481763, "title": "UPDATE-USER-PIC", "description": "Update profil pic user", "state": "merged", "created_at": "2021-10-22T14:24:26.201Z", "updated_at": "2021-10-22T15:38:29.684Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-22T15:38:29.708Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "UPDATE-USER-PIC", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "84d187cb51567bc915db9deea945bb44e1006c02", "merge_commit_sha": "8102e61edb2a717d5a3f9377287d3016e90f7b2c", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!75", "references": {"short": "!75", "relative": "!75", "full": "madoxr/backend!75"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/75", "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}, {"id": 122576911, "iid": 74, "project_id": 27481763, "title": "STANLEY-00", "description": "- Add picture to account\n- Bouton gmail\n- Clean redux when new login\n- Search + new comment\n- Nombre de commentaire stream\n- Case sensitive email login et register", "state": "merged", "created_at": "2021-10-22T14:20:46.819Z", "updated_at": "2021-10-22T14:54:39.513Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-22T14:54:39.544Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "STANLEY-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "e43b0553c6728017c801535b1992201b0ef418ba", "merge_commit_sha": "4c7823d3de9feacf109dc59fa3e314d5067a9227", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!74", "references": {"short": "!74", "relative": "!74", "full": "madoxr/backend!74"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/74", "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}, {"id": 121773931, "iid": 73, "project_id": 27481763, "title": "REPLY-00", "description": "Infinite scroll reply\n\nD\u00e9sormais on utilise le m\u00eame systeme que Youtube, on load les reply de 5 en 5, ce qui permet de ne pas utiliser trop de la ram de mongo dans le cas o\u00f9 il y \u00e0 trop de reply.\n\nPour le back, on utilise un systeme de page, donc, onenvoie en query params la page (ex: 0, 1, 2, etc..) pour en r\u00e9cuperer toujours plus.\n\nJ'ai aussi r\u00e9solu quelques probl\u00e8mes de websocket en passant", "state": "merged", "created_at": "2021-10-18T16:08:54.803Z", "updated_at": "2021-10-21T09:13:14.913Z", "merged_by": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "merged_at": "2021-10-21T09:13:14.943Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "REPLY-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "91975a3d167a4708d80f10d70edc2815a0b6d294", "merge_commit_sha": "51c19f90c684d7ed3299b2a59c8b64b29cab3735", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!73", "references": {"short": "!73", "relative": "!73", "full": "madoxr/backend!73"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/73", "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}, {"id": 121496093, "iid": 72, "project_id": 27481763, "title": "ARCHITECTURE-02", "description": "- Update de certaines route, qui renvoyait true ou false. En g\u00e9n\u00e9ral des post/patch. D\u00e9sormais on renvoie la nouvelle valeur.\n- Ajout d'interface pour les routes modifi\u00e9s", "state": "merged", "created_at": "2021-10-15T16:08:15.120Z", "updated_at": "2021-10-18T09:07:27.206Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-18T09:07:27.231Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "ARCHITECTURE-02", "user_notes_count": 0, "upvotes": 2, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "591ba4d824b27d799a13fba52993bd62a0323bbe", "merge_commit_sha": "c4fc8f60c34cde932dfb6ba7b9e5b4feca55e667", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!72", "references": {"short": "!72", "relative": "!72", "full": "madoxr/backend!72"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/72", "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}, {"id": 121459784, "iid": 71, "project_id": 27481763, "title": "ARCHITECTURE-01", "description": "Si la date n'a pas le bon format pour moment, on part sur une date de base this year + 1", "state": "merged", "created_at": "2021-10-15T12:15:09.248Z", "updated_at": "2021-10-15T13:13:21.299Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-15T13:13:21.327Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "ARCHITECTURE-01", "user_notes_count": 2, "upvotes": 1, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "35d007cac7ba40347a7c9726f317e02bd51479c4", "merge_commit_sha": "b00a89586c33bf0c30f8a7a6a5ae0c1ad08fb209", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!71", "references": {"short": "!71", "relative": "!71", "full": "madoxr/backend!71"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/71", "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}, {"id": 121326685, "iid": 70, "project_id": 27481763, "title": "UPDATE MASTER", "description": "- UPDATE MASTER", "state": "merged", "created_at": "2021-10-14T15:20:02.577Z", "updated_at": "2021-10-14T15:20:11.966Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-14T15:20:12.004Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "dev", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "796efd39c77c3ee555d46741c85df288e130e9d1", "merge_commit_sha": "0947f7f3b1cd67f47ea8aaac810e5740c1137e84", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": null, "reference": "!70", "references": {"short": "!70", "relative": "!70", "full": "madoxr/backend!70"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/70", "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}, {"id": 121324460, "iid": 69, "project_id": 27481763, "title": "MINI-FIX-00", "description": "Add a tag to the 3DComment", "state": "merged", "created_at": "2021-10-14T15:06:08.632Z", "updated_at": "2021-10-14T15:10:38.762Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-14T15:10:38.789Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "MINI-FIX-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "4ab7870d4e4e5f2cf315c45c7be7fc75037267a8", "merge_commit_sha": "796efd39c77c3ee555d46741c85df288e130e9d1", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!69", "references": {"short": "!69", "relative": "!69", "full": "madoxr/backend!69"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/69", "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}, {"id": 121316755, "iid": 68, "project_id": 27481763, "title": "COMMENT-SEARCH-01", "description": "Search comments\n\nThey have the possibility to search thought comment\nThere is an input, go search when enter\nDelete search when pressing the cross", "state": "merged", "created_at": "2021-10-14T14:22:09.784Z", "updated_at": "2021-10-14T14:51:09.770Z", "merged_by": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "merged_at": "2021-10-14T14:51:09.793Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "COMMENT-SEARCH-01", "user_notes_count": 0, "upvotes": 1, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "39eb8320d6ae384b47721d401048f5bd6cba4183", "merge_commit_sha": "22d05a2d504c0dde549df97c4f36c306c38170fd", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!68", "references": {"short": "!68", "relative": "!68", "full": "madoxr/backend!68"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/68", "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}, {"id": 120900901, "iid": 67, "project_id": 27481763, "title": "COMMENTLIST-REFONT-00", "description": "- Impoving Websockets, using independent route for each comment/reply relying on there id", "state": "merged", "created_at": "2021-10-12T13:17:06.111Z", "updated_at": "2021-10-13T14:39:32.534Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-10-13T14:39:32.558Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "COMMENTLIST-REFONT-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "de0edb378210185bf876d6133532d78d7f54e020", "merge_commit_sha": "94ee28f6d217d5a7deefa4880ac5033ad6eee33e", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!67", "references": {"short": "!67", "relative": "!67", "full": "madoxr/backend!67"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/67", "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}, {"id": 120894592, "iid": 66, "project_id": 27481763, "title": "TAG-LIST", "description": "Modification tags et update tags", "state": "merged", "created_at": "2021-10-12T12:40:56.848Z", "updated_at": "2021-10-12T12:55:44.483Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-10-12T12:55:44.517Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "TAG-LIST", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "28fa5abd6f06f6cd522d62224ee17bc2ebeccf46", "merge_commit_sha": "3d245bb7002a5a056ed09b7be44ab687e152d935", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!66", "references": {"short": "!66", "relative": "!66", "full": "madoxr/backend!66"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/66", "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}, {"id": 120862336, "iid": 65, "project_id": 27481763, "title": "2.0", "description": "", "state": "merged", "created_at": "2021-10-12T10:00:35.114Z", "updated_at": "2021-10-14T08:32:16.941Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-10-14T08:32:16.965Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "dev", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [], "assignee": null, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "94ee28f6d217d5a7deefa4880ac5033ad6eee33e", "merge_commit_sha": "fa053082353c6a160468089d7368cff44b4f26a0", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": null, "reference": "!65", "references": {"short": "!65", "relative": "!65", "full": "madoxr/backend!65"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/65", "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}, {"id": 119806862, "iid": 64, "project_id": 27481763, "title": "COMMENTS-14", "description": "On va chercher directement les infos de l'utilisateur dans la m\u00eame requete que les comments\n\nComme vous me l'aviez demand\u00e9!\n\nEn plus je met des interfaces, comme demand\u00e9!", "state": "merged", "created_at": "2021-10-05T14:56:11.653Z", "updated_at": "2021-10-06T08:20:18.343Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-06T08:20:18.371Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "COMMENTS-14", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "e1bf2090c5f17b20bbbedbf3611d325b6e66839f", "merge_commit_sha": "e47431c8b6020abc50dbb5e461781b16851ffecc", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!64", "references": {"short": "!64", "relative": "!64", "full": "madoxr/backend!64"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/64", "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}, {"id": 119172991, "iid": 63, "project_id": 27481763, "title": "AUTH-16", "description": "On permet \u00e0 l'utilisateur qui est inviter d'avoir sa propre photo et son propre nom.\n\nOn r\u00e9cup\u00e8re le stream et le project gr\u00e2ce \u00e0 l'invitation.\nEnsuite on cr\u00e9er un compte et l'utilisateur \u00e0 toutes les infos.\nM\u00eame si il clique pour retourner en arri\u00e8re dans la liste des project il verra le bon.\n\nSauf que du coup, vu qu'il n'est que invit\u00e9, si il quitte et tenter de se reconnecter, il n'aura pas de mot de passe donc c'est temporaire\n\nJ'ai du rajouter un champs email car sinon c'est un gros bordel", "state": "merged", "created_at": "2021-09-30T16:08:45.154Z", "updated_at": "2021-10-05T09:59:05.296Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-05T09:59:05.320Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "AUTH-16", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "f38150074c22f49065b810641f0d076f0cf20310", "merge_commit_sha": "308dec20f6bc3d908a1c368a4a22795dd2db432a", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!63", "references": {"short": "!63", "relative": "!63", "full": "madoxr/backend!63"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/63", "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}, {"id": 119153292, "iid": 62, "project_id": 27481763, "title": "DEVOPS-05", "description": "1. On passe les cl\u00e9s secr\u00e8tes de Gmail et Cloudinary sur dotenv, il faudra mettre \u00e0 jour vos .env\n2. On fait automatiquement le backup de la bdd prod (avant seulement dev) comme d'hab en auto chaque semaine\n3. J'ai rajout\u00e9 Beverley et C\u00e9dric dans le mail du backup hebdo, on a jamais assez de copies", "state": "merged", "created_at": "2021-09-30T14:15:33.286Z", "updated_at": "2021-10-01T08:41:35.678Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-10-01T08:41:35.702Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "DEVOPS-05", "user_notes_count": 3, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "9bec1bf32128d432028c7b930da879458e6bea15", "merge_commit_sha": "0ca3b6f08f6f3c434f974dfe6aaf00a226a9b6f2", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!62", "references": {"short": "!62", "relative": "!62", "full": "madoxr/backend!62"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/62", "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}, {"id": 119135843, "iid": 61, "project_id": 27481763, "title": "TAG-00", "description": "Cr\u00e9ation et update de tag.\n\n- On peut cr\u00e9er un commentaire global avec un tag, quand on clique sur le tag il change (texturing, modeling, etc..)\n- Plus tard, les commentaires position seront cr\u00e9er depuis la commentBox donc ok\n- On peut trier par tag en cliquant dessus en haut \u00e0 gauche. Il y \u00e0 un mode \"All\" qui permet de tout voir\n- On peut update un tag en cliquant dessus, il y \u00e0 une websocket qui permet de reload seulement les tags, elle dispose de sa propre interface d'ailleurs, je sais, c'est beau", "state": "merged", "created_at": "2021-09-30T12:46:53.608Z", "updated_at": "2021-09-30T15:26:30.702Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-30T15:26:30.729Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "TAG-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "930f15784a082fdae33d0efaee73bd7cc12c0171", "merge_commit_sha": "7d3cfb312745ef55f2e63c247298edec3f232675", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!61", "references": {"short": "!61", "relative": "!61", "full": "madoxr/backend!61"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/61", "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}, {"id": 118875516, "iid": 60, "project_id": 27481763, "title": "COMMENTS-07", "description": "\nPlusieurs updates, toute en rapport avec les websocket et l'infinite scroll\n\n- Global comment location to None, the goal is to not showing them in unreal\n- New, Update and delete commentaire -> on update seulement 1 \u00e9lement, celui qui est concern\u00e9\n- New, update, delete reply -> On reload seulement les reply du commentaire concern\u00e9", "state": "merged", "created_at": "2021-09-29T08:39:10.387Z", "updated_at": "2021-09-30T14:35:53.133Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-30T14:35:53.158Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "COMMENTS-07", "user_notes_count": 1, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "42b8c6471c3f4978f0aabc160eb6f1d503e78639", "merge_commit_sha": "4eb80671efe34b0264978c7d62504a2db5da8887", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!60", "references": {"short": "!60", "relative": "!60", "full": "madoxr/backend!60"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/60", "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}, {"id": 118587058, "iid": 59, "project_id": 27481763, "title": "COMMENTS-05", "description": "Infinite scroll\n\nGlobalement par rapport \u00e0 la derni\u00e8re fois, ce qui change est qu'on peut envoyer le nombre de comments que l'on souhaite r\u00e9cuperer via les headers", "state": "merged", "created_at": "2021-09-27T15:55:00.689Z", "updated_at": "2021-09-28T09:07:52.060Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-28T09:07:52.103Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "COMMENTS-05", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "21709f17de3ab22b5c01299107dd5c4c7089a53e", "merge_commit_sha": "f63b36cbfac8a4c4eca07cfaa3699f16af53973a", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!59", "references": {"short": "!59", "relative": "!59", "full": "madoxr/backend!59"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/59", "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}, {"id": 118552113, "iid": 58, "project_id": 27481763, "title": "AUTH-10", "description": "Gmail auth", "state": "merged", "created_at": "2021-09-27T13:07:35.545Z", "updated_at": "2021-09-27T14:42:30.263Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-27T14:42:30.291Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "AUTH-10", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "0f2ceebe29a04d2f6e27d24f39fa8e3e890855c4", "merge_commit_sha": "e971a8dd2ae326662122cd23424db2431ca6b718", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!58", "references": {"short": "!58", "relative": "!58", "full": "madoxr/backend!58"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/58", "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}, {"id": 118263754, "iid": 57, "project_id": 27481763, "title": "TMP-DEV-00", "description": "FIX iframe input", "state": "merged", "created_at": "2021-09-24T08:52:15.079Z", "updated_at": "2021-09-24T08:57:38.136Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-09-24T08:57:38.156Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "TMP-DEV-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "1f8e73595ed3e9f030cd5d77110c9aff8c05e9f2", "merge_commit_sha": "2e1079f7597af674b9f247e982ea3541fb9d5433", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!57", "references": {"short": "!57", "relative": "!57", "full": "madoxr/backend!57"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/57", "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}, {"id": 118155165, "iid": 56, "project_id": 27481763, "title": "COMMENT-UPDATE-AUTORELOAD", "description": "Le but est de permettre l'autoreload des updates des commentaires\n\n0. On vire le textarea component sur le front, qui \u00e9tait la source du bug et de ma complication TOUTE l'apr\u00e8s midi. Avant que je trouve le prob\n1. Cr\u00e9ation d'une route pour get un seul comment\n2. Changement de l'event websocket pour que ce soit uniquement pour les update et non pas identique \u00e0 un nouveau comment", "state": "merged", "created_at": "2021-09-23T15:18:02.626Z", "updated_at": "2021-09-23T15:32:52.373Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-23T15:25:43.643Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "COMMENT-UPDATE-AUTORELOAD", "user_notes_count": 1, "upvotes": 2, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "47545ffa3286155aa28494ccacd122f5e4b6039d", "merge_commit_sha": "82c79dbcc38b2b970ec68f60cf3ed0374c055daa", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!56", "references": {"short": "!56", "relative": "!56", "full": "madoxr/backend!56"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/56", "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}, {"id": 118152166, "iid": 55, "project_id": 27481763, "title": "R\u00e9cup\u00e9ration type comment", "description": "", "state": "merged", "created_at": "2021-09-23T15:01:37.105Z", "updated_at": "2021-09-23T15:13:31.177Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-09-23T15:13:31.201Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "FIX-MR", "user_notes_count": 1, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "b048f6dcb8787bd521eea65d1a9136e249431c6b", "merge_commit_sha": "2145ed02bc1d0be088f9e1e258460a38f3980752", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!55", "references": {"short": "!55", "relative": "!55", "full": "madoxr/backend!55"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/55", "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}, {"id": 117948044, "iid": 54, "project_id": 27481763, "title": "IFRAME-02", "description": "Back, Front, et Streaming Service (pixelstreaming)\n\n- Iframe\n- On met les inputs qu'on peut dans le pixelstreaming service\n- On met en place une socketchain pour certains input (genre focus) pour faire front -> api -> iframe -> unreal", "state": "merged", "created_at": "2021-09-22T13:30:32.877Z", "updated_at": "2021-09-22T14:28:19.129Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-22T14:28:19.172Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "IFRAME-02", "user_notes_count": 1, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "7805cc5e212f0fba8a5f1659f49a1ced29271c62", "merge_commit_sha": "81217d7c6492cd7b98c08304d828fe6da1307102", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!54", "references": {"short": "!54", "relative": "!54", "full": "madoxr/backend!54"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/54", "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}, {"id": 117887799, "iid": 53, "project_id": 27481763, "title": "FIX-MR", "description": "suppression moment en double", "state": "merged", "created_at": "2021-09-22T08:54:28.334Z", "updated_at": "2021-09-22T09:02:44.695Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-09-22T09:02:44.723Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "FIX-MR", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "d4ff1c2e796b7586691d504c84e0f647424d8b18", "merge_commit_sha": "8f013838b516c2fb8286c1384ce64ba6212e986f", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!53", "references": {"short": "!53", "relative": "!53", "full": "madoxr/backend!53"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/53", "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}, {"id": 117769156, "iid": 52, "project_id": 27481763, "title": "COMMENT-TIME-01", "description": "add moment to global Comment", "state": "merged", "created_at": "2021-09-21T15:01:52.764Z", "updated_at": "2021-09-21T15:16:36.820Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-09-21T15:16:36.841Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "COMMENT-TIME-01", "user_notes_count": 1, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "4e753e467c7d7d925ed12815cba04567aea18324", "merge_commit_sha": "59842a8691c9a54548dae28b1b67d29ccffa6040", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!52", "references": {"short": "!52", "relative": "!52", "full": "madoxr/backend!52"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/52", "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}, {"id": 117576520, "iid": 51, "project_id": 27481763, "title": "DELETE-COMMENT-REPLY", "description": "Cr\u00e9ation de route pour supprimer des reply comments", "state": "merged", "created_at": "2021-09-20T15:20:17.662Z", "updated_at": "2021-09-21T15:07:55.902Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-09-21T15:07:55.929Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "DELETE-COMMENT-REPLY", "user_notes_count": 3, "upvotes": 0, "downvotes": 0, "author": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "c8742b121a6d41a3bafec073652f87c23689b015", "merge_commit_sha": "b08a90705c45d5875d8631dde8c1f1d0c74aa624", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!51", "references": {"short": "!51", "relative": "!51", "full": "madoxr/backend!51"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/51", "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}, {"id": 117258953, "iid": 50, "project_id": 27481763, "title": "DEMO-00", "description": "", "state": "closed", "created_at": "2021-09-17T07:27:02.231Z", "updated_at": "2021-09-17T07:43:44.778Z", "merged_by": null, "merged_at": null, "closed_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "closed_at": "2021-09-17T07:43:44.807Z", "target_branch": "dev", "source_branch": "DEMO-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "9fb8781225c9c807decc999d82087b72debda4d7", "merge_commit_sha": null, "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!50", "references": {"short": "!50", "relative": "!50", "full": "madoxr/backend!50"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/50", "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}, {"id": 117157367, "iid": 49, "project_id": 27481763, "title": "TRAD-00", "description": "In english please", "state": "merged", "created_at": "2021-09-16T16:43:45.176Z", "updated_at": "2021-09-16T17:05:40.975Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-09-16T17:05:40.999Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "TRAD-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "assignee": {"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "99bb2ed9ed9eaa22cadee9b9ad283d929f8d3548", "merge_commit_sha": "8a6a37cc10254464bc032c0efd4ccaaf4b8a4242", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!49", "references": {"short": "!49", "relative": "!49", "full": "madoxr/backend!49"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/49", "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}, {"id": 116956417, "iid": 48, "project_id": 27481763, "title": "ARCHITECTURE-00", "description": "On r\u00e9cup\u00e8re seulement 10 commentaires\n\nQuand on scroll en bas, 10 nouveaux s'affiche", "state": "merged", "created_at": "2021-09-15T14:09:02.588Z", "updated_at": "2021-09-15T14:46:29.403Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-15T14:46:29.427Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "ARCHITECTURE-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "1e5621680bf3dc36495bd8bf1b2d371a24746069", "merge_commit_sha": "b3c87d5a38c6ba19ca8c1e7e2807c545933a1c91", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!48", "references": {"short": "!48", "relative": "!48", "full": "madoxr/backend!48"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/48", "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}, {"id": 115924108, "iid": 47, "project_id": 27481763, "title": "NEWSLETTER-00", "description": "- Add to newsletter\n- Delete from newsletter", "state": "merged", "created_at": "2021-09-08T09:38:11.674Z", "updated_at": "2021-09-08T09:49:47.273Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-08T09:49:38.450Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "NEWSLETTER-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "9f4e02bdb0af07cc793f49b557ec640b1344cecf", "merge_commit_sha": "857bae14eb2c034833523cd2724b2df2024a0bbc", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!47", "references": {"short": "!47", "relative": "!47", "full": "madoxr/backend!47"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/47", "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}, {"id": 115818090, "iid": 46, "project_id": 27481763, "title": "FIX-06", "description": "A lot of fixes\n\n* create project and scene -> auto deadline one month to early\n* Clear redux project when signout\n* On ne voit pas les commentaires quand on arrive avec un compte inviter\n* Envoyer une confirmation page -> auto remplissage email (window.prompt)\n* Fix header invitation (project, etc..)\n* Essayes de s'inscrire avec un compte existant, wrong error msg\n* Localhost email adresse redirection (Vous avez \u00e9t\u00e9 ajout\u00e9 \u00e0 un projet sur XRPlan)\n* Change email to English\n* https://xrplan.tech/confirmation -> resend link en fran\u00e7ais\n* Clourdinary over https", "state": "merged", "created_at": "2021-09-07T15:24:52.387Z", "updated_at": "2021-09-08T09:01:32.122Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-08T09:01:32.196Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "FIX-06", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "ddb59c47d12791f2fe5f239af4e19a28c849153f", "merge_commit_sha": "5054d5e6c1602bed6d1e689db8f788b7e3e7b010", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!46", "references": {"short": "!46", "relative": "!46", "full": "madoxr/backend!46"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/46", "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}, {"id": 115645671, "iid": 45, "project_id": 27481763, "title": "TYPESCRIPT IS BACK", "description": "Jeu de mot tr\u00e8s interessant", "state": "merged", "created_at": "2021-09-06T16:00:51.701Z", "updated_at": "2021-09-07T08:53:50.254Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-07T08:53:50.275Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "TYPESCRIPT", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "b5f2179ad5d52903e11e0e80bb56c92a570fcdcb", "merge_commit_sha": "a0e7167ef578a9d4907ca5cfb2566ce71c672571", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!45", "references": {"short": "!45", "relative": "!45", "full": "madoxr/backend!45"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/45", "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}, {"id": 115643134, "iid": 44, "project_id": 27481763, "title": "WORKFLOW-01", "description": "- Possibilit\u00e9 d'assign\u00e9 quelqu'un \u00e0 une tache (un commentaire)\n- Possibilit\u00e9 de modifier qui est assign\u00e9\n- On peut assigner/modifier seulement si on \u00e0 l'autorisation, les permissions\n- L'artiste peut voir dans son workflow, nouvel onglet \"my tasks\" l\u00e0 o\u00f9 il \u00e0 \u00e9t\u00e9 assign\u00e9\n- Une petite route pour que sur unreal on ne puisse r\u00e9cuperer que les commentaires o\u00f9 on \u00e0 \u00e9t\u00e9 assign\u00e9\n- Petite websocket sur le front bien entendu", "state": "merged", "created_at": "2021-09-06T15:37:36.144Z", "updated_at": "2021-09-07T08:40:04.263Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-07T08:40:04.286Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "WORKFLOW-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9667872, "name": "Beverley Beranger", "username": "B.Bev", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9667872/avatar.png", "web_url": "https://gitlab.com/B.Bev"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "84f5a51ec1c491b482ee61580cc65310e33cdd2c", "merge_commit_sha": "cfe793467adbc9c8838d51450d91d42fd4a86418", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!44", "references": {"short": "!44", "relative": "!44", "full": "madoxr/backend!44"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/44", "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}, {"id": 115293735, "iid": 43, "project_id": 27481763, "title": "COMMENTS-03", "description": "- Add picture to reply\n- Possibility to add global comments\n- Add picture to global", "state": "merged", "created_at": "2021-09-03T08:26:07.851Z", "updated_at": "2021-09-03T08:35:43.362Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-09-03T08:35:43.387Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "COMMENTS-03", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "6e07f1f8845b3e3092c1eddd8f4cdfcd5c57cf5b", "merge_commit_sha": "1b4c16c66fe98b2324a09d58b21d8c866d811404", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!43", "references": {"short": "!43", "relative": "!43", "full": "madoxr/backend!43"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/43", "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}, {"id": 114712767, "iid": 42, "project_id": 27481763, "title": "1.13.0 if/else reformatage", "description": "linter reformatage", "state": "merged", "created_at": "2021-08-31T14:25:31.634Z", "updated_at": "2021-08-31T14:43:26.397Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-08-31T14:43:26.485Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "1.13.0_IF/ELSE_Reformatage", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "c87e43304191afa990c6aa94df1634964edfc0b7", "merge_commit_sha": "9698b956158731d4422c298d2d75bef5027d90d9", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!42", "references": {"short": "!42", "relative": "!42", "full": "madoxr/backend!42"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/42", "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}, {"id": 114546229, "iid": 41, "project_id": 27481763, "title": "MAIL-00", "description": "Correction du bug qui mettais localhost:3000 comme url front dans les mail, d\u00e9sormais on part sur une .env qui set la valeur de location de url front. Qui est xrplan.tech en prod, le .env en prod \u00e0 d\u00e9j\u00e0 son URL_FRONT ajout\u00e9", "state": "merged", "created_at": "2021-08-30T15:53:34.148Z", "updated_at": "2021-08-31T08:23:51.327Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-08-31T08:23:51.365Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "MAIL-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "925f97c308862145c3cfed92d078afdf0b2bd2c6", "merge_commit_sha": "d1347e3637afb2a265455c149c558214b5a60ec3", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!41", "references": {"short": "!41", "relative": "!41", "full": "madoxr/backend!41"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/41", "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}, {"id": 114538158, "iid": 40, "project_id": 27481763, "title": "PROJECT-01", "description": "Deadline par default new scene\n\nDeadline \u00e0 la cr\u00e9ation d'un projet\n\nDeadline par default projet\n\nErreur bug quand on entre sur scene/settings", "state": "merged", "created_at": "2021-08-30T15:00:24.395Z", "updated_at": "2021-08-30T15:05:39.304Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-08-30T15:05:39.346Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "PROJECT-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "2f50138f247e44bfb533e86b8f1329e9e1050270", "merge_commit_sha": "2d690608f077aa634d633308b251af8f4ff8d665", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!40", "references": {"short": "!40", "relative": "!40", "full": "madoxr/backend!40"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/40", "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}, {"id": 114482231, "iid": 39, "project_id": 27481763, "title": "PROFIL-01", "description": "Update password from account", "state": "merged", "created_at": "2021-08-30T09:34:21.876Z", "updated_at": "2021-08-30T09:42:53.415Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-08-30T09:42:53.440Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "PROFILE-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "05a08aaf2a14c92ef7c0b02f1eba168332a181a9", "merge_commit_sha": "e26b4035a5288f312ee096c53b0c7667dc9b8303", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!39", "references": {"short": "!39", "relative": "!39", "full": "madoxr/backend!39"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/39", "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}, {"id": 113926800, "iid": 38, "project_id": 27481763, "title": "PROFILE-00", "description": "- Del localhost.pem\n- Del websocket.js\n- Accept cors websocket from all local origins (192.168.1)\n- Update profile\n- Update profil pic\n- Profil pic depuis gmail\n- Profil pic \u00e0 l'inscription gener\u00e9\n- Update backup to /prod", "state": "merged", "created_at": "2021-08-25T13:34:54.234Z", "updated_at": "2021-08-30T08:40:26.379Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-08-30T08:40:26.413Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "PROFILE-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "2ecf8fcbb8d3087c2301508d374cf01c6c69caa0", "merge_commit_sha": "37cda8d13d85c65ab49c8a7c95f6de82f7ca5111", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!38", "references": {"short": "!38", "relative": "!38", "full": "madoxr/backend!38"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/38", "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}, {"id": 113910456, "iid": 37, "project_id": 27481763, "title": "STATS-00", "description": "On ajoute la date d'inscription dans la bdd\nOn ajoute une table \"login\" qui correspond \u00e0 toutes les fois qu'un utilisateur s'est connect\u00e9\n\nUtile pour les stats", "state": "merged", "created_at": "2021-08-25T12:15:33.297Z", "updated_at": "2021-08-25T14:47:48.478Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-08-25T14:47:48.517Z", "closed_by": null, "closed_at": null, "target_branch": "dev", "source_branch": "STATS-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "82f43d273e178b4bd0cbe10ca787f68d2b4885c1", "merge_commit_sha": "634d8351e8b3f51275028e36f13a8cf2a391f99c", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!37", "references": {"short": "!37", "relative": "!37", "full": "madoxr/backend!37"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/37", "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}, {"id": 113482187, "iid": 36, "project_id": 27481763, "title": "PIPELINE", "description": "Just run the server as a pipeline for the moment", "state": "closed", "created_at": "2021-08-23T13:10:58.126Z", "updated_at": "2021-09-10T11:06:20.908Z", "merged_by": null, "merged_at": null, "closed_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "closed_at": "2021-09-10T11:06:20.955Z", "target_branch": "master", "source_branch": "PIPELINE", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "5a18132df1fb3645cb263111db11e196f9a86bd1", "merge_commit_sha": null, "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!36", "references": {"short": "!36", "relative": "!36", "full": "madoxr/backend!36"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/36", "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}, {"id": 113476469, "iid": 35, "project_id": 27481763, "title": "DOTENV", "description": "mongo uri dans dotenv\n\nCr\u00e9ez un fichier .env \u00e0 la racine du d\u00e9pot avec le contenu:\n\nMONGO_URI=[L'URL MONGO]", "state": "merged", "created_at": "2021-08-23T12:36:03.478Z", "updated_at": "2021-08-23T12:46:27.381Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-08-23T12:46:27.405Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "DOTENV", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "711bc1aeca298027b64c1c1662b2044c93a2c326", "merge_commit_sha": "1df405a54196d409e02699d56a13fd01d8da910c", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!35", "references": {"short": "!35", "relative": "!35", "full": "madoxr/backend!35"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/35", "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}, {"id": 113453695, "iid": 34, "project_id": 27481763, "title": "COMMENTS-01", "description": "* On enter press -> Validate\n* Websocket new reply\n* Show/hide responses\n* interfaces and all this other stuffs\n* Possibility to update reply", "state": "merged", "created_at": "2021-08-23T09:57:06.734Z", "updated_at": "2021-08-23T12:29:11.439Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-08-23T12:29:11.458Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "COMMENTS-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "ab8288f28e7a253dbf4a822039c69f06c6d2c63c", "merge_commit_sha": "3a2e948d41898d8241343b6e09849f4904df70c2", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!34", "references": {"short": "!34", "relative": "!34", "full": "madoxr/backend!34"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/34", "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}, {"id": 113172124, "iid": 33, "project_id": 27481763, "title": "CLEAN-03", "description": "- HTTPS\n- Replace user_id by uid\n- Audio stream -> little design member", "state": "merged", "created_at": "2021-08-20T09:12:08.719Z", "updated_at": "2021-08-20T09:39:51.416Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-08-20T09:39:51.441Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "CLEAN-03", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "11ca42d6a6ba2931f0f6e9cf59bf11a2dcf7bba3", "merge_commit_sha": "b55ef6942211492b855a1eb4b593f92d5f9823b6", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!33", "references": {"short": "!33", "relative": "!33", "full": "madoxr/backend!33"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/33", "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}, {"id": 112879279, "iid": 32, "project_id": 27481763, "title": "CLEAN-02", "description": "Resolve merge prob", "state": "merged", "created_at": "2021-08-18T15:16:56.544Z", "updated_at": "2021-08-18T15:46:27.968Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-08-18T15:46:27.993Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "CLEAN-02", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "294d753d982751907bac050defc730d8f4bf9ec0", "merge_commit_sha": "53e7df37f6991a21ade25cea3d6e7c85f6144592", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!32", "references": {"short": "!32", "relative": "!32", "full": "madoxr/backend!32"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/32", "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}, {"id": 112265371, "iid": 31, "project_id": 27481763, "title": "Worklocal", "description": "Ca fonction en multi IP mnt normalement\nmais jai fait un peut de clean aussi me semble", "state": "merged", "created_at": "2021-08-13T13:04:26.929Z", "updated_at": "2021-08-13T13:29:02.888Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-08-13T13:29:02.912Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "WORKLOCAL", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "95268417e75358a34299da54c37dff3561850f9b", "merge_commit_sha": "3198c4c9aba87ad3ea0d1d590d36f09dc4042aec", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!31", "references": {"short": "!31", "relative": "!31", "full": "madoxr/backend!31"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/31", "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}, {"id": 111888600, "iid": 30, "project_id": 27481763, "title": "EMAIL-00", "description": "Comme on a des templates email \u00e0 r\u00e9cuperer, en fonction de si on est sur macOS, window ou Linux, et quel PC, le path change. Du coup on rajoute `process.cwd()` qui permet de r\u00e9cuperer ce path sur l'os et le pc en question. Un peu comme la commande shell pwd", "state": "merged", "created_at": "2021-08-11T11:47:42.160Z", "updated_at": "2021-08-13T10:26:28.435Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-08-13T10:26:28.457Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "EMAIL-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "d8431fceb443b1a545bfb20394f82c13d7bc34f6", "merge_commit_sha": "db6f84fa70d2222cb6cf06f119614843222e60f5", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!30", "references": {"short": "!30", "relative": "!30", "full": "madoxr/backend!30"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/30", "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}, {"id": 111866257, "iid": 29, "project_id": 27481763, "title": "AUDIO-00", "description": "Cette merge request permet d'avoir l'audio sur le stream\n\nTout fonctionne sur le systeme de \"Viewers\". On cr\u00e9er une base de donn\u00e9e pour cette occasion.\n\nQuand quelqu'un arrive sur la page, on lui r\u00e9cup\u00e8re son audio, et on envoie avec peerjs. Mais on envoie aussi une requete sur le back pour cr\u00e9er un item Viewer.\nLorsque l'utilisateur quitte le page, reload ou ferme la fenetre, on envoie une requete avec l'\u00e9venement window.onclose sur le back pour passer l'instance Viewer en active=false dans la database.\n\nChaque fois qu'un utilisateur se connecte, on envoie une websocket pour reload la liste des Viewer du stream o\u00f9 active=true, comme \u00e7a on a la liste des gens qui sont sur le stream en direct. Idem, quand un utilisateur se mute on envoie \u00e7a au backend, qui fais la modif muted=true et on envoie une websocket pour de nouveau reload la liste des viewers sur le stream", "state": "merged", "created_at": "2021-08-11T09:39:59.663Z", "updated_at": "2021-08-18T10:21:28.544Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-08-18T10:21:28.577Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "AUDIO-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "4b7289632361f83cb188a22c65adae833e1a5843", "merge_commit_sha": "c305b95ae28225713f519df423f9761e6e08461a", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!29", "references": {"short": "!29", "relative": "!29", "full": "madoxr/backend!29"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/29", "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}, {"id": 109210158, "iid": 28, "project_id": 27481763, "title": "Clean 01", "description": "- Delete useless files\n- Delete console.log (for debuging purpose)\n- Add Websocket (socket-io) into the API\n- Remove stream WebSocket (WS) to be a individual service", "state": "merged", "created_at": "2021-07-21T09:38:02.876Z", "updated_at": "2021-07-21T09:49:59.174Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-07-21T09:49:59.239Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "CLEAN-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "b86728c1433090944e68dbddae7cc4ff308d4df1", "merge_commit_sha": "5c3884b76dacd73c5564798372441b722f0856ac", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!28", "references": {"short": "!28", "relative": "!28", "full": "madoxr/backend!28"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/28", "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}, {"id": 109106521, "iid": 27, "project_id": 27481763, "title": "AUTH-03", "description": "Gmail login ;)", "state": "merged", "created_at": "2021-07-20T15:55:22.652Z", "updated_at": "2021-07-20T15:58:31.638Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-07-20T15:58:31.667Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "AUTH-03", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "4ad8b5914aecc4d6dbf6c25dae50e0f308076d42", "merge_commit_sha": "d18e28cea8f9d8a43468f6032b83067a607b3b76", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!27", "references": {"short": "!27", "relative": "!27", "full": "madoxr/backend!27"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/27", "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}, {"id": 109078276, "iid": 26, "project_id": 27481763, "title": "INVITATION-00", "description": "On stock les invitations dans la database et on cr\u00e9er un utilisateur sans email et sans password, mais du coup il a un token, un firstname et un uid.\n\nOn check aussi la date d'expiration du lien (24h), et il y \u00e0 aussi une image en background.\n\nOn pourra faire des stats et suivre les liens", "state": "merged", "created_at": "2021-07-20T13:13:19.545Z", "updated_at": "2021-07-20T13:41:22.725Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-07-20T13:41:22.775Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "INVITATION-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "e86b497f9a51afc0ddb794f89d16869dcda5f49b", "merge_commit_sha": "ce13684e7872e5c48ed5f69e6fb6d9c2e6065bd3", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!26", "references": {"short": "!26", "relative": "!26", "full": "madoxr/backend!26"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/26", "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}, {"id": 108947176, "iid": 25, "project_id": 27481763, "title": "Webrtc 00", "description": "MULTY IP SANS IFRAME", "state": "merged", "created_at": "2021-07-19T15:58:26.340Z", "updated_at": "2021-07-19T16:00:37.853Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-07-19T16:00:37.883Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "WEBRTC-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "c07ca47125013aaa6a3aea5d864b50a61ca9f9df", "merge_commit_sha": "4014b05b093b8586726a15f3a0c158a0293b05e1", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!25", "references": {"short": "!25", "relative": "!25", "full": "madoxr/backend!25"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/25", "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}, {"id": 108936085, "iid": 24, "project_id": 27481763, "title": "CLEAN project after demo 1", "description": "CLEAN project after demo 1", "state": "merged", "created_at": "2021-07-19T14:46:32.099Z", "updated_at": "2021-07-19T14:51:26.909Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-07-19T14:51:26.943Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "CLEAN", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "c52ea83e1968b1d28f4803a0c25b09bc4cdd02b6", "merge_commit_sha": "db9186310d1718cc1913d1f3090de16a3cb7035e", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!24", "references": {"short": "!24", "relative": "!24", "full": "madoxr/backend!24"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/24", "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}, {"id": 108870745, "iid": 23, "project_id": 27481763, "title": "Production merge", "description": "- Recuperation de tout lest modifs qu'on a fait en prodution\n- Rebase avec la branch master\n- Ajout du WEBRTC directement dans la page\n- Un leger clean", "state": "merged", "created_at": "2021-07-19T08:24:32.393Z", "updated_at": "2021-07-19T08:29:34.529Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-07-19T08:29:34.555Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "PRODUCTION-MERGE", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "1d94e114984f623aa425b2d03a294083f5a0bde2", "merge_commit_sha": "bc58cd2fd779a708acfc193f54be7e03a4559f19", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!23", "references": {"short": "!23", "relative": "!23", "full": "madoxr/backend!23"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/23", "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}, {"id": 108661683, "iid": 22, "project_id": 27481763, "title": "MULTI IP", "description": "Multi IP + iFrame", "state": "merged", "created_at": "2021-07-16T08:52:40.048Z", "updated_at": "2021-07-16T08:53:54.159Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-07-16T08:53:54.194Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "MULTI-IP", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "84f474158aa76bd9bff4e0961d16a9767cdba6b0", "merge_commit_sha": "ead01ec41e975c3b522eacc9e8e17de749cb320f", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!22", "references": {"short": "!22", "relative": "!22", "full": "madoxr/backend!22"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/22", "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}, {"id": 108100590, "iid": 21, "project_id": 27481763, "title": "FIX-04", "description": "Beaucoup de petites choses..\n\n- Texte en anglais\n- Possibilit\u00e9 d'envoyer un lien d'invitation au steam\n- Firstname et name dans redux\n- Avec le firstname dans redux, on peut l'afficher sur le lien d'invite (oui, tout est li\u00e9 :D)\n- Afficher une erreur qui inique qu'on est pas connect\u00e9 et qu'on se trouve sur l'app\n- Add token et uid pour un guest, ce qui \u00e9vite des erreurs\n- UPDATE materialui link auth/register/forget", "state": "merged", "created_at": "2021-07-13T15:57:24.983Z", "updated_at": "2021-07-16T08:53:54.062Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-07-16T08:53:54.111Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "FIX-04", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "3375e7f9cb10d8da85c23106eeb52204697287c7", "merge_commit_sha": "ead01ec41e975c3b522eacc9e8e17de749cb320f", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!21", "references": {"short": "!21", "relative": "!21", "full": "madoxr/backend!21"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/21", "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}, {"id": 107627370, "iid": 20, "project_id": 27481763, "title": "FIX-03", "description": "- [x] Supprimer des scenes\n- [x] Settings scenes\n- [x] Supprimer des projets\n- [x] SignOut\n- [x] Changement de couleur en mode review", "state": "merged", "created_at": "2021-07-09T13:27:38.423Z", "updated_at": "2021-07-09T13:42:57.991Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-07-09T13:42:58.038Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "FIX-03", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "59383d3a82cf918ac398ee29e18c45e9f1151e6b", "merge_commit_sha": "e08a8fd69d3aee3d198c6e3ea29b69d717aee7b3", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!20", "references": {"short": "!20", "relative": "!20", "full": "madoxr/backend!20"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/20", "time_stats": {"time_estimate": 0, "total_time_spent": 0, "human_time_estimate": null, "human_total_time_spent": null}, "squash": false, "task_completion_status": {"count": 5, "completed_count": 5}, "has_conflicts": false, "blocking_discussions_resolved": true, "approvals_before_merge": null}, {"id": 107456676, "iid": 19, "project_id": 27481763, "title": "PROJET-01", "description": "UPDATE project get all by uid to get scene information as list", "state": "merged", "created_at": "2021-07-08T12:38:13.601Z", "updated_at": "2021-07-08T16:09:16.300Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-07-08T16:09:16.367Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "PROJET-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "c27a6e24aa1ac4a810b81bafa9924a67e6a44c61", "merge_commit_sha": "5d05d8d43f98b426ee2897781449f2f7dc92c289", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!19", "references": {"short": "!19", "relative": "!19", "full": "madoxr/backend!19"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/19", "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}, {"id": 107421330, "iid": 18, "project_id": 27481763, "title": "WEBSOCKET-00", "description": "Cr\u00e9ation de websocket sur un nouveau server, qui tourne sur un nouveau port: 3060\nEnsuite on remet tout ce qui \u00e9tait comment\u00e9 sur le front\n\nWEBSOCKET IS BACK!!", "state": "merged", "created_at": "2021-07-08T09:12:41.207Z", "updated_at": "2021-07-08T09:22:11.568Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-07-08T09:22:11.612Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "WEBSOCKET-00", "user_notes_count": 1, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "4fe35696c47bc322082324a8e3fbafd96b9d9d88", "merge_commit_sha": "bc027ec751261e87d12085a5fd9b0bd875ddfb16", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!18", "references": {"short": "!18", "relative": "!18", "full": "madoxr/backend!18"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/18", "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}, {"id": 107184237, "iid": 17, "project_id": 27481763, "title": "FIX-02", "description": "- Bug quand on veux ajouter quelqu'un au projet\n- Le mot \"XR PLAN\" dans le menu devrait renvoyer sur /projet\n- onmouseover commentaire\n- Protection contre les doubles invitations \u00e0 un projet\n- Popover/tooltipe button settings, add and play\n- Skip scene overview et aller directement dans stream\n- Indiquer une erreur si l'email n'existe pas dans forget password, login, et confirmation code\n- Probleme redux inscription\n- Ecrire un message diff\u00e9rent quand quelqu'un 0 projets", "state": "merged", "created_at": "2021-07-06T16:47:23.406Z", "updated_at": "2021-07-07T09:19:13.573Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-07-07T09:19:13.600Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "FIX-02", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "5ccf78ec4162f3920ce33ea82bd2aa9a28c9132c", "merge_commit_sha": "e5beafd3c5b7e6c1bd8d8bb9fb4c2bc10714ea1c", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!17", "references": {"short": "!17", "relative": "!17", "full": "madoxr/backend!17"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/17", "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}, {"id": 107102317, "iid": 16, "project_id": 27481763, "title": "Remove socket.io (temp)", "description": "", "state": "merged", "created_at": "2021-07-06T08:35:55.013Z", "updated_at": "2021-07-06T08:40:45.041Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-07-06T08:40:45.063Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "SocketFix", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "assignee": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "55a6ab21315090a14a50d19672bdd8a36c603731", "merge_commit_sha": "cd7da27d85a07d725a5f64de551d917ec6edbfc7", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!16", "references": {"short": "!16", "relative": "!16", "full": "madoxr/backend!16"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/16", "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}, {"id": 107004587, "iid": 15, "project_id": 27481763, "title": "Ajout de websocket client et streamer", "description": "- Ajout du websocket streamer (+ tout les comportements)\n- Ajout du websocket client (+ tout les comportements)", "state": "merged", "created_at": "2021-07-05T12:56:58.177Z", "updated_at": "2021-07-05T12:57:26.101Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-07-05T12:57:26.142Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "PIXELSTREAMING-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "af3a3b0c241f05cb2163e53721f890e062ac3590", "merge_commit_sha": "237803a5397e7df694f92691cb875f217050a5a9", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!15", "references": {"short": "!15", "relative": "!15", "full": "madoxr/backend!15"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/15", "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}, {"id": 106818990, "iid": 14, "project_id": 27481763, "title": "SCENE-01", "description": "- Workflow\n- Deadline to scenes\n- Status to scenes\n- MaterialUI ++", "state": "merged", "created_at": "2021-07-02T14:53:42.143Z", "updated_at": "2021-07-05T08:49:56.496Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-07-05T08:49:56.526Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "SCENE-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "a4ac8c9fbece468d9d72e292af1059823baff904", "merge_commit_sha": "29dac416a0e9b14f08022d103fe6ad5e527dfd36", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!14", "references": {"short": "!14", "relative": "!14", "full": "madoxr/backend!14"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/14", "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}, {"id": 106626827, "iid": 13, "project_id": 27481763, "title": "FIX-01", "description": "- Solve prob confirmation email", "state": "merged", "created_at": "2021-07-01T12:27:27.917Z", "updated_at": "2021-07-01T13:47:09.645Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-07-01T13:47:09.673Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "FIX-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "0cdade82ee97e2364246a200b23a7f3fc9f682e8", "merge_commit_sha": "34342f79a888068b1b80516460b05912cd7fbc07", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!13", "references": {"short": "!13", "relative": "!13", "full": "madoxr/backend!13"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/13", "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}, {"id": 106617369, "iid": 12, "project_id": 27481763, "title": "EMAIL-00", "description": "Template pour les emails, avec des variables", "state": "merged", "created_at": "2021-07-01T11:30:05.404Z", "updated_at": "2021-07-01T13:46:54.829Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-07-01T13:46:54.857Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "EMAIL-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "50bb87388d2bdf14e96f157e98c5e5008461942e", "merge_commit_sha": "9ea35b0504c73eddcadd7b10cd3068998ce822d5", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!12", "references": {"short": "!12", "relative": "!12", "full": "madoxr/backend!12"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/12", "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}, {"id": 106276586, "iid": 11, "project_id": 27481763, "title": "AUTH-02", "description": "- Autologin dans /login quand le token et l'uid sont ok\n- Header dans login qui permet de ne pas reload le token quand on se connecte depuis le pixelstreaming", "state": "merged", "created_at": "2021-06-29T13:49:35.816Z", "updated_at": "2021-07-01T13:43:58.467Z", "merged_by": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "merged_at": "2021-07-01T13:43:58.494Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "AUTH-02", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "368040f7c4aba4922c4a5613ad045241e1be50e2", "merge_commit_sha": "77fb0ebee822a64b25f1fdabcdbd68db625eecaf", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!11", "references": {"short": "!11", "relative": "!11", "full": "madoxr/backend!11"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/11", "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}, {"id": 106268894, "iid": 10, "project_id": 27481763, "title": "SCENE-00", "description": "Mise \u00e0 jour de la page scene, avec des feed, la liste des commentaires et la possibilit\u00e9 d'ajouter des r\u00e9f\u00e9rences.\n\nLe tout avec des reload en websocket, bien \u00e9videmment", "state": "merged", "created_at": "2021-06-29T13:09:12.954Z", "updated_at": "2021-06-29T13:44:07.830Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-06-29T13:44:07.861Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "SCENE-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "89908666db4c6940487da88f49455a9dfde73209", "merge_commit_sha": "2c327ff7f7c18846db0fa37397fea26b92a39199", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!10", "references": {"short": "!10", "relative": "!10", "full": "madoxr/backend!10"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/10", "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}, {"id": 106098136, "iid": 9, "project_id": 27481763, "title": "Auth 01", "description": "User perm", "state": "merged", "created_at": "2021-06-28T14:17:15.520Z", "updated_at": "2021-06-28T14:17:36.692Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-06-28T14:17:36.736Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "AUTH-01", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "bcaae98be07955adf4b6456125491f45a1defffd", "merge_commit_sha": "8d0ceeda5eec2f3f273844fe8c37c8cea71cab7b", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!9", "references": {"short": "!9", "relative": "!9", "full": "madoxr/backend!9"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/9", "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}, {"id": 106065864, "iid": 8, "project_id": 27481763, "title": "0.12.0", "description": "Upload Media", "state": "merged", "created_at": "2021-06-28T10:45:20.047Z", "updated_at": "2021-06-28T10:48:16.970Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-06-28T10:48:18.017Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "0.12.0", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "4c2471ebf31d52f58472f49270706bc8528812eb", "merge_commit_sha": "48901bc526a5789a408755429a37805e1650609d", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!8", "references": {"short": "!8", "relative": "!8", "full": "madoxr/backend!8"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/8", "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}, {"id": 105836184, "iid": 7, "project_id": 27481763, "title": "0.11.0", "description": "- Websocket commentaires", "state": "merged", "created_at": "2021-06-25T10:54:24.782Z", "updated_at": "2021-06-25T10:55:33.144Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-06-25T10:55:33.165Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "0.11.0", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "aebffcdd9e8724e0412a8e11d141b8f579392481", "merge_commit_sha": "25d0b05bcdaf925fe8f7b573c50511ed229166e9", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!7", "references": {"short": "!7", "relative": "!7", "full": "madoxr/backend!7"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/7", "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}, {"id": 105697411, "iid": 6, "project_id": 27481763, "title": "API-00", "description": "- Forget password -> option ok\n- Quand on ajoutais quelqu'un \u00e0 un projet qui n'avait pas de compte \u00e7a fonctionnais quand m\u00eame -> r\u00e9solue\n- On utilise la websocket pour reload automatiquement la liste des projets si on est ajout\u00e9 dessus\n- Quand on veut se log et que le code de confirmation n'est pas valid\u00e9, on affiche une popup info et on redirige vers l'endroit pour \u00e9crire le code de confirmation", "state": "merged", "created_at": "2021-06-24T14:16:17.308Z", "updated_at": "2021-06-24T15:31:56.394Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-06-24T15:31:56.425Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "API-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "c2802e1f77d1a78ad0d28d7ec9e668d8fe40a6ed", "merge_commit_sha": "428799b049a3faea8d3715eb3fa400c20ec4c461", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!6", "references": {"short": "!6", "relative": "!6", "full": "madoxr/backend!6"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/6", "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}, {"id": 105527331, "iid": 5, "project_id": 27481763, "title": "SECU-01", "description": "- Update de l'url de mongo -> on va sur mongocloud\n- Update de l'adresse email du transporter nodemailee", "state": "merged", "created_at": "2021-06-23T13:42:03.602Z", "updated_at": "2021-06-23T13:45:18.213Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-06-23T13:45:18.239Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "SECU-01", "user_notes_count": 1, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "f88f1b3f5f2b49a1c074597e77da81394892f549", "merge_commit_sha": "3b157377ffd130b447432f69571b4e11a0d8240f", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!5", "references": {"short": "!5", "relative": "!5", "full": "madoxr/backend!5"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/5", "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}, {"id": 105277665, "iid": 4, "project_id": 27481763, "title": "FIX-00", "description": "- Envoie d'un mail \u00e0 la personne qui \u00e0 re\u00e7u une nouvelle permission pour acc\u00e9der \u00e0 un project\n- Envoie d'un email quand quelqu'un s'inscrit avec son code de confirmation\n- Verification que l'email est un vrai email (au niveau du format) lors de l'inscription\n- Possibilit\u00e9 de cr\u00e9er des streams qui sont reli\u00e9s aux projets\n- Tkt j'ai changer mon mdp ^^", "state": "merged", "created_at": "2021-06-22T08:41:56.396Z", "updated_at": "2021-06-22T08:45:47.462Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-06-22T08:45:47.551Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "FIX-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "b1f46986967e5269869a96e6df85a1e59fd1e300", "merge_commit_sha": "0c8af04f82e84ad40e059dad6b491972acb52c0f", "squash_commit_sha": null, "discussion_locked": null, "should_remove_source_branch": null, "force_remove_source_branch": true, "reference": "!4", "references": {"short": "!4", "relative": "!4", "full": "madoxr/backend!4"}, "web_url": "https://gitlab.com/madoxr/backend/-/merge_requests/4", "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}, {"id": 105167077, "iid": 3, "project_id": 27481763, "title": "STREAM-00", "description": "- UPDATE -> POST /streams de fa\u00e7on \u00e0 le reli\u00e9 \u00e0 un project_id\n- CREATE -> GET /streams/projects/:project_id pour r\u00e9cup\u00e9rer tous les streams reli\u00e9s \u00e0 un project_id", "state": "merged", "created_at": "2021-06-21T14:18:27.175Z", "updated_at": "2021-06-21T14:21:47.209Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-06-21T14:21:47.236Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "STREAM-00", "user_notes_count": 0, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "5b5fff60e76f49e3f43030b5e343ce6dc154ca8f", "merge_commit_sha": "d1558ae628a44b1e2fd8733cbcd72cae857d2936", "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": "madoxr/backend!3"}, "web_url": "https://gitlab.com/madoxr/backend/-/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}, {"id": 104952518, "iid": 2, "project_id": 27481763, "title": "AUTH-00", "description": "- [x] Users permission from front\n- [x] Create project\n- [x] Token, firstname and name in redux -> connexion and inscription\n- [x] Users create/login from front\n- [x] Middlewares", "state": "merged", "created_at": "2021-06-18T15:49:50.225Z", "updated_at": "2021-06-21T08:23:31.606Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-06-21T08:23:31.634Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "AUTH-00", "user_notes_count": 2, "upvotes": 0, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "c4d6ae69572a2953005035b626dbba795e0d97e7", "merge_commit_sha": "5a4a622fcd093e9c850f9f241f22e07b50a65e62", "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": "madoxr/backend!2"}, "web_url": "https://gitlab.com/madoxr/backend/-/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": 5, "completed_count": 5}, "has_conflicts": false, "blocking_discussions_resolved": true, "approvals_before_merge": null}, {"id": 104443791, "iid": 1, "project_id": 27481763, "title": "SECU-00: Middleware", "description": "L'objectif principal de la MR est de s\u00e9curiser les routes. Elles sont toutes prot\u00e9g\u00e9 sauf /users/create\n\nProt\u00e9ger signifie qu'il faut \u00eatre authentifier pour y acc\u00e9der, sinon on ne donne pas l'acc\u00e8s. Et pour cela il faut juste envoyer en header de chaque requ\u00eate le token et l'user_id, ensuite dans le back on check si le token est le m\u00eame que dans la database, puis si la date d'expiration n'est pas encore pass\u00e9.", "state": "merged", "created_at": "2021-06-16T10:26:47.008Z", "updated_at": "2021-06-21T08:23:31.549Z", "merged_by": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "merged_at": "2021-06-21T08:23:31.587Z", "closed_by": null, "closed_at": null, "target_branch": "master", "source_branch": "SECU-00", "user_notes_count": 2, "upvotes": 1, "downvotes": 0, "author": {"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}, "assignees": [{"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}], "assignee": {"id": 9112229, "name": "Hugo Cabel", "username": "hcabel", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112229/avatar.png", "web_url": "https://gitlab.com/hcabel"}, "reviewers": [{"id": 9112223, "name": "Stanley Serbin", "username": "stanley24", "state": "active", "avatar_url": "https://gitlab.com/uploads/-/system/user/avatar/9112223/avatar.png", "web_url": "https://gitlab.com/stanley24"}], "source_project_id": 27481763, "target_project_id": 27481763, "labels": [], "draft": false, "work_in_progress": false, "milestone": null, "merge_when_pipeline_succeeds": false, "merge_status": "can_be_merged", "sha": "7730dac6b20347d08bed086dccd4668ac94f4f17", "merge_commit_sha": "5a4a622fcd093e9c850f9f241f22e07b50a65e62", "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": "madoxr/backend!1"}, "web_url": "https://gitlab.com/madoxr/backend/-/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": false, "blocking_discussions_resolved": true, "approvals_before_merge": null}] \ No newline at end of file diff --git a/projects.json b/projects.json index e2042f3..02b4f1f 100644 --- a/projects.json +++ b/projects.json @@ -1 +1 @@ -[{"id": 30853311, "description": "Plugin to connect XRPlan website to UE4 ", "name": "UE4 Plugin XRPlan", "name_with_namespace": "Madoxr / UE4 Plugin XRPlan", "path": "ue4-plugin-xrplan", "path_with_namespace": "madoxr/ue4-plugin-xrplan", "created_at": "2021-10-28T15:02:57.084Z", "default_branch": "dev", "tag_list": [], "topics": [], "ssh_url_to_repo": "git@gitlab.com:madoxr/ue4-plugin-xrplan.git", "http_url_to_repo": "https://gitlab.com/madoxr/ue4-plugin-xrplan.git", "web_url": "https://gitlab.com/madoxr/ue4-plugin-xrplan", "readme_url": null, "avatar_url": null, "forks_count": 0, "star_count": 0, "last_activity_at": "2021-10-29T14:54:24.108Z", "namespace": {"id": 12417614, "name": "Madoxr", "path": "madoxr", "kind": "group", "full_path": "madoxr", "parent_id": null, "avatar_url": null, "web_url": "https://gitlab.com/groups/madoxr"}, "container_registry_image_prefix": "registry.gitlab.com/madoxr/ue4-plugin-xrplan", "_links": {"self": "https://gitlab.com/api/v4/projects/30853311", "issues": "https://gitlab.com/api/v4/projects/30853311/issues", "merge_requests": "https://gitlab.com/api/v4/projects/30853311/merge_requests", "repo_branches": "https://gitlab.com/api/v4/projects/30853311/repository/branches", "labels": "https://gitlab.com/api/v4/projects/30853311/labels", "events": "https://gitlab.com/api/v4/projects/30853311/events", "members": "https://gitlab.com/api/v4/projects/30853311/members"}, "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-10-29T15:02:57.114Z"}, "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+madoxr-ue4-plugin-xrplan-30853311-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", "emails_disabled": null, "shared_runners_enabled": true, "lfs_enabled": true, "creator_id": 9112229, "import_status": "none", "open_issues_count": 0, "ci_default_git_depth": 50, "ci_forward_deployment_enabled": true, "ci_job_token_scope_enabled": false, "public_jobs": true, "build_timeout": 3600, "auto_cancel_pending_pipelines": "enabled", "build_coverage_regex": null, "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", "suggestion_commit_message": null, "auto_devops_enabled": false, "auto_devops_deploy_strategy": "continuous", "autoclose_referenced_issues": true, "keep_latest_artifact": true, "external_authorization_classification_label": "", "requirements_enabled": false, "security_and_compliance_enabled": true, "compliance_frameworks": [], "permissions": {"project_access": null, "group_access": {"access_level": 50, "notification_level": 3}}}, {"id": 29121656, "description": "Stats for xrplan", "name": "Stats service", "name_with_namespace": "Madoxr / Stats service", "path": "statssservice", "path_with_namespace": "madoxr/statssservice", "created_at": "2021-08-25T12:41:20.899Z", "default_branch": "dev", "tag_list": [], "topics": [], "ssh_url_to_repo": "git@gitlab.com:madoxr/statssservice.git", "http_url_to_repo": "https://gitlab.com/madoxr/statssservice.git", "web_url": "https://gitlab.com/madoxr/statssservice", "readme_url": null, "avatar_url": null, "forks_count": 0, "star_count": 0, "last_activity_at": "2021-08-25T12:41:20.899Z", "namespace": {"id": 12417614, "name": "Madoxr", "path": "madoxr", "kind": "group", "full_path": "madoxr", "parent_id": null, "avatar_url": null, "web_url": "https://gitlab.com/groups/madoxr"}, "container_registry_image_prefix": "registry.gitlab.com/madoxr/statssservice", "_links": {"self": "https://gitlab.com/api/v4/projects/29121656", "issues": "https://gitlab.com/api/v4/projects/29121656/issues", "merge_requests": "https://gitlab.com/api/v4/projects/29121656/merge_requests", "repo_branches": "https://gitlab.com/api/v4/projects/29121656/repository/branches", "labels": "https://gitlab.com/api/v4/projects/29121656/labels", "events": "https://gitlab.com/api/v4/projects/29121656/events", "members": "https://gitlab.com/api/v4/projects/29121656/members"}, "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-08-26T12:41:21.114Z"}, "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+madoxr-statssservice-29121656-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", "emails_disabled": null, "shared_runners_enabled": true, "lfs_enabled": true, "creator_id": 9112223, "import_status": "none", "open_issues_count": 0, "ci_default_git_depth": 50, "ci_forward_deployment_enabled": true, "ci_job_token_scope_enabled": false, "public_jobs": true, "build_timeout": 3600, "auto_cancel_pending_pipelines": "enabled", "build_coverage_regex": null, "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", "suggestion_commit_message": null, "auto_devops_enabled": false, "auto_devops_deploy_strategy": "continuous", "autoclose_referenced_issues": true, "keep_latest_artifact": true, "external_authorization_classification_label": "", "requirements_enabled": false, "security_and_compliance_enabled": true, "compliance_frameworks": [], "permissions": {"project_access": null, "group_access": {"access_level": 50, "notification_level": 3}}}, {"id": 28263395, "description": "", "name": "streaming-service", "name_with_namespace": "Madoxr / streaming-service", "path": "streaming-service", "path_with_namespace": "madoxr/streaming-service", "created_at": "2021-07-20T08:34:07.509Z", "default_branch": "dev", "tag_list": [], "topics": [], "ssh_url_to_repo": "git@gitlab.com:madoxr/streaming-service.git", "http_url_to_repo": "https://gitlab.com/madoxr/streaming-service.git", "web_url": "https://gitlab.com/madoxr/streaming-service", "readme_url": null, "avatar_url": null, "forks_count": 0, "star_count": 0, "last_activity_at": "2021-10-28T14:25:06.238Z", "namespace": {"id": 12417614, "name": "Madoxr", "path": "madoxr", "kind": "group", "full_path": "madoxr", "parent_id": null, "avatar_url": null, "web_url": "https://gitlab.com/groups/madoxr"}, "container_registry_image_prefix": "registry.gitlab.com/madoxr/streaming-service", "_links": {"self": "https://gitlab.com/api/v4/projects/28263395", "issues": "https://gitlab.com/api/v4/projects/28263395/issues", "merge_requests": "https://gitlab.com/api/v4/projects/28263395/merge_requests", "repo_branches": "https://gitlab.com/api/v4/projects/28263395/repository/branches", "labels": "https://gitlab.com/api/v4/projects/28263395/labels", "events": "https://gitlab.com/api/v4/projects/28263395/events", "members": "https://gitlab.com/api/v4/projects/28263395/members"}, "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-07-21T08:34:07.561Z"}, "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+madoxr-streaming-service-28263395-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", "emails_disabled": null, "shared_runners_enabled": true, "lfs_enabled": true, "creator_id": 9112229, "import_status": "none", "open_issues_count": 0, "ci_default_git_depth": 50, "ci_forward_deployment_enabled": true, "ci_job_token_scope_enabled": false, "public_jobs": true, "build_timeout": 3600, "auto_cancel_pending_pipelines": "enabled", "build_coverage_regex": null, "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", "suggestion_commit_message": null, "auto_devops_enabled": false, "auto_devops_deploy_strategy": "continuous", "autoclose_referenced_issues": true, "keep_latest_artifact": true, "external_authorization_classification_label": "", "requirements_enabled": false, "security_and_compliance_enabled": true, "compliance_frameworks": [], "permissions": {"project_access": null, "group_access": {"access_level": 50, "notification_level": 3}}}, {"id": 28189119, "description": "", "name": "PixelStreamingServer", "name_with_namespace": "Madoxr / PixelStreamingServer", "path": "pixelstreamingserver", "path_with_namespace": "madoxr/pixelstreamingserver", "created_at": "2021-07-16T08:43:18.356Z", "default_branch": "dev", "tag_list": [], "topics": [], "ssh_url_to_repo": "git@gitlab.com:madoxr/pixelstreamingserver.git", "http_url_to_repo": "https://gitlab.com/madoxr/pixelstreamingserver.git", "web_url": "https://gitlab.com/madoxr/pixelstreamingserver", "readme_url": null, "avatar_url": null, "forks_count": 0, "star_count": 0, "last_activity_at": "2021-10-15T13:16:09.453Z", "namespace": {"id": 12417614, "name": "Madoxr", "path": "madoxr", "kind": "group", "full_path": "madoxr", "parent_id": null, "avatar_url": null, "web_url": "https://gitlab.com/groups/madoxr"}, "container_registry_image_prefix": "registry.gitlab.com/madoxr/pixelstreamingserver", "_links": {"self": "https://gitlab.com/api/v4/projects/28189119", "issues": "https://gitlab.com/api/v4/projects/28189119/issues", "merge_requests": "https://gitlab.com/api/v4/projects/28189119/merge_requests", "repo_branches": "https://gitlab.com/api/v4/projects/28189119/repository/branches", "labels": "https://gitlab.com/api/v4/projects/28189119/labels", "events": "https://gitlab.com/api/v4/projects/28189119/events", "members": "https://gitlab.com/api/v4/projects/28189119/members"}, "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-07-17T08:43:18.385Z"}, "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+madoxr-pixelstreamingserver-28189119-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", "emails_disabled": null, "shared_runners_enabled": true, "lfs_enabled": true, "creator_id": 9112223, "import_status": "none", "open_issues_count": 0, "ci_default_git_depth": 50, "ci_forward_deployment_enabled": true, "ci_job_token_scope_enabled": false, "public_jobs": true, "build_timeout": 3600, "auto_cancel_pending_pipelines": "enabled", "build_coverage_regex": null, "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", "suggestion_commit_message": null, "auto_devops_enabled": false, "auto_devops_deploy_strategy": "continuous", "autoclose_referenced_issues": true, "keep_latest_artifact": true, "external_authorization_classification_label": "", "requirements_enabled": false, "security_and_compliance_enabled": true, "compliance_frameworks": [], "permissions": {"project_access": null, "group_access": {"access_level": 50, "notification_level": 3}}}, {"id": 27487038, "description": "My awsome WEB interface", "name": "Frontend", "name_with_namespace": "Madoxr / Frontend", "path": "frontend", "path_with_namespace": "madoxr/frontend", "created_at": "2021-06-16T13:39:29.121Z", "default_branch": "dev", "tag_list": [], "topics": [], "ssh_url_to_repo": "git@gitlab.com:madoxr/frontend.git", "http_url_to_repo": "https://gitlab.com/madoxr/frontend.git", "web_url": "https://gitlab.com/madoxr/frontend", "readme_url": "https://gitlab.com/madoxr/frontend/-/blob/dev/README.md", "avatar_url": null, "forks_count": 0, "star_count": 0, "last_activity_at": "2021-10-29T15:34:28.272Z", "namespace": {"id": 12417614, "name": "Madoxr", "path": "madoxr", "kind": "group", "full_path": "madoxr", "parent_id": null, "avatar_url": null, "web_url": "https://gitlab.com/groups/madoxr"}, "container_registry_image_prefix": "registry.gitlab.com/madoxr/frontend", "_links": {"self": "https://gitlab.com/api/v4/projects/27487038", "issues": "https://gitlab.com/api/v4/projects/27487038/issues", "merge_requests": "https://gitlab.com/api/v4/projects/27487038/merge_requests", "repo_branches": "https://gitlab.com/api/v4/projects/27487038/repository/branches", "labels": "https://gitlab.com/api/v4/projects/27487038/labels", "events": "https://gitlab.com/api/v4/projects/27487038/events", "members": "https://gitlab.com/api/v4/projects/27487038/members"}, "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-06-17T13:39:29.175Z"}, "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+madoxr-frontend-27487038-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", "emails_disabled": null, "shared_runners_enabled": true, "lfs_enabled": true, "creator_id": 9112229, "import_status": "none", "open_issues_count": 0, "ci_default_git_depth": 50, "ci_forward_deployment_enabled": true, "ci_job_token_scope_enabled": false, "public_jobs": true, "build_timeout": 3600, "auto_cancel_pending_pipelines": "enabled", "build_coverage_regex": null, "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", "suggestion_commit_message": null, "auto_devops_enabled": false, "auto_devops_deploy_strategy": "continuous", "autoclose_referenced_issues": true, "keep_latest_artifact": true, "external_authorization_classification_label": "", "requirements_enabled": false, "security_and_compliance_enabled": true, "compliance_frameworks": [], "permissions": {"project_access": null, "group_access": {"access_level": 50, "notification_level": 3}}}, {"id": 27481763, "description": "The GREAT api", "name": "backend", "name_with_namespace": "Madoxr / backend", "path": "backend", "path_with_namespace": "madoxr/backend", "created_at": "2021-06-16T10:11:47.399Z", "default_branch": "dev", "tag_list": [], "topics": [], "ssh_url_to_repo": "git@gitlab.com:madoxr/backend.git", "http_url_to_repo": "https://gitlab.com/madoxr/backend.git", "web_url": "https://gitlab.com/madoxr/backend", "readme_url": null, "avatar_url": null, "forks_count": 0, "star_count": 0, "last_activity_at": "2021-10-28T14:24:24.318Z", "namespace": {"id": 12417614, "name": "Madoxr", "path": "madoxr", "kind": "group", "full_path": "madoxr", "parent_id": null, "avatar_url": null, "web_url": "https://gitlab.com/groups/madoxr"}, "container_registry_image_prefix": "registry.gitlab.com/madoxr/backend", "_links": {"self": "https://gitlab.com/api/v4/projects/27481763", "issues": "https://gitlab.com/api/v4/projects/27481763/issues", "merge_requests": "https://gitlab.com/api/v4/projects/27481763/merge_requests", "repo_branches": "https://gitlab.com/api/v4/projects/27481763/repository/branches", "labels": "https://gitlab.com/api/v4/projects/27481763/labels", "events": "https://gitlab.com/api/v4/projects/27481763/events", "members": "https://gitlab.com/api/v4/projects/27481763/members"}, "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-06-17T10:11:47.422Z"}, "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+madoxr-backend-27481763-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", "emails_disabled": null, "shared_runners_enabled": true, "lfs_enabled": true, "creator_id": 9112223, "import_status": "none", "open_issues_count": 0, "ci_default_git_depth": 50, "ci_forward_deployment_enabled": true, "ci_job_token_scope_enabled": false, "public_jobs": true, "build_timeout": 3600, "auto_cancel_pending_pipelines": "enabled", "build_coverage_regex": null, "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", "suggestion_commit_message": null, "auto_devops_enabled": false, "auto_devops_deploy_strategy": "continuous", "autoclose_referenced_issues": true, "keep_latest_artifact": true, "external_authorization_classification_label": "", "requirements_enabled": false, "security_and_compliance_enabled": true, "compliance_frameworks": [], "permissions": {"project_access": null, "group_access": {"access_level": 50, "notification_level": 3}}}] \ No newline at end of file +[{"id": 34178346, "description": "Miruu plugin for UE5", "name": "UE5 Plugin Miruu", "name_with_namespace": "Madoxr / UE5 Plugin Miruu", "path": "ue5-plugin-miruu", "path_with_namespace": "madoxr/ue5-plugin-miruu", "created_at": "2022-03-03T04:17:46.285Z", "default_branch": "DEV", "tag_list": [], "topics": [], "ssh_url_to_repo": "git@gitlab.com:madoxr/ue5-plugin-miruu.git", "http_url_to_repo": "https://gitlab.com/madoxr/ue5-plugin-miruu.git", "web_url": "https://gitlab.com/madoxr/ue5-plugin-miruu", "readme_url": "https://gitlab.com/madoxr/ue5-plugin-miruu/-/blob/DEV/README.md", "avatar_url": "https://gitlab.com/uploads/-/system/project/avatar/34178346/h_XN5xbR_400x400.jpg", "forks_count": 0, "star_count": 0, "last_activity_at": "2022-03-17T10:41:25.004Z", "namespace": {"id": 12417614, "name": "Madoxr", "path": "madoxr", "kind": "group", "full_path": "madoxr", "parent_id": null, "avatar_url": "/uploads/-/system/group/avatar/12417614/LogoMadoWhite.png", "web_url": "https://gitlab.com/groups/madoxr"}, "container_registry_image_prefix": "registry.gitlab.com/madoxr/ue5-plugin-miruu", "_links": {"self": "https://gitlab.com/api/v4/projects/34178346", "issues": "https://gitlab.com/api/v4/projects/34178346/issues", "merge_requests": "https://gitlab.com/api/v4/projects/34178346/merge_requests", "repo_branches": "https://gitlab.com/api/v4/projects/34178346/repository/branches", "labels": "https://gitlab.com/api/v4/projects/34178346/labels", "events": "https://gitlab.com/api/v4/projects/34178346/events", "members": "https://gitlab.com/api/v4/projects/34178346/members"}, "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": "2022-03-04T04:17:46.311Z"}, "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+madoxr-ue5-plugin-miruu-34178346-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", "emails_disabled": null, "shared_runners_enabled": true, "lfs_enabled": true, "creator_id": 9112229, "import_url": null, "import_type": null, "import_status": "none", "open_issues_count": 0, "ci_default_git_depth": 20, "ci_forward_deployment_enabled": true, "ci_job_token_scope_enabled": false, "public_jobs": true, "build_timeout": 3600, "auto_cancel_pending_pipelines": "enabled", "build_coverage_regex": null, "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", "suggestion_commit_message": null, "merge_commit_template": null, "squash_commit_template": null, "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": null, "group_access": {"access_level": 40, "notification_level": null}}}, {"id": 33750489, "description": "Are you ready to take over this challenge ?", "name": "technical tests", "name_with_namespace": "Madoxr / technical tests", "path": "technical-tests", "path_with_namespace": "madoxr/technical-tests", "created_at": "2022-02-15T16:17:05.110Z", "default_branch": "DEV", "tag_list": [], "topics": [], "ssh_url_to_repo": "git@gitlab.com:madoxr/technical-tests.git", "http_url_to_repo": "https://gitlab.com/madoxr/technical-tests.git", "web_url": "https://gitlab.com/madoxr/technical-tests", "readme_url": "https://gitlab.com/madoxr/technical-tests/-/blob/DEV/README.md", "avatar_url": null, "forks_count": 0, "star_count": 0, "last_activity_at": "2022-02-17T09:32:52.023Z", "namespace": {"id": 12417614, "name": "Madoxr", "path": "madoxr", "kind": "group", "full_path": "madoxr", "parent_id": null, "avatar_url": "/uploads/-/system/group/avatar/12417614/LogoMadoWhite.png", "web_url": "https://gitlab.com/groups/madoxr"}, "container_registry_image_prefix": "registry.gitlab.com/madoxr/technical-tests", "_links": {"self": "https://gitlab.com/api/v4/projects/33750489", "issues": "https://gitlab.com/api/v4/projects/33750489/issues", "merge_requests": "https://gitlab.com/api/v4/projects/33750489/merge_requests", "repo_branches": "https://gitlab.com/api/v4/projects/33750489/repository/branches", "labels": "https://gitlab.com/api/v4/projects/33750489/labels", "events": "https://gitlab.com/api/v4/projects/33750489/events", "members": "https://gitlab.com/api/v4/projects/33750489/members"}, "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": "2022-02-16T16:17:05.145Z"}, "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+madoxr-technical-tests-33750489-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", "emails_disabled": null, "shared_runners_enabled": true, "lfs_enabled": true, "creator_id": 9112223, "import_url": null, "import_type": null, "import_status": "none", "open_issues_count": 0, "ci_default_git_depth": 20, "ci_forward_deployment_enabled": true, "ci_job_token_scope_enabled": false, "public_jobs": true, "build_timeout": 3600, "auto_cancel_pending_pipelines": "enabled", "build_coverage_regex": null, "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", "suggestion_commit_message": null, "merge_commit_template": null, "squash_commit_template": null, "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": null, "group_access": {"access_level": 40, "notification_level": null}}}, {"id": 33712686, "description": "RTFM!", "name": "Doc", "name_with_namespace": "Madoxr / Doc", "path": "doc", "path_with_namespace": "madoxr/doc", "created_at": "2022-02-14T13:35:12.089Z", "default_branch": "DEV", "tag_list": [], "topics": [], "ssh_url_to_repo": "git@gitlab.com:madoxr/doc.git", "http_url_to_repo": "https://gitlab.com/madoxr/doc.git", "web_url": "https://gitlab.com/madoxr/doc", "readme_url": "https://gitlab.com/madoxr/doc/-/blob/DEV/README.md", "avatar_url": null, "forks_count": 0, "star_count": 0, "last_activity_at": "2022-03-25T13:00:40.312Z", "namespace": {"id": 12417614, "name": "Madoxr", "path": "madoxr", "kind": "group", "full_path": "madoxr", "parent_id": null, "avatar_url": "/uploads/-/system/group/avatar/12417614/LogoMadoWhite.png", "web_url": "https://gitlab.com/groups/madoxr"}, "container_registry_image_prefix": "registry.gitlab.com/madoxr/doc", "_links": {"self": "https://gitlab.com/api/v4/projects/33712686", "issues": "https://gitlab.com/api/v4/projects/33712686/issues", "merge_requests": "https://gitlab.com/api/v4/projects/33712686/merge_requests", "repo_branches": "https://gitlab.com/api/v4/projects/33712686/repository/branches", "labels": "https://gitlab.com/api/v4/projects/33712686/labels", "events": "https://gitlab.com/api/v4/projects/33712686/events", "members": "https://gitlab.com/api/v4/projects/33712686/members"}, "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": "2022-02-15T13:35:12.114Z"}, "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+madoxr-doc-33712686-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", "emails_disabled": null, "shared_runners_enabled": true, "lfs_enabled": true, "creator_id": 9112223, "import_url": null, "import_type": null, "import_status": "none", "open_issues_count": 0, "ci_default_git_depth": 20, "ci_forward_deployment_enabled": true, "ci_job_token_scope_enabled": false, "public_jobs": true, "build_timeout": 3600, "auto_cancel_pending_pipelines": "enabled", "build_coverage_regex": null, "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", "suggestion_commit_message": null, "merge_commit_template": null, "squash_commit_template": null, "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": null, "group_access": {"access_level": 40, "notification_level": null}}}, {"id": 33279774, "description": "", "name": "Metaverse marketplace", "name_with_namespace": "Madoxr / Metaverse marketplace", "path": "metaverse-marketplace", "path_with_namespace": "madoxr/metaverse-marketplace", "created_at": "2022-01-31T10:17:24.339Z", "default_branch": "main", "tag_list": [], "topics": [], "ssh_url_to_repo": "git@gitlab.com:madoxr/metaverse-marketplace.git", "http_url_to_repo": "https://gitlab.com/madoxr/metaverse-marketplace.git", "web_url": "https://gitlab.com/madoxr/metaverse-marketplace", "readme_url": null, "avatar_url": null, "forks_count": 0, "star_count": 0, "last_activity_at": "2022-02-24T10:20:51.406Z", "namespace": {"id": 12417614, "name": "Madoxr", "path": "madoxr", "kind": "group", "full_path": "madoxr", "parent_id": null, "avatar_url": "/uploads/-/system/group/avatar/12417614/LogoMadoWhite.png", "web_url": "https://gitlab.com/groups/madoxr"}, "container_registry_image_prefix": "registry.gitlab.com/madoxr/metaverse-marketplace", "_links": {"self": "https://gitlab.com/api/v4/projects/33279774", "issues": "https://gitlab.com/api/v4/projects/33279774/issues", "merge_requests": "https://gitlab.com/api/v4/projects/33279774/merge_requests", "repo_branches": "https://gitlab.com/api/v4/projects/33279774/repository/branches", "labels": "https://gitlab.com/api/v4/projects/33279774/labels", "events": "https://gitlab.com/api/v4/projects/33279774/events", "members": "https://gitlab.com/api/v4/projects/33279774/members"}, "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": "2022-02-01T10:17:24.362Z"}, "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+madoxr-metaverse-marketplace-33279774-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", "emails_disabled": null, "shared_runners_enabled": true, "lfs_enabled": true, "creator_id": 9112725, "import_url": null, "import_type": null, "import_status": "none", "open_issues_count": 0, "ci_default_git_depth": 20, "ci_forward_deployment_enabled": true, "ci_job_token_scope_enabled": false, "public_jobs": true, "build_timeout": 3600, "auto_cancel_pending_pipelines": "enabled", "build_coverage_regex": null, "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", "suggestion_commit_message": null, "merge_commit_template": null, "squash_commit_template": null, "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": null, "group_access": {"access_level": 40, "notification_level": null}}}, {"id": 32902924, "description": "Launch microservices", "name": "Services", "name_with_namespace": "Madoxr / Services", "path": "services", "path_with_namespace": "madoxr/services", "created_at": "2022-01-17T17:05:37.129Z", "default_branch": "DEV", "tag_list": [], "topics": [], "ssh_url_to_repo": "git@gitlab.com:madoxr/services.git", "http_url_to_repo": "https://gitlab.com/madoxr/services.git", "web_url": "https://gitlab.com/madoxr/services", "readme_url": null, "avatar_url": "https://gitlab.com/uploads/-/system/project/avatar/32902924/Logo-Docker-1.jpeg", "forks_count": 0, "star_count": 0, "last_activity_at": "2022-03-23T07:14:00.695Z", "namespace": {"id": 12417614, "name": "Madoxr", "path": "madoxr", "kind": "group", "full_path": "madoxr", "parent_id": null, "avatar_url": "/uploads/-/system/group/avatar/12417614/LogoMadoWhite.png", "web_url": "https://gitlab.com/groups/madoxr"}, "container_registry_image_prefix": "registry.gitlab.com/madoxr/services", "_links": {"self": "https://gitlab.com/api/v4/projects/32902924", "issues": "https://gitlab.com/api/v4/projects/32902924/issues", "merge_requests": "https://gitlab.com/api/v4/projects/32902924/merge_requests", "repo_branches": "https://gitlab.com/api/v4/projects/32902924/repository/branches", "labels": "https://gitlab.com/api/v4/projects/32902924/labels", "events": "https://gitlab.com/api/v4/projects/32902924/events", "members": "https://gitlab.com/api/v4/projects/32902924/members"}, "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": "2022-01-18T17:05:37.156Z"}, "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+madoxr-services-32902924-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", "emails_disabled": null, "shared_runners_enabled": true, "lfs_enabled": true, "creator_id": 9112223, "import_url": null, "import_type": null, "import_status": "none", "open_issues_count": 0, "ci_default_git_depth": 50, "ci_forward_deployment_enabled": true, "ci_job_token_scope_enabled": false, "public_jobs": true, "build_timeout": 3600, "auto_cancel_pending_pipelines": "enabled", "build_coverage_regex": null, "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", "suggestion_commit_message": null, "merge_commit_template": null, "squash_commit_template": null, "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": null, "group_access": {"access_level": 40, "notification_level": null}}}, {"id": 32896885, "description": "This is the unit-test repository, those unit-tests are meant to be used with the website miruu.io", "name": "UnitTest", "name_with_namespace": "Madoxr / UnitTest", "path": "UnitTest", "path_with_namespace": "madoxr/UnitTest", "created_at": "2022-01-17T13:54:10.028Z", "default_branch": "DEV", "tag_list": [], "topics": [], "ssh_url_to_repo": "git@gitlab.com:madoxr/UnitTest.git", "http_url_to_repo": "https://gitlab.com/madoxr/UnitTest.git", "web_url": "https://gitlab.com/madoxr/UnitTest", "readme_url": "https://gitlab.com/madoxr/UnitTest/-/blob/DEV/README.md", "avatar_url": "https://gitlab.com/uploads/-/system/project/avatar/32896885/cypresslogo.jpeg", "forks_count": 0, "star_count": 0, "last_activity_at": "2022-03-09T14:05:39.909Z", "namespace": {"id": 12417614, "name": "Madoxr", "path": "madoxr", "kind": "group", "full_path": "madoxr", "parent_id": null, "avatar_url": "/uploads/-/system/group/avatar/12417614/LogoMadoWhite.png", "web_url": "https://gitlab.com/groups/madoxr"}, "container_registry_image_prefix": "registry.gitlab.com/madoxr/unittest", "_links": {"self": "https://gitlab.com/api/v4/projects/32896885", "issues": "https://gitlab.com/api/v4/projects/32896885/issues", "merge_requests": "https://gitlab.com/api/v4/projects/32896885/merge_requests", "repo_branches": "https://gitlab.com/api/v4/projects/32896885/repository/branches", "labels": "https://gitlab.com/api/v4/projects/32896885/labels", "events": "https://gitlab.com/api/v4/projects/32896885/events", "members": "https://gitlab.com/api/v4/projects/32896885/members"}, "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": "2022-01-18T13:54:10.088Z"}, "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+madoxr-unittest-32896885-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", "emails_disabled": null, "shared_runners_enabled": true, "lfs_enabled": true, "creator_id": 9112229, "import_url": null, "import_type": null, "import_status": "none", "open_issues_count": 0, "ci_default_git_depth": 50, "ci_forward_deployment_enabled": true, "ci_job_token_scope_enabled": false, "public_jobs": true, "build_timeout": 3600, "auto_cancel_pending_pipelines": "enabled", "build_coverage_regex": null, "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", "suggestion_commit_message": null, "merge_commit_template": null, "squash_commit_template": null, "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": null, "group_access": {"access_level": 40, "notification_level": null}}}, {"id": 31797509, "description": "Welcome to the kernel", "name": "Devops", "name_with_namespace": "Madoxr / Devops", "path": "devops", "path_with_namespace": "madoxr/devops", "created_at": "2021-12-02T14:09:34.399Z", "default_branch": "master", "tag_list": [], "topics": [], "ssh_url_to_repo": "git@gitlab.com:madoxr/devops.git", "http_url_to_repo": "https://gitlab.com/madoxr/devops.git", "web_url": "https://gitlab.com/madoxr/devops", "readme_url": null, "avatar_url": "https://gitlab.com/uploads/-/system/project/avatar/31797509/full_colored_dark.png", "forks_count": 0, "star_count": 0, "last_activity_at": "2021-12-15T10:36:54.195Z", "namespace": {"id": 12417614, "name": "Madoxr", "path": "madoxr", "kind": "group", "full_path": "madoxr", "parent_id": null, "avatar_url": "/uploads/-/system/group/avatar/12417614/LogoMadoWhite.png", "web_url": "https://gitlab.com/groups/madoxr"}, "container_registry_image_prefix": "registry.gitlab.com/madoxr/devops", "_links": {"self": "https://gitlab.com/api/v4/projects/31797509", "issues": "https://gitlab.com/api/v4/projects/31797509/issues", "merge_requests": "https://gitlab.com/api/v4/projects/31797509/merge_requests", "repo_branches": "https://gitlab.com/api/v4/projects/31797509/repository/branches", "labels": "https://gitlab.com/api/v4/projects/31797509/labels", "events": "https://gitlab.com/api/v4/projects/31797509/events", "members": "https://gitlab.com/api/v4/projects/31797509/members"}, "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-12-03T14:09:34.433Z"}, "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+madoxr-devops-31797509-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", "emails_disabled": null, "shared_runners_enabled": true, "lfs_enabled": true, "creator_id": 9112223, "import_url": null, "import_type": null, "import_status": "none", "open_issues_count": 0, "ci_default_git_depth": 50, "ci_forward_deployment_enabled": true, "ci_job_token_scope_enabled": false, "public_jobs": true, "build_timeout": 3600, "auto_cancel_pending_pipelines": "enabled", "build_coverage_regex": null, "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", "suggestion_commit_message": null, "merge_commit_template": null, "squash_commit_template": null, "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": null, "group_access": {"access_level": 40, "notification_level": null}}}, {"id": 30853311, "description": "Plugin to connect Miruu website to UE4 ", "name": "UE4 Plugin Miruu", "name_with_namespace": "Madoxr / UE4 Plugin Miruu", "path": "ue4-plugin-xrplan", "path_with_namespace": "madoxr/ue4-plugin-xrplan", "created_at": "2021-10-28T15:02:57.084Z", "default_branch": "DEV", "tag_list": [], "topics": [], "ssh_url_to_repo": "git@gitlab.com:madoxr/ue4-plugin-xrplan.git", "http_url_to_repo": "https://gitlab.com/madoxr/ue4-plugin-xrplan.git", "web_url": "https://gitlab.com/madoxr/ue4-plugin-xrplan", "readme_url": "https://gitlab.com/madoxr/ue4-plugin-xrplan/-/blob/DEV/README.md", "avatar_url": "https://gitlab.com/uploads/-/system/project/avatar/30853311/Ue4Logo.png", "forks_count": 0, "star_count": 0, "last_activity_at": "2022-03-25T10:30:11.753Z", "namespace": {"id": 12417614, "name": "Madoxr", "path": "madoxr", "kind": "group", "full_path": "madoxr", "parent_id": null, "avatar_url": "/uploads/-/system/group/avatar/12417614/LogoMadoWhite.png", "web_url": "https://gitlab.com/groups/madoxr"}, "container_registry_image_prefix": "registry.gitlab.com/madoxr/ue4-plugin-xrplan", "_links": {"self": "https://gitlab.com/api/v4/projects/30853311", "issues": "https://gitlab.com/api/v4/projects/30853311/issues", "merge_requests": "https://gitlab.com/api/v4/projects/30853311/merge_requests", "repo_branches": "https://gitlab.com/api/v4/projects/30853311/repository/branches", "labels": "https://gitlab.com/api/v4/projects/30853311/labels", "events": "https://gitlab.com/api/v4/projects/30853311/events", "members": "https://gitlab.com/api/v4/projects/30853311/members"}, "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-10-29T15:02:57.114Z"}, "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+madoxr-ue4-plugin-xrplan-30853311-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", "emails_disabled": null, "shared_runners_enabled": true, "lfs_enabled": true, "creator_id": 9112229, "import_url": null, "import_type": null, "import_status": "none", "open_issues_count": 0, "ci_default_git_depth": 50, "ci_forward_deployment_enabled": true, "ci_job_token_scope_enabled": false, "public_jobs": true, "build_timeout": 3600, "auto_cancel_pending_pipelines": "enabled", "build_coverage_regex": null, "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", "suggestion_commit_message": null, "merge_commit_template": null, "squash_commit_template": null, "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": null, "group_access": {"access_level": 40, "notification_level": null}}}, {"id": 29121656, "description": "Stats for xrplan", "name": "Stats service", "name_with_namespace": "Madoxr / Stats service", "path": "statssservice", "path_with_namespace": "madoxr/statssservice", "created_at": "2021-08-25T12:41:20.899Z", "default_branch": "dev", "tag_list": [], "topics": [], "ssh_url_to_repo": "git@gitlab.com:madoxr/statssservice.git", "http_url_to_repo": "https://gitlab.com/madoxr/statssservice.git", "web_url": "https://gitlab.com/madoxr/statssservice", "readme_url": null, "avatar_url": "https://gitlab.com/uploads/-/system/project/avatar/29121656/1200px-Python-logo-notext.svg.png", "forks_count": 0, "star_count": 0, "last_activity_at": "2021-08-25T12:41:20.899Z", "namespace": {"id": 12417614, "name": "Madoxr", "path": "madoxr", "kind": "group", "full_path": "madoxr", "parent_id": null, "avatar_url": "/uploads/-/system/group/avatar/12417614/LogoMadoWhite.png", "web_url": "https://gitlab.com/groups/madoxr"}, "container_registry_image_prefix": "registry.gitlab.com/madoxr/statssservice", "_links": {"self": "https://gitlab.com/api/v4/projects/29121656", "issues": "https://gitlab.com/api/v4/projects/29121656/issues", "merge_requests": "https://gitlab.com/api/v4/projects/29121656/merge_requests", "repo_branches": "https://gitlab.com/api/v4/projects/29121656/repository/branches", "labels": "https://gitlab.com/api/v4/projects/29121656/labels", "events": "https://gitlab.com/api/v4/projects/29121656/events", "members": "https://gitlab.com/api/v4/projects/29121656/members"}, "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-08-26T12:41:21.114Z"}, "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+madoxr-statssservice-29121656-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", "emails_disabled": null, "shared_runners_enabled": true, "lfs_enabled": true, "creator_id": 9112223, "import_url": null, "import_type": null, "import_status": "none", "open_issues_count": 0, "ci_default_git_depth": 50, "ci_forward_deployment_enabled": true, "ci_job_token_scope_enabled": false, "public_jobs": true, "build_timeout": 3600, "auto_cancel_pending_pipelines": "enabled", "build_coverage_regex": null, "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", "suggestion_commit_message": null, "merge_commit_template": null, "squash_commit_template": null, "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": null, "group_access": {"access_level": 40, "notification_level": null}}}, {"id": 28263395, "description": "", "name": "streaming-service", "name_with_namespace": "Madoxr / streaming-service", "path": "streaming-service", "path_with_namespace": "madoxr/streaming-service", "created_at": "2021-07-20T08:34:07.509Z", "default_branch": "DEV", "tag_list": [], "topics": [], "ssh_url_to_repo": "git@gitlab.com:madoxr/streaming-service.git", "http_url_to_repo": "https://gitlab.com/madoxr/streaming-service.git", "web_url": "https://gitlab.com/madoxr/streaming-service", "readme_url": null, "avatar_url": "https://gitlab.com/uploads/-/system/project/avatar/28263395/webrtclogo.png", "forks_count": 0, "star_count": 0, "last_activity_at": "2022-03-21T10:56:54.119Z", "namespace": {"id": 12417614, "name": "Madoxr", "path": "madoxr", "kind": "group", "full_path": "madoxr", "parent_id": null, "avatar_url": "/uploads/-/system/group/avatar/12417614/LogoMadoWhite.png", "web_url": "https://gitlab.com/groups/madoxr"}, "container_registry_image_prefix": "registry.gitlab.com/madoxr/streaming-service", "_links": {"self": "https://gitlab.com/api/v4/projects/28263395", "issues": "https://gitlab.com/api/v4/projects/28263395/issues", "merge_requests": "https://gitlab.com/api/v4/projects/28263395/merge_requests", "repo_branches": "https://gitlab.com/api/v4/projects/28263395/repository/branches", "labels": "https://gitlab.com/api/v4/projects/28263395/labels", "events": "https://gitlab.com/api/v4/projects/28263395/events", "members": "https://gitlab.com/api/v4/projects/28263395/members"}, "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-07-21T08:34:07.561Z"}, "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+madoxr-streaming-service-28263395-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", "emails_disabled": null, "shared_runners_enabled": true, "lfs_enabled": true, "creator_id": 9112229, "import_url": null, "import_type": null, "import_status": "none", "open_issues_count": 0, "ci_default_git_depth": 50, "ci_forward_deployment_enabled": true, "ci_job_token_scope_enabled": false, "public_jobs": true, "build_timeout": 3600, "auto_cancel_pending_pipelines": "enabled", "build_coverage_regex": null, "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", "suggestion_commit_message": null, "merge_commit_template": null, "squash_commit_template": null, "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": null, "group_access": {"access_level": 40, "notification_level": null}}}, {"id": 27487038, "description": "My awsome WEB interface", "name": "Frontend", "name_with_namespace": "Madoxr / Frontend", "path": "frontend", "path_with_namespace": "madoxr/frontend", "created_at": "2021-06-16T13:39:29.121Z", "default_branch": "DEV", "tag_list": [], "topics": [], "ssh_url_to_repo": "git@gitlab.com:madoxr/frontend.git", "http_url_to_repo": "https://gitlab.com/madoxr/frontend.git", "web_url": "https://gitlab.com/madoxr/frontend", "readme_url": null, "avatar_url": "https://gitlab.com/uploads/-/system/project/avatar/27487038/favicon.ico", "forks_count": 0, "star_count": 0, "last_activity_at": "2022-03-25T15:00:51.160Z", "namespace": {"id": 12417614, "name": "Madoxr", "path": "madoxr", "kind": "group", "full_path": "madoxr", "parent_id": null, "avatar_url": "/uploads/-/system/group/avatar/12417614/LogoMadoWhite.png", "web_url": "https://gitlab.com/groups/madoxr"}, "container_registry_image_prefix": "registry.gitlab.com/madoxr/frontend", "_links": {"self": "https://gitlab.com/api/v4/projects/27487038", "issues": "https://gitlab.com/api/v4/projects/27487038/issues", "merge_requests": "https://gitlab.com/api/v4/projects/27487038/merge_requests", "repo_branches": "https://gitlab.com/api/v4/projects/27487038/repository/branches", "labels": "https://gitlab.com/api/v4/projects/27487038/labels", "events": "https://gitlab.com/api/v4/projects/27487038/events", "members": "https://gitlab.com/api/v4/projects/27487038/members"}, "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-06-17T13:39:29.175Z"}, "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+madoxr-frontend-27487038-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", "emails_disabled": null, "shared_runners_enabled": false, "lfs_enabled": true, "creator_id": 9112229, "import_url": null, "import_type": null, "import_status": "none", "open_issues_count": 1, "ci_default_git_depth": 50, "ci_forward_deployment_enabled": true, "ci_job_token_scope_enabled": false, "public_jobs": true, "build_timeout": 3600, "auto_cancel_pending_pipelines": "enabled", "build_coverage_regex": null, "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", "suggestion_commit_message": null, "merge_commit_template": null, "squash_commit_template": null, "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": null, "group_access": {"access_level": 40, "notification_level": null}}}, {"id": 27481763, "description": "The GREAT api", "name": "backend", "name_with_namespace": "Madoxr / backend", "path": "backend", "path_with_namespace": "madoxr/backend", "created_at": "2021-06-16T10:11:47.399Z", "default_branch": "DEV", "tag_list": [], "topics": [], "ssh_url_to_repo": "git@gitlab.com:madoxr/backend.git", "http_url_to_repo": "https://gitlab.com/madoxr/backend.git", "web_url": "https://gitlab.com/madoxr/backend", "readme_url": null, "avatar_url": "https://gitlab.com/uploads/-/system/project/avatar/27481763/node-js-logo.png", "forks_count": 0, "star_count": 0, "last_activity_at": "2022-03-24T14:39:04.126Z", "namespace": {"id": 12417614, "name": "Madoxr", "path": "madoxr", "kind": "group", "full_path": "madoxr", "parent_id": null, "avatar_url": "/uploads/-/system/group/avatar/12417614/LogoMadoWhite.png", "web_url": "https://gitlab.com/groups/madoxr"}, "container_registry_image_prefix": "registry.gitlab.com/madoxr/backend", "_links": {"self": "https://gitlab.com/api/v4/projects/27481763", "issues": "https://gitlab.com/api/v4/projects/27481763/issues", "merge_requests": "https://gitlab.com/api/v4/projects/27481763/merge_requests", "repo_branches": "https://gitlab.com/api/v4/projects/27481763/repository/branches", "labels": "https://gitlab.com/api/v4/projects/27481763/labels", "events": "https://gitlab.com/api/v4/projects/27481763/events", "members": "https://gitlab.com/api/v4/projects/27481763/members"}, "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-06-17T10:11:47.422Z"}, "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+madoxr-backend-27481763-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", "emails_disabled": null, "shared_runners_enabled": false, "lfs_enabled": true, "creator_id": 9112223, "import_url": null, "import_type": null, "import_status": "none", "open_issues_count": 0, "ci_default_git_depth": 50, "ci_forward_deployment_enabled": true, "ci_job_token_scope_enabled": false, "public_jobs": true, "build_timeout": 3600, "auto_cancel_pending_pipelines": "enabled", "build_coverage_regex": null, "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", "suggestion_commit_message": null, "merge_commit_template": null, "squash_commit_template": null, "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": null, "group_access": {"access_level": 40, "notification_level": null}}}] \ No newline at end of file diff --git a/utils/gitlab.py b/utils/gitlab.py index 2c935e0..afaed34 100644 --- a/utils/gitlab.py +++ b/utils/gitlab.py @@ -21,7 +21,7 @@ def get_grad(nb_merge): with open('./grad.json', 'r') as f: all_grades = json.loads(f.read()) for grade in all_grades: - if int(grade['number']) < nb_merge: + if int(grade['number']) <= nb_merge: previous = grade['name'] continue else: @@ -91,4 +91,4 @@ def get_token(code): url = f'https://gitlab.com/oauth/token' req = requests.post(url, data) print(req.status_code, req.text) - return req.json() \ No newline at end of file + return req.json()