From 4be049ae2edf69c5d6a726c5f9f74bb362ebce90 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Fri, 31 May 2024 19:05:42 +0300 Subject: [PATCH] Make json pretty printed. --- .../main/resources/bitbucket/commit-2.json | 19 +- .../main/resources/bitbucket/commit-3.json | 19 +- .../bitbucket/commit-with-files-2.json | 29 +- .../bitbucket/commit-with-files-3.json | 29 +- .../bitbucket/commit-with-files.json | 29 +- .../src/main/resources/bitbucket/commit.json | 19 +- .../main/resources/bitbucket/commits-2.json | 999 +++++- .../main/resources/bitbucket/commits-3.json | 346 +- .../main/resources/bitbucket/commits-4.json | 2987 ++++++++++++++++- .../bitbucket/commits-by-issue-key-2.json | 57 +- .../bitbucket/commits-by-issue-key-3.json | 40 +- .../bitbucket/commits-by-issue-key-4.json | 21 +- .../bitbucket/commits-by-issue-key.json | 21 +- .../bitbucket/commits-with-files-2.json | 164 +- .../bitbucket/commits-with-files-3.json | 69 +- .../bitbucket/commits-with-files-4.json | 110 +- .../commits-with-files-by-issue-key-2.json | 107 +- .../commits-with-files-by-issue-key-3.json | 54 +- .../commits-with-files-by-issue-key-4.json | 31 +- .../commits-with-files-by-issue-key.json | 31 +- .../bitbucket/commits-with-files.json | 174 +- .../src/main/resources/bitbucket/commits.json | 621 +++- .../bitbucket/issues-from-commits-2.json | 4 +- .../bitbucket/issues-from-commits-3.json | 5 +- .../bitbucket/issues-from-commits.json | 6 +- .../bitbucket/search-issue-in-ranges.json | 27 +- .../resources/bitbucket/search-summary-2.json | 16 +- .../resources/bitbucket/search-summary-3.json | 16 +- .../resources/bitbucket/search-summary-4.json | 16 +- .../resources/bitbucket/search-summary-5.json | 16 +- .../resources/bitbucket/search-summary.json | 16 +- .../src/main/resources/bitbucket/tags.json | 25 +- .../gitea/branches-by-issue-key-3.json | 14 +- .../gitea/branches-by-issue-key-4.json | 14 +- .../src/main/resources/gitea/commit-2.json | 19 +- .../src/main/resources/gitea/commit-3.json | 19 +- .../resources/gitea/commit-with-files-2.json | 29 +- .../resources/gitea/commit-with-files-3.json | 29 +- .../resources/gitea/commit-with-files.json | 29 +- .../src/main/resources/gitea/commit.json | 19 +- .../src/main/resources/gitea/commits-2.json | 999 +++++- .../src/main/resources/gitea/commits-3.json | 346 +- .../src/main/resources/gitea/commits-4.json | 2987 ++++++++++++++++- .../gitea/commits-by-issue-key-2.json | 21 +- .../gitea/commits-by-issue-key-3.json | 40 +- .../gitea/commits-by-issue-key-4.json | 21 +- .../resources/gitea/commits-by-issue-key.json | 21 +- .../resources/gitea/commits-with-files-2.json | 164 +- .../resources/gitea/commits-with-files-3.json | 69 +- .../resources/gitea/commits-with-files-4.json | 110 +- .../commits-with-files-by-issue-key-2.json | 41 +- .../commits-with-files-by-issue-key-3.json | 54 +- .../commits-with-files-by-issue-key-4.json | 31 +- .../commits-with-files-by-issue-key.json | 31 +- .../resources/gitea/commits-with-files.json | 174 +- .../src/main/resources/gitea/commits.json | 621 +++- .../gitea/issues-from-commits-2.json | 4 +- .../gitea/issues-from-commits-3.json | 5 +- .../resources/gitea/issues-from-commits.json | 6 +- .../gitea/pull-requests-by-issue-key-4.json | 30 +- .../gitea/search-issue-in-ranges.json | 27 +- .../resources/gitea/search-summary-2.json | 16 +- .../resources/gitea/search-summary-3.json | 16 +- .../resources/gitea/search-summary-4.json | 16 +- .../resources/gitea/search-summary-5.json | 16 +- .../main/resources/gitea/search-summary.json | 16 +- .../src/main/resources/gitea/tags.json | 25 +- .../src/main/resources/gitlab/commit-2.json | 19 +- .../src/main/resources/gitlab/commit-3.json | 19 +- .../resources/gitlab/commit-with-files-2.json | 23 +- .../resources/gitlab/commit-with-files-3.json | 23 +- .../resources/gitlab/commit-with-files.json | 23 +- .../src/main/resources/gitlab/commit.json | 19 +- .../src/main/resources/gitlab/commits-2.json | 999 +++++- .../src/main/resources/gitlab/commits-3.json | 346 +- .../src/main/resources/gitlab/commits-4.json | 2987 ++++++++++++++++- .../gitlab/commits-with-files-2.json | 134 +- .../gitlab/commits-with-files-3.json | 47 +- .../gitlab/commits-with-files-4.json | 92 +- .../resources/gitlab/commits-with-files.json | 134 +- .../src/main/resources/gitlab/commits.json | 621 +++- .../gitlab/issues-from-commits-2.json | 4 +- .../gitlab/issues-from-commits-3.json | 5 +- .../resources/gitlab/issues-from-commits.json | 6 +- .../gitlab/search-issue-in-ranges.json | 27 +- .../resources/gitlab/search-summary-2.json | 16 +- .../resources/gitlab/search-summary-3.json | 16 +- .../resources/gitlab/search-summary-4.json | 16 +- .../resources/gitlab/search-summary-5.json | 16 +- .../main/resources/gitlab/search-summary.json | 16 +- .../src/main/resources/gitlab/tags.json | 25 +- 91 files changed, 17744 insertions(+), 91 deletions(-) diff --git a/test-common/src/main/resources/bitbucket/commit-2.json b/test-common/src/main/resources/bitbucket/commit-2.json index 70d6be8..d86e13f 100644 --- a/test-common/src/main/resources/bitbucket/commit-2.json +++ b/test-common/src/main/resources/bitbucket/commit-2.json @@ -1 +1,18 @@ -{"hash":"ce1b7175c9b4914cf2fc03c0f28046509f820597","message":"ISSUE-3 First commit","date":1716986486000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}} \ No newline at end of file +{ + "hash": "ce1b7175c9b4914cf2fc03c0f28046509f820597", + "message": "ISSUE-3 First commit", + "date": 1716986486000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/commit-3.json b/test-common/src/main/resources/bitbucket/commit-3.json index c1fc901..1e0e60b 100644 --- a/test-common/src/main/resources/bitbucket/commit-3.json +++ b/test-common/src/main/resources/bitbucket/commit-3.json @@ -1 +1,18 @@ -{"hash":"7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","message":"ISSUE-1 Initial implementation","date":1716986279000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["49bfe6a125a88cddd90c74b75b196c40fd380685"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}} \ No newline at end of file +{ + "hash": "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "message": "ISSUE-1 Initial implementation", + "date": 1716986279000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "49bfe6a125a88cddd90c74b75b196c40fd380685" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/commit-with-files-2.json b/test-common/src/main/resources/bitbucket/commit-with-files-2.json index 8d52515..ff492dc 100644 --- a/test-common/src/main/resources/bitbucket/commit-with-files-2.json +++ b/test-common/src/main/resources/bitbucket/commit-with-files-2.json @@ -1 +1,28 @@ -{"commit":{"hash":"ce1b7175c9b4914cf2fc03c0f28046509f820597","message":"ISSUE-3 First commit","date":1716986486000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":1,"files":[{"type":"MODIFY","path":"src/source-1.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597#src/source-1.txt"}]} \ No newline at end of file +{ + "commit": { + "hash": "ce1b7175c9b4914cf2fc03c0f28046509f820597", + "message": "ISSUE-3 First commit", + "date": 1716986486000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 1, + "files": [ + { + "type": "MODIFY", + "path": "src/source-1.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597#src/source-1.txt" + } + ] +} \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/commit-with-files-3.json b/test-common/src/main/resources/bitbucket/commit-with-files-3.json index 5c769ef..c698da0 100644 --- a/test-common/src/main/resources/bitbucket/commit-with-files-3.json +++ b/test-common/src/main/resources/bitbucket/commit-with-files-3.json @@ -1 +1,28 @@ -{"commit":{"hash":"7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","message":"ISSUE-1 Initial implementation","date":1716986279000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["49bfe6a125a88cddd90c74b75b196c40fd380685"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":1,"files":[{"type":"ADD","path":"src/source-1.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1#src/source-1.txt"}]} \ No newline at end of file +{ + "commit": { + "hash": "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "message": "ISSUE-1 Initial implementation", + "date": 1716986279000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "49bfe6a125a88cddd90c74b75b196c40fd380685" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 1, + "files": [ + { + "type": "ADD", + "path": "src/source-1.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1#src/source-1.txt" + } + ] +} \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/commit-with-files.json b/test-common/src/main/resources/bitbucket/commit-with-files.json index 254e501..f6d3061 100644 --- a/test-common/src/main/resources/bitbucket/commit-with-files.json +++ b/test-common/src/main/resources/bitbucket/commit-with-files.json @@ -1 +1,28 @@ -{"commit":{"hash":"fa20861b90c54efbffeb48837f4044bc23b55238","message":"ISSUE-2 First commit","date":1716986401000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":3,"files":[{"type":"DELETE","path":"src/source-1.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238#src/source-1.txt"}]} \ No newline at end of file +{ + "commit": { + "hash": "fa20861b90c54efbffeb48837f4044bc23b55238", + "message": "ISSUE-2 First commit", + "date": 1716986401000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 3, + "files": [ + { + "type": "DELETE", + "path": "src/source-1.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238#src/source-1.txt" + } + ] +} \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/commit.json b/test-common/src/main/resources/bitbucket/commit.json index 2bbe516..6852150 100644 --- a/test-common/src/main/resources/bitbucket/commit.json +++ b/test-common/src/main/resources/bitbucket/commit.json @@ -1 +1,18 @@ -{"hash":"fa20861b90c54efbffeb48837f4044bc23b55238","message":"ISSUE-2 First commit","date":1716986401000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}} \ No newline at end of file +{ + "hash": "fa20861b90c54efbffeb48837f4044bc23b55238", + "message": "ISSUE-2 First commit", + "date": 1716986401000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/commits-2.json b/test-common/src/main/resources/bitbucket/commits-2.json index a2c2bab..9a91f27 100644 --- a/test-common/src/main/resources/bitbucket/commits-2.json +++ b/test-common/src/main/resources/bitbucket/commits-2.json @@ -1 +1,998 @@ -[{"hash":"5fb773dbe6472a87632b1c68ea771decdcd20f1e","message":"master-36","date":1698064512000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["3df9d9661fd7cd199b300881347c6eba9000d77c"],"link":"http://localhost:7990/projects/test/repos/repository/commits/5fb773dbe6472a87632b1c68ea771decdcd20f1e","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"3df9d9661fd7cd199b300881347c6eba9000d77c","message":"Merge branch 'branch14'\n\n# Conflicts:\n#\tREADME.md","date":1698064390000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["2cd831abeae867185af1350738da08d80a2324f0","4c781b01fa41b7539a9d7289b3d34803c7a3a782"],"link":"http://localhost:7990/projects/test/repos/repository/commits/3df9d9661fd7cd199b300881347c6eba9000d77c","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"2cd831abeae867185af1350738da08d80a2324f0","message":"master-35","date":1698064366000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["df4c133e8872af329e9d28f990d2eda09417ae45"],"link":"http://localhost:7990/projects/test/repos/repository/commits/2cd831abeae867185af1350738da08d80a2324f0","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"4c781b01fa41b7539a9d7289b3d34803c7a3a782","message":"branch14-5","date":1698064357000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7"],"link":"http://localhost:7990/projects/test/repos/repository/commits/4c781b01fa41b7539a9d7289b3d34803c7a3a782","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7","message":"branch14-4","date":1698064316000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["5c259964e83083c7f2a3e1d324ce456d642a8d9b"],"link":"http://localhost:7990/projects/test/repos/repository/commits/8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"df4c133e8872af329e9d28f990d2eda09417ae45","message":"master-34","date":1698064202000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["e4784ccbcddcff4ad43b9636b23a897b9a28ef85"],"link":"http://localhost:7990/projects/test/repos/repository/commits/df4c133e8872af329e9d28f990d2eda09417ae45","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"e4784ccbcddcff4ad43b9636b23a897b9a28ef85","message":"Merge branch 'branch13'\n\n# Conflicts:\n#\tREADME.md","date":1698064107000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["6a4a1d565e484ff908b8852ac036c976c9427091","9b4b1058ddc9ca8f66f4f1eb515fe41b76487254"],"link":"http://localhost:7990/projects/test/repos/repository/commits/e4784ccbcddcff4ad43b9636b23a897b9a28ef85","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"9b4b1058ddc9ca8f66f4f1eb515fe41b76487254","message":"branch13-7","date":1698064070000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["546f41c47988d1ac0a7a43be5d53771f3f363484"],"link":"http://localhost:7990/projects/test/repos/repository/commits/9b4b1058ddc9ca8f66f4f1eb515fe41b76487254","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"5c259964e83083c7f2a3e1d324ce456d642a8d9b","message":"branch14-3","date":1698063984000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["46a92ce0118d65e64b6d652b4241703a9707ad74"],"link":"http://localhost:7990/projects/test/repos/repository/commits/5c259964e83083c7f2a3e1d324ce456d642a8d9b","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"6a4a1d565e484ff908b8852ac036c976c9427091","message":"master-33","date":1698063941000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["81c56ba3e9d0f3f6a929d8ac5700094900ea0e10"],"link":"http://localhost:7990/projects/test/repos/repository/commits/6a4a1d565e484ff908b8852ac036c976c9427091","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"546f41c47988d1ac0a7a43be5d53771f3f363484","message":"branch13-6","date":1698063920000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["538a1f8be0f1a738461c1ffcd2568e99983fce22"],"link":"http://localhost:7990/projects/test/repos/repository/commits/546f41c47988d1ac0a7a43be5d53771f3f363484","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"538a1f8be0f1a738461c1ffcd2568e99983fce22","message":"branch13-5","date":1698063912000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["10a22f127828a63db16e2b128aa8e1f922eb7445"],"link":"http://localhost:7990/projects/test/repos/repository/commits/538a1f8be0f1a738461c1ffcd2568e99983fce22","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"46a92ce0118d65e64b6d652b4241703a9707ad74","message":"branch14-2","date":1698063777000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["512f36722583c58179f54ccbfbad3d351adae81d"],"link":"http://localhost:7990/projects/test/repos/repository/commits/46a92ce0118d65e64b6d652b4241703a9707ad74","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"81c56ba3e9d0f3f6a929d8ac5700094900ea0e10","message":"master-32","date":1698063707000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["59a2e00fc11df460e60befe95bbc44bdb94187b1"],"link":"http://localhost:7990/projects/test/repos/repository/commits/81c56ba3e9d0f3f6a929d8ac5700094900ea0e10","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"10a22f127828a63db16e2b128aa8e1f922eb7445","message":"branch13-4","date":1698063689000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["cf1ed77a3b13dc829ea9204f132355a76d4c1741"],"link":"http://localhost:7990/projects/test/repos/repository/commits/10a22f127828a63db16e2b128aa8e1f922eb7445","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"512f36722583c58179f54ccbfbad3d351adae81d","message":"branch14-1","date":1698063594000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["59a2e00fc11df460e60befe95bbc44bdb94187b1"],"link":"http://localhost:7990/projects/test/repos/repository/commits/512f36722583c58179f54ccbfbad3d351adae81d","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"59a2e00fc11df460e60befe95bbc44bdb94187b1","message":"master-31","date":1698063564000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["9d636c0604cd0059285ebe208840b702b5e0cf53"],"link":"http://localhost:7990/projects/test/repos/repository/commits/59a2e00fc11df460e60befe95bbc44bdb94187b1","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"cf1ed77a3b13dc829ea9204f132355a76d4c1741","message":"Merge branch 'branch11' into branch13\n\n# Conflicts:\n#\tREADME.md","date":1698063511000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["e388f1174f45fe333cdb5061b9d597fb7877a785","f92c7ad50633eec83502d0e8783fb10f7204ec6f"],"link":"http://localhost:7990/projects/test/repos/repository/commits/cf1ed77a3b13dc829ea9204f132355a76d4c1741","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"9d636c0604cd0059285ebe208840b702b5e0cf53","message":"master-30","date":1698063441000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["917f2ab13b79116615fd7b4fc6fc6b12c6429c3e"],"link":"http://localhost:7990/projects/test/repos/repository/commits/9d636c0604cd0059285ebe208840b702b5e0cf53","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"f92c7ad50633eec83502d0e8783fb10f7204ec6f","message":"branch-11-2","date":1698063379000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["c3132678f4537df982925c795a1acc0c1dd7c7de"],"link":"http://localhost:7990/projects/test/repos/repository/commits/f92c7ad50633eec83502d0e8783fb10f7204ec6f","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"e388f1174f45fe333cdb5061b9d597fb7877a785","message":"branch13-3","date":1698063363000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7df584fa61f3d16b9f9514b4034f5368c5e06410"],"link":"http://localhost:7990/projects/test/repos/repository/commits/e388f1174f45fe333cdb5061b9d597fb7877a785","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"c3132678f4537df982925c795a1acc0c1dd7c7de","message":"branch-11-1","date":1698063278000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["2674103e85493d76e45e57a9b5372f8c7926d3a7"],"link":"http://localhost:7990/projects/test/repos/repository/commits/c3132678f4537df982925c795a1acc0c1dd7c7de","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"7df584fa61f3d16b9f9514b4034f5368c5e06410","message":"branch13-2","date":1698063255000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["3e48313ba71bc2af8d954a5898f4caea65fe487d"],"link":"http://localhost:7990/projects/test/repos/repository/commits/7df584fa61f3d16b9f9514b4034f5368c5e06410","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"917f2ab13b79116615fd7b4fc6fc6b12c6429c3e","message":"master-29","date":1698063218000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981"],"link":"http://localhost:7990/projects/test/repos/repository/commits/917f2ab13b79116615fd7b4fc6fc6b12c6429c3e","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"3e48313ba71bc2af8d954a5898f4caea65fe487d","message":"branch13-1","date":1698063117000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981"],"link":"http://localhost:7990/projects/test/repos/repository/commits/3e48313ba71bc2af8d954a5898f4caea65fe487d","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981","message":"master-28","date":1698062853000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1"],"link":"http://localhost:7990/projects/test/repos/repository/commits/a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1","message":"Merge branch 'branch9'\n\n# Conflicts:\n#\tREADME.md","date":1698062768000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","1df2a7d9351745624ff1f0e6bd87b331904507a7"],"link":"http://localhost:7990/projects/test/repos/repository/commits/7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","message":"master-27","date":1698062742000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["2674103e85493d76e45e57a9b5372f8c7926d3a7"],"link":"http://localhost:7990/projects/test/repos/repository/commits/4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"2674103e85493d76e45e57a9b5372f8c7926d3a7","message":"master-26","date":1698062712000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["585847a321fcbcdb8f397a155a123aba5a1a1d76"],"link":"http://localhost:7990/projects/test/repos/repository/commits/2674103e85493d76e45e57a9b5372f8c7926d3a7","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"1df2a7d9351745624ff1f0e6bd87b331904507a7","message":"branch9-9","date":1698062672000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["fff2b60ae6a434c31c64c87fb7c044080b1acffb"],"link":"http://localhost:7990/projects/test/repos/repository/commits/1df2a7d9351745624ff1f0e6bd87b331904507a7","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"585847a321fcbcdb8f397a155a123aba5a1a1d76","message":"Merge branch 'branch7'\n\n# Conflicts:\n#\tREADME.md","date":1698062551000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["c79babff3c1405618214eba90398c685ac4c0349","fe85e0ed86aba2ff78439ba7f0170fe580ccb54e"],"link":"http://localhost:7990/projects/test/repos/repository/commits/585847a321fcbcdb8f397a155a123aba5a1a1d76","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"fe85e0ed86aba2ff78439ba7f0170fe580ccb54e","message":"Merge branch 'branch5' into branch7\n\n# Conflicts:\n#\tREADME.md","date":1698062492000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["f6b5e1460f0a3ca1da2778acd54bd005620a0730","949a1bbc2b51817aea7bdf5b34af868a646a20e2"],"link":"http://localhost:7990/projects/test/repos/repository/commits/fe85e0ed86aba2ff78439ba7f0170fe580ccb54e","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"fff2b60ae6a434c31c64c87fb7c044080b1acffb","message":"branch9-8","date":1698062367000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["8000baf077ff28405c32c539fa49393363508945"],"link":"http://localhost:7990/projects/test/repos/repository/commits/fff2b60ae6a434c31c64c87fb7c044080b1acffb","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"8000baf077ff28405c32c539fa49393363508945","message":"branch9-7","date":1698062359000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["6b65fcf8499a8fd51a86664c252196d5133897e6"],"link":"http://localhost:7990/projects/test/repos/repository/commits/8000baf077ff28405c32c539fa49393363508945","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"f6b5e1460f0a3ca1da2778acd54bd005620a0730","message":"branch7-4","date":1698062255000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["ad658d2bd406df97a1d519a69fce571182efb03d"],"link":"http://localhost:7990/projects/test/repos/repository/commits/f6b5e1460f0a3ca1da2778acd54bd005620a0730","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"949a1bbc2b51817aea7bdf5b34af868a646a20e2","message":"branch5-12","date":1698062178000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["04208409fae379e977017b6ab54b5b3df3937687"],"link":"http://localhost:7990/projects/test/repos/repository/commits/949a1bbc2b51817aea7bdf5b34af868a646a20e2","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"04208409fae379e977017b6ab54b5b3df3937687","message":"branch5-11","date":1698062169000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["5c031dc49e438aacbde0db7a2c80b8edd686ff97"],"link":"http://localhost:7990/projects/test/repos/repository/commits/04208409fae379e977017b6ab54b5b3df3937687","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"6b65fcf8499a8fd51a86664c252196d5133897e6","message":"branch9-6","date":1698062141000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["a57e13ae14cb990b20d249822d1e3ac244311792"],"link":"http://localhost:7990/projects/test/repos/repository/commits/6b65fcf8499a8fd51a86664c252196d5133897e6","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"a57e13ae14cb990b20d249822d1e3ac244311792","message":"branch9-5","date":1698062025000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["4390e95135234d468dafb4a35cb5f575c0816efd"],"link":"http://localhost:7990/projects/test/repos/repository/commits/a57e13ae14cb990b20d249822d1e3ac244311792","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"ad658d2bd406df97a1d519a69fce571182efb03d","message":"branch7-3","date":1698061995000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7df83ca4811e125a3e7751df69698c440676606e"],"link":"http://localhost:7990/projects/test/repos/repository/commits/ad658d2bd406df97a1d519a69fce571182efb03d","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"5c031dc49e438aacbde0db7a2c80b8edd686ff97","message":"branch5-10","date":1698061960000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["b23f5546bcb8d90ab4727e0f48fc6b30d610a81b"],"link":"http://localhost:7990/projects/test/repos/repository/commits/5c031dc49e438aacbde0db7a2c80b8edd686ff97","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"b23f5546bcb8d90ab4727e0f48fc6b30d610a81b","message":"branch5-8","date":1698061263000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["3d6a8e913b125e12f03568a170020b54222ef73b"],"link":"http://localhost:7990/projects/test/repos/repository/commits/b23f5546bcb8d90ab4727e0f48fc6b30d610a81b","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"4390e95135234d468dafb4a35cb5f575c0816efd","message":"branch9-4","date":1698061245000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["d9c3b34b70034f05844c99f61af9a0d95f36240d"],"link":"http://localhost:7990/projects/test/repos/repository/commits/4390e95135234d468dafb4a35cb5f575c0816efd","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"d9c3b34b70034f05844c99f61af9a0d95f36240d","message":"branch9-3","date":1698061236000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["6fe6941d1817df8a76fd888bcf6b2de0cecbe362"],"link":"http://localhost:7990/projects/test/repos/repository/commits/d9c3b34b70034f05844c99f61af9a0d95f36240d","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"7df83ca4811e125a3e7751df69698c440676606e","message":"branch7-2","date":1698061159000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["dc9967191a376d5c3dc3b657a18f51e0646f47b1"],"link":"http://localhost:7990/projects/test/repos/repository/commits/7df83ca4811e125a3e7751df69698c440676606e","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"3d6a8e913b125e12f03568a170020b54222ef73b","message":"branch5-7","date":1698061128000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["aa7ffdf45fe7b33f0dff6c8e510daaf181003488"],"link":"http://localhost:7990/projects/test/repos/repository/commits/3d6a8e913b125e12f03568a170020b54222ef73b","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"6fe6941d1817df8a76fd888bcf6b2de0cecbe362","message":"branch9-2","date":1698060969000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["ead87b8ec6810a0e44bb73db62a5135c99ce6b9f"],"link":"http://localhost:7990/projects/test/repos/repository/commits/6fe6941d1817df8a76fd888bcf6b2de0cecbe362","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"ead87b8ec6810a0e44bb73db62a5135c99ce6b9f","message":"branch9-1","date":1698060882000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d"],"link":"http://localhost:7990/projects/test/repos/repository/commits/ead87b8ec6810a0e44bb73db62a5135c99ce6b9f","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"aa7ffdf45fe7b33f0dff6c8e510daaf181003488","message":"branch5-6","date":1698060787000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["6ad539160277c0c60fa45ff89e97c2050bf36488"],"link":"http://localhost:7990/projects/test/repos/repository/commits/aa7ffdf45fe7b33f0dff6c8e510daaf181003488","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"6ad539160277c0c60fa45ff89e97c2050bf36488","message":"branch5-5","date":1698060775000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["0090343c8a75a949ddc824f7ea5bea46c96c4e57"],"link":"http://localhost:7990/projects/test/repos/repository/commits/6ad539160277c0c60fa45ff89e97c2050bf36488","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"dc9967191a376d5c3dc3b657a18f51e0646f47b1","message":"branch7-1","date":1698060755000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["dbd38bc2dfc930068413a3f04722e22dbed2d541"],"link":"http://localhost:7990/projects/test/repos/repository/commits/dc9967191a376d5c3dc3b657a18f51e0646f47b1","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"0090343c8a75a949ddc824f7ea5bea46c96c4e57","message":"branch5-4","date":1698060366000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["215948d99d227c32796ac9f2e554d62e517a97ae"],"link":"http://localhost:7990/projects/test/repos/repository/commits/0090343c8a75a949ddc824f7ea5bea46c96c4e57","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"215948d99d227c32796ac9f2e554d62e517a97ae","message":"branch5-3","date":1698060356000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["0b06165093e26d8548079cf1f2303f39d3d746ed"],"link":"http://localhost:7990/projects/test/repos/repository/commits/215948d99d227c32796ac9f2e554d62e517a97ae","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"0b06165093e26d8548079cf1f2303f39d3d746ed","message":"branch5-2","date":1698060077000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["d952287e8c235ee6a2af1e00b7a40b68290026db"],"link":"http://localhost:7990/projects/test/repos/repository/commits/0b06165093e26d8548079cf1f2303f39d3d746ed","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"d952287e8c235ee6a2af1e00b7a40b68290026db","message":"branch5-1","date":1698059997000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["db0e1c52ad53401bd29a744cd81a3a492137bb5e"],"link":"http://localhost:7990/projects/test/repos/repository/commits/d952287e8c235ee6a2af1e00b7a40b68290026db","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}}] \ No newline at end of file +[ + { + "hash": "5fb773dbe6472a87632b1c68ea771decdcd20f1e", + "message": "master-36", + "date": 1698064512000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "3df9d9661fd7cd199b300881347c6eba9000d77c" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/5fb773dbe6472a87632b1c68ea771decdcd20f1e", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "3df9d9661fd7cd199b300881347c6eba9000d77c", + "message": "Merge branch 'branch14'\n\n# Conflicts:\n#\tREADME.md", + "date": 1698064390000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "2cd831abeae867185af1350738da08d80a2324f0", + "4c781b01fa41b7539a9d7289b3d34803c7a3a782" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/3df9d9661fd7cd199b300881347c6eba9000d77c", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "2cd831abeae867185af1350738da08d80a2324f0", + "message": "master-35", + "date": 1698064366000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "df4c133e8872af329e9d28f990d2eda09417ae45" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/2cd831abeae867185af1350738da08d80a2324f0", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "4c781b01fa41b7539a9d7289b3d34803c7a3a782", + "message": "branch14-5", + "date": 1698064357000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/4c781b01fa41b7539a9d7289b3d34803c7a3a782", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7", + "message": "branch14-4", + "date": 1698064316000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "5c259964e83083c7f2a3e1d324ce456d642a8d9b" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "df4c133e8872af329e9d28f990d2eda09417ae45", + "message": "master-34", + "date": 1698064202000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "e4784ccbcddcff4ad43b9636b23a897b9a28ef85" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/df4c133e8872af329e9d28f990d2eda09417ae45", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "e4784ccbcddcff4ad43b9636b23a897b9a28ef85", + "message": "Merge branch 'branch13'\n\n# Conflicts:\n#\tREADME.md", + "date": 1698064107000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "6a4a1d565e484ff908b8852ac036c976c9427091", + "9b4b1058ddc9ca8f66f4f1eb515fe41b76487254" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/e4784ccbcddcff4ad43b9636b23a897b9a28ef85", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "9b4b1058ddc9ca8f66f4f1eb515fe41b76487254", + "message": "branch13-7", + "date": 1698064070000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "546f41c47988d1ac0a7a43be5d53771f3f363484" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/9b4b1058ddc9ca8f66f4f1eb515fe41b76487254", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "5c259964e83083c7f2a3e1d324ce456d642a8d9b", + "message": "branch14-3", + "date": 1698063984000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "46a92ce0118d65e64b6d652b4241703a9707ad74" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/5c259964e83083c7f2a3e1d324ce456d642a8d9b", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "6a4a1d565e484ff908b8852ac036c976c9427091", + "message": "master-33", + "date": 1698063941000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "81c56ba3e9d0f3f6a929d8ac5700094900ea0e10" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/6a4a1d565e484ff908b8852ac036c976c9427091", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "546f41c47988d1ac0a7a43be5d53771f3f363484", + "message": "branch13-6", + "date": 1698063920000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "538a1f8be0f1a738461c1ffcd2568e99983fce22" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/546f41c47988d1ac0a7a43be5d53771f3f363484", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "538a1f8be0f1a738461c1ffcd2568e99983fce22", + "message": "branch13-5", + "date": 1698063912000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "10a22f127828a63db16e2b128aa8e1f922eb7445" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/538a1f8be0f1a738461c1ffcd2568e99983fce22", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "46a92ce0118d65e64b6d652b4241703a9707ad74", + "message": "branch14-2", + "date": 1698063777000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "512f36722583c58179f54ccbfbad3d351adae81d" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/46a92ce0118d65e64b6d652b4241703a9707ad74", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "81c56ba3e9d0f3f6a929d8ac5700094900ea0e10", + "message": "master-32", + "date": 1698063707000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "59a2e00fc11df460e60befe95bbc44bdb94187b1" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/81c56ba3e9d0f3f6a929d8ac5700094900ea0e10", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "10a22f127828a63db16e2b128aa8e1f922eb7445", + "message": "branch13-4", + "date": 1698063689000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "cf1ed77a3b13dc829ea9204f132355a76d4c1741" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/10a22f127828a63db16e2b128aa8e1f922eb7445", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "512f36722583c58179f54ccbfbad3d351adae81d", + "message": "branch14-1", + "date": 1698063594000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "59a2e00fc11df460e60befe95bbc44bdb94187b1" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/512f36722583c58179f54ccbfbad3d351adae81d", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "59a2e00fc11df460e60befe95bbc44bdb94187b1", + "message": "master-31", + "date": 1698063564000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "9d636c0604cd0059285ebe208840b702b5e0cf53" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/59a2e00fc11df460e60befe95bbc44bdb94187b1", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "cf1ed77a3b13dc829ea9204f132355a76d4c1741", + "message": "Merge branch 'branch11' into branch13\n\n# Conflicts:\n#\tREADME.md", + "date": 1698063511000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "e388f1174f45fe333cdb5061b9d597fb7877a785", + "f92c7ad50633eec83502d0e8783fb10f7204ec6f" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/cf1ed77a3b13dc829ea9204f132355a76d4c1741", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "9d636c0604cd0059285ebe208840b702b5e0cf53", + "message": "master-30", + "date": 1698063441000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "917f2ab13b79116615fd7b4fc6fc6b12c6429c3e" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/9d636c0604cd0059285ebe208840b702b5e0cf53", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "f92c7ad50633eec83502d0e8783fb10f7204ec6f", + "message": "branch-11-2", + "date": 1698063379000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "c3132678f4537df982925c795a1acc0c1dd7c7de" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/f92c7ad50633eec83502d0e8783fb10f7204ec6f", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "e388f1174f45fe333cdb5061b9d597fb7877a785", + "message": "branch13-3", + "date": 1698063363000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7df584fa61f3d16b9f9514b4034f5368c5e06410" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/e388f1174f45fe333cdb5061b9d597fb7877a785", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "c3132678f4537df982925c795a1acc0c1dd7c7de", + "message": "branch-11-1", + "date": 1698063278000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "2674103e85493d76e45e57a9b5372f8c7926d3a7" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/c3132678f4537df982925c795a1acc0c1dd7c7de", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "7df584fa61f3d16b9f9514b4034f5368c5e06410", + "message": "branch13-2", + "date": 1698063255000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "3e48313ba71bc2af8d954a5898f4caea65fe487d" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/7df584fa61f3d16b9f9514b4034f5368c5e06410", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "917f2ab13b79116615fd7b4fc6fc6b12c6429c3e", + "message": "master-29", + "date": 1698063218000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/917f2ab13b79116615fd7b4fc6fc6b12c6429c3e", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "3e48313ba71bc2af8d954a5898f4caea65fe487d", + "message": "branch13-1", + "date": 1698063117000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/3e48313ba71bc2af8d954a5898f4caea65fe487d", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981", + "message": "master-28", + "date": 1698062853000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1", + "message": "Merge branch 'branch9'\n\n# Conflicts:\n#\tREADME.md", + "date": 1698062768000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "1df2a7d9351745624ff1f0e6bd87b331904507a7" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "message": "master-27", + "date": 1698062742000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "2674103e85493d76e45e57a9b5372f8c7926d3a7" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "2674103e85493d76e45e57a9b5372f8c7926d3a7", + "message": "master-26", + "date": 1698062712000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "585847a321fcbcdb8f397a155a123aba5a1a1d76" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/2674103e85493d76e45e57a9b5372f8c7926d3a7", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "1df2a7d9351745624ff1f0e6bd87b331904507a7", + "message": "branch9-9", + "date": 1698062672000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "fff2b60ae6a434c31c64c87fb7c044080b1acffb" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/1df2a7d9351745624ff1f0e6bd87b331904507a7", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "585847a321fcbcdb8f397a155a123aba5a1a1d76", + "message": "Merge branch 'branch7'\n\n# Conflicts:\n#\tREADME.md", + "date": 1698062551000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "c79babff3c1405618214eba90398c685ac4c0349", + "fe85e0ed86aba2ff78439ba7f0170fe580ccb54e" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/585847a321fcbcdb8f397a155a123aba5a1a1d76", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "fe85e0ed86aba2ff78439ba7f0170fe580ccb54e", + "message": "Merge branch 'branch5' into branch7\n\n# Conflicts:\n#\tREADME.md", + "date": 1698062492000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "f6b5e1460f0a3ca1da2778acd54bd005620a0730", + "949a1bbc2b51817aea7bdf5b34af868a646a20e2" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/fe85e0ed86aba2ff78439ba7f0170fe580ccb54e", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "fff2b60ae6a434c31c64c87fb7c044080b1acffb", + "message": "branch9-8", + "date": 1698062367000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "8000baf077ff28405c32c539fa49393363508945" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/fff2b60ae6a434c31c64c87fb7c044080b1acffb", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "8000baf077ff28405c32c539fa49393363508945", + "message": "branch9-7", + "date": 1698062359000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "6b65fcf8499a8fd51a86664c252196d5133897e6" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/8000baf077ff28405c32c539fa49393363508945", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "f6b5e1460f0a3ca1da2778acd54bd005620a0730", + "message": "branch7-4", + "date": 1698062255000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "ad658d2bd406df97a1d519a69fce571182efb03d" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/f6b5e1460f0a3ca1da2778acd54bd005620a0730", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "949a1bbc2b51817aea7bdf5b34af868a646a20e2", + "message": "branch5-12", + "date": 1698062178000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "04208409fae379e977017b6ab54b5b3df3937687" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/949a1bbc2b51817aea7bdf5b34af868a646a20e2", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "04208409fae379e977017b6ab54b5b3df3937687", + "message": "branch5-11", + "date": 1698062169000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "5c031dc49e438aacbde0db7a2c80b8edd686ff97" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/04208409fae379e977017b6ab54b5b3df3937687", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "6b65fcf8499a8fd51a86664c252196d5133897e6", + "message": "branch9-6", + "date": 1698062141000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "a57e13ae14cb990b20d249822d1e3ac244311792" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/6b65fcf8499a8fd51a86664c252196d5133897e6", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "a57e13ae14cb990b20d249822d1e3ac244311792", + "message": "branch9-5", + "date": 1698062025000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "4390e95135234d468dafb4a35cb5f575c0816efd" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/a57e13ae14cb990b20d249822d1e3ac244311792", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "ad658d2bd406df97a1d519a69fce571182efb03d", + "message": "branch7-3", + "date": 1698061995000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7df83ca4811e125a3e7751df69698c440676606e" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/ad658d2bd406df97a1d519a69fce571182efb03d", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "5c031dc49e438aacbde0db7a2c80b8edd686ff97", + "message": "branch5-10", + "date": 1698061960000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "b23f5546bcb8d90ab4727e0f48fc6b30d610a81b" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/5c031dc49e438aacbde0db7a2c80b8edd686ff97", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "b23f5546bcb8d90ab4727e0f48fc6b30d610a81b", + "message": "branch5-8", + "date": 1698061263000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "3d6a8e913b125e12f03568a170020b54222ef73b" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/b23f5546bcb8d90ab4727e0f48fc6b30d610a81b", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "4390e95135234d468dafb4a35cb5f575c0816efd", + "message": "branch9-4", + "date": 1698061245000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "d9c3b34b70034f05844c99f61af9a0d95f36240d" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/4390e95135234d468dafb4a35cb5f575c0816efd", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "d9c3b34b70034f05844c99f61af9a0d95f36240d", + "message": "branch9-3", + "date": 1698061236000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "6fe6941d1817df8a76fd888bcf6b2de0cecbe362" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/d9c3b34b70034f05844c99f61af9a0d95f36240d", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "7df83ca4811e125a3e7751df69698c440676606e", + "message": "branch7-2", + "date": 1698061159000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "dc9967191a376d5c3dc3b657a18f51e0646f47b1" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/7df83ca4811e125a3e7751df69698c440676606e", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "3d6a8e913b125e12f03568a170020b54222ef73b", + "message": "branch5-7", + "date": 1698061128000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "aa7ffdf45fe7b33f0dff6c8e510daaf181003488" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/3d6a8e913b125e12f03568a170020b54222ef73b", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "6fe6941d1817df8a76fd888bcf6b2de0cecbe362", + "message": "branch9-2", + "date": 1698060969000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "ead87b8ec6810a0e44bb73db62a5135c99ce6b9f" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/6fe6941d1817df8a76fd888bcf6b2de0cecbe362", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "ead87b8ec6810a0e44bb73db62a5135c99ce6b9f", + "message": "branch9-1", + "date": 1698060882000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/ead87b8ec6810a0e44bb73db62a5135c99ce6b9f", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "aa7ffdf45fe7b33f0dff6c8e510daaf181003488", + "message": "branch5-6", + "date": 1698060787000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "6ad539160277c0c60fa45ff89e97c2050bf36488" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/aa7ffdf45fe7b33f0dff6c8e510daaf181003488", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "6ad539160277c0c60fa45ff89e97c2050bf36488", + "message": "branch5-5", + "date": 1698060775000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "0090343c8a75a949ddc824f7ea5bea46c96c4e57" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/6ad539160277c0c60fa45ff89e97c2050bf36488", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "dc9967191a376d5c3dc3b657a18f51e0646f47b1", + "message": "branch7-1", + "date": 1698060755000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "dbd38bc2dfc930068413a3f04722e22dbed2d541" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/dc9967191a376d5c3dc3b657a18f51e0646f47b1", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "0090343c8a75a949ddc824f7ea5bea46c96c4e57", + "message": "branch5-4", + "date": 1698060366000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "215948d99d227c32796ac9f2e554d62e517a97ae" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/0090343c8a75a949ddc824f7ea5bea46c96c4e57", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "215948d99d227c32796ac9f2e554d62e517a97ae", + "message": "branch5-3", + "date": 1698060356000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "0b06165093e26d8548079cf1f2303f39d3d746ed" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/215948d99d227c32796ac9f2e554d62e517a97ae", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "0b06165093e26d8548079cf1f2303f39d3d746ed", + "message": "branch5-2", + "date": 1698060077000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "d952287e8c235ee6a2af1e00b7a40b68290026db" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/0b06165093e26d8548079cf1f2303f39d3d746ed", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "d952287e8c235ee6a2af1e00b7a40b68290026db", + "message": "branch5-1", + "date": 1698059997000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "db0e1c52ad53401bd29a744cd81a3a492137bb5e" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/d952287e8c235ee6a2af1e00b7a40b68290026db", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/commits-3.json b/test-common/src/main/resources/bitbucket/commits-3.json index bf3e86a..a4d2fc3 100644 --- a/test-common/src/main/resources/bitbucket/commits-3.json +++ b/test-common/src/main/resources/bitbucket/commits-3.json @@ -1 +1,345 @@ -[{"hash":"8a8e33be61168092ec855249e2a9fff03616d7c1","message":"branch6-18","date":1698064330000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["674b1d0609bba3d6f8724a03c909668603f7d212"],"link":"http://localhost:7990/projects/test/repos/repository/commits/8a8e33be61168092ec855249e2a9fff03616d7c1","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"674b1d0609bba3d6f8724a03c909668603f7d212","message":"branch6-17","date":1698064000000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["a531323a866e74b57e5091b8aea6c7f1d1a8ae42"],"link":"http://localhost:7990/projects/test/repos/repository/commits/674b1d0609bba3d6f8724a03c909668603f7d212","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"a531323a866e74b57e5091b8aea6c7f1d1a8ae42","message":"branch6-16","date":1698063742000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b"],"link":"http://localhost:7990/projects/test/repos/repository/commits/a531323a866e74b57e5091b8aea6c7f1d1a8ae42","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b","message":"branch6-15","date":1698063431000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["62dad9363a19b4074b4ac2b8325af810fb69fb8e"],"link":"http://localhost:7990/projects/test/repos/repository/commits/1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"62dad9363a19b4074b4ac2b8325af810fb69fb8e","message":"branch6-14","date":1698063299000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b"],"link":"http://localhost:7990/projects/test/repos/repository/commits/62dad9363a19b4074b4ac2b8325af810fb69fb8e","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b","message":"branch6-13","date":1698063190000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["c7c70e247e37162bb24c0f503302c961580928ec"],"link":"http://localhost:7990/projects/test/repos/repository/commits/6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"c7c70e247e37162bb24c0f503302c961580928ec","message":"branch6-12","date":1698062888000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["1055f626b81a5e0d29bc053342f22d35d047791f"],"link":"http://localhost:7990/projects/test/repos/repository/commits/c7c70e247e37162bb24c0f503302c961580928ec","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"1055f626b81a5e0d29bc053342f22d35d047791f","message":"branch6-11","date":1698062650000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["b8b27edc72b1d39ea84498a57ae3389c4571251f"],"link":"http://localhost:7990/projects/test/repos/repository/commits/1055f626b81a5e0d29bc053342f22d35d047791f","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"b8b27edc72b1d39ea84498a57ae3389c4571251f","message":"branch6-10","date":1698062639000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd"],"link":"http://localhost:7990/projects/test/repos/repository/commits/b8b27edc72b1d39ea84498a57ae3389c4571251f","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd","message":"branch6-9","date":1698062386000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["0cfec512ddf7571da169c3213753123c266054ce"],"link":"http://localhost:7990/projects/test/repos/repository/commits/cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"0cfec512ddf7571da169c3213753123c266054ce","message":"branch6-8","date":1698062229000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["296836127eaf4975f57496b58962dd9712a60536"],"link":"http://localhost:7990/projects/test/repos/repository/commits/0cfec512ddf7571da169c3213753123c266054ce","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"296836127eaf4975f57496b58962dd9712a60536","message":"Merge branch 'branch8' into branch6\n\n# Conflicts:\n#\tREADME.md","date":1698062112000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["fa16f0683f2072ee612660a0823d08e29a553afa","dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc"],"link":"http://localhost:7990/projects/test/repos/repository/commits/296836127eaf4975f57496b58962dd9712a60536","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"fa16f0683f2072ee612660a0823d08e29a553afa","message":"branch6-7","date":1698062080000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["e06a20a0d3899b16ffcac72a5f60e0ec15461928"],"link":"http://localhost:7990/projects/test/repos/repository/commits/fa16f0683f2072ee612660a0823d08e29a553afa","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"e06a20a0d3899b16ffcac72a5f60e0ec15461928","message":"branch6-6","date":1698061981000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["b2db70de4f462bc473a72f4fb6595dacd73b3236"],"link":"http://localhost:7990/projects/test/repos/repository/commits/e06a20a0d3899b16ffcac72a5f60e0ec15461928","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"b2db70de4f462bc473a72f4fb6595dacd73b3236","message":"branch6-5","date":1698061326000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["0c20ea8f6f585c74f8b94321ed7aeaee336f76b5"],"link":"http://localhost:7990/projects/test/repos/repository/commits/b2db70de4f462bc473a72f4fb6595dacd73b3236","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"0c20ea8f6f585c74f8b94321ed7aeaee336f76b5","message":"branch6-4","date":1698061116000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["b145067ce708e49f6685255d6c844cd9faffedf4"],"link":"http://localhost:7990/projects/test/repos/repository/commits/0c20ea8f6f585c74f8b94321ed7aeaee336f76b5","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"b145067ce708e49f6685255d6c844cd9faffedf4","message":"branch6-3","date":1698060699000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["5a22310a90d94183cf356c368e4b474e1b0fbbc5"],"link":"http://localhost:7990/projects/test/repos/repository/commits/b145067ce708e49f6685255d6c844cd9faffedf4","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"5a22310a90d94183cf356c368e4b474e1b0fbbc5","message":"branch6-2","date":1698060480000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["74e29e52909d49a9c8888e80390042ed5a8c310c"],"link":"http://localhost:7990/projects/test/repos/repository/commits/5a22310a90d94183cf356c368e4b474e1b0fbbc5","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"74e29e52909d49a9c8888e80390042ed5a8c310c","message":"branch6-1","date":1698060312000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["6018644267ae27200d609488001487c6d722fb69"],"link":"http://localhost:7990/projects/test/repos/repository/commits/74e29e52909d49a9c8888e80390042ed5a8c310c","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}}] \ No newline at end of file +[ + { + "hash": "8a8e33be61168092ec855249e2a9fff03616d7c1", + "message": "branch6-18", + "date": 1698064330000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "674b1d0609bba3d6f8724a03c909668603f7d212" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/8a8e33be61168092ec855249e2a9fff03616d7c1", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "674b1d0609bba3d6f8724a03c909668603f7d212", + "message": "branch6-17", + "date": 1698064000000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "a531323a866e74b57e5091b8aea6c7f1d1a8ae42" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/674b1d0609bba3d6f8724a03c909668603f7d212", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "a531323a866e74b57e5091b8aea6c7f1d1a8ae42", + "message": "branch6-16", + "date": 1698063742000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/a531323a866e74b57e5091b8aea6c7f1d1a8ae42", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b", + "message": "branch6-15", + "date": 1698063431000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "62dad9363a19b4074b4ac2b8325af810fb69fb8e" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "62dad9363a19b4074b4ac2b8325af810fb69fb8e", + "message": "branch6-14", + "date": 1698063299000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/62dad9363a19b4074b4ac2b8325af810fb69fb8e", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b", + "message": "branch6-13", + "date": 1698063190000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "c7c70e247e37162bb24c0f503302c961580928ec" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "c7c70e247e37162bb24c0f503302c961580928ec", + "message": "branch6-12", + "date": 1698062888000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "1055f626b81a5e0d29bc053342f22d35d047791f" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/c7c70e247e37162bb24c0f503302c961580928ec", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "1055f626b81a5e0d29bc053342f22d35d047791f", + "message": "branch6-11", + "date": 1698062650000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "b8b27edc72b1d39ea84498a57ae3389c4571251f" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/1055f626b81a5e0d29bc053342f22d35d047791f", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "b8b27edc72b1d39ea84498a57ae3389c4571251f", + "message": "branch6-10", + "date": 1698062639000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/b8b27edc72b1d39ea84498a57ae3389c4571251f", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd", + "message": "branch6-9", + "date": 1698062386000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "0cfec512ddf7571da169c3213753123c266054ce" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "0cfec512ddf7571da169c3213753123c266054ce", + "message": "branch6-8", + "date": 1698062229000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "296836127eaf4975f57496b58962dd9712a60536" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/0cfec512ddf7571da169c3213753123c266054ce", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "296836127eaf4975f57496b58962dd9712a60536", + "message": "Merge branch 'branch8' into branch6\n\n# Conflicts:\n#\tREADME.md", + "date": 1698062112000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "fa16f0683f2072ee612660a0823d08e29a553afa", + "dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/296836127eaf4975f57496b58962dd9712a60536", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "fa16f0683f2072ee612660a0823d08e29a553afa", + "message": "branch6-7", + "date": 1698062080000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "e06a20a0d3899b16ffcac72a5f60e0ec15461928" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/fa16f0683f2072ee612660a0823d08e29a553afa", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "e06a20a0d3899b16ffcac72a5f60e0ec15461928", + "message": "branch6-6", + "date": 1698061981000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "b2db70de4f462bc473a72f4fb6595dacd73b3236" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/e06a20a0d3899b16ffcac72a5f60e0ec15461928", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "b2db70de4f462bc473a72f4fb6595dacd73b3236", + "message": "branch6-5", + "date": 1698061326000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "0c20ea8f6f585c74f8b94321ed7aeaee336f76b5" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/b2db70de4f462bc473a72f4fb6595dacd73b3236", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "0c20ea8f6f585c74f8b94321ed7aeaee336f76b5", + "message": "branch6-4", + "date": 1698061116000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "b145067ce708e49f6685255d6c844cd9faffedf4" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/0c20ea8f6f585c74f8b94321ed7aeaee336f76b5", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "b145067ce708e49f6685255d6c844cd9faffedf4", + "message": "branch6-3", + "date": 1698060699000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "5a22310a90d94183cf356c368e4b474e1b0fbbc5" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/b145067ce708e49f6685255d6c844cd9faffedf4", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "5a22310a90d94183cf356c368e4b474e1b0fbbc5", + "message": "branch6-2", + "date": 1698060480000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "74e29e52909d49a9c8888e80390042ed5a8c310c" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/5a22310a90d94183cf356c368e4b474e1b0fbbc5", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "74e29e52909d49a9c8888e80390042ed5a8c310c", + "message": "branch6-1", + "date": 1698060312000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "6018644267ae27200d609488001487c6d722fb69" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/74e29e52909d49a9c8888e80390042ed5a8c310c", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/commits-4.json b/test-common/src/main/resources/bitbucket/commits-4.json index 6382a08..a3241b1 100644 --- a/test-common/src/main/resources/bitbucket/commits-4.json +++ b/test-common/src/main/resources/bitbucket/commits-4.json @@ -1 +1,2986 @@ -[{"hash":"9739bc2df043ffb738d33c5ee25c9fd7becea044","message":"master-40","date":1698064920000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["d0e41165818d1f4b47813c47fc09cdf933ac734d"],"link":"http://localhost:7990/projects/test/repos/repository/commits/9739bc2df043ffb738d33c5ee25c9fd7becea044","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"d0e41165818d1f4b47813c47fc09cdf933ac734d","message":"Merge branch 'branch15'\n\n# Conflicts:\n#\tREADME.md","date":1698064904000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["521b19564ebc5c88204d9b8838051320c742bd10","0b9f96e43972a34a06ac4c8978a44b898e5102ea"],"link":"http://localhost:7990/projects/test/repos/repository/commits/d0e41165818d1f4b47813c47fc09cdf933ac734d","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"0b9f96e43972a34a06ac4c8978a44b898e5102ea","message":"branch15-8","date":1698064876000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["f0c902411afa60b13c4744069effda55366f6972"],"link":"http://localhost:7990/projects/test/repos/repository/commits/0b9f96e43972a34a06ac4c8978a44b898e5102ea","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"521b19564ebc5c88204d9b8838051320c742bd10","message":"master-39","date":1698064862000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["820ef54c6a5a99795ef679bec7367ee22345a4ee"],"link":"http://localhost:7990/projects/test/repos/repository/commits/521b19564ebc5c88204d9b8838051320c742bd10","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"820ef54c6a5a99795ef679bec7367ee22345a4ee","message":"Merge branch 'branch17'\n\n# Conflicts:\n#\tREADME.md","date":1698064840000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["5343ca684fceb8640b57fb562d4e617fccdf97c2","654bdb6dd852848583cc7775ed47ebb37d1be1e5"],"link":"http://localhost:7990/projects/test/repos/repository/commits/820ef54c6a5a99795ef679bec7367ee22345a4ee","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"5343ca684fceb8640b57fb562d4e617fccdf97c2","message":"Merge branch 'branch10'\n\n# Conflicts:\n#\tREADME.md","date":1698064803000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["a933dc6b4fe8e8f66856b4cb9da7f4bf8ad0e017","9b105569d9b62833384b52e347e288b499a83c43"],"link":"http://localhost:7990/projects/test/repos/repository/commits/5343ca684fceb8640b57fb562d4e617fccdf97c2","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"a933dc6b4fe8e8f66856b4cb9da7f4bf8ad0e017","message":"master-38","date":1698064763000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["5d7490df781fb2605bc5174b9b9f6b80fbacba99"],"link":"http://localhost:7990/projects/test/repos/repository/commits/a933dc6b4fe8e8f66856b4cb9da7f4bf8ad0e017","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"f0c902411afa60b13c4744069effda55366f6972","message":"branch15-7","date":1698064716000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["a0a1c8f31bba77e334201e33d32bb18871618b25"],"link":"http://localhost:7990/projects/test/repos/repository/commits/f0c902411afa60b13c4744069effda55366f6972","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"9b105569d9b62833384b52e347e288b499a83c43","message":"branch10-8","date":1698064700000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["0371831a97b0d2d6a0bbe4116cd2642bd0268588"],"link":"http://localhost:7990/projects/test/repos/repository/commits/9b105569d9b62833384b52e347e288b499a83c43","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"654bdb6dd852848583cc7775ed47ebb37d1be1e5","message":"branch17-2","date":1698064689000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["e590e0933e950f7d63037001ffac5dd65f464b19"],"link":"http://localhost:7990/projects/test/repos/repository/commits/654bdb6dd852848583cc7775ed47ebb37d1be1e5","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"5d7490df781fb2605bc5174b9b9f6b80fbacba99","message":"Merge branch 'branch6'\n\n# Conflicts:\n#\tREADME.md","date":1698064629000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["1ec50f69c2aedcdd66e72cc8e8d55134ac063380","8a8e33be61168092ec855249e2a9fff03616d7c1"],"link":"http://localhost:7990/projects/test/repos/repository/commits/5d7490df781fb2605bc5174b9b9f6b80fbacba99","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"e590e0933e950f7d63037001ffac5dd65f464b19","message":"branch17-1","date":1698064581000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["1ec50f69c2aedcdd66e72cc8e8d55134ac063380"],"link":"http://localhost:7990/projects/test/repos/repository/commits/e590e0933e950f7d63037001ffac5dd65f464b19","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"1ec50f69c2aedcdd66e72cc8e8d55134ac063380","message":"master-37","date":1698064554000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["5fb773dbe6472a87632b1c68ea771decdcd20f1e"],"link":"http://localhost:7990/projects/test/repos/repository/commits/1ec50f69c2aedcdd66e72cc8e8d55134ac063380","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"5fb773dbe6472a87632b1c68ea771decdcd20f1e","message":"master-36","date":1698064512000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["3df9d9661fd7cd199b300881347c6eba9000d77c"],"link":"http://localhost:7990/projects/test/repos/repository/commits/5fb773dbe6472a87632b1c68ea771decdcd20f1e","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"0371831a97b0d2d6a0bbe4116cd2642bd0268588","message":"branch10-7","date":1698064492000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["0a0cba0e67336caefaa6f2fe6102f69dce9e6f65"],"link":"http://localhost:7990/projects/test/repos/repository/commits/0371831a97b0d2d6a0bbe4116cd2642bd0268588","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"0a0cba0e67336caefaa6f2fe6102f69dce9e6f65","message":"branch10-6","date":1698064436000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["c95069724f5e73f350f3c48803c94422a3aaae6d"],"link":"http://localhost:7990/projects/test/repos/repository/commits/0a0cba0e67336caefaa6f2fe6102f69dce9e6f65","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"a0a1c8f31bba77e334201e33d32bb18871618b25","message":"branch15-6","date":1698064426000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["65bb62440f2da1bf61d39a0f0781ccc77f58326a"],"link":"http://localhost:7990/projects/test/repos/repository/commits/a0a1c8f31bba77e334201e33d32bb18871618b25","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"3df9d9661fd7cd199b300881347c6eba9000d77c","message":"Merge branch 'branch14'\n\n# Conflicts:\n#\tREADME.md","date":1698064390000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["2cd831abeae867185af1350738da08d80a2324f0","4c781b01fa41b7539a9d7289b3d34803c7a3a782"],"link":"http://localhost:7990/projects/test/repos/repository/commits/3df9d9661fd7cd199b300881347c6eba9000d77c","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"2cd831abeae867185af1350738da08d80a2324f0","message":"master-35","date":1698064366000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["df4c133e8872af329e9d28f990d2eda09417ae45"],"link":"http://localhost:7990/projects/test/repos/repository/commits/2cd831abeae867185af1350738da08d80a2324f0","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"4c781b01fa41b7539a9d7289b3d34803c7a3a782","message":"branch14-5","date":1698064357000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7"],"link":"http://localhost:7990/projects/test/repos/repository/commits/4c781b01fa41b7539a9d7289b3d34803c7a3a782","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"65bb62440f2da1bf61d39a0f0781ccc77f58326a","message":"branch15-5","date":1698064345000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["c051a056e6a9ef7f89fbf81daa2dc661f88ae61f"],"link":"http://localhost:7990/projects/test/repos/repository/commits/65bb62440f2da1bf61d39a0f0781ccc77f58326a","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"8a8e33be61168092ec855249e2a9fff03616d7c1","message":"branch6-18","date":1698064330000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["674b1d0609bba3d6f8724a03c909668603f7d212"],"link":"http://localhost:7990/projects/test/repos/repository/commits/8a8e33be61168092ec855249e2a9fff03616d7c1","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7","message":"branch14-4","date":1698064316000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["5c259964e83083c7f2a3e1d324ce456d642a8d9b"],"link":"http://localhost:7990/projects/test/repos/repository/commits/8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"c051a056e6a9ef7f89fbf81daa2dc661f88ae61f","message":"branch15-4","date":1698064303000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["b52bc35461c94e01de62697881648a7f1987c497"],"link":"http://localhost:7990/projects/test/repos/repository/commits/c051a056e6a9ef7f89fbf81daa2dc661f88ae61f","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"b52bc35461c94e01de62697881648a7f1987c497","message":"branch15-3","date":1698064294000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["87222af5e38e566db6a902144c28bafaad20206a"],"link":"http://localhost:7990/projects/test/repos/repository/commits/b52bc35461c94e01de62697881648a7f1987c497","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"c95069724f5e73f350f3c48803c94422a3aaae6d","message":"branch10-5","date":1698064236000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["1005127d97104aae259c10fc67e0c0f0eccc29dc"],"link":"http://localhost:7990/projects/test/repos/repository/commits/c95069724f5e73f350f3c48803c94422a3aaae6d","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"df4c133e8872af329e9d28f990d2eda09417ae45","message":"master-34","date":1698064202000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["e4784ccbcddcff4ad43b9636b23a897b9a28ef85"],"link":"http://localhost:7990/projects/test/repos/repository/commits/df4c133e8872af329e9d28f990d2eda09417ae45","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"e4784ccbcddcff4ad43b9636b23a897b9a28ef85","message":"Merge branch 'branch13'\n\n# Conflicts:\n#\tREADME.md","date":1698064107000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["6a4a1d565e484ff908b8852ac036c976c9427091","9b4b1058ddc9ca8f66f4f1eb515fe41b76487254"],"link":"http://localhost:7990/projects/test/repos/repository/commits/e4784ccbcddcff4ad43b9636b23a897b9a28ef85","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"9b4b1058ddc9ca8f66f4f1eb515fe41b76487254","message":"branch13-7","date":1698064070000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["546f41c47988d1ac0a7a43be5d53771f3f363484"],"link":"http://localhost:7990/projects/test/repos/repository/commits/9b4b1058ddc9ca8f66f4f1eb515fe41b76487254","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"87222af5e38e566db6a902144c28bafaad20206a","message":"branch15-2","date":1698064052000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["c3ee774a76d3606638390806c79cd632fcf4684a"],"link":"http://localhost:7990/projects/test/repos/repository/commits/87222af5e38e566db6a902144c28bafaad20206a","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"674b1d0609bba3d6f8724a03c909668603f7d212","message":"branch6-17","date":1698064000000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["a531323a866e74b57e5091b8aea6c7f1d1a8ae42"],"link":"http://localhost:7990/projects/test/repos/repository/commits/674b1d0609bba3d6f8724a03c909668603f7d212","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"5c259964e83083c7f2a3e1d324ce456d642a8d9b","message":"branch14-3","date":1698063984000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["46a92ce0118d65e64b6d652b4241703a9707ad74"],"link":"http://localhost:7990/projects/test/repos/repository/commits/5c259964e83083c7f2a3e1d324ce456d642a8d9b","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"c3ee774a76d3606638390806c79cd632fcf4684a","message":"branch15-1","date":1698063968000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["6a4a1d565e484ff908b8852ac036c976c9427091"],"link":"http://localhost:7990/projects/test/repos/repository/commits/c3ee774a76d3606638390806c79cd632fcf4684a","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"6a4a1d565e484ff908b8852ac036c976c9427091","message":"master-33","date":1698063941000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["81c56ba3e9d0f3f6a929d8ac5700094900ea0e10"],"link":"http://localhost:7990/projects/test/repos/repository/commits/6a4a1d565e484ff908b8852ac036c976c9427091","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"546f41c47988d1ac0a7a43be5d53771f3f363484","message":"branch13-6","date":1698063920000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["538a1f8be0f1a738461c1ffcd2568e99983fce22"],"link":"http://localhost:7990/projects/test/repos/repository/commits/546f41c47988d1ac0a7a43be5d53771f3f363484","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"538a1f8be0f1a738461c1ffcd2568e99983fce22","message":"branch13-5","date":1698063912000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["10a22f127828a63db16e2b128aa8e1f922eb7445"],"link":"http://localhost:7990/projects/test/repos/repository/commits/538a1f8be0f1a738461c1ffcd2568e99983fce22","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"1005127d97104aae259c10fc67e0c0f0eccc29dc","message":"branch10-4","date":1698063891000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["1dcd99f652b3be88710f22124566ac33403ea105"],"link":"http://localhost:7990/projects/test/repos/repository/commits/1005127d97104aae259c10fc67e0c0f0eccc29dc","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"1dcd99f652b3be88710f22124566ac33403ea105","message":"Merge branch 'branch12' into branch10\n\n# Conflicts:\n#\tREADME.md","date":1698063864000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["71e10545752524911653da7328c3fe8ad78544c4","9c8daf84e7ed6ea1d32f654362131e26dbf37440"],"link":"http://localhost:7990/projects/test/repos/repository/commits/1dcd99f652b3be88710f22124566ac33403ea105","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"9c8daf84e7ed6ea1d32f654362131e26dbf37440","message":"branch12-5","date":1698063827000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["c872a8a9cb81e03b6fcd67f480a35e0a5849720a"],"link":"http://localhost:7990/projects/test/repos/repository/commits/9c8daf84e7ed6ea1d32f654362131e26dbf37440","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"46a92ce0118d65e64b6d652b4241703a9707ad74","message":"branch14-2","date":1698063777000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["512f36722583c58179f54ccbfbad3d351adae81d"],"link":"http://localhost:7990/projects/test/repos/repository/commits/46a92ce0118d65e64b6d652b4241703a9707ad74","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"71e10545752524911653da7328c3fe8ad78544c4","message":"branch10-3","date":1698063762000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["ab155e3a0a3f2c7a4de6cea49a33f6eeb66432b1"],"link":"http://localhost:7990/projects/test/repos/repository/commits/71e10545752524911653da7328c3fe8ad78544c4","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"a531323a866e74b57e5091b8aea6c7f1d1a8ae42","message":"branch6-16","date":1698063742000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b"],"link":"http://localhost:7990/projects/test/repos/repository/commits/a531323a866e74b57e5091b8aea6c7f1d1a8ae42","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"81c56ba3e9d0f3f6a929d8ac5700094900ea0e10","message":"master-32","date":1698063707000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["59a2e00fc11df460e60befe95bbc44bdb94187b1"],"link":"http://localhost:7990/projects/test/repos/repository/commits/81c56ba3e9d0f3f6a929d8ac5700094900ea0e10","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"10a22f127828a63db16e2b128aa8e1f922eb7445","message":"branch13-4","date":1698063689000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["cf1ed77a3b13dc829ea9204f132355a76d4c1741"],"link":"http://localhost:7990/projects/test/repos/repository/commits/10a22f127828a63db16e2b128aa8e1f922eb7445","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"c872a8a9cb81e03b6fcd67f480a35e0a5849720a","message":"branch12-4","date":1698063671000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["e9e6adf46c71db9bdc4d34c7133f6a0a87cf681f"],"link":"http://localhost:7990/projects/test/repos/repository/commits/c872a8a9cb81e03b6fcd67f480a35e0a5849720a","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"e9e6adf46c71db9bdc4d34c7133f6a0a87cf681f","message":"branch12-3","date":1698063662000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["44f8ca088087512e6b8c443786295d0878639ecc"],"link":"http://localhost:7990/projects/test/repos/repository/commits/e9e6adf46c71db9bdc4d34c7133f6a0a87cf681f","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"512f36722583c58179f54ccbfbad3d351adae81d","message":"branch14-1","date":1698063594000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["59a2e00fc11df460e60befe95bbc44bdb94187b1"],"link":"http://localhost:7990/projects/test/repos/repository/commits/512f36722583c58179f54ccbfbad3d351adae81d","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"59a2e00fc11df460e60befe95bbc44bdb94187b1","message":"master-31","date":1698063564000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["9d636c0604cd0059285ebe208840b702b5e0cf53"],"link":"http://localhost:7990/projects/test/repos/repository/commits/59a2e00fc11df460e60befe95bbc44bdb94187b1","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"ab155e3a0a3f2c7a4de6cea49a33f6eeb66432b1","message":"branch10-2","date":1698063555000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["4c8cdeccf5946d70dfa42d0646ee85952fcaf6fc"],"link":"http://localhost:7990/projects/test/repos/repository/commits/ab155e3a0a3f2c7a4de6cea49a33f6eeb66432b1","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"cf1ed77a3b13dc829ea9204f132355a76d4c1741","message":"Merge branch 'branch11' into branch13\n\n# Conflicts:\n#\tREADME.md","date":1698063511000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["e388f1174f45fe333cdb5061b9d597fb7877a785","f92c7ad50633eec83502d0e8783fb10f7204ec6f"],"link":"http://localhost:7990/projects/test/repos/repository/commits/cf1ed77a3b13dc829ea9204f132355a76d4c1741","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"9d636c0604cd0059285ebe208840b702b5e0cf53","message":"master-30","date":1698063441000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["917f2ab13b79116615fd7b4fc6fc6b12c6429c3e"],"link":"http://localhost:7990/projects/test/repos/repository/commits/9d636c0604cd0059285ebe208840b702b5e0cf53","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b","message":"branch6-15","date":1698063431000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["62dad9363a19b4074b4ac2b8325af810fb69fb8e"],"link":"http://localhost:7990/projects/test/repos/repository/commits/1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"f92c7ad50633eec83502d0e8783fb10f7204ec6f","message":"branch-11-2","date":1698063379000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["c3132678f4537df982925c795a1acc0c1dd7c7de"],"link":"http://localhost:7990/projects/test/repos/repository/commits/f92c7ad50633eec83502d0e8783fb10f7204ec6f","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"e388f1174f45fe333cdb5061b9d597fb7877a785","message":"branch13-3","date":1698063363000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7df584fa61f3d16b9f9514b4034f5368c5e06410"],"link":"http://localhost:7990/projects/test/repos/repository/commits/e388f1174f45fe333cdb5061b9d597fb7877a785","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"4c8cdeccf5946d70dfa42d0646ee85952fcaf6fc","message":"branch10-1","date":1698063350000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["585847a321fcbcdb8f397a155a123aba5a1a1d76"],"link":"http://localhost:7990/projects/test/repos/repository/commits/4c8cdeccf5946d70dfa42d0646ee85952fcaf6fc","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"44f8ca088087512e6b8c443786295d0878639ecc","message":"branch12-2","date":1698063326000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["922b523518ab894b98d5d0cc387789e20e7536f1"],"link":"http://localhost:7990/projects/test/repos/repository/commits/44f8ca088087512e6b8c443786295d0878639ecc","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"922b523518ab894b98d5d0cc387789e20e7536f1","message":"branch12-1","date":1698063317000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981"],"link":"http://localhost:7990/projects/test/repos/repository/commits/922b523518ab894b98d5d0cc387789e20e7536f1","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"62dad9363a19b4074b4ac2b8325af810fb69fb8e","message":"branch6-14","date":1698063299000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b"],"link":"http://localhost:7990/projects/test/repos/repository/commits/62dad9363a19b4074b4ac2b8325af810fb69fb8e","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"c3132678f4537df982925c795a1acc0c1dd7c7de","message":"branch-11-1","date":1698063278000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["2674103e85493d76e45e57a9b5372f8c7926d3a7"],"link":"http://localhost:7990/projects/test/repos/repository/commits/c3132678f4537df982925c795a1acc0c1dd7c7de","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"7df584fa61f3d16b9f9514b4034f5368c5e06410","message":"branch13-2","date":1698063255000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["3e48313ba71bc2af8d954a5898f4caea65fe487d"],"link":"http://localhost:7990/projects/test/repos/repository/commits/7df584fa61f3d16b9f9514b4034f5368c5e06410","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"917f2ab13b79116615fd7b4fc6fc6b12c6429c3e","message":"master-29","date":1698063218000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981"],"link":"http://localhost:7990/projects/test/repos/repository/commits/917f2ab13b79116615fd7b4fc6fc6b12c6429c3e","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b","message":"branch6-13","date":1698063190000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["c7c70e247e37162bb24c0f503302c961580928ec"],"link":"http://localhost:7990/projects/test/repos/repository/commits/6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"3e48313ba71bc2af8d954a5898f4caea65fe487d","message":"branch13-1","date":1698063117000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981"],"link":"http://localhost:7990/projects/test/repos/repository/commits/3e48313ba71bc2af8d954a5898f4caea65fe487d","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"c7c70e247e37162bb24c0f503302c961580928ec","message":"branch6-12","date":1698062888000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["1055f626b81a5e0d29bc053342f22d35d047791f"],"link":"http://localhost:7990/projects/test/repos/repository/commits/c7c70e247e37162bb24c0f503302c961580928ec","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981","message":"master-28","date":1698062853000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1"],"link":"http://localhost:7990/projects/test/repos/repository/commits/a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1","message":"Merge branch 'branch9'\n\n# Conflicts:\n#\tREADME.md","date":1698062768000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","1df2a7d9351745624ff1f0e6bd87b331904507a7"],"link":"http://localhost:7990/projects/test/repos/repository/commits/7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","message":"master-27","date":1698062742000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["2674103e85493d76e45e57a9b5372f8c7926d3a7"],"link":"http://localhost:7990/projects/test/repos/repository/commits/4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"2674103e85493d76e45e57a9b5372f8c7926d3a7","message":"master-26","date":1698062712000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["585847a321fcbcdb8f397a155a123aba5a1a1d76"],"link":"http://localhost:7990/projects/test/repos/repository/commits/2674103e85493d76e45e57a9b5372f8c7926d3a7","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"1df2a7d9351745624ff1f0e6bd87b331904507a7","message":"branch9-9","date":1698062672000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["fff2b60ae6a434c31c64c87fb7c044080b1acffb"],"link":"http://localhost:7990/projects/test/repos/repository/commits/1df2a7d9351745624ff1f0e6bd87b331904507a7","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"1055f626b81a5e0d29bc053342f22d35d047791f","message":"branch6-11","date":1698062650000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["b8b27edc72b1d39ea84498a57ae3389c4571251f"],"link":"http://localhost:7990/projects/test/repos/repository/commits/1055f626b81a5e0d29bc053342f22d35d047791f","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"b8b27edc72b1d39ea84498a57ae3389c4571251f","message":"branch6-10","date":1698062639000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd"],"link":"http://localhost:7990/projects/test/repos/repository/commits/b8b27edc72b1d39ea84498a57ae3389c4571251f","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"585847a321fcbcdb8f397a155a123aba5a1a1d76","message":"Merge branch 'branch7'\n\n# Conflicts:\n#\tREADME.md","date":1698062551000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["c79babff3c1405618214eba90398c685ac4c0349","fe85e0ed86aba2ff78439ba7f0170fe580ccb54e"],"link":"http://localhost:7990/projects/test/repos/repository/commits/585847a321fcbcdb8f397a155a123aba5a1a1d76","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"fe85e0ed86aba2ff78439ba7f0170fe580ccb54e","message":"Merge branch 'branch5' into branch7\n\n# Conflicts:\n#\tREADME.md","date":1698062492000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["f6b5e1460f0a3ca1da2778acd54bd005620a0730","949a1bbc2b51817aea7bdf5b34af868a646a20e2"],"link":"http://localhost:7990/projects/test/repos/repository/commits/fe85e0ed86aba2ff78439ba7f0170fe580ccb54e","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd","message":"branch6-9","date":1698062386000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["0cfec512ddf7571da169c3213753123c266054ce"],"link":"http://localhost:7990/projects/test/repos/repository/commits/cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"fff2b60ae6a434c31c64c87fb7c044080b1acffb","message":"branch9-8","date":1698062367000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["8000baf077ff28405c32c539fa49393363508945"],"link":"http://localhost:7990/projects/test/repos/repository/commits/fff2b60ae6a434c31c64c87fb7c044080b1acffb","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"8000baf077ff28405c32c539fa49393363508945","message":"branch9-7","date":1698062359000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["6b65fcf8499a8fd51a86664c252196d5133897e6"],"link":"http://localhost:7990/projects/test/repos/repository/commits/8000baf077ff28405c32c539fa49393363508945","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"c79babff3c1405618214eba90398c685ac4c0349","message":"master-25","date":1698062284000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["d64326f97301c60eb85b9f95da6d2f563fc23bca"],"link":"http://localhost:7990/projects/test/repos/repository/commits/c79babff3c1405618214eba90398c685ac4c0349","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"d64326f97301c60eb85b9f95da6d2f563fc23bca","message":"master-24","date":1698062273000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["d0b30d9b78ed157a552f3ed1fa2d175e33f7362d"],"link":"http://localhost:7990/projects/test/repos/repository/commits/d64326f97301c60eb85b9f95da6d2f563fc23bca","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"f6b5e1460f0a3ca1da2778acd54bd005620a0730","message":"branch7-4","date":1698062255000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["ad658d2bd406df97a1d519a69fce571182efb03d"],"link":"http://localhost:7990/projects/test/repos/repository/commits/f6b5e1460f0a3ca1da2778acd54bd005620a0730","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"0cfec512ddf7571da169c3213753123c266054ce","message":"branch6-8","date":1698062229000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["296836127eaf4975f57496b58962dd9712a60536"],"link":"http://localhost:7990/projects/test/repos/repository/commits/0cfec512ddf7571da169c3213753123c266054ce","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"949a1bbc2b51817aea7bdf5b34af868a646a20e2","message":"branch5-12","date":1698062178000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["04208409fae379e977017b6ab54b5b3df3937687"],"link":"http://localhost:7990/projects/test/repos/repository/commits/949a1bbc2b51817aea7bdf5b34af868a646a20e2","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"04208409fae379e977017b6ab54b5b3df3937687","message":"branch5-11","date":1698062169000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["5c031dc49e438aacbde0db7a2c80b8edd686ff97"],"link":"http://localhost:7990/projects/test/repos/repository/commits/04208409fae379e977017b6ab54b5b3df3937687","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"6b65fcf8499a8fd51a86664c252196d5133897e6","message":"branch9-6","date":1698062141000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["a57e13ae14cb990b20d249822d1e3ac244311792"],"link":"http://localhost:7990/projects/test/repos/repository/commits/6b65fcf8499a8fd51a86664c252196d5133897e6","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"296836127eaf4975f57496b58962dd9712a60536","message":"Merge branch 'branch8' into branch6\n\n# Conflicts:\n#\tREADME.md","date":1698062112000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["fa16f0683f2072ee612660a0823d08e29a553afa","dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc"],"link":"http://localhost:7990/projects/test/repos/repository/commits/296836127eaf4975f57496b58962dd9712a60536","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"fa16f0683f2072ee612660a0823d08e29a553afa","message":"branch6-7","date":1698062080000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["e06a20a0d3899b16ffcac72a5f60e0ec15461928"],"link":"http://localhost:7990/projects/test/repos/repository/commits/fa16f0683f2072ee612660a0823d08e29a553afa","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"d0b30d9b78ed157a552f3ed1fa2d175e33f7362d","message":"master-23","date":1698062041000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["f41405835a939fc7a31eab83557a7bd86dcbe118"],"link":"http://localhost:7990/projects/test/repos/repository/commits/d0b30d9b78ed157a552f3ed1fa2d175e33f7362d","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"a57e13ae14cb990b20d249822d1e3ac244311792","message":"branch9-5","date":1698062025000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["4390e95135234d468dafb4a35cb5f575c0816efd"],"link":"http://localhost:7990/projects/test/repos/repository/commits/a57e13ae14cb990b20d249822d1e3ac244311792","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc","message":"branch8-5","date":1698062010000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["9b63562e3d9345ce2e3e4d23c8c34dd4e65af444"],"link":"http://localhost:7990/projects/test/repos/repository/commits/dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"ad658d2bd406df97a1d519a69fce571182efb03d","message":"branch7-3","date":1698061995000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7df83ca4811e125a3e7751df69698c440676606e"],"link":"http://localhost:7990/projects/test/repos/repository/commits/ad658d2bd406df97a1d519a69fce571182efb03d","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"e06a20a0d3899b16ffcac72a5f60e0ec15461928","message":"branch6-6","date":1698061981000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["b2db70de4f462bc473a72f4fb6595dacd73b3236"],"link":"http://localhost:7990/projects/test/repos/repository/commits/e06a20a0d3899b16ffcac72a5f60e0ec15461928","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"5c031dc49e438aacbde0db7a2c80b8edd686ff97","message":"branch5-10","date":1698061960000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["b23f5546bcb8d90ab4727e0f48fc6b30d610a81b"],"link":"http://localhost:7990/projects/test/repos/repository/commits/5c031dc49e438aacbde0db7a2c80b8edd686ff97","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"f41405835a939fc7a31eab83557a7bd86dcbe118","message":"master-22","date":1698061407000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["c1c06c19af8efe8314e96e741c61d92b9b862c2a"],"link":"http://localhost:7990/projects/test/repos/repository/commits/f41405835a939fc7a31eab83557a7bd86dcbe118","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"c1c06c19af8efe8314e96e741c61d92b9b862c2a","message":"Merge branch 'branch4'\n\n# Conflicts:\n#\tREADME.md","date":1698061384000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["776d718e0310cef9d7cc3231c8ea359eb4923235","a24d1dcdb2dc6db8030616280b75093b5fcb0626"],"link":"http://localhost:7990/projects/test/repos/repository/commits/c1c06c19af8efe8314e96e741c61d92b9b862c2a","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"b2db70de4f462bc473a72f4fb6595dacd73b3236","message":"branch6-5","date":1698061326000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["0c20ea8f6f585c74f8b94321ed7aeaee336f76b5"],"link":"http://localhost:7990/projects/test/repos/repository/commits/b2db70de4f462bc473a72f4fb6595dacd73b3236","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"a24d1dcdb2dc6db8030616280b75093b5fcb0626","message":"branch4-8","date":1698061290000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["35aa1cdb9ad7cad7f603f55da50622b7b4750058"],"link":"http://localhost:7990/projects/test/repos/repository/commits/a24d1dcdb2dc6db8030616280b75093b5fcb0626","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"35aa1cdb9ad7cad7f603f55da50622b7b4750058","message":"branch4-7","date":1698061278000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["d142c601820f1e1d52e883a58661a00f1817aadf"],"link":"http://localhost:7990/projects/test/repos/repository/commits/35aa1cdb9ad7cad7f603f55da50622b7b4750058","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"b23f5546bcb8d90ab4727e0f48fc6b30d610a81b","message":"branch5-8","date":1698061263000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["3d6a8e913b125e12f03568a170020b54222ef73b"],"link":"http://localhost:7990/projects/test/repos/repository/commits/b23f5546bcb8d90ab4727e0f48fc6b30d610a81b","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"4390e95135234d468dafb4a35cb5f575c0816efd","message":"branch9-4","date":1698061245000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["d9c3b34b70034f05844c99f61af9a0d95f36240d"],"link":"http://localhost:7990/projects/test/repos/repository/commits/4390e95135234d468dafb4a35cb5f575c0816efd","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"d9c3b34b70034f05844c99f61af9a0d95f36240d","message":"branch9-3","date":1698061236000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["6fe6941d1817df8a76fd888bcf6b2de0cecbe362"],"link":"http://localhost:7990/projects/test/repos/repository/commits/d9c3b34b70034f05844c99f61af9a0d95f36240d","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"9b63562e3d9345ce2e3e4d23c8c34dd4e65af444","message":"branch8-4","date":1698061219000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["a4bb4ea8c991c12e4353a095b8d5a79d3ba8f34e"],"link":"http://localhost:7990/projects/test/repos/repository/commits/9b63562e3d9345ce2e3e4d23c8c34dd4e65af444","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"a4bb4ea8c991c12e4353a095b8d5a79d3ba8f34e","message":"branch8-3","date":1698061210000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["4d149b4e034ba20630e32d14f7860fe226fe58e8"],"link":"http://localhost:7990/projects/test/repos/repository/commits/a4bb4ea8c991c12e4353a095b8d5a79d3ba8f34e","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"776d718e0310cef9d7cc3231c8ea359eb4923235","message":"master-21","date":1698061173000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["d85bb0e3a67727b30399326b5882d055cba83fb5"],"link":"http://localhost:7990/projects/test/repos/repository/commits/776d718e0310cef9d7cc3231c8ea359eb4923235","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"7df83ca4811e125a3e7751df69698c440676606e","message":"branch7-2","date":1698061159000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["dc9967191a376d5c3dc3b657a18f51e0646f47b1"],"link":"http://localhost:7990/projects/test/repos/repository/commits/7df83ca4811e125a3e7751df69698c440676606e","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"d85bb0e3a67727b30399326b5882d055cba83fb5","message":"master-20","date":1698061146000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["9486aabce424cf579cdc4597bf09a9b0fc9d3d7e"],"link":"http://localhost:7990/projects/test/repos/repository/commits/d85bb0e3a67727b30399326b5882d055cba83fb5","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"3d6a8e913b125e12f03568a170020b54222ef73b","message":"branch5-7","date":1698061128000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["aa7ffdf45fe7b33f0dff6c8e510daaf181003488"],"link":"http://localhost:7990/projects/test/repos/repository/commits/3d6a8e913b125e12f03568a170020b54222ef73b","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"0c20ea8f6f585c74f8b94321ed7aeaee336f76b5","message":"branch6-4","date":1698061116000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["b145067ce708e49f6685255d6c844cd9faffedf4"],"link":"http://localhost:7990/projects/test/repos/repository/commits/0c20ea8f6f585c74f8b94321ed7aeaee336f76b5","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"d142c601820f1e1d52e883a58661a00f1817aadf","message":"branch4-6","date":1698061086000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["89028ff825ebadebf9b6bb56ff18c5446e3092ee"],"link":"http://localhost:7990/projects/test/repos/repository/commits/d142c601820f1e1d52e883a58661a00f1817aadf","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"4d149b4e034ba20630e32d14f7860fe226fe58e8","message":"branch8-2","date":1698060998000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["1498425151e89ba284a6c9dbf81ed62bde7bd36f"],"link":"http://localhost:7990/projects/test/repos/repository/commits/4d149b4e034ba20630e32d14f7860fe226fe58e8","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"9486aabce424cf579cdc4597bf09a9b0fc9d3d7e","message":"master-19","date":1698060982000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["68c29199f529726345ff1d3ee96d139bda6331b3"],"link":"http://localhost:7990/projects/test/repos/repository/commits/9486aabce424cf579cdc4597bf09a9b0fc9d3d7e","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"6fe6941d1817df8a76fd888bcf6b2de0cecbe362","message":"branch9-2","date":1698060969000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["ead87b8ec6810a0e44bb73db62a5135c99ce6b9f"],"link":"http://localhost:7990/projects/test/repos/repository/commits/6fe6941d1817df8a76fd888bcf6b2de0cecbe362","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"68c29199f529726345ff1d3ee96d139bda6331b3","message":"Merge branch 'branch1'\n\n# Conflicts:\n#\tREADME.md","date":1698060925000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["faca6581f4ab649ee7fadfb163ff88faf9348bfc","1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d"],"link":"http://localhost:7990/projects/test/repos/repository/commits/68c29199f529726345ff1d3ee96d139bda6331b3","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"ead87b8ec6810a0e44bb73db62a5135c99ce6b9f","message":"branch9-1","date":1698060882000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d"],"link":"http://localhost:7990/projects/test/repos/repository/commits/ead87b8ec6810a0e44bb73db62a5135c99ce6b9f","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"faca6581f4ab649ee7fadfb163ff88faf9348bfc","message":"master-18","date":1698060805000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["2c8efc7e340202de9f064c6ea2c3e79a7853bfcf"],"link":"http://localhost:7990/projects/test/repos/repository/commits/faca6581f4ab649ee7fadfb163ff88faf9348bfc","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"aa7ffdf45fe7b33f0dff6c8e510daaf181003488","message":"branch5-6","date":1698060787000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["6ad539160277c0c60fa45ff89e97c2050bf36488"],"link":"http://localhost:7990/projects/test/repos/repository/commits/aa7ffdf45fe7b33f0dff6c8e510daaf181003488","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"6ad539160277c0c60fa45ff89e97c2050bf36488","message":"branch5-5","date":1698060775000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["0090343c8a75a949ddc824f7ea5bea46c96c4e57"],"link":"http://localhost:7990/projects/test/repos/repository/commits/6ad539160277c0c60fa45ff89e97c2050bf36488","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"dc9967191a376d5c3dc3b657a18f51e0646f47b1","message":"branch7-1","date":1698060755000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["dbd38bc2dfc930068413a3f04722e22dbed2d541"],"link":"http://localhost:7990/projects/test/repos/repository/commits/dc9967191a376d5c3dc3b657a18f51e0646f47b1","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"89028ff825ebadebf9b6bb56ff18c5446e3092ee","message":"branch4-5","date":1698060732000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["684162223c7bb8a978c5e99d2b6cc7920904c1ae"],"link":"http://localhost:7990/projects/test/repos/repository/commits/89028ff825ebadebf9b6bb56ff18c5446e3092ee","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d","message":"branch1-9","date":1698060715000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["c2e19e99c6ddd01a206b9210f986898a21c64b21"],"link":"http://localhost:7990/projects/test/repos/repository/commits/1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"b145067ce708e49f6685255d6c844cd9faffedf4","message":"branch6-3","date":1698060699000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["5a22310a90d94183cf356c368e4b474e1b0fbbc5"],"link":"http://localhost:7990/projects/test/repos/repository/commits/b145067ce708e49f6685255d6c844cd9faffedf4","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"1498425151e89ba284a6c9dbf81ed62bde7bd36f","message":"branch8-1","date":1698060661000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["2c8efc7e340202de9f064c6ea2c3e79a7853bfcf"],"link":"http://localhost:7990/projects/test/repos/repository/commits/1498425151e89ba284a6c9dbf81ed62bde7bd36f","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"2c8efc7e340202de9f064c6ea2c3e79a7853bfcf","message":"master-17","date":1698060635000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["f37cf17a0c6816140725673c2ae087094692ca37"],"link":"http://localhost:7990/projects/test/repos/repository/commits/2c8efc7e340202de9f064c6ea2c3e79a7853bfcf","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"f37cf17a0c6816140725673c2ae087094692ca37","message":"master-16","date":1698060625000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["dbd38bc2dfc930068413a3f04722e22dbed2d541"],"link":"http://localhost:7990/projects/test/repos/repository/commits/f37cf17a0c6816140725673c2ae087094692ca37","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"dbd38bc2dfc930068413a3f04722e22dbed2d541","message":"master-15","date":1698060595000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["6e0b1044880282373ef92d6926d5a04e15a6be4e"],"link":"http://localhost:7990/projects/test/repos/repository/commits/dbd38bc2dfc930068413a3f04722e22dbed2d541","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"5a22310a90d94183cf356c368e4b474e1b0fbbc5","message":"branch6-2","date":1698060480000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["74e29e52909d49a9c8888e80390042ed5a8c310c"],"link":"http://localhost:7990/projects/test/repos/repository/commits/5a22310a90d94183cf356c368e4b474e1b0fbbc5","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"684162223c7bb8a978c5e99d2b6cc7920904c1ae","message":"branch4-4","date":1698060457000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["2d0b9536fddaf91f2b39552e22795faae1ca7cd3"],"link":"http://localhost:7990/projects/test/repos/repository/commits/684162223c7bb8a978c5e99d2b6cc7920904c1ae","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"c2e19e99c6ddd01a206b9210f986898a21c64b21","message":"branch1-8","date":1698060425000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["5a5908c8f1b8bb573b8ca6b58e0531d8f28c5989"],"link":"http://localhost:7990/projects/test/repos/repository/commits/c2e19e99c6ddd01a206b9210f986898a21c64b21","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"0090343c8a75a949ddc824f7ea5bea46c96c4e57","message":"branch5-4","date":1698060366000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["215948d99d227c32796ac9f2e554d62e517a97ae"],"link":"http://localhost:7990/projects/test/repos/repository/commits/0090343c8a75a949ddc824f7ea5bea46c96c4e57","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"215948d99d227c32796ac9f2e554d62e517a97ae","message":"branch5-3","date":1698060356000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["0b06165093e26d8548079cf1f2303f39d3d746ed"],"link":"http://localhost:7990/projects/test/repos/repository/commits/215948d99d227c32796ac9f2e554d62e517a97ae","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"6e0b1044880282373ef92d6926d5a04e15a6be4e","message":"master-14","date":1698060328000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["6018644267ae27200d609488001487c6d722fb69"],"link":"http://localhost:7990/projects/test/repos/repository/commits/6e0b1044880282373ef92d6926d5a04e15a6be4e","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"74e29e52909d49a9c8888e80390042ed5a8c310c","message":"branch6-1","date":1698060312000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["6018644267ae27200d609488001487c6d722fb69"],"link":"http://localhost:7990/projects/test/repos/repository/commits/74e29e52909d49a9c8888e80390042ed5a8c310c","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"6018644267ae27200d609488001487c6d722fb69","message":"master-13","date":1698060246000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["c5a4fd9551e30cd3d76c9b4c2d59129ae3550134"],"link":"http://localhost:7990/projects/test/repos/repository/commits/6018644267ae27200d609488001487c6d722fb69","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"2d0b9536fddaf91f2b39552e22795faae1ca7cd3","message":"Merge branch 'branch2' into branch4\n\n# Conflicts:\n#\tREADME.md","date":1698060207000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["395dec6e6482642d4a1d9ffedd5d53c24c3b0db5","fa779587c998eeeb51fe1659d5dbadab70564a51"],"link":"http://localhost:7990/projects/test/repos/repository/commits/2d0b9536fddaf91f2b39552e22795faae1ca7cd3","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"fa779587c998eeeb51fe1659d5dbadab70564a51","message":"branch2-5","date":1698060145000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["25f3bcee26af15a4bd7c254ffe3a822ea2ce528c"],"link":"http://localhost:7990/projects/test/repos/repository/commits/fa779587c998eeeb51fe1659d5dbadab70564a51","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"c5a4fd9551e30cd3d76c9b4c2d59129ae3550134","message":"master-12","date":1698060124000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["e2a11d05fe24fca472311fcb3003b0fc68c141d7"],"link":"http://localhost:7990/projects/test/repos/repository/commits/c5a4fd9551e30cd3d76c9b4c2d59129ae3550134","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"395dec6e6482642d4a1d9ffedd5d53c24c3b0db5","message":"branch4-3","date":1698060111000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["10926a027a5237474a47a4fb3961d795cfe16e9b"],"link":"http://localhost:7990/projects/test/repos/repository/commits/395dec6e6482642d4a1d9ffedd5d53c24c3b0db5","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"5a5908c8f1b8bb573b8ca6b58e0531d8f28c5989","message":"branch1-7","date":1698060093000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["f882841990643f073a55cb55e6a9522cafa06557"],"link":"http://localhost:7990/projects/test/repos/repository/commits/5a5908c8f1b8bb573b8ca6b58e0531d8f28c5989","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"0b06165093e26d8548079cf1f2303f39d3d746ed","message":"branch5-2","date":1698060077000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["d952287e8c235ee6a2af1e00b7a40b68290026db"],"link":"http://localhost:7990/projects/test/repos/repository/commits/0b06165093e26d8548079cf1f2303f39d3d746ed","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"f882841990643f073a55cb55e6a9522cafa06557","message":"branch1-6","date":1698060050000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7780fdab485332672942c30453cecd741ffc4d13"],"link":"http://localhost:7990/projects/test/repos/repository/commits/f882841990643f073a55cb55e6a9522cafa06557","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"e2a11d05fe24fca472311fcb3003b0fc68c141d7","message":"master-11","date":1698060019000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["db0e1c52ad53401bd29a744cd81a3a492137bb5e"],"link":"http://localhost:7990/projects/test/repos/repository/commits/e2a11d05fe24fca472311fcb3003b0fc68c141d7","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"d952287e8c235ee6a2af1e00b7a40b68290026db","message":"branch5-1","date":1698059997000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["db0e1c52ad53401bd29a744cd81a3a492137bb5e"],"link":"http://localhost:7990/projects/test/repos/repository/commits/d952287e8c235ee6a2af1e00b7a40b68290026db","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"10926a027a5237474a47a4fb3961d795cfe16e9b","message":"branch4-2","date":1698059957000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["3d64b63bf7893fccf66a28a103df72b84e371fbb"],"link":"http://localhost:7990/projects/test/repos/repository/commits/10926a027a5237474a47a4fb3961d795cfe16e9b","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"3d64b63bf7893fccf66a28a103df72b84e371fbb","message":"branch4-1","date":1698059943000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["db0e1c52ad53401bd29a744cd81a3a492137bb5e"],"link":"http://localhost:7990/projects/test/repos/repository/commits/3d64b63bf7893fccf66a28a103df72b84e371fbb","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"db0e1c52ad53401bd29a744cd81a3a492137bb5e","message":"master-10","date":1698059864000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["57a5cf41defac1f829909c3e72fc64a0ce88bfdd"],"link":"http://localhost:7990/projects/test/repos/repository/commits/db0e1c52ad53401bd29a744cd81a3a492137bb5e","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"7780fdab485332672942c30453cecd741ffc4d13","message":"branch1-merge-branch3","date":1698059846000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["a6d855b910fd0fbd8e106e7846f1a35be80141ba","08f7cabf19fd454e80da4c811ce5e8bd6e3eac1b"],"link":"http://localhost:7990/projects/test/repos/repository/commits/7780fdab485332672942c30453cecd741ffc4d13","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"57a5cf41defac1f829909c3e72fc64a0ce88bfdd","message":"master-9","date":1698059371000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["754cfe509159b4718a5be3d1432a8d8e2f46dd3c"],"link":"http://localhost:7990/projects/test/repos/repository/commits/57a5cf41defac1f829909c3e72fc64a0ce88bfdd","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"a6d855b910fd0fbd8e106e7846f1a35be80141ba","message":"branch1-5","date":1698059359000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["30b509febed572a83bd92fc92ede5a3ae1abc6ac"],"link":"http://localhost:7990/projects/test/repos/repository/commits/a6d855b910fd0fbd8e106e7846f1a35be80141ba","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"25f3bcee26af15a4bd7c254ffe3a822ea2ce528c","message":"branch2-4","date":1698059343000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["adae076d427c09da7bcc741155b4dc421a1acd8d"],"link":"http://localhost:7990/projects/test/repos/repository/commits/25f3bcee26af15a4bd7c254ffe3a822ea2ce528c","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"30b509febed572a83bd92fc92ede5a3ae1abc6ac","message":"branch1-4","date":1698059309000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["fd283a7f7af6da8d657068f88baa389c29e96dea"],"link":"http://localhost:7990/projects/test/repos/repository/commits/30b509febed572a83bd92fc92ede5a3ae1abc6ac","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"08f7cabf19fd454e80da4c811ce5e8bd6e3eac1b","message":"branch3-2","date":1698059297000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["76bd4a04657abfd103a5454f72e03de8da764e6f"],"link":"http://localhost:7990/projects/test/repos/repository/commits/08f7cabf19fd454e80da4c811ce5e8bd6e3eac1b","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"754cfe509159b4718a5be3d1432a8d8e2f46dd3c","message":"master-8","date":1698059282000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["49e8a687499be5ddd2ff92a919e730244d8ea894"],"link":"http://localhost:7990/projects/test/repos/repository/commits/754cfe509159b4718a5be3d1432a8d8e2f46dd3c","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"49e8a687499be5ddd2ff92a919e730244d8ea894","message":"master-7","date":1698059266000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["1a6e4822debd8391380c6cb715aee516c6498e84"],"link":"http://localhost:7990/projects/test/repos/repository/commits/49e8a687499be5ddd2ff92a919e730244d8ea894","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"76bd4a04657abfd103a5454f72e03de8da764e6f","message":"branch3-1","date":1698059245000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["1a6e4822debd8391380c6cb715aee516c6498e84"],"link":"http://localhost:7990/projects/test/repos/repository/commits/76bd4a04657abfd103a5454f72e03de8da764e6f","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"1a6e4822debd8391380c6cb715aee516c6498e84","message":"master-6","date":1698059149000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["c4f380260faa595d4d4c88b0e3f2539534b07a13"],"link":"http://localhost:7990/projects/test/repos/repository/commits/1a6e4822debd8391380c6cb715aee516c6498e84","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"fd283a7f7af6da8d657068f88baa389c29e96dea","message":"branch1-3","date":1698059116000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["6824b92f0b5fecc7e07bcfaab6d7d8c6cc513051"],"link":"http://localhost:7990/projects/test/repos/repository/commits/fd283a7f7af6da8d657068f88baa389c29e96dea","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"adae076d427c09da7bcc741155b4dc421a1acd8d","message":"branch2-3","date":1698059093000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["ac0f1d4ca401277a70daca83310da9a8e8a1b5a9"],"link":"http://localhost:7990/projects/test/repos/repository/commits/adae076d427c09da7bcc741155b4dc421a1acd8d","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"ac0f1d4ca401277a70daca83310da9a8e8a1b5a9","message":"branch2-2","date":1698059047000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["817ace8d49f50e4024a55aaf83018211ba5a7975"],"link":"http://localhost:7990/projects/test/repos/repository/commits/ac0f1d4ca401277a70daca83310da9a8e8a1b5a9","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"6824b92f0b5fecc7e07bcfaab6d7d8c6cc513051","message":"branch1-2","date":1698059032000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["66f64a261cbe87a7895d1dfd2c63e34dab5bb6d8"],"link":"http://localhost:7990/projects/test/repos/repository/commits/6824b92f0b5fecc7e07bcfaab6d7d8c6cc513051","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"c4f380260faa595d4d4c88b0e3f2539534b07a13","message":"master-5","date":1698059004000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["62770e1c09842636840ef44ed73f4a9a61e6cd6b"],"link":"http://localhost:7990/projects/test/repos/repository/commits/c4f380260faa595d4d4c88b0e3f2539534b07a13","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"817ace8d49f50e4024a55aaf83018211ba5a7975","message":"branch2-1","date":1698058868000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["62770e1c09842636840ef44ed73f4a9a61e6cd6b"],"link":"http://localhost:7990/projects/test/repos/repository/commits/817ace8d49f50e4024a55aaf83018211ba5a7975","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"62770e1c09842636840ef44ed73f4a9a61e6cd6b","message":"master-4","date":1698058794000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["839661fed9bce26e49c88d61521ba098675a0cd7"],"link":"http://localhost:7990/projects/test/repos/repository/commits/62770e1c09842636840ef44ed73f4a9a61e6cd6b","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"839661fed9bce26e49c88d61521ba098675a0cd7","message":"master-3","date":1698058771000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["b97127393d88ac37dee9de2cf8b40304e93d5e31"],"link":"http://localhost:7990/projects/test/repos/repository/commits/839661fed9bce26e49c88d61521ba098675a0cd7","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"b97127393d88ac37dee9de2cf8b40304e93d5e31","message":"master-2","date":1698058745000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["81fbfabccf54e34ce58fe88a40a471337b807be8"],"link":"http://localhost:7990/projects/test/repos/repository/commits/b97127393d88ac37dee9de2cf8b40304e93d5e31","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"66f64a261cbe87a7895d1dfd2c63e34dab5bb6d8","message":"branch1-1","date":1698058717000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["81fbfabccf54e34ce58fe88a40a471337b807be8"],"link":"http://localhost:7990/projects/test/repos/repository/commits/66f64a261cbe87a7895d1dfd2c63e34dab5bb6d8","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"81fbfabccf54e34ce58fe88a40a471337b807be8","message":"master-1","date":1698058452000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7909f6bb0848db4c07ebd94aba3497cf0a14fe43"],"link":"http://localhost:7990/projects/test/repos/repository/commits/81fbfabccf54e34ce58fe88a40a471337b807be8","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"7909f6bb0848db4c07ebd94aba3497cf0a14fe43","message":"initial commit","date":1698058452000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":[],"link":"http://localhost:7990/projects/test/repos/repository/commits/7909f6bb0848db4c07ebd94aba3497cf0a14fe43","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}}] \ No newline at end of file +[ + { + "hash": "9739bc2df043ffb738d33c5ee25c9fd7becea044", + "message": "master-40", + "date": 1698064920000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "d0e41165818d1f4b47813c47fc09cdf933ac734d" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/9739bc2df043ffb738d33c5ee25c9fd7becea044", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "d0e41165818d1f4b47813c47fc09cdf933ac734d", + "message": "Merge branch 'branch15'\n\n# Conflicts:\n#\tREADME.md", + "date": 1698064904000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "521b19564ebc5c88204d9b8838051320c742bd10", + "0b9f96e43972a34a06ac4c8978a44b898e5102ea" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/d0e41165818d1f4b47813c47fc09cdf933ac734d", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "0b9f96e43972a34a06ac4c8978a44b898e5102ea", + "message": "branch15-8", + "date": 1698064876000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "f0c902411afa60b13c4744069effda55366f6972" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/0b9f96e43972a34a06ac4c8978a44b898e5102ea", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "521b19564ebc5c88204d9b8838051320c742bd10", + "message": "master-39", + "date": 1698064862000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "820ef54c6a5a99795ef679bec7367ee22345a4ee" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/521b19564ebc5c88204d9b8838051320c742bd10", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "820ef54c6a5a99795ef679bec7367ee22345a4ee", + "message": "Merge branch 'branch17'\n\n# Conflicts:\n#\tREADME.md", + "date": 1698064840000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "5343ca684fceb8640b57fb562d4e617fccdf97c2", + "654bdb6dd852848583cc7775ed47ebb37d1be1e5" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/820ef54c6a5a99795ef679bec7367ee22345a4ee", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "5343ca684fceb8640b57fb562d4e617fccdf97c2", + "message": "Merge branch 'branch10'\n\n# Conflicts:\n#\tREADME.md", + "date": 1698064803000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "a933dc6b4fe8e8f66856b4cb9da7f4bf8ad0e017", + "9b105569d9b62833384b52e347e288b499a83c43" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/5343ca684fceb8640b57fb562d4e617fccdf97c2", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "a933dc6b4fe8e8f66856b4cb9da7f4bf8ad0e017", + "message": "master-38", + "date": 1698064763000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "5d7490df781fb2605bc5174b9b9f6b80fbacba99" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/a933dc6b4fe8e8f66856b4cb9da7f4bf8ad0e017", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "f0c902411afa60b13c4744069effda55366f6972", + "message": "branch15-7", + "date": 1698064716000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "a0a1c8f31bba77e334201e33d32bb18871618b25" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/f0c902411afa60b13c4744069effda55366f6972", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "9b105569d9b62833384b52e347e288b499a83c43", + "message": "branch10-8", + "date": 1698064700000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "0371831a97b0d2d6a0bbe4116cd2642bd0268588" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/9b105569d9b62833384b52e347e288b499a83c43", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "654bdb6dd852848583cc7775ed47ebb37d1be1e5", + "message": "branch17-2", + "date": 1698064689000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "e590e0933e950f7d63037001ffac5dd65f464b19" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/654bdb6dd852848583cc7775ed47ebb37d1be1e5", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "5d7490df781fb2605bc5174b9b9f6b80fbacba99", + "message": "Merge branch 'branch6'\n\n# Conflicts:\n#\tREADME.md", + "date": 1698064629000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "1ec50f69c2aedcdd66e72cc8e8d55134ac063380", + "8a8e33be61168092ec855249e2a9fff03616d7c1" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/5d7490df781fb2605bc5174b9b9f6b80fbacba99", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "e590e0933e950f7d63037001ffac5dd65f464b19", + "message": "branch17-1", + "date": 1698064581000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "1ec50f69c2aedcdd66e72cc8e8d55134ac063380" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/e590e0933e950f7d63037001ffac5dd65f464b19", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "1ec50f69c2aedcdd66e72cc8e8d55134ac063380", + "message": "master-37", + "date": 1698064554000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "5fb773dbe6472a87632b1c68ea771decdcd20f1e" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/1ec50f69c2aedcdd66e72cc8e8d55134ac063380", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "5fb773dbe6472a87632b1c68ea771decdcd20f1e", + "message": "master-36", + "date": 1698064512000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "3df9d9661fd7cd199b300881347c6eba9000d77c" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/5fb773dbe6472a87632b1c68ea771decdcd20f1e", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "0371831a97b0d2d6a0bbe4116cd2642bd0268588", + "message": "branch10-7", + "date": 1698064492000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "0a0cba0e67336caefaa6f2fe6102f69dce9e6f65" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/0371831a97b0d2d6a0bbe4116cd2642bd0268588", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "0a0cba0e67336caefaa6f2fe6102f69dce9e6f65", + "message": "branch10-6", + "date": 1698064436000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "c95069724f5e73f350f3c48803c94422a3aaae6d" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/0a0cba0e67336caefaa6f2fe6102f69dce9e6f65", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "a0a1c8f31bba77e334201e33d32bb18871618b25", + "message": "branch15-6", + "date": 1698064426000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "65bb62440f2da1bf61d39a0f0781ccc77f58326a" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/a0a1c8f31bba77e334201e33d32bb18871618b25", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "3df9d9661fd7cd199b300881347c6eba9000d77c", + "message": "Merge branch 'branch14'\n\n# Conflicts:\n#\tREADME.md", + "date": 1698064390000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "2cd831abeae867185af1350738da08d80a2324f0", + "4c781b01fa41b7539a9d7289b3d34803c7a3a782" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/3df9d9661fd7cd199b300881347c6eba9000d77c", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "2cd831abeae867185af1350738da08d80a2324f0", + "message": "master-35", + "date": 1698064366000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "df4c133e8872af329e9d28f990d2eda09417ae45" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/2cd831abeae867185af1350738da08d80a2324f0", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "4c781b01fa41b7539a9d7289b3d34803c7a3a782", + "message": "branch14-5", + "date": 1698064357000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/4c781b01fa41b7539a9d7289b3d34803c7a3a782", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "65bb62440f2da1bf61d39a0f0781ccc77f58326a", + "message": "branch15-5", + "date": 1698064345000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "c051a056e6a9ef7f89fbf81daa2dc661f88ae61f" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/65bb62440f2da1bf61d39a0f0781ccc77f58326a", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "8a8e33be61168092ec855249e2a9fff03616d7c1", + "message": "branch6-18", + "date": 1698064330000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "674b1d0609bba3d6f8724a03c909668603f7d212" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/8a8e33be61168092ec855249e2a9fff03616d7c1", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7", + "message": "branch14-4", + "date": 1698064316000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "5c259964e83083c7f2a3e1d324ce456d642a8d9b" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "c051a056e6a9ef7f89fbf81daa2dc661f88ae61f", + "message": "branch15-4", + "date": 1698064303000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "b52bc35461c94e01de62697881648a7f1987c497" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/c051a056e6a9ef7f89fbf81daa2dc661f88ae61f", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "b52bc35461c94e01de62697881648a7f1987c497", + "message": "branch15-3", + "date": 1698064294000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "87222af5e38e566db6a902144c28bafaad20206a" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/b52bc35461c94e01de62697881648a7f1987c497", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "c95069724f5e73f350f3c48803c94422a3aaae6d", + "message": "branch10-5", + "date": 1698064236000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "1005127d97104aae259c10fc67e0c0f0eccc29dc" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/c95069724f5e73f350f3c48803c94422a3aaae6d", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "df4c133e8872af329e9d28f990d2eda09417ae45", + "message": "master-34", + "date": 1698064202000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "e4784ccbcddcff4ad43b9636b23a897b9a28ef85" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/df4c133e8872af329e9d28f990d2eda09417ae45", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "e4784ccbcddcff4ad43b9636b23a897b9a28ef85", + "message": "Merge branch 'branch13'\n\n# Conflicts:\n#\tREADME.md", + "date": 1698064107000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "6a4a1d565e484ff908b8852ac036c976c9427091", + "9b4b1058ddc9ca8f66f4f1eb515fe41b76487254" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/e4784ccbcddcff4ad43b9636b23a897b9a28ef85", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "9b4b1058ddc9ca8f66f4f1eb515fe41b76487254", + "message": "branch13-7", + "date": 1698064070000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "546f41c47988d1ac0a7a43be5d53771f3f363484" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/9b4b1058ddc9ca8f66f4f1eb515fe41b76487254", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "87222af5e38e566db6a902144c28bafaad20206a", + "message": "branch15-2", + "date": 1698064052000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "c3ee774a76d3606638390806c79cd632fcf4684a" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/87222af5e38e566db6a902144c28bafaad20206a", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "674b1d0609bba3d6f8724a03c909668603f7d212", + "message": "branch6-17", + "date": 1698064000000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "a531323a866e74b57e5091b8aea6c7f1d1a8ae42" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/674b1d0609bba3d6f8724a03c909668603f7d212", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "5c259964e83083c7f2a3e1d324ce456d642a8d9b", + "message": "branch14-3", + "date": 1698063984000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "46a92ce0118d65e64b6d652b4241703a9707ad74" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/5c259964e83083c7f2a3e1d324ce456d642a8d9b", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "c3ee774a76d3606638390806c79cd632fcf4684a", + "message": "branch15-1", + "date": 1698063968000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "6a4a1d565e484ff908b8852ac036c976c9427091" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/c3ee774a76d3606638390806c79cd632fcf4684a", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "6a4a1d565e484ff908b8852ac036c976c9427091", + "message": "master-33", + "date": 1698063941000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "81c56ba3e9d0f3f6a929d8ac5700094900ea0e10" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/6a4a1d565e484ff908b8852ac036c976c9427091", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "546f41c47988d1ac0a7a43be5d53771f3f363484", + "message": "branch13-6", + "date": 1698063920000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "538a1f8be0f1a738461c1ffcd2568e99983fce22" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/546f41c47988d1ac0a7a43be5d53771f3f363484", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "538a1f8be0f1a738461c1ffcd2568e99983fce22", + "message": "branch13-5", + "date": 1698063912000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "10a22f127828a63db16e2b128aa8e1f922eb7445" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/538a1f8be0f1a738461c1ffcd2568e99983fce22", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "1005127d97104aae259c10fc67e0c0f0eccc29dc", + "message": "branch10-4", + "date": 1698063891000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "1dcd99f652b3be88710f22124566ac33403ea105" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/1005127d97104aae259c10fc67e0c0f0eccc29dc", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "1dcd99f652b3be88710f22124566ac33403ea105", + "message": "Merge branch 'branch12' into branch10\n\n# Conflicts:\n#\tREADME.md", + "date": 1698063864000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "71e10545752524911653da7328c3fe8ad78544c4", + "9c8daf84e7ed6ea1d32f654362131e26dbf37440" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/1dcd99f652b3be88710f22124566ac33403ea105", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "9c8daf84e7ed6ea1d32f654362131e26dbf37440", + "message": "branch12-5", + "date": 1698063827000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "c872a8a9cb81e03b6fcd67f480a35e0a5849720a" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/9c8daf84e7ed6ea1d32f654362131e26dbf37440", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "46a92ce0118d65e64b6d652b4241703a9707ad74", + "message": "branch14-2", + "date": 1698063777000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "512f36722583c58179f54ccbfbad3d351adae81d" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/46a92ce0118d65e64b6d652b4241703a9707ad74", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "71e10545752524911653da7328c3fe8ad78544c4", + "message": "branch10-3", + "date": 1698063762000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "ab155e3a0a3f2c7a4de6cea49a33f6eeb66432b1" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/71e10545752524911653da7328c3fe8ad78544c4", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "a531323a866e74b57e5091b8aea6c7f1d1a8ae42", + "message": "branch6-16", + "date": 1698063742000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/a531323a866e74b57e5091b8aea6c7f1d1a8ae42", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "81c56ba3e9d0f3f6a929d8ac5700094900ea0e10", + "message": "master-32", + "date": 1698063707000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "59a2e00fc11df460e60befe95bbc44bdb94187b1" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/81c56ba3e9d0f3f6a929d8ac5700094900ea0e10", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "10a22f127828a63db16e2b128aa8e1f922eb7445", + "message": "branch13-4", + "date": 1698063689000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "cf1ed77a3b13dc829ea9204f132355a76d4c1741" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/10a22f127828a63db16e2b128aa8e1f922eb7445", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "c872a8a9cb81e03b6fcd67f480a35e0a5849720a", + "message": "branch12-4", + "date": 1698063671000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "e9e6adf46c71db9bdc4d34c7133f6a0a87cf681f" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/c872a8a9cb81e03b6fcd67f480a35e0a5849720a", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "e9e6adf46c71db9bdc4d34c7133f6a0a87cf681f", + "message": "branch12-3", + "date": 1698063662000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "44f8ca088087512e6b8c443786295d0878639ecc" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/e9e6adf46c71db9bdc4d34c7133f6a0a87cf681f", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "512f36722583c58179f54ccbfbad3d351adae81d", + "message": "branch14-1", + "date": 1698063594000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "59a2e00fc11df460e60befe95bbc44bdb94187b1" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/512f36722583c58179f54ccbfbad3d351adae81d", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "59a2e00fc11df460e60befe95bbc44bdb94187b1", + "message": "master-31", + "date": 1698063564000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "9d636c0604cd0059285ebe208840b702b5e0cf53" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/59a2e00fc11df460e60befe95bbc44bdb94187b1", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "ab155e3a0a3f2c7a4de6cea49a33f6eeb66432b1", + "message": "branch10-2", + "date": 1698063555000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "4c8cdeccf5946d70dfa42d0646ee85952fcaf6fc" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/ab155e3a0a3f2c7a4de6cea49a33f6eeb66432b1", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "cf1ed77a3b13dc829ea9204f132355a76d4c1741", + "message": "Merge branch 'branch11' into branch13\n\n# Conflicts:\n#\tREADME.md", + "date": 1698063511000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "e388f1174f45fe333cdb5061b9d597fb7877a785", + "f92c7ad50633eec83502d0e8783fb10f7204ec6f" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/cf1ed77a3b13dc829ea9204f132355a76d4c1741", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "9d636c0604cd0059285ebe208840b702b5e0cf53", + "message": "master-30", + "date": 1698063441000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "917f2ab13b79116615fd7b4fc6fc6b12c6429c3e" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/9d636c0604cd0059285ebe208840b702b5e0cf53", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b", + "message": "branch6-15", + "date": 1698063431000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "62dad9363a19b4074b4ac2b8325af810fb69fb8e" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "f92c7ad50633eec83502d0e8783fb10f7204ec6f", + "message": "branch-11-2", + "date": 1698063379000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "c3132678f4537df982925c795a1acc0c1dd7c7de" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/f92c7ad50633eec83502d0e8783fb10f7204ec6f", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "e388f1174f45fe333cdb5061b9d597fb7877a785", + "message": "branch13-3", + "date": 1698063363000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7df584fa61f3d16b9f9514b4034f5368c5e06410" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/e388f1174f45fe333cdb5061b9d597fb7877a785", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "4c8cdeccf5946d70dfa42d0646ee85952fcaf6fc", + "message": "branch10-1", + "date": 1698063350000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "585847a321fcbcdb8f397a155a123aba5a1a1d76" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/4c8cdeccf5946d70dfa42d0646ee85952fcaf6fc", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "44f8ca088087512e6b8c443786295d0878639ecc", + "message": "branch12-2", + "date": 1698063326000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "922b523518ab894b98d5d0cc387789e20e7536f1" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/44f8ca088087512e6b8c443786295d0878639ecc", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "922b523518ab894b98d5d0cc387789e20e7536f1", + "message": "branch12-1", + "date": 1698063317000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/922b523518ab894b98d5d0cc387789e20e7536f1", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "62dad9363a19b4074b4ac2b8325af810fb69fb8e", + "message": "branch6-14", + "date": 1698063299000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/62dad9363a19b4074b4ac2b8325af810fb69fb8e", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "c3132678f4537df982925c795a1acc0c1dd7c7de", + "message": "branch-11-1", + "date": 1698063278000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "2674103e85493d76e45e57a9b5372f8c7926d3a7" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/c3132678f4537df982925c795a1acc0c1dd7c7de", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "7df584fa61f3d16b9f9514b4034f5368c5e06410", + "message": "branch13-2", + "date": 1698063255000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "3e48313ba71bc2af8d954a5898f4caea65fe487d" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/7df584fa61f3d16b9f9514b4034f5368c5e06410", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "917f2ab13b79116615fd7b4fc6fc6b12c6429c3e", + "message": "master-29", + "date": 1698063218000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/917f2ab13b79116615fd7b4fc6fc6b12c6429c3e", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b", + "message": "branch6-13", + "date": 1698063190000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "c7c70e247e37162bb24c0f503302c961580928ec" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "3e48313ba71bc2af8d954a5898f4caea65fe487d", + "message": "branch13-1", + "date": 1698063117000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/3e48313ba71bc2af8d954a5898f4caea65fe487d", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "c7c70e247e37162bb24c0f503302c961580928ec", + "message": "branch6-12", + "date": 1698062888000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "1055f626b81a5e0d29bc053342f22d35d047791f" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/c7c70e247e37162bb24c0f503302c961580928ec", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981", + "message": "master-28", + "date": 1698062853000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1", + "message": "Merge branch 'branch9'\n\n# Conflicts:\n#\tREADME.md", + "date": 1698062768000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "1df2a7d9351745624ff1f0e6bd87b331904507a7" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "message": "master-27", + "date": 1698062742000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "2674103e85493d76e45e57a9b5372f8c7926d3a7" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "2674103e85493d76e45e57a9b5372f8c7926d3a7", + "message": "master-26", + "date": 1698062712000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "585847a321fcbcdb8f397a155a123aba5a1a1d76" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/2674103e85493d76e45e57a9b5372f8c7926d3a7", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "1df2a7d9351745624ff1f0e6bd87b331904507a7", + "message": "branch9-9", + "date": 1698062672000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "fff2b60ae6a434c31c64c87fb7c044080b1acffb" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/1df2a7d9351745624ff1f0e6bd87b331904507a7", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "1055f626b81a5e0d29bc053342f22d35d047791f", + "message": "branch6-11", + "date": 1698062650000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "b8b27edc72b1d39ea84498a57ae3389c4571251f" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/1055f626b81a5e0d29bc053342f22d35d047791f", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "b8b27edc72b1d39ea84498a57ae3389c4571251f", + "message": "branch6-10", + "date": 1698062639000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/b8b27edc72b1d39ea84498a57ae3389c4571251f", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "585847a321fcbcdb8f397a155a123aba5a1a1d76", + "message": "Merge branch 'branch7'\n\n# Conflicts:\n#\tREADME.md", + "date": 1698062551000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "c79babff3c1405618214eba90398c685ac4c0349", + "fe85e0ed86aba2ff78439ba7f0170fe580ccb54e" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/585847a321fcbcdb8f397a155a123aba5a1a1d76", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "fe85e0ed86aba2ff78439ba7f0170fe580ccb54e", + "message": "Merge branch 'branch5' into branch7\n\n# Conflicts:\n#\tREADME.md", + "date": 1698062492000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "f6b5e1460f0a3ca1da2778acd54bd005620a0730", + "949a1bbc2b51817aea7bdf5b34af868a646a20e2" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/fe85e0ed86aba2ff78439ba7f0170fe580ccb54e", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd", + "message": "branch6-9", + "date": 1698062386000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "0cfec512ddf7571da169c3213753123c266054ce" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "fff2b60ae6a434c31c64c87fb7c044080b1acffb", + "message": "branch9-8", + "date": 1698062367000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "8000baf077ff28405c32c539fa49393363508945" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/fff2b60ae6a434c31c64c87fb7c044080b1acffb", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "8000baf077ff28405c32c539fa49393363508945", + "message": "branch9-7", + "date": 1698062359000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "6b65fcf8499a8fd51a86664c252196d5133897e6" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/8000baf077ff28405c32c539fa49393363508945", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "c79babff3c1405618214eba90398c685ac4c0349", + "message": "master-25", + "date": 1698062284000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "d64326f97301c60eb85b9f95da6d2f563fc23bca" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/c79babff3c1405618214eba90398c685ac4c0349", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "d64326f97301c60eb85b9f95da6d2f563fc23bca", + "message": "master-24", + "date": 1698062273000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "d0b30d9b78ed157a552f3ed1fa2d175e33f7362d" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/d64326f97301c60eb85b9f95da6d2f563fc23bca", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "f6b5e1460f0a3ca1da2778acd54bd005620a0730", + "message": "branch7-4", + "date": 1698062255000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "ad658d2bd406df97a1d519a69fce571182efb03d" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/f6b5e1460f0a3ca1da2778acd54bd005620a0730", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "0cfec512ddf7571da169c3213753123c266054ce", + "message": "branch6-8", + "date": 1698062229000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "296836127eaf4975f57496b58962dd9712a60536" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/0cfec512ddf7571da169c3213753123c266054ce", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "949a1bbc2b51817aea7bdf5b34af868a646a20e2", + "message": "branch5-12", + "date": 1698062178000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "04208409fae379e977017b6ab54b5b3df3937687" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/949a1bbc2b51817aea7bdf5b34af868a646a20e2", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "04208409fae379e977017b6ab54b5b3df3937687", + "message": "branch5-11", + "date": 1698062169000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "5c031dc49e438aacbde0db7a2c80b8edd686ff97" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/04208409fae379e977017b6ab54b5b3df3937687", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "6b65fcf8499a8fd51a86664c252196d5133897e6", + "message": "branch9-6", + "date": 1698062141000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "a57e13ae14cb990b20d249822d1e3ac244311792" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/6b65fcf8499a8fd51a86664c252196d5133897e6", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "296836127eaf4975f57496b58962dd9712a60536", + "message": "Merge branch 'branch8' into branch6\n\n# Conflicts:\n#\tREADME.md", + "date": 1698062112000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "fa16f0683f2072ee612660a0823d08e29a553afa", + "dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/296836127eaf4975f57496b58962dd9712a60536", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "fa16f0683f2072ee612660a0823d08e29a553afa", + "message": "branch6-7", + "date": 1698062080000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "e06a20a0d3899b16ffcac72a5f60e0ec15461928" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/fa16f0683f2072ee612660a0823d08e29a553afa", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "d0b30d9b78ed157a552f3ed1fa2d175e33f7362d", + "message": "master-23", + "date": 1698062041000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "f41405835a939fc7a31eab83557a7bd86dcbe118" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/d0b30d9b78ed157a552f3ed1fa2d175e33f7362d", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "a57e13ae14cb990b20d249822d1e3ac244311792", + "message": "branch9-5", + "date": 1698062025000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "4390e95135234d468dafb4a35cb5f575c0816efd" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/a57e13ae14cb990b20d249822d1e3ac244311792", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc", + "message": "branch8-5", + "date": 1698062010000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "9b63562e3d9345ce2e3e4d23c8c34dd4e65af444" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "ad658d2bd406df97a1d519a69fce571182efb03d", + "message": "branch7-3", + "date": 1698061995000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7df83ca4811e125a3e7751df69698c440676606e" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/ad658d2bd406df97a1d519a69fce571182efb03d", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "e06a20a0d3899b16ffcac72a5f60e0ec15461928", + "message": "branch6-6", + "date": 1698061981000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "b2db70de4f462bc473a72f4fb6595dacd73b3236" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/e06a20a0d3899b16ffcac72a5f60e0ec15461928", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "5c031dc49e438aacbde0db7a2c80b8edd686ff97", + "message": "branch5-10", + "date": 1698061960000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "b23f5546bcb8d90ab4727e0f48fc6b30d610a81b" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/5c031dc49e438aacbde0db7a2c80b8edd686ff97", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "f41405835a939fc7a31eab83557a7bd86dcbe118", + "message": "master-22", + "date": 1698061407000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "c1c06c19af8efe8314e96e741c61d92b9b862c2a" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/f41405835a939fc7a31eab83557a7bd86dcbe118", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "c1c06c19af8efe8314e96e741c61d92b9b862c2a", + "message": "Merge branch 'branch4'\n\n# Conflicts:\n#\tREADME.md", + "date": 1698061384000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "776d718e0310cef9d7cc3231c8ea359eb4923235", + "a24d1dcdb2dc6db8030616280b75093b5fcb0626" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/c1c06c19af8efe8314e96e741c61d92b9b862c2a", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "b2db70de4f462bc473a72f4fb6595dacd73b3236", + "message": "branch6-5", + "date": 1698061326000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "0c20ea8f6f585c74f8b94321ed7aeaee336f76b5" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/b2db70de4f462bc473a72f4fb6595dacd73b3236", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "a24d1dcdb2dc6db8030616280b75093b5fcb0626", + "message": "branch4-8", + "date": 1698061290000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "35aa1cdb9ad7cad7f603f55da50622b7b4750058" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/a24d1dcdb2dc6db8030616280b75093b5fcb0626", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "35aa1cdb9ad7cad7f603f55da50622b7b4750058", + "message": "branch4-7", + "date": 1698061278000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "d142c601820f1e1d52e883a58661a00f1817aadf" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/35aa1cdb9ad7cad7f603f55da50622b7b4750058", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "b23f5546bcb8d90ab4727e0f48fc6b30d610a81b", + "message": "branch5-8", + "date": 1698061263000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "3d6a8e913b125e12f03568a170020b54222ef73b" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/b23f5546bcb8d90ab4727e0f48fc6b30d610a81b", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "4390e95135234d468dafb4a35cb5f575c0816efd", + "message": "branch9-4", + "date": 1698061245000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "d9c3b34b70034f05844c99f61af9a0d95f36240d" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/4390e95135234d468dafb4a35cb5f575c0816efd", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "d9c3b34b70034f05844c99f61af9a0d95f36240d", + "message": "branch9-3", + "date": 1698061236000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "6fe6941d1817df8a76fd888bcf6b2de0cecbe362" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/d9c3b34b70034f05844c99f61af9a0d95f36240d", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "9b63562e3d9345ce2e3e4d23c8c34dd4e65af444", + "message": "branch8-4", + "date": 1698061219000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "a4bb4ea8c991c12e4353a095b8d5a79d3ba8f34e" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/9b63562e3d9345ce2e3e4d23c8c34dd4e65af444", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "a4bb4ea8c991c12e4353a095b8d5a79d3ba8f34e", + "message": "branch8-3", + "date": 1698061210000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "4d149b4e034ba20630e32d14f7860fe226fe58e8" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/a4bb4ea8c991c12e4353a095b8d5a79d3ba8f34e", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "776d718e0310cef9d7cc3231c8ea359eb4923235", + "message": "master-21", + "date": 1698061173000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "d85bb0e3a67727b30399326b5882d055cba83fb5" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/776d718e0310cef9d7cc3231c8ea359eb4923235", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "7df83ca4811e125a3e7751df69698c440676606e", + "message": "branch7-2", + "date": 1698061159000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "dc9967191a376d5c3dc3b657a18f51e0646f47b1" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/7df83ca4811e125a3e7751df69698c440676606e", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "d85bb0e3a67727b30399326b5882d055cba83fb5", + "message": "master-20", + "date": 1698061146000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "9486aabce424cf579cdc4597bf09a9b0fc9d3d7e" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/d85bb0e3a67727b30399326b5882d055cba83fb5", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "3d6a8e913b125e12f03568a170020b54222ef73b", + "message": "branch5-7", + "date": 1698061128000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "aa7ffdf45fe7b33f0dff6c8e510daaf181003488" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/3d6a8e913b125e12f03568a170020b54222ef73b", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "0c20ea8f6f585c74f8b94321ed7aeaee336f76b5", + "message": "branch6-4", + "date": 1698061116000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "b145067ce708e49f6685255d6c844cd9faffedf4" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/0c20ea8f6f585c74f8b94321ed7aeaee336f76b5", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "d142c601820f1e1d52e883a58661a00f1817aadf", + "message": "branch4-6", + "date": 1698061086000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "89028ff825ebadebf9b6bb56ff18c5446e3092ee" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/d142c601820f1e1d52e883a58661a00f1817aadf", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "4d149b4e034ba20630e32d14f7860fe226fe58e8", + "message": "branch8-2", + "date": 1698060998000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "1498425151e89ba284a6c9dbf81ed62bde7bd36f" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/4d149b4e034ba20630e32d14f7860fe226fe58e8", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "9486aabce424cf579cdc4597bf09a9b0fc9d3d7e", + "message": "master-19", + "date": 1698060982000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "68c29199f529726345ff1d3ee96d139bda6331b3" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/9486aabce424cf579cdc4597bf09a9b0fc9d3d7e", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "6fe6941d1817df8a76fd888bcf6b2de0cecbe362", + "message": "branch9-2", + "date": 1698060969000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "ead87b8ec6810a0e44bb73db62a5135c99ce6b9f" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/6fe6941d1817df8a76fd888bcf6b2de0cecbe362", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "68c29199f529726345ff1d3ee96d139bda6331b3", + "message": "Merge branch 'branch1'\n\n# Conflicts:\n#\tREADME.md", + "date": 1698060925000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "faca6581f4ab649ee7fadfb163ff88faf9348bfc", + "1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/68c29199f529726345ff1d3ee96d139bda6331b3", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "ead87b8ec6810a0e44bb73db62a5135c99ce6b9f", + "message": "branch9-1", + "date": 1698060882000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/ead87b8ec6810a0e44bb73db62a5135c99ce6b9f", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "faca6581f4ab649ee7fadfb163ff88faf9348bfc", + "message": "master-18", + "date": 1698060805000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "2c8efc7e340202de9f064c6ea2c3e79a7853bfcf" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/faca6581f4ab649ee7fadfb163ff88faf9348bfc", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "aa7ffdf45fe7b33f0dff6c8e510daaf181003488", + "message": "branch5-6", + "date": 1698060787000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "6ad539160277c0c60fa45ff89e97c2050bf36488" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/aa7ffdf45fe7b33f0dff6c8e510daaf181003488", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "6ad539160277c0c60fa45ff89e97c2050bf36488", + "message": "branch5-5", + "date": 1698060775000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "0090343c8a75a949ddc824f7ea5bea46c96c4e57" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/6ad539160277c0c60fa45ff89e97c2050bf36488", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "dc9967191a376d5c3dc3b657a18f51e0646f47b1", + "message": "branch7-1", + "date": 1698060755000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "dbd38bc2dfc930068413a3f04722e22dbed2d541" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/dc9967191a376d5c3dc3b657a18f51e0646f47b1", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "89028ff825ebadebf9b6bb56ff18c5446e3092ee", + "message": "branch4-5", + "date": 1698060732000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "684162223c7bb8a978c5e99d2b6cc7920904c1ae" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/89028ff825ebadebf9b6bb56ff18c5446e3092ee", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d", + "message": "branch1-9", + "date": 1698060715000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "c2e19e99c6ddd01a206b9210f986898a21c64b21" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "b145067ce708e49f6685255d6c844cd9faffedf4", + "message": "branch6-3", + "date": 1698060699000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "5a22310a90d94183cf356c368e4b474e1b0fbbc5" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/b145067ce708e49f6685255d6c844cd9faffedf4", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "1498425151e89ba284a6c9dbf81ed62bde7bd36f", + "message": "branch8-1", + "date": 1698060661000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "2c8efc7e340202de9f064c6ea2c3e79a7853bfcf" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/1498425151e89ba284a6c9dbf81ed62bde7bd36f", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "2c8efc7e340202de9f064c6ea2c3e79a7853bfcf", + "message": "master-17", + "date": 1698060635000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "f37cf17a0c6816140725673c2ae087094692ca37" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/2c8efc7e340202de9f064c6ea2c3e79a7853bfcf", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "f37cf17a0c6816140725673c2ae087094692ca37", + "message": "master-16", + "date": 1698060625000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "dbd38bc2dfc930068413a3f04722e22dbed2d541" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/f37cf17a0c6816140725673c2ae087094692ca37", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "dbd38bc2dfc930068413a3f04722e22dbed2d541", + "message": "master-15", + "date": 1698060595000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "6e0b1044880282373ef92d6926d5a04e15a6be4e" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/dbd38bc2dfc930068413a3f04722e22dbed2d541", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "5a22310a90d94183cf356c368e4b474e1b0fbbc5", + "message": "branch6-2", + "date": 1698060480000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "74e29e52909d49a9c8888e80390042ed5a8c310c" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/5a22310a90d94183cf356c368e4b474e1b0fbbc5", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "684162223c7bb8a978c5e99d2b6cc7920904c1ae", + "message": "branch4-4", + "date": 1698060457000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "2d0b9536fddaf91f2b39552e22795faae1ca7cd3" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/684162223c7bb8a978c5e99d2b6cc7920904c1ae", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "c2e19e99c6ddd01a206b9210f986898a21c64b21", + "message": "branch1-8", + "date": 1698060425000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "5a5908c8f1b8bb573b8ca6b58e0531d8f28c5989" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/c2e19e99c6ddd01a206b9210f986898a21c64b21", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "0090343c8a75a949ddc824f7ea5bea46c96c4e57", + "message": "branch5-4", + "date": 1698060366000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "215948d99d227c32796ac9f2e554d62e517a97ae" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/0090343c8a75a949ddc824f7ea5bea46c96c4e57", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "215948d99d227c32796ac9f2e554d62e517a97ae", + "message": "branch5-3", + "date": 1698060356000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "0b06165093e26d8548079cf1f2303f39d3d746ed" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/215948d99d227c32796ac9f2e554d62e517a97ae", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "6e0b1044880282373ef92d6926d5a04e15a6be4e", + "message": "master-14", + "date": 1698060328000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "6018644267ae27200d609488001487c6d722fb69" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/6e0b1044880282373ef92d6926d5a04e15a6be4e", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "74e29e52909d49a9c8888e80390042ed5a8c310c", + "message": "branch6-1", + "date": 1698060312000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "6018644267ae27200d609488001487c6d722fb69" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/74e29e52909d49a9c8888e80390042ed5a8c310c", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "6018644267ae27200d609488001487c6d722fb69", + "message": "master-13", + "date": 1698060246000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "c5a4fd9551e30cd3d76c9b4c2d59129ae3550134" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/6018644267ae27200d609488001487c6d722fb69", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "2d0b9536fddaf91f2b39552e22795faae1ca7cd3", + "message": "Merge branch 'branch2' into branch4\n\n# Conflicts:\n#\tREADME.md", + "date": 1698060207000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "395dec6e6482642d4a1d9ffedd5d53c24c3b0db5", + "fa779587c998eeeb51fe1659d5dbadab70564a51" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/2d0b9536fddaf91f2b39552e22795faae1ca7cd3", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "fa779587c998eeeb51fe1659d5dbadab70564a51", + "message": "branch2-5", + "date": 1698060145000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "25f3bcee26af15a4bd7c254ffe3a822ea2ce528c" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/fa779587c998eeeb51fe1659d5dbadab70564a51", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "c5a4fd9551e30cd3d76c9b4c2d59129ae3550134", + "message": "master-12", + "date": 1698060124000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "e2a11d05fe24fca472311fcb3003b0fc68c141d7" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/c5a4fd9551e30cd3d76c9b4c2d59129ae3550134", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "395dec6e6482642d4a1d9ffedd5d53c24c3b0db5", + "message": "branch4-3", + "date": 1698060111000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "10926a027a5237474a47a4fb3961d795cfe16e9b" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/395dec6e6482642d4a1d9ffedd5d53c24c3b0db5", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "5a5908c8f1b8bb573b8ca6b58e0531d8f28c5989", + "message": "branch1-7", + "date": 1698060093000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "f882841990643f073a55cb55e6a9522cafa06557" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/5a5908c8f1b8bb573b8ca6b58e0531d8f28c5989", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "0b06165093e26d8548079cf1f2303f39d3d746ed", + "message": "branch5-2", + "date": 1698060077000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "d952287e8c235ee6a2af1e00b7a40b68290026db" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/0b06165093e26d8548079cf1f2303f39d3d746ed", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "f882841990643f073a55cb55e6a9522cafa06557", + "message": "branch1-6", + "date": 1698060050000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7780fdab485332672942c30453cecd741ffc4d13" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/f882841990643f073a55cb55e6a9522cafa06557", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "e2a11d05fe24fca472311fcb3003b0fc68c141d7", + "message": "master-11", + "date": 1698060019000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "db0e1c52ad53401bd29a744cd81a3a492137bb5e" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/e2a11d05fe24fca472311fcb3003b0fc68c141d7", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "d952287e8c235ee6a2af1e00b7a40b68290026db", + "message": "branch5-1", + "date": 1698059997000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "db0e1c52ad53401bd29a744cd81a3a492137bb5e" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/d952287e8c235ee6a2af1e00b7a40b68290026db", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "10926a027a5237474a47a4fb3961d795cfe16e9b", + "message": "branch4-2", + "date": 1698059957000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "3d64b63bf7893fccf66a28a103df72b84e371fbb" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/10926a027a5237474a47a4fb3961d795cfe16e9b", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "3d64b63bf7893fccf66a28a103df72b84e371fbb", + "message": "branch4-1", + "date": 1698059943000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "db0e1c52ad53401bd29a744cd81a3a492137bb5e" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/3d64b63bf7893fccf66a28a103df72b84e371fbb", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "db0e1c52ad53401bd29a744cd81a3a492137bb5e", + "message": "master-10", + "date": 1698059864000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "57a5cf41defac1f829909c3e72fc64a0ce88bfdd" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/db0e1c52ad53401bd29a744cd81a3a492137bb5e", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "7780fdab485332672942c30453cecd741ffc4d13", + "message": "branch1-merge-branch3", + "date": 1698059846000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "a6d855b910fd0fbd8e106e7846f1a35be80141ba", + "08f7cabf19fd454e80da4c811ce5e8bd6e3eac1b" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/7780fdab485332672942c30453cecd741ffc4d13", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "57a5cf41defac1f829909c3e72fc64a0ce88bfdd", + "message": "master-9", + "date": 1698059371000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "754cfe509159b4718a5be3d1432a8d8e2f46dd3c" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/57a5cf41defac1f829909c3e72fc64a0ce88bfdd", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "a6d855b910fd0fbd8e106e7846f1a35be80141ba", + "message": "branch1-5", + "date": 1698059359000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "30b509febed572a83bd92fc92ede5a3ae1abc6ac" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/a6d855b910fd0fbd8e106e7846f1a35be80141ba", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "25f3bcee26af15a4bd7c254ffe3a822ea2ce528c", + "message": "branch2-4", + "date": 1698059343000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "adae076d427c09da7bcc741155b4dc421a1acd8d" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/25f3bcee26af15a4bd7c254ffe3a822ea2ce528c", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "30b509febed572a83bd92fc92ede5a3ae1abc6ac", + "message": "branch1-4", + "date": 1698059309000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "fd283a7f7af6da8d657068f88baa389c29e96dea" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/30b509febed572a83bd92fc92ede5a3ae1abc6ac", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "08f7cabf19fd454e80da4c811ce5e8bd6e3eac1b", + "message": "branch3-2", + "date": 1698059297000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "76bd4a04657abfd103a5454f72e03de8da764e6f" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/08f7cabf19fd454e80da4c811ce5e8bd6e3eac1b", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "754cfe509159b4718a5be3d1432a8d8e2f46dd3c", + "message": "master-8", + "date": 1698059282000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "49e8a687499be5ddd2ff92a919e730244d8ea894" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/754cfe509159b4718a5be3d1432a8d8e2f46dd3c", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "49e8a687499be5ddd2ff92a919e730244d8ea894", + "message": "master-7", + "date": 1698059266000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "1a6e4822debd8391380c6cb715aee516c6498e84" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/49e8a687499be5ddd2ff92a919e730244d8ea894", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "76bd4a04657abfd103a5454f72e03de8da764e6f", + "message": "branch3-1", + "date": 1698059245000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "1a6e4822debd8391380c6cb715aee516c6498e84" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/76bd4a04657abfd103a5454f72e03de8da764e6f", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "1a6e4822debd8391380c6cb715aee516c6498e84", + "message": "master-6", + "date": 1698059149000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "c4f380260faa595d4d4c88b0e3f2539534b07a13" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/1a6e4822debd8391380c6cb715aee516c6498e84", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "fd283a7f7af6da8d657068f88baa389c29e96dea", + "message": "branch1-3", + "date": 1698059116000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "6824b92f0b5fecc7e07bcfaab6d7d8c6cc513051" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/fd283a7f7af6da8d657068f88baa389c29e96dea", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "adae076d427c09da7bcc741155b4dc421a1acd8d", + "message": "branch2-3", + "date": 1698059093000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "ac0f1d4ca401277a70daca83310da9a8e8a1b5a9" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/adae076d427c09da7bcc741155b4dc421a1acd8d", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "ac0f1d4ca401277a70daca83310da9a8e8a1b5a9", + "message": "branch2-2", + "date": 1698059047000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "817ace8d49f50e4024a55aaf83018211ba5a7975" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/ac0f1d4ca401277a70daca83310da9a8e8a1b5a9", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "6824b92f0b5fecc7e07bcfaab6d7d8c6cc513051", + "message": "branch1-2", + "date": 1698059032000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "66f64a261cbe87a7895d1dfd2c63e34dab5bb6d8" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/6824b92f0b5fecc7e07bcfaab6d7d8c6cc513051", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "c4f380260faa595d4d4c88b0e3f2539534b07a13", + "message": "master-5", + "date": 1698059004000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "62770e1c09842636840ef44ed73f4a9a61e6cd6b" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/c4f380260faa595d4d4c88b0e3f2539534b07a13", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "817ace8d49f50e4024a55aaf83018211ba5a7975", + "message": "branch2-1", + "date": 1698058868000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "62770e1c09842636840ef44ed73f4a9a61e6cd6b" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/817ace8d49f50e4024a55aaf83018211ba5a7975", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "62770e1c09842636840ef44ed73f4a9a61e6cd6b", + "message": "master-4", + "date": 1698058794000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "839661fed9bce26e49c88d61521ba098675a0cd7" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/62770e1c09842636840ef44ed73f4a9a61e6cd6b", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "839661fed9bce26e49c88d61521ba098675a0cd7", + "message": "master-3", + "date": 1698058771000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "b97127393d88ac37dee9de2cf8b40304e93d5e31" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/839661fed9bce26e49c88d61521ba098675a0cd7", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "b97127393d88ac37dee9de2cf8b40304e93d5e31", + "message": "master-2", + "date": 1698058745000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "81fbfabccf54e34ce58fe88a40a471337b807be8" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/b97127393d88ac37dee9de2cf8b40304e93d5e31", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "66f64a261cbe87a7895d1dfd2c63e34dab5bb6d8", + "message": "branch1-1", + "date": 1698058717000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "81fbfabccf54e34ce58fe88a40a471337b807be8" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/66f64a261cbe87a7895d1dfd2c63e34dab5bb6d8", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "81fbfabccf54e34ce58fe88a40a471337b807be8", + "message": "master-1", + "date": 1698058452000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7909f6bb0848db4c07ebd94aba3497cf0a14fe43" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/81fbfabccf54e34ce58fe88a40a471337b807be8", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "7909f6bb0848db4c07ebd94aba3497cf0a14fe43", + "message": "initial commit", + "date": 1698058452000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [], + "link": "http://localhost:7990/projects/test/repos/repository/commits/7909f6bb0848db4c07ebd94aba3497cf0a14fe43", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/commits-by-issue-key-2.json b/test-common/src/main/resources/bitbucket/commits-by-issue-key-2.json index 8070f74..bd8de18 100644 --- a/test-common/src/main/resources/bitbucket/commits-by-issue-key-2.json +++ b/test-common/src/main/resources/bitbucket/commits-by-issue-key-2.json @@ -1 +1,56 @@ -[{"hash":"06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd","message":"Merge branch 'feature/ISSUE-2' (squash)","date":1716987041000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["9a44342d8ee92b85b9b23bcad8953b56868f9699"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"60d98c818023c651ee816bf119fe22ac33ccfafe","message":"ISSUE-2 Second commit","date":1716986535000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["fa20861b90c54efbffeb48837f4044bc23b55238"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/60d98c818023c651ee816bf119fe22ac33ccfafe","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"fa20861b90c54efbffeb48837f4044bc23b55238","message":"ISSUE-2 First commit","date":1716986401000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}}] \ No newline at end of file +[ + { + "hash": "06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd", + "message": "Merge branch 'feature/ISSUE-2' (squash)", + "date": 1716987041000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "9a44342d8ee92b85b9b23bcad8953b56868f9699" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "60d98c818023c651ee816bf119fe22ac33ccfafe", + "message": "ISSUE-2 Second commit", + "date": 1716986535000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "fa20861b90c54efbffeb48837f4044bc23b55238" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/60d98c818023c651ee816bf119fe22ac33ccfafe", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "fa20861b90c54efbffeb48837f4044bc23b55238", + "message": "ISSUE-2 First commit", + "date": 1716986401000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/commits-by-issue-key-3.json b/test-common/src/main/resources/bitbucket/commits-by-issue-key-3.json index a36ebdd..824f775 100644 --- a/test-common/src/main/resources/bitbucket/commits-by-issue-key-3.json +++ b/test-common/src/main/resources/bitbucket/commits-by-issue-key-3.json @@ -1 +1,39 @@ -[{"hash":"9a44342d8ee92b85b9b23bcad8953b56868f9699","message":"Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt","date":1716986762000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","ce1b7175c9b4914cf2fc03c0f28046509f820597"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/9a44342d8ee92b85b9b23bcad8953b56868f9699","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"ce1b7175c9b4914cf2fc03c0f28046509f820597","message":"ISSUE-3 First commit","date":1716986486000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}}] \ No newline at end of file +[ + { + "hash": "9a44342d8ee92b85b9b23bcad8953b56868f9699", + "message": "Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt", + "date": 1716986762000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "ce1b7175c9b4914cf2fc03c0f28046509f820597" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/9a44342d8ee92b85b9b23bcad8953b56868f9699", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "ce1b7175c9b4914cf2fc03c0f28046509f820597", + "message": "ISSUE-3 First commit", + "date": 1716986486000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/commits-by-issue-key-4.json b/test-common/src/main/resources/bitbucket/commits-by-issue-key-4.json index a995b6f..c616a63 100644 --- a/test-common/src/main/resources/bitbucket/commits-by-issue-key-4.json +++ b/test-common/src/main/resources/bitbucket/commits-by-issue-key-4.json @@ -1 +1,20 @@ -[{"hash":"b1adb6beb8ffe099d0a746a845a031538ee44e4f","message":"[ISSUE-4] First commit","date":1716986870000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["9a44342d8ee92b85b9b23bcad8953b56868f9699"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/b1adb6beb8ffe099d0a746a845a031538ee44e4f","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}}] \ No newline at end of file +[ + { + "hash": "b1adb6beb8ffe099d0a746a845a031538ee44e4f", + "message": "[ISSUE-4] First commit", + "date": 1716986870000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "9a44342d8ee92b85b9b23bcad8953b56868f9699" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/b1adb6beb8ffe099d0a746a845a031538ee44e4f", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/commits-by-issue-key.json b/test-common/src/main/resources/bitbucket/commits-by-issue-key.json index bbe36bd..febd1e4 100644 --- a/test-common/src/main/resources/bitbucket/commits-by-issue-key.json +++ b/test-common/src/main/resources/bitbucket/commits-by-issue-key.json @@ -1 +1,20 @@ -[{"hash":"7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","message":"ISSUE-1 Initial implementation","date":1716986279000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["49bfe6a125a88cddd90c74b75b196c40fd380685"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}}] \ No newline at end of file +[ + { + "hash": "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "message": "ISSUE-1 Initial implementation", + "date": 1716986279000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "49bfe6a125a88cddd90c74b75b196c40fd380685" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/commits-with-files-2.json b/test-common/src/main/resources/bitbucket/commits-with-files-2.json index a300512..a5d71f4 100644 --- a/test-common/src/main/resources/bitbucket/commits-with-files-2.json +++ b/test-common/src/main/resources/bitbucket/commits-with-files-2.json @@ -1 +1,163 @@ -[{"commit":{"hash":"06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd","message":"Merge branch 'feature/ISSUE-2' (squash)","date":1716987041000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["9a44342d8ee92b85b9b23bcad8953b56868f9699"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":3,"files":[{"type":"DELETE","path":"src/source-1.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#src/source-1.txt"}]},{"commit":{"hash":"9a44342d8ee92b85b9b23bcad8953b56868f9699","message":"Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt","date":1716986762000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","ce1b7175c9b4914cf2fc03c0f28046509f820597"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/9a44342d8ee92b85b9b23bcad8953b56868f9699","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":0,"files":[]},{"commit":{"hash":"d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","message":"Commit with no issue","date":1716986699000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":1,"files":[{"type":"MODIFY","path":"src/source-1.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7#src/source-1.txt"}]},{"commit":{"hash":"ce1b7175c9b4914cf2fc03c0f28046509f820597","message":"ISSUE-3 First commit","date":1716986486000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":1,"files":[{"type":"MODIFY","path":"src/source-1.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597#src/source-1.txt"}]},{"commit":{"hash":"7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","message":"ISSUE-1 Initial implementation","date":1716986279000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["49bfe6a125a88cddd90c74b75b196c40fd380685"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":1,"files":[{"type":"ADD","path":"src/source-1.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1#src/source-1.txt"}]},{"commit":{"hash":"49bfe6a125a88cddd90c74b75b196c40fd380685","message":"init commit","date":1716986123000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":[],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/49bfe6a125a88cddd90c74b75b196c40fd380685","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":1,"files":[{"type":"ADD","path":"README.md","link":"http://localhost:7990/projects/test/repos/repository-2/commits/49bfe6a125a88cddd90c74b75b196c40fd380685#README.md"}]}] \ No newline at end of file +[ + { + "commit": { + "hash": "06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd", + "message": "Merge branch 'feature/ISSUE-2' (squash)", + "date": 1716987041000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "9a44342d8ee92b85b9b23bcad8953b56868f9699" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 3, + "files": [ + { + "type": "DELETE", + "path": "src/source-1.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#src/source-1.txt" + } + ] + }, + { + "commit": { + "hash": "9a44342d8ee92b85b9b23bcad8953b56868f9699", + "message": "Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt", + "date": 1716986762000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "ce1b7175c9b4914cf2fc03c0f28046509f820597" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/9a44342d8ee92b85b9b23bcad8953b56868f9699", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 0, + "files": [] + }, + { + "commit": { + "hash": "d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "message": "Commit with no issue", + "date": 1716986699000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 1, + "files": [ + { + "type": "MODIFY", + "path": "src/source-1.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7#src/source-1.txt" + } + ] + }, + { + "commit": { + "hash": "ce1b7175c9b4914cf2fc03c0f28046509f820597", + "message": "ISSUE-3 First commit", + "date": 1716986486000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 1, + "files": [ + { + "type": "MODIFY", + "path": "src/source-1.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597#src/source-1.txt" + } + ] + }, + { + "commit": { + "hash": "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "message": "ISSUE-1 Initial implementation", + "date": 1716986279000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "49bfe6a125a88cddd90c74b75b196c40fd380685" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 1, + "files": [ + { + "type": "ADD", + "path": "src/source-1.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1#src/source-1.txt" + } + ] + }, + { + "commit": { + "hash": "49bfe6a125a88cddd90c74b75b196c40fd380685", + "message": "init commit", + "date": 1716986123000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/49bfe6a125a88cddd90c74b75b196c40fd380685", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 1, + "files": [ + { + "type": "ADD", + "path": "README.md", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/49bfe6a125a88cddd90c74b75b196c40fd380685#README.md" + } + ] + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/commits-with-files-3.json b/test-common/src/main/resources/bitbucket/commits-with-files-3.json index 381d9f0..761f9bc 100644 --- a/test-common/src/main/resources/bitbucket/commits-with-files-3.json +++ b/test-common/src/main/resources/bitbucket/commits-with-files-3.json @@ -1 +1,68 @@ -[{"commit":{"hash":"60d98c818023c651ee816bf119fe22ac33ccfafe","message":"ISSUE-2 Second commit","date":1716986535000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["fa20861b90c54efbffeb48837f4044bc23b55238"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/60d98c818023c651ee816bf119fe22ac33ccfafe","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":1,"files":[{"type":"MODIFY","path":"src/source-2.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/60d98c818023c651ee816bf119fe22ac33ccfafe#src/source-2.txt"}]},{"commit":{"hash":"fa20861b90c54efbffeb48837f4044bc23b55238","message":"ISSUE-2 First commit","date":1716986401000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":3,"files":[{"type":"DELETE","path":"src/source-1.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238#src/source-1.txt"},{"type":"ADD","path":"src/source-2.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238#src/source-2.txt"},{"type":"ADD","path":"src/source.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238#src/source.txt"}]}] \ No newline at end of file +[ + { + "commit": { + "hash": "60d98c818023c651ee816bf119fe22ac33ccfafe", + "message": "ISSUE-2 Second commit", + "date": 1716986535000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "fa20861b90c54efbffeb48837f4044bc23b55238" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/60d98c818023c651ee816bf119fe22ac33ccfafe", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 1, + "files": [ + { + "type": "MODIFY", + "path": "src/source-2.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/60d98c818023c651ee816bf119fe22ac33ccfafe#src/source-2.txt" + } + ] + }, + { + "commit": { + "hash": "fa20861b90c54efbffeb48837f4044bc23b55238", + "message": "ISSUE-2 First commit", + "date": 1716986401000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 3, + "files": [ + { + "type": "DELETE", + "path": "src/source-1.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238#src/source-1.txt" + }, + { + "type": "ADD", + "path": "src/source-2.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238#src/source-2.txt" + }, + { + "type": "ADD", + "path": "src/source.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238#src/source.txt" + } + ] + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/commits-with-files-4.json b/test-common/src/main/resources/bitbucket/commits-with-files-4.json index 4fb4871..6ab5215 100644 --- a/test-common/src/main/resources/bitbucket/commits-with-files-4.json +++ b/test-common/src/main/resources/bitbucket/commits-with-files-4.json @@ -1 +1,109 @@ -[{"commit":{"hash":"b1adb6beb8ffe099d0a746a845a031538ee44e4f","message":"[ISSUE-4] First commit","date":1716986870000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["9a44342d8ee92b85b9b23bcad8953b56868f9699"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/b1adb6beb8ffe099d0a746a845a031538ee44e4f","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":1,"files":[{"type":"ADD","path":"src/source-4.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/b1adb6beb8ffe099d0a746a845a031538ee44e4f#src/source-4.txt"}]},{"commit":{"hash":"9a44342d8ee92b85b9b23bcad8953b56868f9699","message":"Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt","date":1716986762000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","ce1b7175c9b4914cf2fc03c0f28046509f820597"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/9a44342d8ee92b85b9b23bcad8953b56868f9699","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":0,"files":[]},{"commit":{"hash":"d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","message":"Commit with no issue","date":1716986699000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":1,"files":[{"type":"MODIFY","path":"src/source-1.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7#src/source-1.txt"}]},{"commit":{"hash":"ce1b7175c9b4914cf2fc03c0f28046509f820597","message":"ISSUE-3 First commit","date":1716986486000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":1,"files":[{"type":"MODIFY","path":"src/source-1.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597#src/source-1.txt"}]}] \ No newline at end of file +[ + { + "commit": { + "hash": "b1adb6beb8ffe099d0a746a845a031538ee44e4f", + "message": "[ISSUE-4] First commit", + "date": 1716986870000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "9a44342d8ee92b85b9b23bcad8953b56868f9699" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/b1adb6beb8ffe099d0a746a845a031538ee44e4f", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 1, + "files": [ + { + "type": "ADD", + "path": "src/source-4.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/b1adb6beb8ffe099d0a746a845a031538ee44e4f#src/source-4.txt" + } + ] + }, + { + "commit": { + "hash": "9a44342d8ee92b85b9b23bcad8953b56868f9699", + "message": "Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt", + "date": 1716986762000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "ce1b7175c9b4914cf2fc03c0f28046509f820597" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/9a44342d8ee92b85b9b23bcad8953b56868f9699", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 0, + "files": [] + }, + { + "commit": { + "hash": "d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "message": "Commit with no issue", + "date": 1716986699000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 1, + "files": [ + { + "type": "MODIFY", + "path": "src/source-1.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7#src/source-1.txt" + } + ] + }, + { + "commit": { + "hash": "ce1b7175c9b4914cf2fc03c0f28046509f820597", + "message": "ISSUE-3 First commit", + "date": 1716986486000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 1, + "files": [ + { + "type": "MODIFY", + "path": "src/source-1.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597#src/source-1.txt" + } + ] + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/commits-with-files-by-issue-key-2.json b/test-common/src/main/resources/bitbucket/commits-with-files-by-issue-key-2.json index ea5d3d7..cb7bc0b 100644 --- a/test-common/src/main/resources/bitbucket/commits-with-files-by-issue-key-2.json +++ b/test-common/src/main/resources/bitbucket/commits-with-files-by-issue-key-2.json @@ -1 +1,106 @@ -[{"commit":{"hash":"06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd","message":"Merge branch 'feature/ISSUE-2' (squash)","date":1716987041000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["9a44342d8ee92b85b9b23bcad8953b56868f9699"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":3,"files":[{"type":"DELETE","path":"src/source-1.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#src/source-1.txt"},{"type":"ADD","path":"src/source-2.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#src/source-2.txt"},{"type":"ADD","path":"src/source.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#src/source.txt"}]},{"commit":{"hash":"60d98c818023c651ee816bf119fe22ac33ccfafe","message":"ISSUE-2 Second commit","date":1716986535000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["fa20861b90c54efbffeb48837f4044bc23b55238"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/60d98c818023c651ee816bf119fe22ac33ccfafe","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":1,"files":[{"type":"MODIFY","path":"src/source-2.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/60d98c818023c651ee816bf119fe22ac33ccfafe#src/source-2.txt"}]},{"commit":{"hash":"fa20861b90c54efbffeb48837f4044bc23b55238","message":"ISSUE-2 First commit","date":1716986401000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":3,"files":[{"type":"DELETE","path":"src/source-1.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238#src/source-1.txt"},{"type":"ADD","path":"src/source-2.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238#src/source-2.txt"},{"type":"ADD","path":"src/source.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238#src/source.txt"}]}] \ No newline at end of file +[ + { + "commit": { + "hash": "06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd", + "message": "Merge branch 'feature/ISSUE-2' (squash)", + "date": 1716987041000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "9a44342d8ee92b85b9b23bcad8953b56868f9699" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 3, + "files": [ + { + "type": "DELETE", + "path": "src/source-1.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#src/source-1.txt" + }, + { + "type": "ADD", + "path": "src/source-2.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#src/source-2.txt" + }, + { + "type": "ADD", + "path": "src/source.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#src/source.txt" + } + ] + }, + { + "commit": { + "hash": "60d98c818023c651ee816bf119fe22ac33ccfafe", + "message": "ISSUE-2 Second commit", + "date": 1716986535000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "fa20861b90c54efbffeb48837f4044bc23b55238" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/60d98c818023c651ee816bf119fe22ac33ccfafe", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 1, + "files": [ + { + "type": "MODIFY", + "path": "src/source-2.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/60d98c818023c651ee816bf119fe22ac33ccfafe#src/source-2.txt" + } + ] + }, + { + "commit": { + "hash": "fa20861b90c54efbffeb48837f4044bc23b55238", + "message": "ISSUE-2 First commit", + "date": 1716986401000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 3, + "files": [ + { + "type": "DELETE", + "path": "src/source-1.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238#src/source-1.txt" + }, + { + "type": "ADD", + "path": "src/source-2.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238#src/source-2.txt" + }, + { + "type": "ADD", + "path": "src/source.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/fa20861b90c54efbffeb48837f4044bc23b55238#src/source.txt" + } + ] + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/commits-with-files-by-issue-key-3.json b/test-common/src/main/resources/bitbucket/commits-with-files-by-issue-key-3.json index f4b08c9..954479c 100644 --- a/test-common/src/main/resources/bitbucket/commits-with-files-by-issue-key-3.json +++ b/test-common/src/main/resources/bitbucket/commits-with-files-by-issue-key-3.json @@ -1 +1,53 @@ -[{"commit":{"hash":"9a44342d8ee92b85b9b23bcad8953b56868f9699","message":"Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt","date":1716986762000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","ce1b7175c9b4914cf2fc03c0f28046509f820597"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/9a44342d8ee92b85b9b23bcad8953b56868f9699","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":0,"files":[]},{"commit":{"hash":"ce1b7175c9b4914cf2fc03c0f28046509f820597","message":"ISSUE-3 First commit","date":1716986486000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":1,"files":[{"type":"MODIFY","path":"src/source-1.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597#src/source-1.txt"}]}] \ No newline at end of file +[ + { + "commit": { + "hash": "9a44342d8ee92b85b9b23bcad8953b56868f9699", + "message": "Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt", + "date": 1716986762000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "ce1b7175c9b4914cf2fc03c0f28046509f820597" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/9a44342d8ee92b85b9b23bcad8953b56868f9699", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 0, + "files": [] + }, + { + "commit": { + "hash": "ce1b7175c9b4914cf2fc03c0f28046509f820597", + "message": "ISSUE-3 First commit", + "date": 1716986486000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 1, + "files": [ + { + "type": "MODIFY", + "path": "src/source-1.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597#src/source-1.txt" + } + ] + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/commits-with-files-by-issue-key-4.json b/test-common/src/main/resources/bitbucket/commits-with-files-by-issue-key-4.json index 4cd54ae..75fa500 100644 --- a/test-common/src/main/resources/bitbucket/commits-with-files-by-issue-key-4.json +++ b/test-common/src/main/resources/bitbucket/commits-with-files-by-issue-key-4.json @@ -1 +1,30 @@ -[{"commit":{"hash":"b1adb6beb8ffe099d0a746a845a031538ee44e4f","message":"[ISSUE-4] First commit","date":1716986870000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["9a44342d8ee92b85b9b23bcad8953b56868f9699"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/b1adb6beb8ffe099d0a746a845a031538ee44e4f","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":1,"files":[{"type":"ADD","path":"src/source-4.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/b1adb6beb8ffe099d0a746a845a031538ee44e4f#src/source-4.txt"}]}] \ No newline at end of file +[ + { + "commit": { + "hash": "b1adb6beb8ffe099d0a746a845a031538ee44e4f", + "message": "[ISSUE-4] First commit", + "date": 1716986870000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "9a44342d8ee92b85b9b23bcad8953b56868f9699" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/b1adb6beb8ffe099d0a746a845a031538ee44e4f", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 1, + "files": [ + { + "type": "ADD", + "path": "src/source-4.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/b1adb6beb8ffe099d0a746a845a031538ee44e4f#src/source-4.txt" + } + ] + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/commits-with-files-by-issue-key.json b/test-common/src/main/resources/bitbucket/commits-with-files-by-issue-key.json index 13e7dd7..eb97e14 100644 --- a/test-common/src/main/resources/bitbucket/commits-with-files-by-issue-key.json +++ b/test-common/src/main/resources/bitbucket/commits-with-files-by-issue-key.json @@ -1 +1,30 @@ -[{"commit":{"hash":"7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","message":"ISSUE-1 Initial implementation","date":1716986279000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["49bfe6a125a88cddd90c74b75b196c40fd380685"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":1,"files":[{"type":"ADD","path":"src/source-1.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1#src/source-1.txt"}]}] \ No newline at end of file +[ + { + "commit": { + "hash": "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "message": "ISSUE-1 Initial implementation", + "date": 1716986279000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "49bfe6a125a88cddd90c74b75b196c40fd380685" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 1, + "files": [ + { + "type": "ADD", + "path": "src/source-1.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1#src/source-1.txt" + } + ] + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/commits-with-files.json b/test-common/src/main/resources/bitbucket/commits-with-files.json index 1ac5b95..540f357 100644 --- a/test-common/src/main/resources/bitbucket/commits-with-files.json +++ b/test-common/src/main/resources/bitbucket/commits-with-files.json @@ -1 +1,173 @@ -[{"commit":{"hash":"06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd","message":"Merge branch 'feature/ISSUE-2' (squash)","date":1716987041000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["9a44342d8ee92b85b9b23bcad8953b56868f9699"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":3,"files":[{"type":"DELETE","path":"src/source-1.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#src/source-1.txt"},{"type":"ADD","path":"src/source-2.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#src/source-2.txt"},{"type":"ADD","path":"src/source.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#src/source.txt"}]},{"commit":{"hash":"9a44342d8ee92b85b9b23bcad8953b56868f9699","message":"Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt","date":1716986762000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","ce1b7175c9b4914cf2fc03c0f28046509f820597"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/9a44342d8ee92b85b9b23bcad8953b56868f9699","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":0,"files":[]},{"commit":{"hash":"d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","message":"Commit with no issue","date":1716986699000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":1,"files":[{"type":"MODIFY","path":"src/source-1.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7#src/source-1.txt"}]},{"commit":{"hash":"ce1b7175c9b4914cf2fc03c0f28046509f820597","message":"ISSUE-3 First commit","date":1716986486000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":1,"files":[{"type":"MODIFY","path":"src/source-1.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597#src/source-1.txt"}]},{"commit":{"hash":"7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","message":"ISSUE-1 Initial implementation","date":1716986279000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["49bfe6a125a88cddd90c74b75b196c40fd380685"],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":1,"files":[{"type":"ADD","path":"src/source-1.txt","link":"http://localhost:7990/projects/test/repos/repository-2/commits/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1#src/source-1.txt"}]},{"commit":{"hash":"49bfe6a125a88cddd90c74b75b196c40fd380685","message":"init commit","date":1716986123000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":[],"link":"http://localhost:7990/projects/test/repos/repository-2/commits/49bfe6a125a88cddd90c74b75b196c40fd380685","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},"totalFiles":1,"files":[{"type":"ADD","path":"README.md","link":"http://localhost:7990/projects/test/repos/repository-2/commits/49bfe6a125a88cddd90c74b75b196c40fd380685#README.md"}]}] \ No newline at end of file +[ + { + "commit": { + "hash": "06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd", + "message": "Merge branch 'feature/ISSUE-2' (squash)", + "date": 1716987041000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "9a44342d8ee92b85b9b23bcad8953b56868f9699" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 3, + "files": [ + { + "type": "DELETE", + "path": "src/source-1.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#src/source-1.txt" + }, + { + "type": "ADD", + "path": "src/source-2.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#src/source-2.txt" + }, + { + "type": "ADD", + "path": "src/source.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#src/source.txt" + } + ] + }, + { + "commit": { + "hash": "9a44342d8ee92b85b9b23bcad8953b56868f9699", + "message": "Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt", + "date": 1716986762000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "ce1b7175c9b4914cf2fc03c0f28046509f820597" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/9a44342d8ee92b85b9b23bcad8953b56868f9699", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 0, + "files": [] + }, + { + "commit": { + "hash": "d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "message": "Commit with no issue", + "date": 1716986699000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 1, + "files": [ + { + "type": "MODIFY", + "path": "src/source-1.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7#src/source-1.txt" + } + ] + }, + { + "commit": { + "hash": "ce1b7175c9b4914cf2fc03c0f28046509f820597", + "message": "ISSUE-3 First commit", + "date": 1716986486000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 1, + "files": [ + { + "type": "MODIFY", + "path": "src/source-1.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/ce1b7175c9b4914cf2fc03c0f28046509f820597#src/source-1.txt" + } + ] + }, + { + "commit": { + "hash": "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "message": "ISSUE-1 Initial implementation", + "date": 1716986279000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "49bfe6a125a88cddd90c74b75b196c40fd380685" + ], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 1, + "files": [ + { + "type": "ADD", + "path": "src/source-1.txt", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1#src/source-1.txt" + } + ] + }, + { + "commit": { + "hash": "49bfe6a125a88cddd90c74b75b196c40fd380685", + "message": "init commit", + "date": 1716986123000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [], + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/49bfe6a125a88cddd90c74b75b196c40fd380685", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + "totalFiles": 1, + "files": [ + { + "type": "ADD", + "path": "README.md", + "link": "http://localhost:7990/projects/test/repos/repository-2/commits/49bfe6a125a88cddd90c74b75b196c40fd380685#README.md" + } + ] + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/commits.json b/test-common/src/main/resources/bitbucket/commits.json index feb0ce7..9e16b6c 100644 --- a/test-common/src/main/resources/bitbucket/commits.json +++ b/test-common/src/main/resources/bitbucket/commits.json @@ -1 +1,620 @@ -[{"hash":"5fb773dbe6472a87632b1c68ea771decdcd20f1e","message":"master-36","date":1698064512000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["3df9d9661fd7cd199b300881347c6eba9000d77c"],"link":"http://localhost:7990/projects/test/repos/repository/commits/5fb773dbe6472a87632b1c68ea771decdcd20f1e","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"3df9d9661fd7cd199b300881347c6eba9000d77c","message":"Merge branch 'branch14'\n\n# Conflicts:\n#\tREADME.md","date":1698064390000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["2cd831abeae867185af1350738da08d80a2324f0","4c781b01fa41b7539a9d7289b3d34803c7a3a782"],"link":"http://localhost:7990/projects/test/repos/repository/commits/3df9d9661fd7cd199b300881347c6eba9000d77c","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"2cd831abeae867185af1350738da08d80a2324f0","message":"master-35","date":1698064366000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["df4c133e8872af329e9d28f990d2eda09417ae45"],"link":"http://localhost:7990/projects/test/repos/repository/commits/2cd831abeae867185af1350738da08d80a2324f0","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"4c781b01fa41b7539a9d7289b3d34803c7a3a782","message":"branch14-5","date":1698064357000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7"],"link":"http://localhost:7990/projects/test/repos/repository/commits/4c781b01fa41b7539a9d7289b3d34803c7a3a782","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7","message":"branch14-4","date":1698064316000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["5c259964e83083c7f2a3e1d324ce456d642a8d9b"],"link":"http://localhost:7990/projects/test/repos/repository/commits/8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"df4c133e8872af329e9d28f990d2eda09417ae45","message":"master-34","date":1698064202000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["e4784ccbcddcff4ad43b9636b23a897b9a28ef85"],"link":"http://localhost:7990/projects/test/repos/repository/commits/df4c133e8872af329e9d28f990d2eda09417ae45","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"e4784ccbcddcff4ad43b9636b23a897b9a28ef85","message":"Merge branch 'branch13'\n\n# Conflicts:\n#\tREADME.md","date":1698064107000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["6a4a1d565e484ff908b8852ac036c976c9427091","9b4b1058ddc9ca8f66f4f1eb515fe41b76487254"],"link":"http://localhost:7990/projects/test/repos/repository/commits/e4784ccbcddcff4ad43b9636b23a897b9a28ef85","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"9b4b1058ddc9ca8f66f4f1eb515fe41b76487254","message":"branch13-7","date":1698064070000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["546f41c47988d1ac0a7a43be5d53771f3f363484"],"link":"http://localhost:7990/projects/test/repos/repository/commits/9b4b1058ddc9ca8f66f4f1eb515fe41b76487254","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"5c259964e83083c7f2a3e1d324ce456d642a8d9b","message":"branch14-3","date":1698063984000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["46a92ce0118d65e64b6d652b4241703a9707ad74"],"link":"http://localhost:7990/projects/test/repos/repository/commits/5c259964e83083c7f2a3e1d324ce456d642a8d9b","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"6a4a1d565e484ff908b8852ac036c976c9427091","message":"master-33","date":1698063941000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["81c56ba3e9d0f3f6a929d8ac5700094900ea0e10"],"link":"http://localhost:7990/projects/test/repos/repository/commits/6a4a1d565e484ff908b8852ac036c976c9427091","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"546f41c47988d1ac0a7a43be5d53771f3f363484","message":"branch13-6","date":1698063920000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["538a1f8be0f1a738461c1ffcd2568e99983fce22"],"link":"http://localhost:7990/projects/test/repos/repository/commits/546f41c47988d1ac0a7a43be5d53771f3f363484","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"538a1f8be0f1a738461c1ffcd2568e99983fce22","message":"branch13-5","date":1698063912000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["10a22f127828a63db16e2b128aa8e1f922eb7445"],"link":"http://localhost:7990/projects/test/repos/repository/commits/538a1f8be0f1a738461c1ffcd2568e99983fce22","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"46a92ce0118d65e64b6d652b4241703a9707ad74","message":"branch14-2","date":1698063777000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["512f36722583c58179f54ccbfbad3d351adae81d"],"link":"http://localhost:7990/projects/test/repos/repository/commits/46a92ce0118d65e64b6d652b4241703a9707ad74","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"81c56ba3e9d0f3f6a929d8ac5700094900ea0e10","message":"master-32","date":1698063707000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["59a2e00fc11df460e60befe95bbc44bdb94187b1"],"link":"http://localhost:7990/projects/test/repos/repository/commits/81c56ba3e9d0f3f6a929d8ac5700094900ea0e10","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"10a22f127828a63db16e2b128aa8e1f922eb7445","message":"branch13-4","date":1698063689000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["cf1ed77a3b13dc829ea9204f132355a76d4c1741"],"link":"http://localhost:7990/projects/test/repos/repository/commits/10a22f127828a63db16e2b128aa8e1f922eb7445","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"512f36722583c58179f54ccbfbad3d351adae81d","message":"branch14-1","date":1698063594000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["59a2e00fc11df460e60befe95bbc44bdb94187b1"],"link":"http://localhost:7990/projects/test/repos/repository/commits/512f36722583c58179f54ccbfbad3d351adae81d","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"59a2e00fc11df460e60befe95bbc44bdb94187b1","message":"master-31","date":1698063564000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["9d636c0604cd0059285ebe208840b702b5e0cf53"],"link":"http://localhost:7990/projects/test/repos/repository/commits/59a2e00fc11df460e60befe95bbc44bdb94187b1","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"cf1ed77a3b13dc829ea9204f132355a76d4c1741","message":"Merge branch 'branch11' into branch13\n\n# Conflicts:\n#\tREADME.md","date":1698063511000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["e388f1174f45fe333cdb5061b9d597fb7877a785","f92c7ad50633eec83502d0e8783fb10f7204ec6f"],"link":"http://localhost:7990/projects/test/repos/repository/commits/cf1ed77a3b13dc829ea9204f132355a76d4c1741","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"9d636c0604cd0059285ebe208840b702b5e0cf53","message":"master-30","date":1698063441000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["917f2ab13b79116615fd7b4fc6fc6b12c6429c3e"],"link":"http://localhost:7990/projects/test/repos/repository/commits/9d636c0604cd0059285ebe208840b702b5e0cf53","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"f92c7ad50633eec83502d0e8783fb10f7204ec6f","message":"branch-11-2","date":1698063379000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["c3132678f4537df982925c795a1acc0c1dd7c7de"],"link":"http://localhost:7990/projects/test/repos/repository/commits/f92c7ad50633eec83502d0e8783fb10f7204ec6f","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"e388f1174f45fe333cdb5061b9d597fb7877a785","message":"branch13-3","date":1698063363000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7df584fa61f3d16b9f9514b4034f5368c5e06410"],"link":"http://localhost:7990/projects/test/repos/repository/commits/e388f1174f45fe333cdb5061b9d597fb7877a785","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"c3132678f4537df982925c795a1acc0c1dd7c7de","message":"branch-11-1","date":1698063278000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["2674103e85493d76e45e57a9b5372f8c7926d3a7"],"link":"http://localhost:7990/projects/test/repos/repository/commits/c3132678f4537df982925c795a1acc0c1dd7c7de","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"7df584fa61f3d16b9f9514b4034f5368c5e06410","message":"branch13-2","date":1698063255000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["3e48313ba71bc2af8d954a5898f4caea65fe487d"],"link":"http://localhost:7990/projects/test/repos/repository/commits/7df584fa61f3d16b9f9514b4034f5368c5e06410","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"917f2ab13b79116615fd7b4fc6fc6b12c6429c3e","message":"master-29","date":1698063218000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981"],"link":"http://localhost:7990/projects/test/repos/repository/commits/917f2ab13b79116615fd7b4fc6fc6b12c6429c3e","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"3e48313ba71bc2af8d954a5898f4caea65fe487d","message":"branch13-1","date":1698063117000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981"],"link":"http://localhost:7990/projects/test/repos/repository/commits/3e48313ba71bc2af8d954a5898f4caea65fe487d","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981","message":"master-28","date":1698062853000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1"],"link":"http://localhost:7990/projects/test/repos/repository/commits/a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1","message":"Merge branch 'branch9'\n\n# Conflicts:\n#\tREADME.md","date":1698062768000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","1df2a7d9351745624ff1f0e6bd87b331904507a7"],"link":"http://localhost:7990/projects/test/repos/repository/commits/7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","message":"master-27","date":1698062742000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["2674103e85493d76e45e57a9b5372f8c7926d3a7"],"link":"http://localhost:7990/projects/test/repos/repository/commits/4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"2674103e85493d76e45e57a9b5372f8c7926d3a7","message":"master-26","date":1698062712000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["585847a321fcbcdb8f397a155a123aba5a1a1d76"],"link":"http://localhost:7990/projects/test/repos/repository/commits/2674103e85493d76e45e57a9b5372f8c7926d3a7","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"1df2a7d9351745624ff1f0e6bd87b331904507a7","message":"branch9-9","date":1698062672000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["fff2b60ae6a434c31c64c87fb7c044080b1acffb"],"link":"http://localhost:7990/projects/test/repos/repository/commits/1df2a7d9351745624ff1f0e6bd87b331904507a7","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"585847a321fcbcdb8f397a155a123aba5a1a1d76","message":"Merge branch 'branch7'\n\n# Conflicts:\n#\tREADME.md","date":1698062551000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["c79babff3c1405618214eba90398c685ac4c0349","fe85e0ed86aba2ff78439ba7f0170fe580ccb54e"],"link":"http://localhost:7990/projects/test/repos/repository/commits/585847a321fcbcdb8f397a155a123aba5a1a1d76","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"fe85e0ed86aba2ff78439ba7f0170fe580ccb54e","message":"Merge branch 'branch5' into branch7\n\n# Conflicts:\n#\tREADME.md","date":1698062492000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["f6b5e1460f0a3ca1da2778acd54bd005620a0730","949a1bbc2b51817aea7bdf5b34af868a646a20e2"],"link":"http://localhost:7990/projects/test/repos/repository/commits/fe85e0ed86aba2ff78439ba7f0170fe580ccb54e","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"fff2b60ae6a434c31c64c87fb7c044080b1acffb","message":"branch9-8","date":1698062367000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["8000baf077ff28405c32c539fa49393363508945"],"link":"http://localhost:7990/projects/test/repos/repository/commits/fff2b60ae6a434c31c64c87fb7c044080b1acffb","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}},{"hash":"8000baf077ff28405c32c539fa49393363508945","message":"branch9-7","date":1698062359000,"author":{"name":"admin","avatar":"http://localhost:7990/users/admin/avatar.png?s=48"},"parents":["6b65fcf8499a8fd51a86664c252196d5133897e6"],"link":"http://localhost:7990/projects/test/repos/repository/commits/8000baf077ff28405c32c539fa49393363508945","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository.git","link":"http://localhost:7990/projects/test/repos/repository/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"}}] \ No newline at end of file +[ + { + "hash": "5fb773dbe6472a87632b1c68ea771decdcd20f1e", + "message": "master-36", + "date": 1698064512000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "3df9d9661fd7cd199b300881347c6eba9000d77c" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/5fb773dbe6472a87632b1c68ea771decdcd20f1e", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "3df9d9661fd7cd199b300881347c6eba9000d77c", + "message": "Merge branch 'branch14'\n\n# Conflicts:\n#\tREADME.md", + "date": 1698064390000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "2cd831abeae867185af1350738da08d80a2324f0", + "4c781b01fa41b7539a9d7289b3d34803c7a3a782" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/3df9d9661fd7cd199b300881347c6eba9000d77c", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "2cd831abeae867185af1350738da08d80a2324f0", + "message": "master-35", + "date": 1698064366000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "df4c133e8872af329e9d28f990d2eda09417ae45" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/2cd831abeae867185af1350738da08d80a2324f0", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "4c781b01fa41b7539a9d7289b3d34803c7a3a782", + "message": "branch14-5", + "date": 1698064357000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/4c781b01fa41b7539a9d7289b3d34803c7a3a782", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7", + "message": "branch14-4", + "date": 1698064316000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "5c259964e83083c7f2a3e1d324ce456d642a8d9b" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "df4c133e8872af329e9d28f990d2eda09417ae45", + "message": "master-34", + "date": 1698064202000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "e4784ccbcddcff4ad43b9636b23a897b9a28ef85" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/df4c133e8872af329e9d28f990d2eda09417ae45", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "e4784ccbcddcff4ad43b9636b23a897b9a28ef85", + "message": "Merge branch 'branch13'\n\n# Conflicts:\n#\tREADME.md", + "date": 1698064107000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "6a4a1d565e484ff908b8852ac036c976c9427091", + "9b4b1058ddc9ca8f66f4f1eb515fe41b76487254" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/e4784ccbcddcff4ad43b9636b23a897b9a28ef85", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "9b4b1058ddc9ca8f66f4f1eb515fe41b76487254", + "message": "branch13-7", + "date": 1698064070000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "546f41c47988d1ac0a7a43be5d53771f3f363484" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/9b4b1058ddc9ca8f66f4f1eb515fe41b76487254", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "5c259964e83083c7f2a3e1d324ce456d642a8d9b", + "message": "branch14-3", + "date": 1698063984000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "46a92ce0118d65e64b6d652b4241703a9707ad74" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/5c259964e83083c7f2a3e1d324ce456d642a8d9b", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "6a4a1d565e484ff908b8852ac036c976c9427091", + "message": "master-33", + "date": 1698063941000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "81c56ba3e9d0f3f6a929d8ac5700094900ea0e10" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/6a4a1d565e484ff908b8852ac036c976c9427091", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "546f41c47988d1ac0a7a43be5d53771f3f363484", + "message": "branch13-6", + "date": 1698063920000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "538a1f8be0f1a738461c1ffcd2568e99983fce22" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/546f41c47988d1ac0a7a43be5d53771f3f363484", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "538a1f8be0f1a738461c1ffcd2568e99983fce22", + "message": "branch13-5", + "date": 1698063912000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "10a22f127828a63db16e2b128aa8e1f922eb7445" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/538a1f8be0f1a738461c1ffcd2568e99983fce22", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "46a92ce0118d65e64b6d652b4241703a9707ad74", + "message": "branch14-2", + "date": 1698063777000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "512f36722583c58179f54ccbfbad3d351adae81d" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/46a92ce0118d65e64b6d652b4241703a9707ad74", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "81c56ba3e9d0f3f6a929d8ac5700094900ea0e10", + "message": "master-32", + "date": 1698063707000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "59a2e00fc11df460e60befe95bbc44bdb94187b1" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/81c56ba3e9d0f3f6a929d8ac5700094900ea0e10", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "10a22f127828a63db16e2b128aa8e1f922eb7445", + "message": "branch13-4", + "date": 1698063689000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "cf1ed77a3b13dc829ea9204f132355a76d4c1741" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/10a22f127828a63db16e2b128aa8e1f922eb7445", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "512f36722583c58179f54ccbfbad3d351adae81d", + "message": "branch14-1", + "date": 1698063594000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "59a2e00fc11df460e60befe95bbc44bdb94187b1" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/512f36722583c58179f54ccbfbad3d351adae81d", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "59a2e00fc11df460e60befe95bbc44bdb94187b1", + "message": "master-31", + "date": 1698063564000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "9d636c0604cd0059285ebe208840b702b5e0cf53" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/59a2e00fc11df460e60befe95bbc44bdb94187b1", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "cf1ed77a3b13dc829ea9204f132355a76d4c1741", + "message": "Merge branch 'branch11' into branch13\n\n# Conflicts:\n#\tREADME.md", + "date": 1698063511000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "e388f1174f45fe333cdb5061b9d597fb7877a785", + "f92c7ad50633eec83502d0e8783fb10f7204ec6f" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/cf1ed77a3b13dc829ea9204f132355a76d4c1741", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "9d636c0604cd0059285ebe208840b702b5e0cf53", + "message": "master-30", + "date": 1698063441000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "917f2ab13b79116615fd7b4fc6fc6b12c6429c3e" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/9d636c0604cd0059285ebe208840b702b5e0cf53", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "f92c7ad50633eec83502d0e8783fb10f7204ec6f", + "message": "branch-11-2", + "date": 1698063379000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "c3132678f4537df982925c795a1acc0c1dd7c7de" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/f92c7ad50633eec83502d0e8783fb10f7204ec6f", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "e388f1174f45fe333cdb5061b9d597fb7877a785", + "message": "branch13-3", + "date": 1698063363000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7df584fa61f3d16b9f9514b4034f5368c5e06410" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/e388f1174f45fe333cdb5061b9d597fb7877a785", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "c3132678f4537df982925c795a1acc0c1dd7c7de", + "message": "branch-11-1", + "date": 1698063278000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "2674103e85493d76e45e57a9b5372f8c7926d3a7" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/c3132678f4537df982925c795a1acc0c1dd7c7de", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "7df584fa61f3d16b9f9514b4034f5368c5e06410", + "message": "branch13-2", + "date": 1698063255000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "3e48313ba71bc2af8d954a5898f4caea65fe487d" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/7df584fa61f3d16b9f9514b4034f5368c5e06410", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "917f2ab13b79116615fd7b4fc6fc6b12c6429c3e", + "message": "master-29", + "date": 1698063218000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/917f2ab13b79116615fd7b4fc6fc6b12c6429c3e", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "3e48313ba71bc2af8d954a5898f4caea65fe487d", + "message": "branch13-1", + "date": 1698063117000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/3e48313ba71bc2af8d954a5898f4caea65fe487d", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981", + "message": "master-28", + "date": 1698062853000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1", + "message": "Merge branch 'branch9'\n\n# Conflicts:\n#\tREADME.md", + "date": 1698062768000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "1df2a7d9351745624ff1f0e6bd87b331904507a7" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "message": "master-27", + "date": 1698062742000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "2674103e85493d76e45e57a9b5372f8c7926d3a7" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "2674103e85493d76e45e57a9b5372f8c7926d3a7", + "message": "master-26", + "date": 1698062712000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "585847a321fcbcdb8f397a155a123aba5a1a1d76" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/2674103e85493d76e45e57a9b5372f8c7926d3a7", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "1df2a7d9351745624ff1f0e6bd87b331904507a7", + "message": "branch9-9", + "date": 1698062672000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "fff2b60ae6a434c31c64c87fb7c044080b1acffb" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/1df2a7d9351745624ff1f0e6bd87b331904507a7", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "585847a321fcbcdb8f397a155a123aba5a1a1d76", + "message": "Merge branch 'branch7'\n\n# Conflicts:\n#\tREADME.md", + "date": 1698062551000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "c79babff3c1405618214eba90398c685ac4c0349", + "fe85e0ed86aba2ff78439ba7f0170fe580ccb54e" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/585847a321fcbcdb8f397a155a123aba5a1a1d76", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "fe85e0ed86aba2ff78439ba7f0170fe580ccb54e", + "message": "Merge branch 'branch5' into branch7\n\n# Conflicts:\n#\tREADME.md", + "date": 1698062492000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "f6b5e1460f0a3ca1da2778acd54bd005620a0730", + "949a1bbc2b51817aea7bdf5b34af868a646a20e2" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/fe85e0ed86aba2ff78439ba7f0170fe580ccb54e", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "fff2b60ae6a434c31c64c87fb7c044080b1acffb", + "message": "branch9-8", + "date": 1698062367000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "8000baf077ff28405c32c539fa49393363508945" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/fff2b60ae6a434c31c64c87fb7c044080b1acffb", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + }, + { + "hash": "8000baf077ff28405c32c539fa49393363508945", + "message": "branch9-7", + "date": 1698062359000, + "author": { + "name": "admin", + "avatar": "http://localhost:7990/users/admin/avatar.png?s=48" + }, + "parents": [ + "6b65fcf8499a8fd51a86664c252196d5133897e6" + ], + "link": "http://localhost:7990/projects/test/repos/repository/commits/8000baf077ff28405c32c539fa49393363508945", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository.git", + "link": "http://localhost:7990/projects/test/repos/repository/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + } + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/issues-from-commits-2.json b/test-common/src/main/resources/bitbucket/issues-from-commits-2.json index f74f675..0c8b409 100644 --- a/test-common/src/main/resources/bitbucket/issues-from-commits-2.json +++ b/test-common/src/main/resources/bitbucket/issues-from-commits-2.json @@ -1 +1,3 @@ -["ISSUE-2"] \ No newline at end of file +[ + "ISSUE-2" +] \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/issues-from-commits-3.json b/test-common/src/main/resources/bitbucket/issues-from-commits-3.json index b407ea8..bfdac70 100644 --- a/test-common/src/main/resources/bitbucket/issues-from-commits-3.json +++ b/test-common/src/main/resources/bitbucket/issues-from-commits-3.json @@ -1 +1,4 @@ -["ISSUE-3","ISSUE-4"] \ No newline at end of file +[ + "ISSUE-3", + "ISSUE-4" +] \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/issues-from-commits.json b/test-common/src/main/resources/bitbucket/issues-from-commits.json index 53617bb..354e6fb 100644 --- a/test-common/src/main/resources/bitbucket/issues-from-commits.json +++ b/test-common/src/main/resources/bitbucket/issues-from-commits.json @@ -1 +1,5 @@ -["ISSUE-1","ISSUE-2","ISSUE-3"] \ No newline at end of file +[ + "ISSUE-1", + "ISSUE-2", + "ISSUE-3" +] \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/search-issue-in-ranges.json b/test-common/src/main/resources/bitbucket/search-issue-in-ranges.json index 75d620b..a453743 100644 --- a/test-common/src/main/resources/bitbucket/search-issue-in-ranges.json +++ b/test-common/src/main/resources/bitbucket/search-issue-in-ranges.json @@ -1 +1,26 @@ -{"issueRanges":{"ISSUE-3":[{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","fromHashOrRef":null,"fromDate":null,"toHashOrRef":"master"},{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","fromHashOrRef":"v1.0","fromDate":null,"toHashOrRef":"feature/ISSUE-4"}],"ISSUE-1":[{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","fromHashOrRef":null,"fromDate":null,"toHashOrRef":"master"}]}} \ No newline at end of file +{ + "issueRanges": { + "ISSUE-3": [ + { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "fromHashOrRef": null, + "fromDate": null, + "toHashOrRef": "master" + }, + { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "fromHashOrRef": "v1.0", + "fromDate": null, + "toHashOrRef": "feature/ISSUE-4" + } + ], + "ISSUE-1": [ + { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "fromHashOrRef": null, + "fromDate": null, + "toHashOrRef": "master" + } + ] + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/search-summary-2.json b/test-common/src/main/resources/bitbucket/search-summary-2.json index c9f2978..2d92608 100644 --- a/test-common/src/main/resources/bitbucket/search-summary-2.json +++ b/test-common/src/main/resources/bitbucket/search-summary-2.json @@ -1 +1,15 @@ -{"branches":{"size":0,"updated":null},"commits":{"size":3,"latest":1716987041000},"pullRequests":{"size":0,"updated":null,"status":null}} \ No newline at end of file +{ + "branches": { + "size": 0, + "updated": null + }, + "commits": { + "size": 3, + "latest": 1716987041000 + }, + "pullRequests": { + "size": 0, + "updated": null, + "status": null + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/search-summary-3.json b/test-common/src/main/resources/bitbucket/search-summary-3.json index 55f4156..78846ff 100644 --- a/test-common/src/main/resources/bitbucket/search-summary-3.json +++ b/test-common/src/main/resources/bitbucket/search-summary-3.json @@ -1 +1,15 @@ -{"branches":{"size":0,"updated":null},"commits":{"size":2,"latest":1716986762000},"pullRequests":{"size":0,"updated":null,"status":null}} \ No newline at end of file +{ + "branches": { + "size": 0, + "updated": null + }, + "commits": { + "size": 2, + "latest": 1716986762000 + }, + "pullRequests": { + "size": 0, + "updated": null, + "status": null + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/search-summary-4.json b/test-common/src/main/resources/bitbucket/search-summary-4.json index 4cdd5a1..33c85a9 100644 --- a/test-common/src/main/resources/bitbucket/search-summary-4.json +++ b/test-common/src/main/resources/bitbucket/search-summary-4.json @@ -1 +1,15 @@ -{"branches":{"size":0,"updated":null},"commits":{"size":1,"latest":1716986870000},"pullRequests":{"size":0,"updated":null,"status":null}} \ No newline at end of file +{ + "branches": { + "size": 0, + "updated": null + }, + "commits": { + "size": 1, + "latest": 1716986870000 + }, + "pullRequests": { + "size": 0, + "updated": null, + "status": null + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/search-summary-5.json b/test-common/src/main/resources/bitbucket/search-summary-5.json index 72e0f64..8bf52dc 100644 --- a/test-common/src/main/resources/bitbucket/search-summary-5.json +++ b/test-common/src/main/resources/bitbucket/search-summary-5.json @@ -1 +1,15 @@ -{"branches":{"size":0,"updated":null},"commits":{"size":0,"latest":null},"pullRequests":{"size":0,"updated":null,"status":null}} \ No newline at end of file +{ + "branches": { + "size": 0, + "updated": null + }, + "commits": { + "size": 0, + "latest": null + }, + "pullRequests": { + "size": 0, + "updated": null, + "status": null + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/search-summary.json b/test-common/src/main/resources/bitbucket/search-summary.json index 5a42a01..5a46a95 100644 --- a/test-common/src/main/resources/bitbucket/search-summary.json +++ b/test-common/src/main/resources/bitbucket/search-summary.json @@ -1 +1,15 @@ -{"branches":{"size":0,"updated":null},"commits":{"size":1,"latest":1716986279000},"pullRequests":{"size":0,"updated":null,"status":null}} \ No newline at end of file +{ + "branches": { + "size": 0, + "updated": null + }, + "commits": { + "size": 1, + "latest": 1716986279000 + }, + "pullRequests": { + "size": 0, + "updated": null, + "status": null + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/bitbucket/tags.json b/test-common/src/main/resources/bitbucket/tags.json index 8095bfd..2da3960 100644 --- a/test-common/src/main/resources/bitbucket/tags.json +++ b/test-common/src/main/resources/bitbucket/tags.json @@ -1 +1,24 @@ -[{"name":"v1.0","hash":"7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","link":"http://localhost:7990/projects/test/repos/repository-2/browse?at=v1.0","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"},"type":"TAG"},{"name":"v1.0.1","hash":"60d98c818023c651ee816bf119fe22ac33ccfafe","link":"http://localhost:7990/projects/test/repos/repository-2/browse?at=v1.0.1","repository":{"sshUrl":"ssh://git@localhost:7990/test/repository-2.git","link":"http://localhost:7990/projects/test/repos/repository-2/browse","avatar":"http://localhost:7990/projects/test/avatar.png?s=48"},"type":"TAG"}] \ No newline at end of file +[ + { + "name": "v1.0", + "hash": "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse?at=v1.0", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + }, + "type": "TAG" + }, + { + "name": "v1.0.1", + "hash": "60d98c818023c651ee816bf119fe22ac33ccfafe", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse?at=v1.0.1", + "repository": { + "sshUrl": "ssh://git@localhost:7990/test/repository-2.git", + "link": "http://localhost:7990/projects/test/repos/repository-2/browse", + "avatar": "http://localhost:7990/projects/test/avatar.png?s=48" + }, + "type": "TAG" + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/branches-by-issue-key-3.json b/test-common/src/main/resources/gitea/branches-by-issue-key-3.json index 4186b96..cb4b293 100644 --- a/test-common/src/main/resources/gitea/branches-by-issue-key-3.json +++ b/test-common/src/main/resources/gitea/branches-by-issue-key-3.json @@ -1 +1,13 @@ -[{"name":"bugfix/ISSUE-3","hash":"ce1b7175c9b4914cf2fc03c0f28046509f820597","link":"http://localhost:3000/test/repository-2/src/branch/bugfix/ISSUE-3","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null},"type":"BRANCH"}] \ No newline at end of file +[ + { + "name": "bugfix/ISSUE-3", + "hash": "ce1b7175c9b4914cf2fc03c0f28046509f820597", + "link": "http://localhost:3000/test/repository-2/src/branch/bugfix/ISSUE-3", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + }, + "type": "BRANCH" + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/branches-by-issue-key-4.json b/test-common/src/main/resources/gitea/branches-by-issue-key-4.json index c686118..1cd5534 100644 --- a/test-common/src/main/resources/gitea/branches-by-issue-key-4.json +++ b/test-common/src/main/resources/gitea/branches-by-issue-key-4.json @@ -1 +1,13 @@ -[{"name":"feature/ISSUE-4","hash":"b1adb6beb8ffe099d0a746a845a031538ee44e4f","link":"http://localhost:3000/test/repository-2/src/branch/feature/ISSUE-4","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null},"type":"BRANCH"}] \ No newline at end of file +[ + { + "name": "feature/ISSUE-4", + "hash": "b1adb6beb8ffe099d0a746a845a031538ee44e4f", + "link": "http://localhost:3000/test/repository-2/src/branch/feature/ISSUE-4", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + }, + "type": "BRANCH" + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/commit-2.json b/test-common/src/main/resources/gitea/commit-2.json index 5252968..a41f1ad 100644 --- a/test-common/src/main/resources/gitea/commit-2.json +++ b/test-common/src/main/resources/gitea/commit-2.json @@ -1 +1,18 @@ -{"hash":"ce1b7175c9b4914cf2fc03c0f28046509f820597","message":"ISSUE-3 First commit\n","date":1716986486000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}} \ No newline at end of file +{ + "hash": "ce1b7175c9b4914cf2fc03c0f28046509f820597", + "message": "ISSUE-3 First commit\n", + "date": 1716986486000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/commit-3.json b/test-common/src/main/resources/gitea/commit-3.json index 3ba167e..7646ca5 100644 --- a/test-common/src/main/resources/gitea/commit-3.json +++ b/test-common/src/main/resources/gitea/commit-3.json @@ -1 +1,18 @@ -{"hash":"7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","message":"ISSUE-1 Initial implementation\n","date":1716986279000,"author":{"name":"admin","avatar":null},"parents":["49bfe6a125a88cddd90c74b75b196c40fd380685"],"link":"http://localhost:3000/test/repository-2/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}} \ No newline at end of file +{ + "hash": "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "message": "ISSUE-1 Initial implementation\n", + "date": 1716986279000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "49bfe6a125a88cddd90c74b75b196c40fd380685" + ], + "link": "http://localhost:3000/test/repository-2/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/commit-with-files-2.json b/test-common/src/main/resources/gitea/commit-with-files-2.json index 7ac94b6..fed1e60 100644 --- a/test-common/src/main/resources/gitea/commit-with-files-2.json +++ b/test-common/src/main/resources/gitea/commit-with-files-2.json @@ -1 +1,28 @@ -{"commit":{"hash":"ce1b7175c9b4914cf2fc03c0f28046509f820597","message":"ISSUE-3 First commit\n","date":1716986486000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":1,"files":[{"type":"MODIFY","path":"src/source-1.txt","link":"http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597#diff-ee724442198bac184fd8356360895fa4d9c45b69"}]} \ No newline at end of file +{ + "commit": { + "hash": "ce1b7175c9b4914cf2fc03c0f28046509f820597", + "message": "ISSUE-3 First commit\n", + "date": 1716986486000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 1, + "files": [ + { + "type": "MODIFY", + "path": "src/source-1.txt", + "link": "http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597#diff-ee724442198bac184fd8356360895fa4d9c45b69" + } + ] +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/commit-with-files-3.json b/test-common/src/main/resources/gitea/commit-with-files-3.json index 418bea9..c25ab15 100644 --- a/test-common/src/main/resources/gitea/commit-with-files-3.json +++ b/test-common/src/main/resources/gitea/commit-with-files-3.json @@ -1 +1,28 @@ -{"commit":{"hash":"7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","message":"ISSUE-1 Initial implementation\n","date":1716986279000,"author":{"name":"admin","avatar":null},"parents":["49bfe6a125a88cddd90c74b75b196c40fd380685"],"link":"http://localhost:3000/test/repository-2/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":1,"files":[{"type":"ADD","path":"src/source-1.txt","link":"http://localhost:3000/test/repository-2/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1#diff-ee724442198bac184fd8356360895fa4d9c45b69"}]} \ No newline at end of file +{ + "commit": { + "hash": "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "message": "ISSUE-1 Initial implementation\n", + "date": 1716986279000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "49bfe6a125a88cddd90c74b75b196c40fd380685" + ], + "link": "http://localhost:3000/test/repository-2/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 1, + "files": [ + { + "type": "ADD", + "path": "src/source-1.txt", + "link": "http://localhost:3000/test/repository-2/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1#diff-ee724442198bac184fd8356360895fa4d9c45b69" + } + ] +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/commit-with-files.json b/test-common/src/main/resources/gitea/commit-with-files.json index b7c1db6..880884c 100644 --- a/test-common/src/main/resources/gitea/commit-with-files.json +++ b/test-common/src/main/resources/gitea/commit-with-files.json @@ -1 +1,28 @@ -{"commit":{"hash":"fa20861b90c54efbffeb48837f4044bc23b55238","message":"ISSUE-2 First commit\n","date":1716986401000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:3000/test/repository-2/commit/fa20861b90c54efbffeb48837f4044bc23b55238","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":3,"files":[{"type":"DELETE","path":"src/source-1.txt","link":"http://localhost:3000/test/repository-2/commit/fa20861b90c54efbffeb48837f4044bc23b55238#diff-ee724442198bac184fd8356360895fa4d9c45b69"}]} \ No newline at end of file +{ + "commit": { + "hash": "fa20861b90c54efbffeb48837f4044bc23b55238", + "message": "ISSUE-2 First commit\n", + "date": 1716986401000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:3000/test/repository-2/commit/fa20861b90c54efbffeb48837f4044bc23b55238", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 3, + "files": [ + { + "type": "DELETE", + "path": "src/source-1.txt", + "link": "http://localhost:3000/test/repository-2/commit/fa20861b90c54efbffeb48837f4044bc23b55238#diff-ee724442198bac184fd8356360895fa4d9c45b69" + } + ] +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/commit.json b/test-common/src/main/resources/gitea/commit.json index a9a81e3..b02bcb1 100644 --- a/test-common/src/main/resources/gitea/commit.json +++ b/test-common/src/main/resources/gitea/commit.json @@ -1 +1,18 @@ -{"hash":"fa20861b90c54efbffeb48837f4044bc23b55238","message":"ISSUE-2 First commit\n","date":1716986401000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:3000/test/repository-2/commit/fa20861b90c54efbffeb48837f4044bc23b55238","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}} \ No newline at end of file +{ + "hash": "fa20861b90c54efbffeb48837f4044bc23b55238", + "message": "ISSUE-2 First commit\n", + "date": 1716986401000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:3000/test/repository-2/commit/fa20861b90c54efbffeb48837f4044bc23b55238", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/commits-2.json b/test-common/src/main/resources/gitea/commits-2.json index 0e4c07b..f0abadb 100644 --- a/test-common/src/main/resources/gitea/commits-2.json +++ b/test-common/src/main/resources/gitea/commits-2.json @@ -1 +1,998 @@ -[{"hash":"5fb773dbe6472a87632b1c68ea771decdcd20f1e","message":"master-36\n","date":1698064512000,"author":{"name":"admin","avatar":null},"parents":["3df9d9661fd7cd199b300881347c6eba9000d77c"],"link":"http://localhost:3000/test/repository/commit/5fb773dbe6472a87632b1c68ea771decdcd20f1e","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"3df9d9661fd7cd199b300881347c6eba9000d77c","message":"Merge branch 'branch14'\n\n# Conflicts:\n#\tREADME.md\n","date":1698064390000,"author":{"name":"admin","avatar":null},"parents":["2cd831abeae867185af1350738da08d80a2324f0","4c781b01fa41b7539a9d7289b3d34803c7a3a782"],"link":"http://localhost:3000/test/repository/commit/3df9d9661fd7cd199b300881347c6eba9000d77c","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"2cd831abeae867185af1350738da08d80a2324f0","message":"master-35\n","date":1698064366000,"author":{"name":"admin","avatar":null},"parents":["df4c133e8872af329e9d28f990d2eda09417ae45"],"link":"http://localhost:3000/test/repository/commit/2cd831abeae867185af1350738da08d80a2324f0","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"4c781b01fa41b7539a9d7289b3d34803c7a3a782","message":"branch14-5\n","date":1698064357000,"author":{"name":"admin","avatar":null},"parents":["8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7"],"link":"http://localhost:3000/test/repository/commit/4c781b01fa41b7539a9d7289b3d34803c7a3a782","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7","message":"branch14-4\n","date":1698064316000,"author":{"name":"admin","avatar":null},"parents":["5c259964e83083c7f2a3e1d324ce456d642a8d9b"],"link":"http://localhost:3000/test/repository/commit/8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"df4c133e8872af329e9d28f990d2eda09417ae45","message":"master-34\n","date":1698064202000,"author":{"name":"admin","avatar":null},"parents":["e4784ccbcddcff4ad43b9636b23a897b9a28ef85"],"link":"http://localhost:3000/test/repository/commit/df4c133e8872af329e9d28f990d2eda09417ae45","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"e4784ccbcddcff4ad43b9636b23a897b9a28ef85","message":"Merge branch 'branch13'\n\n# Conflicts:\n#\tREADME.md\n","date":1698064107000,"author":{"name":"admin","avatar":null},"parents":["6a4a1d565e484ff908b8852ac036c976c9427091","9b4b1058ddc9ca8f66f4f1eb515fe41b76487254"],"link":"http://localhost:3000/test/repository/commit/e4784ccbcddcff4ad43b9636b23a897b9a28ef85","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"9b4b1058ddc9ca8f66f4f1eb515fe41b76487254","message":"branch13-7\n","date":1698064070000,"author":{"name":"admin","avatar":null},"parents":["546f41c47988d1ac0a7a43be5d53771f3f363484"],"link":"http://localhost:3000/test/repository/commit/9b4b1058ddc9ca8f66f4f1eb515fe41b76487254","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"5c259964e83083c7f2a3e1d324ce456d642a8d9b","message":"branch14-3\n","date":1698063984000,"author":{"name":"admin","avatar":null},"parents":["46a92ce0118d65e64b6d652b4241703a9707ad74"],"link":"http://localhost:3000/test/repository/commit/5c259964e83083c7f2a3e1d324ce456d642a8d9b","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"6a4a1d565e484ff908b8852ac036c976c9427091","message":"master-33\n","date":1698063941000,"author":{"name":"admin","avatar":null},"parents":["81c56ba3e9d0f3f6a929d8ac5700094900ea0e10"],"link":"http://localhost:3000/test/repository/commit/6a4a1d565e484ff908b8852ac036c976c9427091","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"546f41c47988d1ac0a7a43be5d53771f3f363484","message":"branch13-6\n","date":1698063920000,"author":{"name":"admin","avatar":null},"parents":["538a1f8be0f1a738461c1ffcd2568e99983fce22"],"link":"http://localhost:3000/test/repository/commit/546f41c47988d1ac0a7a43be5d53771f3f363484","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"538a1f8be0f1a738461c1ffcd2568e99983fce22","message":"branch13-5\n","date":1698063912000,"author":{"name":"admin","avatar":null},"parents":["10a22f127828a63db16e2b128aa8e1f922eb7445"],"link":"http://localhost:3000/test/repository/commit/538a1f8be0f1a738461c1ffcd2568e99983fce22","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"46a92ce0118d65e64b6d652b4241703a9707ad74","message":"branch14-2\n","date":1698063777000,"author":{"name":"admin","avatar":null},"parents":["512f36722583c58179f54ccbfbad3d351adae81d"],"link":"http://localhost:3000/test/repository/commit/46a92ce0118d65e64b6d652b4241703a9707ad74","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"81c56ba3e9d0f3f6a929d8ac5700094900ea0e10","message":"master-32\n","date":1698063707000,"author":{"name":"admin","avatar":null},"parents":["59a2e00fc11df460e60befe95bbc44bdb94187b1"],"link":"http://localhost:3000/test/repository/commit/81c56ba3e9d0f3f6a929d8ac5700094900ea0e10","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"10a22f127828a63db16e2b128aa8e1f922eb7445","message":"branch13-4\n","date":1698063689000,"author":{"name":"admin","avatar":null},"parents":["cf1ed77a3b13dc829ea9204f132355a76d4c1741"],"link":"http://localhost:3000/test/repository/commit/10a22f127828a63db16e2b128aa8e1f922eb7445","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"512f36722583c58179f54ccbfbad3d351adae81d","message":"branch14-1\n","date":1698063594000,"author":{"name":"admin","avatar":null},"parents":["59a2e00fc11df460e60befe95bbc44bdb94187b1"],"link":"http://localhost:3000/test/repository/commit/512f36722583c58179f54ccbfbad3d351adae81d","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"59a2e00fc11df460e60befe95bbc44bdb94187b1","message":"master-31\n","date":1698063564000,"author":{"name":"admin","avatar":null},"parents":["9d636c0604cd0059285ebe208840b702b5e0cf53"],"link":"http://localhost:3000/test/repository/commit/59a2e00fc11df460e60befe95bbc44bdb94187b1","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"cf1ed77a3b13dc829ea9204f132355a76d4c1741","message":"Merge branch 'branch11' into branch13\n\n# Conflicts:\n#\tREADME.md\n","date":1698063511000,"author":{"name":"admin","avatar":null},"parents":["e388f1174f45fe333cdb5061b9d597fb7877a785","f92c7ad50633eec83502d0e8783fb10f7204ec6f"],"link":"http://localhost:3000/test/repository/commit/cf1ed77a3b13dc829ea9204f132355a76d4c1741","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"9d636c0604cd0059285ebe208840b702b5e0cf53","message":"master-30\n","date":1698063441000,"author":{"name":"admin","avatar":null},"parents":["917f2ab13b79116615fd7b4fc6fc6b12c6429c3e"],"link":"http://localhost:3000/test/repository/commit/9d636c0604cd0059285ebe208840b702b5e0cf53","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"f92c7ad50633eec83502d0e8783fb10f7204ec6f","message":"branch-11-2\n","date":1698063379000,"author":{"name":"admin","avatar":null},"parents":["c3132678f4537df982925c795a1acc0c1dd7c7de"],"link":"http://localhost:3000/test/repository/commit/f92c7ad50633eec83502d0e8783fb10f7204ec6f","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"e388f1174f45fe333cdb5061b9d597fb7877a785","message":"branch13-3\n","date":1698063363000,"author":{"name":"admin","avatar":null},"parents":["7df584fa61f3d16b9f9514b4034f5368c5e06410"],"link":"http://localhost:3000/test/repository/commit/e388f1174f45fe333cdb5061b9d597fb7877a785","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"c3132678f4537df982925c795a1acc0c1dd7c7de","message":"branch-11-1\n","date":1698063278000,"author":{"name":"admin","avatar":null},"parents":["2674103e85493d76e45e57a9b5372f8c7926d3a7"],"link":"http://localhost:3000/test/repository/commit/c3132678f4537df982925c795a1acc0c1dd7c7de","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"7df584fa61f3d16b9f9514b4034f5368c5e06410","message":"branch13-2\n","date":1698063255000,"author":{"name":"admin","avatar":null},"parents":["3e48313ba71bc2af8d954a5898f4caea65fe487d"],"link":"http://localhost:3000/test/repository/commit/7df584fa61f3d16b9f9514b4034f5368c5e06410","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"917f2ab13b79116615fd7b4fc6fc6b12c6429c3e","message":"master-29\n","date":1698063218000,"author":{"name":"admin","avatar":null},"parents":["a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981"],"link":"http://localhost:3000/test/repository/commit/917f2ab13b79116615fd7b4fc6fc6b12c6429c3e","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"3e48313ba71bc2af8d954a5898f4caea65fe487d","message":"branch13-1\n","date":1698063117000,"author":{"name":"admin","avatar":null},"parents":["a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981"],"link":"http://localhost:3000/test/repository/commit/3e48313ba71bc2af8d954a5898f4caea65fe487d","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981","message":"master-28\n","date":1698062853000,"author":{"name":"admin","avatar":null},"parents":["7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1"],"link":"http://localhost:3000/test/repository/commit/a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1","message":"Merge branch 'branch9'\n\n# Conflicts:\n#\tREADME.md\n","date":1698062768000,"author":{"name":"admin","avatar":null},"parents":["4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","1df2a7d9351745624ff1f0e6bd87b331904507a7"],"link":"http://localhost:3000/test/repository/commit/7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","message":"master-27\n","date":1698062742000,"author":{"name":"admin","avatar":null},"parents":["2674103e85493d76e45e57a9b5372f8c7926d3a7"],"link":"http://localhost:3000/test/repository/commit/4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"2674103e85493d76e45e57a9b5372f8c7926d3a7","message":"master-26\n","date":1698062712000,"author":{"name":"admin","avatar":null},"parents":["585847a321fcbcdb8f397a155a123aba5a1a1d76"],"link":"http://localhost:3000/test/repository/commit/2674103e85493d76e45e57a9b5372f8c7926d3a7","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"1df2a7d9351745624ff1f0e6bd87b331904507a7","message":"branch9-9\n","date":1698062672000,"author":{"name":"admin","avatar":null},"parents":["fff2b60ae6a434c31c64c87fb7c044080b1acffb"],"link":"http://localhost:3000/test/repository/commit/1df2a7d9351745624ff1f0e6bd87b331904507a7","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"585847a321fcbcdb8f397a155a123aba5a1a1d76","message":"Merge branch 'branch7'\n\n# Conflicts:\n#\tREADME.md\n","date":1698062551000,"author":{"name":"admin","avatar":null},"parents":["c79babff3c1405618214eba90398c685ac4c0349","fe85e0ed86aba2ff78439ba7f0170fe580ccb54e"],"link":"http://localhost:3000/test/repository/commit/585847a321fcbcdb8f397a155a123aba5a1a1d76","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"fe85e0ed86aba2ff78439ba7f0170fe580ccb54e","message":"Merge branch 'branch5' into branch7\n\n# Conflicts:\n#\tREADME.md\n","date":1698062492000,"author":{"name":"admin","avatar":null},"parents":["f6b5e1460f0a3ca1da2778acd54bd005620a0730","949a1bbc2b51817aea7bdf5b34af868a646a20e2"],"link":"http://localhost:3000/test/repository/commit/fe85e0ed86aba2ff78439ba7f0170fe580ccb54e","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"fff2b60ae6a434c31c64c87fb7c044080b1acffb","message":"branch9-8\n","date":1698062367000,"author":{"name":"admin","avatar":null},"parents":["8000baf077ff28405c32c539fa49393363508945"],"link":"http://localhost:3000/test/repository/commit/fff2b60ae6a434c31c64c87fb7c044080b1acffb","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"8000baf077ff28405c32c539fa49393363508945","message":"branch9-7\n","date":1698062359000,"author":{"name":"admin","avatar":null},"parents":["6b65fcf8499a8fd51a86664c252196d5133897e6"],"link":"http://localhost:3000/test/repository/commit/8000baf077ff28405c32c539fa49393363508945","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"f6b5e1460f0a3ca1da2778acd54bd005620a0730","message":"branch7-4\n","date":1698062255000,"author":{"name":"admin","avatar":null},"parents":["ad658d2bd406df97a1d519a69fce571182efb03d"],"link":"http://localhost:3000/test/repository/commit/f6b5e1460f0a3ca1da2778acd54bd005620a0730","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"949a1bbc2b51817aea7bdf5b34af868a646a20e2","message":"branch5-12\n","date":1698062178000,"author":{"name":"admin","avatar":null},"parents":["04208409fae379e977017b6ab54b5b3df3937687"],"link":"http://localhost:3000/test/repository/commit/949a1bbc2b51817aea7bdf5b34af868a646a20e2","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"04208409fae379e977017b6ab54b5b3df3937687","message":"branch5-11\n","date":1698062169000,"author":{"name":"admin","avatar":null},"parents":["5c031dc49e438aacbde0db7a2c80b8edd686ff97"],"link":"http://localhost:3000/test/repository/commit/04208409fae379e977017b6ab54b5b3df3937687","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"6b65fcf8499a8fd51a86664c252196d5133897e6","message":"branch9-6\n","date":1698062141000,"author":{"name":"admin","avatar":null},"parents":["a57e13ae14cb990b20d249822d1e3ac244311792"],"link":"http://localhost:3000/test/repository/commit/6b65fcf8499a8fd51a86664c252196d5133897e6","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"a57e13ae14cb990b20d249822d1e3ac244311792","message":"branch9-5\n","date":1698062025000,"author":{"name":"admin","avatar":null},"parents":["4390e95135234d468dafb4a35cb5f575c0816efd"],"link":"http://localhost:3000/test/repository/commit/a57e13ae14cb990b20d249822d1e3ac244311792","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"ad658d2bd406df97a1d519a69fce571182efb03d","message":"branch7-3\n","date":1698061995000,"author":{"name":"admin","avatar":null},"parents":["7df83ca4811e125a3e7751df69698c440676606e"],"link":"http://localhost:3000/test/repository/commit/ad658d2bd406df97a1d519a69fce571182efb03d","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"5c031dc49e438aacbde0db7a2c80b8edd686ff97","message":"branch5-10\n","date":1698061960000,"author":{"name":"admin","avatar":null},"parents":["b23f5546bcb8d90ab4727e0f48fc6b30d610a81b"],"link":"http://localhost:3000/test/repository/commit/5c031dc49e438aacbde0db7a2c80b8edd686ff97","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"b23f5546bcb8d90ab4727e0f48fc6b30d610a81b","message":"branch5-8\n","date":1698061263000,"author":{"name":"admin","avatar":null},"parents":["3d6a8e913b125e12f03568a170020b54222ef73b"],"link":"http://localhost:3000/test/repository/commit/b23f5546bcb8d90ab4727e0f48fc6b30d610a81b","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"4390e95135234d468dafb4a35cb5f575c0816efd","message":"branch9-4\n","date":1698061245000,"author":{"name":"admin","avatar":null},"parents":["d9c3b34b70034f05844c99f61af9a0d95f36240d"],"link":"http://localhost:3000/test/repository/commit/4390e95135234d468dafb4a35cb5f575c0816efd","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"d9c3b34b70034f05844c99f61af9a0d95f36240d","message":"branch9-3\n","date":1698061236000,"author":{"name":"admin","avatar":null},"parents":["6fe6941d1817df8a76fd888bcf6b2de0cecbe362"],"link":"http://localhost:3000/test/repository/commit/d9c3b34b70034f05844c99f61af9a0d95f36240d","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"7df83ca4811e125a3e7751df69698c440676606e","message":"branch7-2\n","date":1698061159000,"author":{"name":"admin","avatar":null},"parents":["dc9967191a376d5c3dc3b657a18f51e0646f47b1"],"link":"http://localhost:3000/test/repository/commit/7df83ca4811e125a3e7751df69698c440676606e","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"3d6a8e913b125e12f03568a170020b54222ef73b","message":"branch5-7\n","date":1698061128000,"author":{"name":"admin","avatar":null},"parents":["aa7ffdf45fe7b33f0dff6c8e510daaf181003488"],"link":"http://localhost:3000/test/repository/commit/3d6a8e913b125e12f03568a170020b54222ef73b","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"6fe6941d1817df8a76fd888bcf6b2de0cecbe362","message":"branch9-2\n","date":1698060969000,"author":{"name":"admin","avatar":null},"parents":["ead87b8ec6810a0e44bb73db62a5135c99ce6b9f"],"link":"http://localhost:3000/test/repository/commit/6fe6941d1817df8a76fd888bcf6b2de0cecbe362","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"ead87b8ec6810a0e44bb73db62a5135c99ce6b9f","message":"branch9-1\n","date":1698060882000,"author":{"name":"admin","avatar":null},"parents":["1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d"],"link":"http://localhost:3000/test/repository/commit/ead87b8ec6810a0e44bb73db62a5135c99ce6b9f","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"aa7ffdf45fe7b33f0dff6c8e510daaf181003488","message":"branch5-6\n","date":1698060787000,"author":{"name":"admin","avatar":null},"parents":["6ad539160277c0c60fa45ff89e97c2050bf36488"],"link":"http://localhost:3000/test/repository/commit/aa7ffdf45fe7b33f0dff6c8e510daaf181003488","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"6ad539160277c0c60fa45ff89e97c2050bf36488","message":"branch5-5\n","date":1698060775000,"author":{"name":"admin","avatar":null},"parents":["0090343c8a75a949ddc824f7ea5bea46c96c4e57"],"link":"http://localhost:3000/test/repository/commit/6ad539160277c0c60fa45ff89e97c2050bf36488","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"dc9967191a376d5c3dc3b657a18f51e0646f47b1","message":"branch7-1\n","date":1698060755000,"author":{"name":"admin","avatar":null},"parents":["dbd38bc2dfc930068413a3f04722e22dbed2d541"],"link":"http://localhost:3000/test/repository/commit/dc9967191a376d5c3dc3b657a18f51e0646f47b1","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"0090343c8a75a949ddc824f7ea5bea46c96c4e57","message":"branch5-4\n","date":1698060366000,"author":{"name":"admin","avatar":null},"parents":["215948d99d227c32796ac9f2e554d62e517a97ae"],"link":"http://localhost:3000/test/repository/commit/0090343c8a75a949ddc824f7ea5bea46c96c4e57","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"215948d99d227c32796ac9f2e554d62e517a97ae","message":"branch5-3\n","date":1698060356000,"author":{"name":"admin","avatar":null},"parents":["0b06165093e26d8548079cf1f2303f39d3d746ed"],"link":"http://localhost:3000/test/repository/commit/215948d99d227c32796ac9f2e554d62e517a97ae","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"0b06165093e26d8548079cf1f2303f39d3d746ed","message":"branch5-2\n","date":1698060077000,"author":{"name":"admin","avatar":null},"parents":["d952287e8c235ee6a2af1e00b7a40b68290026db"],"link":"http://localhost:3000/test/repository/commit/0b06165093e26d8548079cf1f2303f39d3d746ed","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"d952287e8c235ee6a2af1e00b7a40b68290026db","message":"branch5-1\n","date":1698059997000,"author":{"name":"admin","avatar":null},"parents":["db0e1c52ad53401bd29a744cd81a3a492137bb5e"],"link":"http://localhost:3000/test/repository/commit/d952287e8c235ee6a2af1e00b7a40b68290026db","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}}] \ No newline at end of file +[ + { + "hash": "5fb773dbe6472a87632b1c68ea771decdcd20f1e", + "message": "master-36\n", + "date": 1698064512000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "3df9d9661fd7cd199b300881347c6eba9000d77c" + ], + "link": "http://localhost:3000/test/repository/commit/5fb773dbe6472a87632b1c68ea771decdcd20f1e", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "3df9d9661fd7cd199b300881347c6eba9000d77c", + "message": "Merge branch 'branch14'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698064390000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2cd831abeae867185af1350738da08d80a2324f0", + "4c781b01fa41b7539a9d7289b3d34803c7a3a782" + ], + "link": "http://localhost:3000/test/repository/commit/3df9d9661fd7cd199b300881347c6eba9000d77c", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "2cd831abeae867185af1350738da08d80a2324f0", + "message": "master-35\n", + "date": 1698064366000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "df4c133e8872af329e9d28f990d2eda09417ae45" + ], + "link": "http://localhost:3000/test/repository/commit/2cd831abeae867185af1350738da08d80a2324f0", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "4c781b01fa41b7539a9d7289b3d34803c7a3a782", + "message": "branch14-5\n", + "date": 1698064357000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7" + ], + "link": "http://localhost:3000/test/repository/commit/4c781b01fa41b7539a9d7289b3d34803c7a3a782", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7", + "message": "branch14-4\n", + "date": 1698064316000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "5c259964e83083c7f2a3e1d324ce456d642a8d9b" + ], + "link": "http://localhost:3000/test/repository/commit/8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "df4c133e8872af329e9d28f990d2eda09417ae45", + "message": "master-34\n", + "date": 1698064202000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "e4784ccbcddcff4ad43b9636b23a897b9a28ef85" + ], + "link": "http://localhost:3000/test/repository/commit/df4c133e8872af329e9d28f990d2eda09417ae45", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "e4784ccbcddcff4ad43b9636b23a897b9a28ef85", + "message": "Merge branch 'branch13'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698064107000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6a4a1d565e484ff908b8852ac036c976c9427091", + "9b4b1058ddc9ca8f66f4f1eb515fe41b76487254" + ], + "link": "http://localhost:3000/test/repository/commit/e4784ccbcddcff4ad43b9636b23a897b9a28ef85", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "9b4b1058ddc9ca8f66f4f1eb515fe41b76487254", + "message": "branch13-7\n", + "date": 1698064070000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "546f41c47988d1ac0a7a43be5d53771f3f363484" + ], + "link": "http://localhost:3000/test/repository/commit/9b4b1058ddc9ca8f66f4f1eb515fe41b76487254", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "5c259964e83083c7f2a3e1d324ce456d642a8d9b", + "message": "branch14-3\n", + "date": 1698063984000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "46a92ce0118d65e64b6d652b4241703a9707ad74" + ], + "link": "http://localhost:3000/test/repository/commit/5c259964e83083c7f2a3e1d324ce456d642a8d9b", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "6a4a1d565e484ff908b8852ac036c976c9427091", + "message": "master-33\n", + "date": 1698063941000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "81c56ba3e9d0f3f6a929d8ac5700094900ea0e10" + ], + "link": "http://localhost:3000/test/repository/commit/6a4a1d565e484ff908b8852ac036c976c9427091", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "546f41c47988d1ac0a7a43be5d53771f3f363484", + "message": "branch13-6\n", + "date": 1698063920000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "538a1f8be0f1a738461c1ffcd2568e99983fce22" + ], + "link": "http://localhost:3000/test/repository/commit/546f41c47988d1ac0a7a43be5d53771f3f363484", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "538a1f8be0f1a738461c1ffcd2568e99983fce22", + "message": "branch13-5\n", + "date": 1698063912000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "10a22f127828a63db16e2b128aa8e1f922eb7445" + ], + "link": "http://localhost:3000/test/repository/commit/538a1f8be0f1a738461c1ffcd2568e99983fce22", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "46a92ce0118d65e64b6d652b4241703a9707ad74", + "message": "branch14-2\n", + "date": 1698063777000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "512f36722583c58179f54ccbfbad3d351adae81d" + ], + "link": "http://localhost:3000/test/repository/commit/46a92ce0118d65e64b6d652b4241703a9707ad74", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "81c56ba3e9d0f3f6a929d8ac5700094900ea0e10", + "message": "master-32\n", + "date": 1698063707000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "59a2e00fc11df460e60befe95bbc44bdb94187b1" + ], + "link": "http://localhost:3000/test/repository/commit/81c56ba3e9d0f3f6a929d8ac5700094900ea0e10", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "10a22f127828a63db16e2b128aa8e1f922eb7445", + "message": "branch13-4\n", + "date": 1698063689000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "cf1ed77a3b13dc829ea9204f132355a76d4c1741" + ], + "link": "http://localhost:3000/test/repository/commit/10a22f127828a63db16e2b128aa8e1f922eb7445", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "512f36722583c58179f54ccbfbad3d351adae81d", + "message": "branch14-1\n", + "date": 1698063594000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "59a2e00fc11df460e60befe95bbc44bdb94187b1" + ], + "link": "http://localhost:3000/test/repository/commit/512f36722583c58179f54ccbfbad3d351adae81d", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "59a2e00fc11df460e60befe95bbc44bdb94187b1", + "message": "master-31\n", + "date": 1698063564000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "9d636c0604cd0059285ebe208840b702b5e0cf53" + ], + "link": "http://localhost:3000/test/repository/commit/59a2e00fc11df460e60befe95bbc44bdb94187b1", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "cf1ed77a3b13dc829ea9204f132355a76d4c1741", + "message": "Merge branch 'branch11' into branch13\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698063511000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "e388f1174f45fe333cdb5061b9d597fb7877a785", + "f92c7ad50633eec83502d0e8783fb10f7204ec6f" + ], + "link": "http://localhost:3000/test/repository/commit/cf1ed77a3b13dc829ea9204f132355a76d4c1741", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "9d636c0604cd0059285ebe208840b702b5e0cf53", + "message": "master-30\n", + "date": 1698063441000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "917f2ab13b79116615fd7b4fc6fc6b12c6429c3e" + ], + "link": "http://localhost:3000/test/repository/commit/9d636c0604cd0059285ebe208840b702b5e0cf53", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "f92c7ad50633eec83502d0e8783fb10f7204ec6f", + "message": "branch-11-2\n", + "date": 1698063379000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c3132678f4537df982925c795a1acc0c1dd7c7de" + ], + "link": "http://localhost:3000/test/repository/commit/f92c7ad50633eec83502d0e8783fb10f7204ec6f", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "e388f1174f45fe333cdb5061b9d597fb7877a785", + "message": "branch13-3\n", + "date": 1698063363000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df584fa61f3d16b9f9514b4034f5368c5e06410" + ], + "link": "http://localhost:3000/test/repository/commit/e388f1174f45fe333cdb5061b9d597fb7877a785", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "c3132678f4537df982925c795a1acc0c1dd7c7de", + "message": "branch-11-1\n", + "date": 1698063278000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2674103e85493d76e45e57a9b5372f8c7926d3a7" + ], + "link": "http://localhost:3000/test/repository/commit/c3132678f4537df982925c795a1acc0c1dd7c7de", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "7df584fa61f3d16b9f9514b4034f5368c5e06410", + "message": "branch13-2\n", + "date": 1698063255000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "3e48313ba71bc2af8d954a5898f4caea65fe487d" + ], + "link": "http://localhost:3000/test/repository/commit/7df584fa61f3d16b9f9514b4034f5368c5e06410", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "917f2ab13b79116615fd7b4fc6fc6b12c6429c3e", + "message": "master-29\n", + "date": 1698063218000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981" + ], + "link": "http://localhost:3000/test/repository/commit/917f2ab13b79116615fd7b4fc6fc6b12c6429c3e", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "3e48313ba71bc2af8d954a5898f4caea65fe487d", + "message": "branch13-1\n", + "date": 1698063117000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981" + ], + "link": "http://localhost:3000/test/repository/commit/3e48313ba71bc2af8d954a5898f4caea65fe487d", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981", + "message": "master-28\n", + "date": 1698062853000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1" + ], + "link": "http://localhost:3000/test/repository/commit/a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1", + "message": "Merge branch 'branch9'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698062768000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "1df2a7d9351745624ff1f0e6bd87b331904507a7" + ], + "link": "http://localhost:3000/test/repository/commit/7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "message": "master-27\n", + "date": 1698062742000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2674103e85493d76e45e57a9b5372f8c7926d3a7" + ], + "link": "http://localhost:3000/test/repository/commit/4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "2674103e85493d76e45e57a9b5372f8c7926d3a7", + "message": "master-26\n", + "date": 1698062712000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "585847a321fcbcdb8f397a155a123aba5a1a1d76" + ], + "link": "http://localhost:3000/test/repository/commit/2674103e85493d76e45e57a9b5372f8c7926d3a7", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "1df2a7d9351745624ff1f0e6bd87b331904507a7", + "message": "branch9-9\n", + "date": 1698062672000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "fff2b60ae6a434c31c64c87fb7c044080b1acffb" + ], + "link": "http://localhost:3000/test/repository/commit/1df2a7d9351745624ff1f0e6bd87b331904507a7", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "585847a321fcbcdb8f397a155a123aba5a1a1d76", + "message": "Merge branch 'branch7'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698062551000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c79babff3c1405618214eba90398c685ac4c0349", + "fe85e0ed86aba2ff78439ba7f0170fe580ccb54e" + ], + "link": "http://localhost:3000/test/repository/commit/585847a321fcbcdb8f397a155a123aba5a1a1d76", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "fe85e0ed86aba2ff78439ba7f0170fe580ccb54e", + "message": "Merge branch 'branch5' into branch7\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698062492000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "f6b5e1460f0a3ca1da2778acd54bd005620a0730", + "949a1bbc2b51817aea7bdf5b34af868a646a20e2" + ], + "link": "http://localhost:3000/test/repository/commit/fe85e0ed86aba2ff78439ba7f0170fe580ccb54e", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "fff2b60ae6a434c31c64c87fb7c044080b1acffb", + "message": "branch9-8\n", + "date": 1698062367000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "8000baf077ff28405c32c539fa49393363508945" + ], + "link": "http://localhost:3000/test/repository/commit/fff2b60ae6a434c31c64c87fb7c044080b1acffb", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "8000baf077ff28405c32c539fa49393363508945", + "message": "branch9-7\n", + "date": 1698062359000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6b65fcf8499a8fd51a86664c252196d5133897e6" + ], + "link": "http://localhost:3000/test/repository/commit/8000baf077ff28405c32c539fa49393363508945", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "f6b5e1460f0a3ca1da2778acd54bd005620a0730", + "message": "branch7-4\n", + "date": 1698062255000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "ad658d2bd406df97a1d519a69fce571182efb03d" + ], + "link": "http://localhost:3000/test/repository/commit/f6b5e1460f0a3ca1da2778acd54bd005620a0730", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "949a1bbc2b51817aea7bdf5b34af868a646a20e2", + "message": "branch5-12\n", + "date": 1698062178000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "04208409fae379e977017b6ab54b5b3df3937687" + ], + "link": "http://localhost:3000/test/repository/commit/949a1bbc2b51817aea7bdf5b34af868a646a20e2", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "04208409fae379e977017b6ab54b5b3df3937687", + "message": "branch5-11\n", + "date": 1698062169000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "5c031dc49e438aacbde0db7a2c80b8edd686ff97" + ], + "link": "http://localhost:3000/test/repository/commit/04208409fae379e977017b6ab54b5b3df3937687", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "6b65fcf8499a8fd51a86664c252196d5133897e6", + "message": "branch9-6\n", + "date": 1698062141000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a57e13ae14cb990b20d249822d1e3ac244311792" + ], + "link": "http://localhost:3000/test/repository/commit/6b65fcf8499a8fd51a86664c252196d5133897e6", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "a57e13ae14cb990b20d249822d1e3ac244311792", + "message": "branch9-5\n", + "date": 1698062025000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "4390e95135234d468dafb4a35cb5f575c0816efd" + ], + "link": "http://localhost:3000/test/repository/commit/a57e13ae14cb990b20d249822d1e3ac244311792", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "ad658d2bd406df97a1d519a69fce571182efb03d", + "message": "branch7-3\n", + "date": 1698061995000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df83ca4811e125a3e7751df69698c440676606e" + ], + "link": "http://localhost:3000/test/repository/commit/ad658d2bd406df97a1d519a69fce571182efb03d", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "5c031dc49e438aacbde0db7a2c80b8edd686ff97", + "message": "branch5-10\n", + "date": 1698061960000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "b23f5546bcb8d90ab4727e0f48fc6b30d610a81b" + ], + "link": "http://localhost:3000/test/repository/commit/5c031dc49e438aacbde0db7a2c80b8edd686ff97", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "b23f5546bcb8d90ab4727e0f48fc6b30d610a81b", + "message": "branch5-8\n", + "date": 1698061263000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "3d6a8e913b125e12f03568a170020b54222ef73b" + ], + "link": "http://localhost:3000/test/repository/commit/b23f5546bcb8d90ab4727e0f48fc6b30d610a81b", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "4390e95135234d468dafb4a35cb5f575c0816efd", + "message": "branch9-4\n", + "date": 1698061245000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d9c3b34b70034f05844c99f61af9a0d95f36240d" + ], + "link": "http://localhost:3000/test/repository/commit/4390e95135234d468dafb4a35cb5f575c0816efd", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "d9c3b34b70034f05844c99f61af9a0d95f36240d", + "message": "branch9-3\n", + "date": 1698061236000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6fe6941d1817df8a76fd888bcf6b2de0cecbe362" + ], + "link": "http://localhost:3000/test/repository/commit/d9c3b34b70034f05844c99f61af9a0d95f36240d", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "7df83ca4811e125a3e7751df69698c440676606e", + "message": "branch7-2\n", + "date": 1698061159000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "dc9967191a376d5c3dc3b657a18f51e0646f47b1" + ], + "link": "http://localhost:3000/test/repository/commit/7df83ca4811e125a3e7751df69698c440676606e", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "3d6a8e913b125e12f03568a170020b54222ef73b", + "message": "branch5-7\n", + "date": 1698061128000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "aa7ffdf45fe7b33f0dff6c8e510daaf181003488" + ], + "link": "http://localhost:3000/test/repository/commit/3d6a8e913b125e12f03568a170020b54222ef73b", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "6fe6941d1817df8a76fd888bcf6b2de0cecbe362", + "message": "branch9-2\n", + "date": 1698060969000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "ead87b8ec6810a0e44bb73db62a5135c99ce6b9f" + ], + "link": "http://localhost:3000/test/repository/commit/6fe6941d1817df8a76fd888bcf6b2de0cecbe362", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "ead87b8ec6810a0e44bb73db62a5135c99ce6b9f", + "message": "branch9-1\n", + "date": 1698060882000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d" + ], + "link": "http://localhost:3000/test/repository/commit/ead87b8ec6810a0e44bb73db62a5135c99ce6b9f", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "aa7ffdf45fe7b33f0dff6c8e510daaf181003488", + "message": "branch5-6\n", + "date": 1698060787000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6ad539160277c0c60fa45ff89e97c2050bf36488" + ], + "link": "http://localhost:3000/test/repository/commit/aa7ffdf45fe7b33f0dff6c8e510daaf181003488", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "6ad539160277c0c60fa45ff89e97c2050bf36488", + "message": "branch5-5\n", + "date": 1698060775000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "0090343c8a75a949ddc824f7ea5bea46c96c4e57" + ], + "link": "http://localhost:3000/test/repository/commit/6ad539160277c0c60fa45ff89e97c2050bf36488", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "dc9967191a376d5c3dc3b657a18f51e0646f47b1", + "message": "branch7-1\n", + "date": 1698060755000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "dbd38bc2dfc930068413a3f04722e22dbed2d541" + ], + "link": "http://localhost:3000/test/repository/commit/dc9967191a376d5c3dc3b657a18f51e0646f47b1", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "0090343c8a75a949ddc824f7ea5bea46c96c4e57", + "message": "branch5-4\n", + "date": 1698060366000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "215948d99d227c32796ac9f2e554d62e517a97ae" + ], + "link": "http://localhost:3000/test/repository/commit/0090343c8a75a949ddc824f7ea5bea46c96c4e57", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "215948d99d227c32796ac9f2e554d62e517a97ae", + "message": "branch5-3\n", + "date": 1698060356000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "0b06165093e26d8548079cf1f2303f39d3d746ed" + ], + "link": "http://localhost:3000/test/repository/commit/215948d99d227c32796ac9f2e554d62e517a97ae", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "0b06165093e26d8548079cf1f2303f39d3d746ed", + "message": "branch5-2\n", + "date": 1698060077000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d952287e8c235ee6a2af1e00b7a40b68290026db" + ], + "link": "http://localhost:3000/test/repository/commit/0b06165093e26d8548079cf1f2303f39d3d746ed", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "d952287e8c235ee6a2af1e00b7a40b68290026db", + "message": "branch5-1\n", + "date": 1698059997000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "db0e1c52ad53401bd29a744cd81a3a492137bb5e" + ], + "link": "http://localhost:3000/test/repository/commit/d952287e8c235ee6a2af1e00b7a40b68290026db", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/commits-3.json b/test-common/src/main/resources/gitea/commits-3.json index 29973e3..cf93229 100644 --- a/test-common/src/main/resources/gitea/commits-3.json +++ b/test-common/src/main/resources/gitea/commits-3.json @@ -1 +1,345 @@ -[{"hash":"8a8e33be61168092ec855249e2a9fff03616d7c1","message":"branch6-18\n","date":1698064330000,"author":{"name":"admin","avatar":null},"parents":["674b1d0609bba3d6f8724a03c909668603f7d212"],"link":"http://localhost:3000/test/repository/commit/8a8e33be61168092ec855249e2a9fff03616d7c1","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"674b1d0609bba3d6f8724a03c909668603f7d212","message":"branch6-17\n","date":1698064000000,"author":{"name":"admin","avatar":null},"parents":["a531323a866e74b57e5091b8aea6c7f1d1a8ae42"],"link":"http://localhost:3000/test/repository/commit/674b1d0609bba3d6f8724a03c909668603f7d212","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"a531323a866e74b57e5091b8aea6c7f1d1a8ae42","message":"branch6-16\n","date":1698063742000,"author":{"name":"admin","avatar":null},"parents":["1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b"],"link":"http://localhost:3000/test/repository/commit/a531323a866e74b57e5091b8aea6c7f1d1a8ae42","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b","message":"branch6-15\n","date":1698063431000,"author":{"name":"admin","avatar":null},"parents":["62dad9363a19b4074b4ac2b8325af810fb69fb8e"],"link":"http://localhost:3000/test/repository/commit/1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"62dad9363a19b4074b4ac2b8325af810fb69fb8e","message":"branch6-14\n","date":1698063299000,"author":{"name":"admin","avatar":null},"parents":["6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b"],"link":"http://localhost:3000/test/repository/commit/62dad9363a19b4074b4ac2b8325af810fb69fb8e","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b","message":"branch6-13\n","date":1698063190000,"author":{"name":"admin","avatar":null},"parents":["c7c70e247e37162bb24c0f503302c961580928ec"],"link":"http://localhost:3000/test/repository/commit/6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"c7c70e247e37162bb24c0f503302c961580928ec","message":"branch6-12\n","date":1698062888000,"author":{"name":"admin","avatar":null},"parents":["1055f626b81a5e0d29bc053342f22d35d047791f"],"link":"http://localhost:3000/test/repository/commit/c7c70e247e37162bb24c0f503302c961580928ec","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"1055f626b81a5e0d29bc053342f22d35d047791f","message":"branch6-11\n","date":1698062650000,"author":{"name":"admin","avatar":null},"parents":["b8b27edc72b1d39ea84498a57ae3389c4571251f"],"link":"http://localhost:3000/test/repository/commit/1055f626b81a5e0d29bc053342f22d35d047791f","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"b8b27edc72b1d39ea84498a57ae3389c4571251f","message":"branch6-10\n","date":1698062639000,"author":{"name":"admin","avatar":null},"parents":["cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd"],"link":"http://localhost:3000/test/repository/commit/b8b27edc72b1d39ea84498a57ae3389c4571251f","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd","message":"branch6-9\n","date":1698062386000,"author":{"name":"admin","avatar":null},"parents":["0cfec512ddf7571da169c3213753123c266054ce"],"link":"http://localhost:3000/test/repository/commit/cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"0cfec512ddf7571da169c3213753123c266054ce","message":"branch6-8\n","date":1698062229000,"author":{"name":"admin","avatar":null},"parents":["296836127eaf4975f57496b58962dd9712a60536"],"link":"http://localhost:3000/test/repository/commit/0cfec512ddf7571da169c3213753123c266054ce","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"296836127eaf4975f57496b58962dd9712a60536","message":"Merge branch 'branch8' into branch6\n\n# Conflicts:\n#\tREADME.md\n","date":1698062112000,"author":{"name":"admin","avatar":null},"parents":["fa16f0683f2072ee612660a0823d08e29a553afa","dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc"],"link":"http://localhost:3000/test/repository/commit/296836127eaf4975f57496b58962dd9712a60536","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"fa16f0683f2072ee612660a0823d08e29a553afa","message":"branch6-7\n","date":1698062080000,"author":{"name":"admin","avatar":null},"parents":["e06a20a0d3899b16ffcac72a5f60e0ec15461928"],"link":"http://localhost:3000/test/repository/commit/fa16f0683f2072ee612660a0823d08e29a553afa","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"e06a20a0d3899b16ffcac72a5f60e0ec15461928","message":"branch6-6\n","date":1698061981000,"author":{"name":"admin","avatar":null},"parents":["b2db70de4f462bc473a72f4fb6595dacd73b3236"],"link":"http://localhost:3000/test/repository/commit/e06a20a0d3899b16ffcac72a5f60e0ec15461928","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"b2db70de4f462bc473a72f4fb6595dacd73b3236","message":"branch6-5\n","date":1698061326000,"author":{"name":"admin","avatar":null},"parents":["0c20ea8f6f585c74f8b94321ed7aeaee336f76b5"],"link":"http://localhost:3000/test/repository/commit/b2db70de4f462bc473a72f4fb6595dacd73b3236","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"0c20ea8f6f585c74f8b94321ed7aeaee336f76b5","message":"branch6-4\n","date":1698061116000,"author":{"name":"admin","avatar":null},"parents":["b145067ce708e49f6685255d6c844cd9faffedf4"],"link":"http://localhost:3000/test/repository/commit/0c20ea8f6f585c74f8b94321ed7aeaee336f76b5","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"b145067ce708e49f6685255d6c844cd9faffedf4","message":"branch6-3\n","date":1698060699000,"author":{"name":"admin","avatar":null},"parents":["5a22310a90d94183cf356c368e4b474e1b0fbbc5"],"link":"http://localhost:3000/test/repository/commit/b145067ce708e49f6685255d6c844cd9faffedf4","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"5a22310a90d94183cf356c368e4b474e1b0fbbc5","message":"branch6-2\n","date":1698060480000,"author":{"name":"admin","avatar":null},"parents":["74e29e52909d49a9c8888e80390042ed5a8c310c"],"link":"http://localhost:3000/test/repository/commit/5a22310a90d94183cf356c368e4b474e1b0fbbc5","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"74e29e52909d49a9c8888e80390042ed5a8c310c","message":"branch6-1\n","date":1698060312000,"author":{"name":"admin","avatar":null},"parents":["6018644267ae27200d609488001487c6d722fb69"],"link":"http://localhost:3000/test/repository/commit/74e29e52909d49a9c8888e80390042ed5a8c310c","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}}] \ No newline at end of file +[ + { + "hash": "8a8e33be61168092ec855249e2a9fff03616d7c1", + "message": "branch6-18\n", + "date": 1698064330000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "674b1d0609bba3d6f8724a03c909668603f7d212" + ], + "link": "http://localhost:3000/test/repository/commit/8a8e33be61168092ec855249e2a9fff03616d7c1", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "674b1d0609bba3d6f8724a03c909668603f7d212", + "message": "branch6-17\n", + "date": 1698064000000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a531323a866e74b57e5091b8aea6c7f1d1a8ae42" + ], + "link": "http://localhost:3000/test/repository/commit/674b1d0609bba3d6f8724a03c909668603f7d212", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "a531323a866e74b57e5091b8aea6c7f1d1a8ae42", + "message": "branch6-16\n", + "date": 1698063742000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b" + ], + "link": "http://localhost:3000/test/repository/commit/a531323a866e74b57e5091b8aea6c7f1d1a8ae42", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b", + "message": "branch6-15\n", + "date": 1698063431000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "62dad9363a19b4074b4ac2b8325af810fb69fb8e" + ], + "link": "http://localhost:3000/test/repository/commit/1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "62dad9363a19b4074b4ac2b8325af810fb69fb8e", + "message": "branch6-14\n", + "date": 1698063299000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b" + ], + "link": "http://localhost:3000/test/repository/commit/62dad9363a19b4074b4ac2b8325af810fb69fb8e", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b", + "message": "branch6-13\n", + "date": 1698063190000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c7c70e247e37162bb24c0f503302c961580928ec" + ], + "link": "http://localhost:3000/test/repository/commit/6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "c7c70e247e37162bb24c0f503302c961580928ec", + "message": "branch6-12\n", + "date": 1698062888000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1055f626b81a5e0d29bc053342f22d35d047791f" + ], + "link": "http://localhost:3000/test/repository/commit/c7c70e247e37162bb24c0f503302c961580928ec", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "1055f626b81a5e0d29bc053342f22d35d047791f", + "message": "branch6-11\n", + "date": 1698062650000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "b8b27edc72b1d39ea84498a57ae3389c4571251f" + ], + "link": "http://localhost:3000/test/repository/commit/1055f626b81a5e0d29bc053342f22d35d047791f", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "b8b27edc72b1d39ea84498a57ae3389c4571251f", + "message": "branch6-10\n", + "date": 1698062639000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd" + ], + "link": "http://localhost:3000/test/repository/commit/b8b27edc72b1d39ea84498a57ae3389c4571251f", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd", + "message": "branch6-9\n", + "date": 1698062386000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "0cfec512ddf7571da169c3213753123c266054ce" + ], + "link": "http://localhost:3000/test/repository/commit/cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "0cfec512ddf7571da169c3213753123c266054ce", + "message": "branch6-8\n", + "date": 1698062229000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "296836127eaf4975f57496b58962dd9712a60536" + ], + "link": "http://localhost:3000/test/repository/commit/0cfec512ddf7571da169c3213753123c266054ce", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "296836127eaf4975f57496b58962dd9712a60536", + "message": "Merge branch 'branch8' into branch6\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698062112000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "fa16f0683f2072ee612660a0823d08e29a553afa", + "dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc" + ], + "link": "http://localhost:3000/test/repository/commit/296836127eaf4975f57496b58962dd9712a60536", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "fa16f0683f2072ee612660a0823d08e29a553afa", + "message": "branch6-7\n", + "date": 1698062080000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "e06a20a0d3899b16ffcac72a5f60e0ec15461928" + ], + "link": "http://localhost:3000/test/repository/commit/fa16f0683f2072ee612660a0823d08e29a553afa", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "e06a20a0d3899b16ffcac72a5f60e0ec15461928", + "message": "branch6-6\n", + "date": 1698061981000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "b2db70de4f462bc473a72f4fb6595dacd73b3236" + ], + "link": "http://localhost:3000/test/repository/commit/e06a20a0d3899b16ffcac72a5f60e0ec15461928", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "b2db70de4f462bc473a72f4fb6595dacd73b3236", + "message": "branch6-5\n", + "date": 1698061326000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "0c20ea8f6f585c74f8b94321ed7aeaee336f76b5" + ], + "link": "http://localhost:3000/test/repository/commit/b2db70de4f462bc473a72f4fb6595dacd73b3236", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "0c20ea8f6f585c74f8b94321ed7aeaee336f76b5", + "message": "branch6-4\n", + "date": 1698061116000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "b145067ce708e49f6685255d6c844cd9faffedf4" + ], + "link": "http://localhost:3000/test/repository/commit/0c20ea8f6f585c74f8b94321ed7aeaee336f76b5", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "b145067ce708e49f6685255d6c844cd9faffedf4", + "message": "branch6-3\n", + "date": 1698060699000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "5a22310a90d94183cf356c368e4b474e1b0fbbc5" + ], + "link": "http://localhost:3000/test/repository/commit/b145067ce708e49f6685255d6c844cd9faffedf4", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "5a22310a90d94183cf356c368e4b474e1b0fbbc5", + "message": "branch6-2\n", + "date": 1698060480000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "74e29e52909d49a9c8888e80390042ed5a8c310c" + ], + "link": "http://localhost:3000/test/repository/commit/5a22310a90d94183cf356c368e4b474e1b0fbbc5", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "74e29e52909d49a9c8888e80390042ed5a8c310c", + "message": "branch6-1\n", + "date": 1698060312000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6018644267ae27200d609488001487c6d722fb69" + ], + "link": "http://localhost:3000/test/repository/commit/74e29e52909d49a9c8888e80390042ed5a8c310c", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/commits-4.json b/test-common/src/main/resources/gitea/commits-4.json index c95986b..4fe10d2 100644 --- a/test-common/src/main/resources/gitea/commits-4.json +++ b/test-common/src/main/resources/gitea/commits-4.json @@ -1 +1,2986 @@ -[{"hash":"9739bc2df043ffb738d33c5ee25c9fd7becea044","message":"master-40\n","date":1698064920000,"author":{"name":"admin","avatar":null},"parents":["d0e41165818d1f4b47813c47fc09cdf933ac734d"],"link":"http://localhost:3000/test/repository/commit/9739bc2df043ffb738d33c5ee25c9fd7becea044","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"d0e41165818d1f4b47813c47fc09cdf933ac734d","message":"Merge branch 'branch15'\n\n# Conflicts:\n#\tREADME.md\n","date":1698064904000,"author":{"name":"admin","avatar":null},"parents":["521b19564ebc5c88204d9b8838051320c742bd10","0b9f96e43972a34a06ac4c8978a44b898e5102ea"],"link":"http://localhost:3000/test/repository/commit/d0e41165818d1f4b47813c47fc09cdf933ac734d","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"0b9f96e43972a34a06ac4c8978a44b898e5102ea","message":"branch15-8\n","date":1698064876000,"author":{"name":"admin","avatar":null},"parents":["f0c902411afa60b13c4744069effda55366f6972"],"link":"http://localhost:3000/test/repository/commit/0b9f96e43972a34a06ac4c8978a44b898e5102ea","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"521b19564ebc5c88204d9b8838051320c742bd10","message":"master-39\n","date":1698064862000,"author":{"name":"admin","avatar":null},"parents":["820ef54c6a5a99795ef679bec7367ee22345a4ee"],"link":"http://localhost:3000/test/repository/commit/521b19564ebc5c88204d9b8838051320c742bd10","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"820ef54c6a5a99795ef679bec7367ee22345a4ee","message":"Merge branch 'branch17'\n\n# Conflicts:\n#\tREADME.md\n","date":1698064840000,"author":{"name":"admin","avatar":null},"parents":["5343ca684fceb8640b57fb562d4e617fccdf97c2","654bdb6dd852848583cc7775ed47ebb37d1be1e5"],"link":"http://localhost:3000/test/repository/commit/820ef54c6a5a99795ef679bec7367ee22345a4ee","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"5343ca684fceb8640b57fb562d4e617fccdf97c2","message":"Merge branch 'branch10'\n\n# Conflicts:\n#\tREADME.md\n","date":1698064803000,"author":{"name":"admin","avatar":null},"parents":["a933dc6b4fe8e8f66856b4cb9da7f4bf8ad0e017","9b105569d9b62833384b52e347e288b499a83c43"],"link":"http://localhost:3000/test/repository/commit/5343ca684fceb8640b57fb562d4e617fccdf97c2","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"a933dc6b4fe8e8f66856b4cb9da7f4bf8ad0e017","message":"master-38\n","date":1698064763000,"author":{"name":"admin","avatar":null},"parents":["5d7490df781fb2605bc5174b9b9f6b80fbacba99"],"link":"http://localhost:3000/test/repository/commit/a933dc6b4fe8e8f66856b4cb9da7f4bf8ad0e017","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"f0c902411afa60b13c4744069effda55366f6972","message":"branch15-7\n","date":1698064716000,"author":{"name":"admin","avatar":null},"parents":["a0a1c8f31bba77e334201e33d32bb18871618b25"],"link":"http://localhost:3000/test/repository/commit/f0c902411afa60b13c4744069effda55366f6972","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"9b105569d9b62833384b52e347e288b499a83c43","message":"branch10-8\n","date":1698064700000,"author":{"name":"admin","avatar":null},"parents":["0371831a97b0d2d6a0bbe4116cd2642bd0268588"],"link":"http://localhost:3000/test/repository/commit/9b105569d9b62833384b52e347e288b499a83c43","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"654bdb6dd852848583cc7775ed47ebb37d1be1e5","message":"branch17-2\n","date":1698064689000,"author":{"name":"admin","avatar":null},"parents":["e590e0933e950f7d63037001ffac5dd65f464b19"],"link":"http://localhost:3000/test/repository/commit/654bdb6dd852848583cc7775ed47ebb37d1be1e5","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"5d7490df781fb2605bc5174b9b9f6b80fbacba99","message":"Merge branch 'branch6'\n\n# Conflicts:\n#\tREADME.md\n","date":1698064629000,"author":{"name":"admin","avatar":null},"parents":["1ec50f69c2aedcdd66e72cc8e8d55134ac063380","8a8e33be61168092ec855249e2a9fff03616d7c1"],"link":"http://localhost:3000/test/repository/commit/5d7490df781fb2605bc5174b9b9f6b80fbacba99","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"e590e0933e950f7d63037001ffac5dd65f464b19","message":"branch17-1\n","date":1698064581000,"author":{"name":"admin","avatar":null},"parents":["1ec50f69c2aedcdd66e72cc8e8d55134ac063380"],"link":"http://localhost:3000/test/repository/commit/e590e0933e950f7d63037001ffac5dd65f464b19","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"1ec50f69c2aedcdd66e72cc8e8d55134ac063380","message":"master-37\n","date":1698064554000,"author":{"name":"admin","avatar":null},"parents":["5fb773dbe6472a87632b1c68ea771decdcd20f1e"],"link":"http://localhost:3000/test/repository/commit/1ec50f69c2aedcdd66e72cc8e8d55134ac063380","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"5fb773dbe6472a87632b1c68ea771decdcd20f1e","message":"master-36\n","date":1698064512000,"author":{"name":"admin","avatar":null},"parents":["3df9d9661fd7cd199b300881347c6eba9000d77c"],"link":"http://localhost:3000/test/repository/commit/5fb773dbe6472a87632b1c68ea771decdcd20f1e","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"0371831a97b0d2d6a0bbe4116cd2642bd0268588","message":"branch10-7\n","date":1698064492000,"author":{"name":"admin","avatar":null},"parents":["0a0cba0e67336caefaa6f2fe6102f69dce9e6f65"],"link":"http://localhost:3000/test/repository/commit/0371831a97b0d2d6a0bbe4116cd2642bd0268588","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"0a0cba0e67336caefaa6f2fe6102f69dce9e6f65","message":"branch10-6\n","date":1698064436000,"author":{"name":"admin","avatar":null},"parents":["c95069724f5e73f350f3c48803c94422a3aaae6d"],"link":"http://localhost:3000/test/repository/commit/0a0cba0e67336caefaa6f2fe6102f69dce9e6f65","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"a0a1c8f31bba77e334201e33d32bb18871618b25","message":"branch15-6\n","date":1698064426000,"author":{"name":"admin","avatar":null},"parents":["65bb62440f2da1bf61d39a0f0781ccc77f58326a"],"link":"http://localhost:3000/test/repository/commit/a0a1c8f31bba77e334201e33d32bb18871618b25","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"3df9d9661fd7cd199b300881347c6eba9000d77c","message":"Merge branch 'branch14'\n\n# Conflicts:\n#\tREADME.md\n","date":1698064390000,"author":{"name":"admin","avatar":null},"parents":["2cd831abeae867185af1350738da08d80a2324f0","4c781b01fa41b7539a9d7289b3d34803c7a3a782"],"link":"http://localhost:3000/test/repository/commit/3df9d9661fd7cd199b300881347c6eba9000d77c","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"2cd831abeae867185af1350738da08d80a2324f0","message":"master-35\n","date":1698064366000,"author":{"name":"admin","avatar":null},"parents":["df4c133e8872af329e9d28f990d2eda09417ae45"],"link":"http://localhost:3000/test/repository/commit/2cd831abeae867185af1350738da08d80a2324f0","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"4c781b01fa41b7539a9d7289b3d34803c7a3a782","message":"branch14-5\n","date":1698064357000,"author":{"name":"admin","avatar":null},"parents":["8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7"],"link":"http://localhost:3000/test/repository/commit/4c781b01fa41b7539a9d7289b3d34803c7a3a782","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"65bb62440f2da1bf61d39a0f0781ccc77f58326a","message":"branch15-5\n","date":1698064345000,"author":{"name":"admin","avatar":null},"parents":["c051a056e6a9ef7f89fbf81daa2dc661f88ae61f"],"link":"http://localhost:3000/test/repository/commit/65bb62440f2da1bf61d39a0f0781ccc77f58326a","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"8a8e33be61168092ec855249e2a9fff03616d7c1","message":"branch6-18\n","date":1698064330000,"author":{"name":"admin","avatar":null},"parents":["674b1d0609bba3d6f8724a03c909668603f7d212"],"link":"http://localhost:3000/test/repository/commit/8a8e33be61168092ec855249e2a9fff03616d7c1","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7","message":"branch14-4\n","date":1698064316000,"author":{"name":"admin","avatar":null},"parents":["5c259964e83083c7f2a3e1d324ce456d642a8d9b"],"link":"http://localhost:3000/test/repository/commit/8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"c051a056e6a9ef7f89fbf81daa2dc661f88ae61f","message":"branch15-4\n","date":1698064303000,"author":{"name":"admin","avatar":null},"parents":["b52bc35461c94e01de62697881648a7f1987c497"],"link":"http://localhost:3000/test/repository/commit/c051a056e6a9ef7f89fbf81daa2dc661f88ae61f","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"b52bc35461c94e01de62697881648a7f1987c497","message":"branch15-3\n","date":1698064294000,"author":{"name":"admin","avatar":null},"parents":["87222af5e38e566db6a902144c28bafaad20206a"],"link":"http://localhost:3000/test/repository/commit/b52bc35461c94e01de62697881648a7f1987c497","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"c95069724f5e73f350f3c48803c94422a3aaae6d","message":"branch10-5\n","date":1698064236000,"author":{"name":"admin","avatar":null},"parents":["1005127d97104aae259c10fc67e0c0f0eccc29dc"],"link":"http://localhost:3000/test/repository/commit/c95069724f5e73f350f3c48803c94422a3aaae6d","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"df4c133e8872af329e9d28f990d2eda09417ae45","message":"master-34\n","date":1698064202000,"author":{"name":"admin","avatar":null},"parents":["e4784ccbcddcff4ad43b9636b23a897b9a28ef85"],"link":"http://localhost:3000/test/repository/commit/df4c133e8872af329e9d28f990d2eda09417ae45","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"e4784ccbcddcff4ad43b9636b23a897b9a28ef85","message":"Merge branch 'branch13'\n\n# Conflicts:\n#\tREADME.md\n","date":1698064107000,"author":{"name":"admin","avatar":null},"parents":["6a4a1d565e484ff908b8852ac036c976c9427091","9b4b1058ddc9ca8f66f4f1eb515fe41b76487254"],"link":"http://localhost:3000/test/repository/commit/e4784ccbcddcff4ad43b9636b23a897b9a28ef85","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"9b4b1058ddc9ca8f66f4f1eb515fe41b76487254","message":"branch13-7\n","date":1698064070000,"author":{"name":"admin","avatar":null},"parents":["546f41c47988d1ac0a7a43be5d53771f3f363484"],"link":"http://localhost:3000/test/repository/commit/9b4b1058ddc9ca8f66f4f1eb515fe41b76487254","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"87222af5e38e566db6a902144c28bafaad20206a","message":"branch15-2\n","date":1698064052000,"author":{"name":"admin","avatar":null},"parents":["c3ee774a76d3606638390806c79cd632fcf4684a"],"link":"http://localhost:3000/test/repository/commit/87222af5e38e566db6a902144c28bafaad20206a","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"674b1d0609bba3d6f8724a03c909668603f7d212","message":"branch6-17\n","date":1698064000000,"author":{"name":"admin","avatar":null},"parents":["a531323a866e74b57e5091b8aea6c7f1d1a8ae42"],"link":"http://localhost:3000/test/repository/commit/674b1d0609bba3d6f8724a03c909668603f7d212","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"5c259964e83083c7f2a3e1d324ce456d642a8d9b","message":"branch14-3\n","date":1698063984000,"author":{"name":"admin","avatar":null},"parents":["46a92ce0118d65e64b6d652b4241703a9707ad74"],"link":"http://localhost:3000/test/repository/commit/5c259964e83083c7f2a3e1d324ce456d642a8d9b","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"c3ee774a76d3606638390806c79cd632fcf4684a","message":"branch15-1\n","date":1698063968000,"author":{"name":"admin","avatar":null},"parents":["6a4a1d565e484ff908b8852ac036c976c9427091"],"link":"http://localhost:3000/test/repository/commit/c3ee774a76d3606638390806c79cd632fcf4684a","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"6a4a1d565e484ff908b8852ac036c976c9427091","message":"master-33\n","date":1698063941000,"author":{"name":"admin","avatar":null},"parents":["81c56ba3e9d0f3f6a929d8ac5700094900ea0e10"],"link":"http://localhost:3000/test/repository/commit/6a4a1d565e484ff908b8852ac036c976c9427091","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"546f41c47988d1ac0a7a43be5d53771f3f363484","message":"branch13-6\n","date":1698063920000,"author":{"name":"admin","avatar":null},"parents":["538a1f8be0f1a738461c1ffcd2568e99983fce22"],"link":"http://localhost:3000/test/repository/commit/546f41c47988d1ac0a7a43be5d53771f3f363484","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"538a1f8be0f1a738461c1ffcd2568e99983fce22","message":"branch13-5\n","date":1698063912000,"author":{"name":"admin","avatar":null},"parents":["10a22f127828a63db16e2b128aa8e1f922eb7445"],"link":"http://localhost:3000/test/repository/commit/538a1f8be0f1a738461c1ffcd2568e99983fce22","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"1005127d97104aae259c10fc67e0c0f0eccc29dc","message":"branch10-4\n","date":1698063891000,"author":{"name":"admin","avatar":null},"parents":["1dcd99f652b3be88710f22124566ac33403ea105"],"link":"http://localhost:3000/test/repository/commit/1005127d97104aae259c10fc67e0c0f0eccc29dc","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"1dcd99f652b3be88710f22124566ac33403ea105","message":"Merge branch 'branch12' into branch10\n\n# Conflicts:\n#\tREADME.md\n","date":1698063864000,"author":{"name":"admin","avatar":null},"parents":["71e10545752524911653da7328c3fe8ad78544c4","9c8daf84e7ed6ea1d32f654362131e26dbf37440"],"link":"http://localhost:3000/test/repository/commit/1dcd99f652b3be88710f22124566ac33403ea105","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"9c8daf84e7ed6ea1d32f654362131e26dbf37440","message":"branch12-5\n","date":1698063827000,"author":{"name":"admin","avatar":null},"parents":["c872a8a9cb81e03b6fcd67f480a35e0a5849720a"],"link":"http://localhost:3000/test/repository/commit/9c8daf84e7ed6ea1d32f654362131e26dbf37440","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"46a92ce0118d65e64b6d652b4241703a9707ad74","message":"branch14-2\n","date":1698063777000,"author":{"name":"admin","avatar":null},"parents":["512f36722583c58179f54ccbfbad3d351adae81d"],"link":"http://localhost:3000/test/repository/commit/46a92ce0118d65e64b6d652b4241703a9707ad74","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"71e10545752524911653da7328c3fe8ad78544c4","message":"branch10-3\n","date":1698063762000,"author":{"name":"admin","avatar":null},"parents":["ab155e3a0a3f2c7a4de6cea49a33f6eeb66432b1"],"link":"http://localhost:3000/test/repository/commit/71e10545752524911653da7328c3fe8ad78544c4","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"a531323a866e74b57e5091b8aea6c7f1d1a8ae42","message":"branch6-16\n","date":1698063742000,"author":{"name":"admin","avatar":null},"parents":["1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b"],"link":"http://localhost:3000/test/repository/commit/a531323a866e74b57e5091b8aea6c7f1d1a8ae42","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"81c56ba3e9d0f3f6a929d8ac5700094900ea0e10","message":"master-32\n","date":1698063707000,"author":{"name":"admin","avatar":null},"parents":["59a2e00fc11df460e60befe95bbc44bdb94187b1"],"link":"http://localhost:3000/test/repository/commit/81c56ba3e9d0f3f6a929d8ac5700094900ea0e10","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"10a22f127828a63db16e2b128aa8e1f922eb7445","message":"branch13-4\n","date":1698063689000,"author":{"name":"admin","avatar":null},"parents":["cf1ed77a3b13dc829ea9204f132355a76d4c1741"],"link":"http://localhost:3000/test/repository/commit/10a22f127828a63db16e2b128aa8e1f922eb7445","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"c872a8a9cb81e03b6fcd67f480a35e0a5849720a","message":"branch12-4\n","date":1698063671000,"author":{"name":"admin","avatar":null},"parents":["e9e6adf46c71db9bdc4d34c7133f6a0a87cf681f"],"link":"http://localhost:3000/test/repository/commit/c872a8a9cb81e03b6fcd67f480a35e0a5849720a","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"e9e6adf46c71db9bdc4d34c7133f6a0a87cf681f","message":"branch12-3\n","date":1698063662000,"author":{"name":"admin","avatar":null},"parents":["44f8ca088087512e6b8c443786295d0878639ecc"],"link":"http://localhost:3000/test/repository/commit/e9e6adf46c71db9bdc4d34c7133f6a0a87cf681f","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"512f36722583c58179f54ccbfbad3d351adae81d","message":"branch14-1\n","date":1698063594000,"author":{"name":"admin","avatar":null},"parents":["59a2e00fc11df460e60befe95bbc44bdb94187b1"],"link":"http://localhost:3000/test/repository/commit/512f36722583c58179f54ccbfbad3d351adae81d","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"59a2e00fc11df460e60befe95bbc44bdb94187b1","message":"master-31\n","date":1698063564000,"author":{"name":"admin","avatar":null},"parents":["9d636c0604cd0059285ebe208840b702b5e0cf53"],"link":"http://localhost:3000/test/repository/commit/59a2e00fc11df460e60befe95bbc44bdb94187b1","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"ab155e3a0a3f2c7a4de6cea49a33f6eeb66432b1","message":"branch10-2\n","date":1698063555000,"author":{"name":"admin","avatar":null},"parents":["4c8cdeccf5946d70dfa42d0646ee85952fcaf6fc"],"link":"http://localhost:3000/test/repository/commit/ab155e3a0a3f2c7a4de6cea49a33f6eeb66432b1","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"cf1ed77a3b13dc829ea9204f132355a76d4c1741","message":"Merge branch 'branch11' into branch13\n\n# Conflicts:\n#\tREADME.md\n","date":1698063511000,"author":{"name":"admin","avatar":null},"parents":["e388f1174f45fe333cdb5061b9d597fb7877a785","f92c7ad50633eec83502d0e8783fb10f7204ec6f"],"link":"http://localhost:3000/test/repository/commit/cf1ed77a3b13dc829ea9204f132355a76d4c1741","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"9d636c0604cd0059285ebe208840b702b5e0cf53","message":"master-30\n","date":1698063441000,"author":{"name":"admin","avatar":null},"parents":["917f2ab13b79116615fd7b4fc6fc6b12c6429c3e"],"link":"http://localhost:3000/test/repository/commit/9d636c0604cd0059285ebe208840b702b5e0cf53","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b","message":"branch6-15\n","date":1698063431000,"author":{"name":"admin","avatar":null},"parents":["62dad9363a19b4074b4ac2b8325af810fb69fb8e"],"link":"http://localhost:3000/test/repository/commit/1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"f92c7ad50633eec83502d0e8783fb10f7204ec6f","message":"branch-11-2\n","date":1698063379000,"author":{"name":"admin","avatar":null},"parents":["c3132678f4537df982925c795a1acc0c1dd7c7de"],"link":"http://localhost:3000/test/repository/commit/f92c7ad50633eec83502d0e8783fb10f7204ec6f","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"e388f1174f45fe333cdb5061b9d597fb7877a785","message":"branch13-3\n","date":1698063363000,"author":{"name":"admin","avatar":null},"parents":["7df584fa61f3d16b9f9514b4034f5368c5e06410"],"link":"http://localhost:3000/test/repository/commit/e388f1174f45fe333cdb5061b9d597fb7877a785","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"4c8cdeccf5946d70dfa42d0646ee85952fcaf6fc","message":"branch10-1\n","date":1698063350000,"author":{"name":"admin","avatar":null},"parents":["585847a321fcbcdb8f397a155a123aba5a1a1d76"],"link":"http://localhost:3000/test/repository/commit/4c8cdeccf5946d70dfa42d0646ee85952fcaf6fc","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"44f8ca088087512e6b8c443786295d0878639ecc","message":"branch12-2\n","date":1698063326000,"author":{"name":"admin","avatar":null},"parents":["922b523518ab894b98d5d0cc387789e20e7536f1"],"link":"http://localhost:3000/test/repository/commit/44f8ca088087512e6b8c443786295d0878639ecc","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"922b523518ab894b98d5d0cc387789e20e7536f1","message":"branch12-1\n","date":1698063317000,"author":{"name":"admin","avatar":null},"parents":["a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981"],"link":"http://localhost:3000/test/repository/commit/922b523518ab894b98d5d0cc387789e20e7536f1","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"62dad9363a19b4074b4ac2b8325af810fb69fb8e","message":"branch6-14\n","date":1698063299000,"author":{"name":"admin","avatar":null},"parents":["6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b"],"link":"http://localhost:3000/test/repository/commit/62dad9363a19b4074b4ac2b8325af810fb69fb8e","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"c3132678f4537df982925c795a1acc0c1dd7c7de","message":"branch-11-1\n","date":1698063278000,"author":{"name":"admin","avatar":null},"parents":["2674103e85493d76e45e57a9b5372f8c7926d3a7"],"link":"http://localhost:3000/test/repository/commit/c3132678f4537df982925c795a1acc0c1dd7c7de","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"7df584fa61f3d16b9f9514b4034f5368c5e06410","message":"branch13-2\n","date":1698063255000,"author":{"name":"admin","avatar":null},"parents":["3e48313ba71bc2af8d954a5898f4caea65fe487d"],"link":"http://localhost:3000/test/repository/commit/7df584fa61f3d16b9f9514b4034f5368c5e06410","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"917f2ab13b79116615fd7b4fc6fc6b12c6429c3e","message":"master-29\n","date":1698063218000,"author":{"name":"admin","avatar":null},"parents":["a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981"],"link":"http://localhost:3000/test/repository/commit/917f2ab13b79116615fd7b4fc6fc6b12c6429c3e","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b","message":"branch6-13\n","date":1698063190000,"author":{"name":"admin","avatar":null},"parents":["c7c70e247e37162bb24c0f503302c961580928ec"],"link":"http://localhost:3000/test/repository/commit/6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"3e48313ba71bc2af8d954a5898f4caea65fe487d","message":"branch13-1\n","date":1698063117000,"author":{"name":"admin","avatar":null},"parents":["a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981"],"link":"http://localhost:3000/test/repository/commit/3e48313ba71bc2af8d954a5898f4caea65fe487d","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"c7c70e247e37162bb24c0f503302c961580928ec","message":"branch6-12\n","date":1698062888000,"author":{"name":"admin","avatar":null},"parents":["1055f626b81a5e0d29bc053342f22d35d047791f"],"link":"http://localhost:3000/test/repository/commit/c7c70e247e37162bb24c0f503302c961580928ec","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981","message":"master-28\n","date":1698062853000,"author":{"name":"admin","avatar":null},"parents":["7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1"],"link":"http://localhost:3000/test/repository/commit/a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1","message":"Merge branch 'branch9'\n\n# Conflicts:\n#\tREADME.md\n","date":1698062768000,"author":{"name":"admin","avatar":null},"parents":["4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","1df2a7d9351745624ff1f0e6bd87b331904507a7"],"link":"http://localhost:3000/test/repository/commit/7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","message":"master-27\n","date":1698062742000,"author":{"name":"admin","avatar":null},"parents":["2674103e85493d76e45e57a9b5372f8c7926d3a7"],"link":"http://localhost:3000/test/repository/commit/4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"2674103e85493d76e45e57a9b5372f8c7926d3a7","message":"master-26\n","date":1698062712000,"author":{"name":"admin","avatar":null},"parents":["585847a321fcbcdb8f397a155a123aba5a1a1d76"],"link":"http://localhost:3000/test/repository/commit/2674103e85493d76e45e57a9b5372f8c7926d3a7","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"1df2a7d9351745624ff1f0e6bd87b331904507a7","message":"branch9-9\n","date":1698062672000,"author":{"name":"admin","avatar":null},"parents":["fff2b60ae6a434c31c64c87fb7c044080b1acffb"],"link":"http://localhost:3000/test/repository/commit/1df2a7d9351745624ff1f0e6bd87b331904507a7","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"1055f626b81a5e0d29bc053342f22d35d047791f","message":"branch6-11\n","date":1698062650000,"author":{"name":"admin","avatar":null},"parents":["b8b27edc72b1d39ea84498a57ae3389c4571251f"],"link":"http://localhost:3000/test/repository/commit/1055f626b81a5e0d29bc053342f22d35d047791f","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"b8b27edc72b1d39ea84498a57ae3389c4571251f","message":"branch6-10\n","date":1698062639000,"author":{"name":"admin","avatar":null},"parents":["cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd"],"link":"http://localhost:3000/test/repository/commit/b8b27edc72b1d39ea84498a57ae3389c4571251f","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"585847a321fcbcdb8f397a155a123aba5a1a1d76","message":"Merge branch 'branch7'\n\n# Conflicts:\n#\tREADME.md\n","date":1698062551000,"author":{"name":"admin","avatar":null},"parents":["c79babff3c1405618214eba90398c685ac4c0349","fe85e0ed86aba2ff78439ba7f0170fe580ccb54e"],"link":"http://localhost:3000/test/repository/commit/585847a321fcbcdb8f397a155a123aba5a1a1d76","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"fe85e0ed86aba2ff78439ba7f0170fe580ccb54e","message":"Merge branch 'branch5' into branch7\n\n# Conflicts:\n#\tREADME.md\n","date":1698062492000,"author":{"name":"admin","avatar":null},"parents":["f6b5e1460f0a3ca1da2778acd54bd005620a0730","949a1bbc2b51817aea7bdf5b34af868a646a20e2"],"link":"http://localhost:3000/test/repository/commit/fe85e0ed86aba2ff78439ba7f0170fe580ccb54e","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd","message":"branch6-9\n","date":1698062386000,"author":{"name":"admin","avatar":null},"parents":["0cfec512ddf7571da169c3213753123c266054ce"],"link":"http://localhost:3000/test/repository/commit/cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"fff2b60ae6a434c31c64c87fb7c044080b1acffb","message":"branch9-8\n","date":1698062367000,"author":{"name":"admin","avatar":null},"parents":["8000baf077ff28405c32c539fa49393363508945"],"link":"http://localhost:3000/test/repository/commit/fff2b60ae6a434c31c64c87fb7c044080b1acffb","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"8000baf077ff28405c32c539fa49393363508945","message":"branch9-7\n","date":1698062359000,"author":{"name":"admin","avatar":null},"parents":["6b65fcf8499a8fd51a86664c252196d5133897e6"],"link":"http://localhost:3000/test/repository/commit/8000baf077ff28405c32c539fa49393363508945","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"c79babff3c1405618214eba90398c685ac4c0349","message":"master-25\n","date":1698062284000,"author":{"name":"admin","avatar":null},"parents":["d64326f97301c60eb85b9f95da6d2f563fc23bca"],"link":"http://localhost:3000/test/repository/commit/c79babff3c1405618214eba90398c685ac4c0349","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"d64326f97301c60eb85b9f95da6d2f563fc23bca","message":"master-24\n","date":1698062273000,"author":{"name":"admin","avatar":null},"parents":["d0b30d9b78ed157a552f3ed1fa2d175e33f7362d"],"link":"http://localhost:3000/test/repository/commit/d64326f97301c60eb85b9f95da6d2f563fc23bca","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"f6b5e1460f0a3ca1da2778acd54bd005620a0730","message":"branch7-4\n","date":1698062255000,"author":{"name":"admin","avatar":null},"parents":["ad658d2bd406df97a1d519a69fce571182efb03d"],"link":"http://localhost:3000/test/repository/commit/f6b5e1460f0a3ca1da2778acd54bd005620a0730","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"0cfec512ddf7571da169c3213753123c266054ce","message":"branch6-8\n","date":1698062229000,"author":{"name":"admin","avatar":null},"parents":["296836127eaf4975f57496b58962dd9712a60536"],"link":"http://localhost:3000/test/repository/commit/0cfec512ddf7571da169c3213753123c266054ce","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"949a1bbc2b51817aea7bdf5b34af868a646a20e2","message":"branch5-12\n","date":1698062178000,"author":{"name":"admin","avatar":null},"parents":["04208409fae379e977017b6ab54b5b3df3937687"],"link":"http://localhost:3000/test/repository/commit/949a1bbc2b51817aea7bdf5b34af868a646a20e2","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"04208409fae379e977017b6ab54b5b3df3937687","message":"branch5-11\n","date":1698062169000,"author":{"name":"admin","avatar":null},"parents":["5c031dc49e438aacbde0db7a2c80b8edd686ff97"],"link":"http://localhost:3000/test/repository/commit/04208409fae379e977017b6ab54b5b3df3937687","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"6b65fcf8499a8fd51a86664c252196d5133897e6","message":"branch9-6\n","date":1698062141000,"author":{"name":"admin","avatar":null},"parents":["a57e13ae14cb990b20d249822d1e3ac244311792"],"link":"http://localhost:3000/test/repository/commit/6b65fcf8499a8fd51a86664c252196d5133897e6","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"296836127eaf4975f57496b58962dd9712a60536","message":"Merge branch 'branch8' into branch6\n\n# Conflicts:\n#\tREADME.md\n","date":1698062112000,"author":{"name":"admin","avatar":null},"parents":["fa16f0683f2072ee612660a0823d08e29a553afa","dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc"],"link":"http://localhost:3000/test/repository/commit/296836127eaf4975f57496b58962dd9712a60536","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"fa16f0683f2072ee612660a0823d08e29a553afa","message":"branch6-7\n","date":1698062080000,"author":{"name":"admin","avatar":null},"parents":["e06a20a0d3899b16ffcac72a5f60e0ec15461928"],"link":"http://localhost:3000/test/repository/commit/fa16f0683f2072ee612660a0823d08e29a553afa","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"d0b30d9b78ed157a552f3ed1fa2d175e33f7362d","message":"master-23\n","date":1698062041000,"author":{"name":"admin","avatar":null},"parents":["f41405835a939fc7a31eab83557a7bd86dcbe118"],"link":"http://localhost:3000/test/repository/commit/d0b30d9b78ed157a552f3ed1fa2d175e33f7362d","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"a57e13ae14cb990b20d249822d1e3ac244311792","message":"branch9-5\n","date":1698062025000,"author":{"name":"admin","avatar":null},"parents":["4390e95135234d468dafb4a35cb5f575c0816efd"],"link":"http://localhost:3000/test/repository/commit/a57e13ae14cb990b20d249822d1e3ac244311792","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc","message":"branch8-5\n","date":1698062010000,"author":{"name":"admin","avatar":null},"parents":["9b63562e3d9345ce2e3e4d23c8c34dd4e65af444"],"link":"http://localhost:3000/test/repository/commit/dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"ad658d2bd406df97a1d519a69fce571182efb03d","message":"branch7-3\n","date":1698061995000,"author":{"name":"admin","avatar":null},"parents":["7df83ca4811e125a3e7751df69698c440676606e"],"link":"http://localhost:3000/test/repository/commit/ad658d2bd406df97a1d519a69fce571182efb03d","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"e06a20a0d3899b16ffcac72a5f60e0ec15461928","message":"branch6-6\n","date":1698061981000,"author":{"name":"admin","avatar":null},"parents":["b2db70de4f462bc473a72f4fb6595dacd73b3236"],"link":"http://localhost:3000/test/repository/commit/e06a20a0d3899b16ffcac72a5f60e0ec15461928","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"5c031dc49e438aacbde0db7a2c80b8edd686ff97","message":"branch5-10\n","date":1698061960000,"author":{"name":"admin","avatar":null},"parents":["b23f5546bcb8d90ab4727e0f48fc6b30d610a81b"],"link":"http://localhost:3000/test/repository/commit/5c031dc49e438aacbde0db7a2c80b8edd686ff97","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"f41405835a939fc7a31eab83557a7bd86dcbe118","message":"master-22\n","date":1698061407000,"author":{"name":"admin","avatar":null},"parents":["c1c06c19af8efe8314e96e741c61d92b9b862c2a"],"link":"http://localhost:3000/test/repository/commit/f41405835a939fc7a31eab83557a7bd86dcbe118","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"c1c06c19af8efe8314e96e741c61d92b9b862c2a","message":"Merge branch 'branch4'\n\n# Conflicts:\n#\tREADME.md\n","date":1698061384000,"author":{"name":"admin","avatar":null},"parents":["776d718e0310cef9d7cc3231c8ea359eb4923235","a24d1dcdb2dc6db8030616280b75093b5fcb0626"],"link":"http://localhost:3000/test/repository/commit/c1c06c19af8efe8314e96e741c61d92b9b862c2a","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"b2db70de4f462bc473a72f4fb6595dacd73b3236","message":"branch6-5\n","date":1698061326000,"author":{"name":"admin","avatar":null},"parents":["0c20ea8f6f585c74f8b94321ed7aeaee336f76b5"],"link":"http://localhost:3000/test/repository/commit/b2db70de4f462bc473a72f4fb6595dacd73b3236","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"a24d1dcdb2dc6db8030616280b75093b5fcb0626","message":"branch4-8\n","date":1698061290000,"author":{"name":"admin","avatar":null},"parents":["35aa1cdb9ad7cad7f603f55da50622b7b4750058"],"link":"http://localhost:3000/test/repository/commit/a24d1dcdb2dc6db8030616280b75093b5fcb0626","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"35aa1cdb9ad7cad7f603f55da50622b7b4750058","message":"branch4-7\n","date":1698061278000,"author":{"name":"admin","avatar":null},"parents":["d142c601820f1e1d52e883a58661a00f1817aadf"],"link":"http://localhost:3000/test/repository/commit/35aa1cdb9ad7cad7f603f55da50622b7b4750058","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"b23f5546bcb8d90ab4727e0f48fc6b30d610a81b","message":"branch5-8\n","date":1698061263000,"author":{"name":"admin","avatar":null},"parents":["3d6a8e913b125e12f03568a170020b54222ef73b"],"link":"http://localhost:3000/test/repository/commit/b23f5546bcb8d90ab4727e0f48fc6b30d610a81b","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"4390e95135234d468dafb4a35cb5f575c0816efd","message":"branch9-4\n","date":1698061245000,"author":{"name":"admin","avatar":null},"parents":["d9c3b34b70034f05844c99f61af9a0d95f36240d"],"link":"http://localhost:3000/test/repository/commit/4390e95135234d468dafb4a35cb5f575c0816efd","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"d9c3b34b70034f05844c99f61af9a0d95f36240d","message":"branch9-3\n","date":1698061236000,"author":{"name":"admin","avatar":null},"parents":["6fe6941d1817df8a76fd888bcf6b2de0cecbe362"],"link":"http://localhost:3000/test/repository/commit/d9c3b34b70034f05844c99f61af9a0d95f36240d","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"9b63562e3d9345ce2e3e4d23c8c34dd4e65af444","message":"branch8-4\n","date":1698061219000,"author":{"name":"admin","avatar":null},"parents":["a4bb4ea8c991c12e4353a095b8d5a79d3ba8f34e"],"link":"http://localhost:3000/test/repository/commit/9b63562e3d9345ce2e3e4d23c8c34dd4e65af444","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"a4bb4ea8c991c12e4353a095b8d5a79d3ba8f34e","message":"branch8-3\n","date":1698061210000,"author":{"name":"admin","avatar":null},"parents":["4d149b4e034ba20630e32d14f7860fe226fe58e8"],"link":"http://localhost:3000/test/repository/commit/a4bb4ea8c991c12e4353a095b8d5a79d3ba8f34e","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"776d718e0310cef9d7cc3231c8ea359eb4923235","message":"master-21\n","date":1698061173000,"author":{"name":"admin","avatar":null},"parents":["d85bb0e3a67727b30399326b5882d055cba83fb5"],"link":"http://localhost:3000/test/repository/commit/776d718e0310cef9d7cc3231c8ea359eb4923235","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"7df83ca4811e125a3e7751df69698c440676606e","message":"branch7-2\n","date":1698061159000,"author":{"name":"admin","avatar":null},"parents":["dc9967191a376d5c3dc3b657a18f51e0646f47b1"],"link":"http://localhost:3000/test/repository/commit/7df83ca4811e125a3e7751df69698c440676606e","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"d85bb0e3a67727b30399326b5882d055cba83fb5","message":"master-20\n","date":1698061146000,"author":{"name":"admin","avatar":null},"parents":["9486aabce424cf579cdc4597bf09a9b0fc9d3d7e"],"link":"http://localhost:3000/test/repository/commit/d85bb0e3a67727b30399326b5882d055cba83fb5","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"3d6a8e913b125e12f03568a170020b54222ef73b","message":"branch5-7\n","date":1698061128000,"author":{"name":"admin","avatar":null},"parents":["aa7ffdf45fe7b33f0dff6c8e510daaf181003488"],"link":"http://localhost:3000/test/repository/commit/3d6a8e913b125e12f03568a170020b54222ef73b","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"0c20ea8f6f585c74f8b94321ed7aeaee336f76b5","message":"branch6-4\n","date":1698061116000,"author":{"name":"admin","avatar":null},"parents":["b145067ce708e49f6685255d6c844cd9faffedf4"],"link":"http://localhost:3000/test/repository/commit/0c20ea8f6f585c74f8b94321ed7aeaee336f76b5","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"d142c601820f1e1d52e883a58661a00f1817aadf","message":"branch4-6\n","date":1698061086000,"author":{"name":"admin","avatar":null},"parents":["89028ff825ebadebf9b6bb56ff18c5446e3092ee"],"link":"http://localhost:3000/test/repository/commit/d142c601820f1e1d52e883a58661a00f1817aadf","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"4d149b4e034ba20630e32d14f7860fe226fe58e8","message":"branch8-2\n","date":1698060998000,"author":{"name":"admin","avatar":null},"parents":["1498425151e89ba284a6c9dbf81ed62bde7bd36f"],"link":"http://localhost:3000/test/repository/commit/4d149b4e034ba20630e32d14f7860fe226fe58e8","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"9486aabce424cf579cdc4597bf09a9b0fc9d3d7e","message":"master-19\n","date":1698060982000,"author":{"name":"admin","avatar":null},"parents":["68c29199f529726345ff1d3ee96d139bda6331b3"],"link":"http://localhost:3000/test/repository/commit/9486aabce424cf579cdc4597bf09a9b0fc9d3d7e","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"6fe6941d1817df8a76fd888bcf6b2de0cecbe362","message":"branch9-2\n","date":1698060969000,"author":{"name":"admin","avatar":null},"parents":["ead87b8ec6810a0e44bb73db62a5135c99ce6b9f"],"link":"http://localhost:3000/test/repository/commit/6fe6941d1817df8a76fd888bcf6b2de0cecbe362","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"68c29199f529726345ff1d3ee96d139bda6331b3","message":"Merge branch 'branch1'\n\n# Conflicts:\n#\tREADME.md\n","date":1698060925000,"author":{"name":"admin","avatar":null},"parents":["faca6581f4ab649ee7fadfb163ff88faf9348bfc","1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d"],"link":"http://localhost:3000/test/repository/commit/68c29199f529726345ff1d3ee96d139bda6331b3","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"ead87b8ec6810a0e44bb73db62a5135c99ce6b9f","message":"branch9-1\n","date":1698060882000,"author":{"name":"admin","avatar":null},"parents":["1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d"],"link":"http://localhost:3000/test/repository/commit/ead87b8ec6810a0e44bb73db62a5135c99ce6b9f","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"faca6581f4ab649ee7fadfb163ff88faf9348bfc","message":"master-18\n","date":1698060805000,"author":{"name":"admin","avatar":null},"parents":["2c8efc7e340202de9f064c6ea2c3e79a7853bfcf"],"link":"http://localhost:3000/test/repository/commit/faca6581f4ab649ee7fadfb163ff88faf9348bfc","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"aa7ffdf45fe7b33f0dff6c8e510daaf181003488","message":"branch5-6\n","date":1698060787000,"author":{"name":"admin","avatar":null},"parents":["6ad539160277c0c60fa45ff89e97c2050bf36488"],"link":"http://localhost:3000/test/repository/commit/aa7ffdf45fe7b33f0dff6c8e510daaf181003488","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"6ad539160277c0c60fa45ff89e97c2050bf36488","message":"branch5-5\n","date":1698060775000,"author":{"name":"admin","avatar":null},"parents":["0090343c8a75a949ddc824f7ea5bea46c96c4e57"],"link":"http://localhost:3000/test/repository/commit/6ad539160277c0c60fa45ff89e97c2050bf36488","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"dc9967191a376d5c3dc3b657a18f51e0646f47b1","message":"branch7-1\n","date":1698060755000,"author":{"name":"admin","avatar":null},"parents":["dbd38bc2dfc930068413a3f04722e22dbed2d541"],"link":"http://localhost:3000/test/repository/commit/dc9967191a376d5c3dc3b657a18f51e0646f47b1","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"89028ff825ebadebf9b6bb56ff18c5446e3092ee","message":"branch4-5\n","date":1698060732000,"author":{"name":"admin","avatar":null},"parents":["684162223c7bb8a978c5e99d2b6cc7920904c1ae"],"link":"http://localhost:3000/test/repository/commit/89028ff825ebadebf9b6bb56ff18c5446e3092ee","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d","message":"branch1-9\n","date":1698060715000,"author":{"name":"admin","avatar":null},"parents":["c2e19e99c6ddd01a206b9210f986898a21c64b21"],"link":"http://localhost:3000/test/repository/commit/1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"b145067ce708e49f6685255d6c844cd9faffedf4","message":"branch6-3\n","date":1698060699000,"author":{"name":"admin","avatar":null},"parents":["5a22310a90d94183cf356c368e4b474e1b0fbbc5"],"link":"http://localhost:3000/test/repository/commit/b145067ce708e49f6685255d6c844cd9faffedf4","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"1498425151e89ba284a6c9dbf81ed62bde7bd36f","message":"branch8-1\n","date":1698060661000,"author":{"name":"admin","avatar":null},"parents":["2c8efc7e340202de9f064c6ea2c3e79a7853bfcf"],"link":"http://localhost:3000/test/repository/commit/1498425151e89ba284a6c9dbf81ed62bde7bd36f","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"2c8efc7e340202de9f064c6ea2c3e79a7853bfcf","message":"master-17\n","date":1698060635000,"author":{"name":"admin","avatar":null},"parents":["f37cf17a0c6816140725673c2ae087094692ca37"],"link":"http://localhost:3000/test/repository/commit/2c8efc7e340202de9f064c6ea2c3e79a7853bfcf","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"f37cf17a0c6816140725673c2ae087094692ca37","message":"master-16\n","date":1698060625000,"author":{"name":"admin","avatar":null},"parents":["dbd38bc2dfc930068413a3f04722e22dbed2d541"],"link":"http://localhost:3000/test/repository/commit/f37cf17a0c6816140725673c2ae087094692ca37","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"dbd38bc2dfc930068413a3f04722e22dbed2d541","message":"master-15\n","date":1698060595000,"author":{"name":"admin","avatar":null},"parents":["6e0b1044880282373ef92d6926d5a04e15a6be4e"],"link":"http://localhost:3000/test/repository/commit/dbd38bc2dfc930068413a3f04722e22dbed2d541","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"5a22310a90d94183cf356c368e4b474e1b0fbbc5","message":"branch6-2\n","date":1698060480000,"author":{"name":"admin","avatar":null},"parents":["74e29e52909d49a9c8888e80390042ed5a8c310c"],"link":"http://localhost:3000/test/repository/commit/5a22310a90d94183cf356c368e4b474e1b0fbbc5","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"684162223c7bb8a978c5e99d2b6cc7920904c1ae","message":"branch4-4\n","date":1698060457000,"author":{"name":"admin","avatar":null},"parents":["2d0b9536fddaf91f2b39552e22795faae1ca7cd3"],"link":"http://localhost:3000/test/repository/commit/684162223c7bb8a978c5e99d2b6cc7920904c1ae","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"c2e19e99c6ddd01a206b9210f986898a21c64b21","message":"branch1-8\n","date":1698060425000,"author":{"name":"admin","avatar":null},"parents":["5a5908c8f1b8bb573b8ca6b58e0531d8f28c5989"],"link":"http://localhost:3000/test/repository/commit/c2e19e99c6ddd01a206b9210f986898a21c64b21","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"0090343c8a75a949ddc824f7ea5bea46c96c4e57","message":"branch5-4\n","date":1698060366000,"author":{"name":"admin","avatar":null},"parents":["215948d99d227c32796ac9f2e554d62e517a97ae"],"link":"http://localhost:3000/test/repository/commit/0090343c8a75a949ddc824f7ea5bea46c96c4e57","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"215948d99d227c32796ac9f2e554d62e517a97ae","message":"branch5-3\n","date":1698060356000,"author":{"name":"admin","avatar":null},"parents":["0b06165093e26d8548079cf1f2303f39d3d746ed"],"link":"http://localhost:3000/test/repository/commit/215948d99d227c32796ac9f2e554d62e517a97ae","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"6e0b1044880282373ef92d6926d5a04e15a6be4e","message":"master-14\n","date":1698060328000,"author":{"name":"admin","avatar":null},"parents":["6018644267ae27200d609488001487c6d722fb69"],"link":"http://localhost:3000/test/repository/commit/6e0b1044880282373ef92d6926d5a04e15a6be4e","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"74e29e52909d49a9c8888e80390042ed5a8c310c","message":"branch6-1\n","date":1698060312000,"author":{"name":"admin","avatar":null},"parents":["6018644267ae27200d609488001487c6d722fb69"],"link":"http://localhost:3000/test/repository/commit/74e29e52909d49a9c8888e80390042ed5a8c310c","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"6018644267ae27200d609488001487c6d722fb69","message":"master-13\n","date":1698060246000,"author":{"name":"admin","avatar":null},"parents":["c5a4fd9551e30cd3d76c9b4c2d59129ae3550134"],"link":"http://localhost:3000/test/repository/commit/6018644267ae27200d609488001487c6d722fb69","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"2d0b9536fddaf91f2b39552e22795faae1ca7cd3","message":"Merge branch 'branch2' into branch4\n\n# Conflicts:\n#\tREADME.md\n","date":1698060207000,"author":{"name":"admin","avatar":null},"parents":["395dec6e6482642d4a1d9ffedd5d53c24c3b0db5","fa779587c998eeeb51fe1659d5dbadab70564a51"],"link":"http://localhost:3000/test/repository/commit/2d0b9536fddaf91f2b39552e22795faae1ca7cd3","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"fa779587c998eeeb51fe1659d5dbadab70564a51","message":"branch2-5\n","date":1698060145000,"author":{"name":"admin","avatar":null},"parents":["25f3bcee26af15a4bd7c254ffe3a822ea2ce528c"],"link":"http://localhost:3000/test/repository/commit/fa779587c998eeeb51fe1659d5dbadab70564a51","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"c5a4fd9551e30cd3d76c9b4c2d59129ae3550134","message":"master-12\n","date":1698060124000,"author":{"name":"admin","avatar":null},"parents":["e2a11d05fe24fca472311fcb3003b0fc68c141d7"],"link":"http://localhost:3000/test/repository/commit/c5a4fd9551e30cd3d76c9b4c2d59129ae3550134","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"395dec6e6482642d4a1d9ffedd5d53c24c3b0db5","message":"branch4-3\n","date":1698060111000,"author":{"name":"admin","avatar":null},"parents":["10926a027a5237474a47a4fb3961d795cfe16e9b"],"link":"http://localhost:3000/test/repository/commit/395dec6e6482642d4a1d9ffedd5d53c24c3b0db5","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"5a5908c8f1b8bb573b8ca6b58e0531d8f28c5989","message":"branch1-7\n","date":1698060093000,"author":{"name":"admin","avatar":null},"parents":["f882841990643f073a55cb55e6a9522cafa06557"],"link":"http://localhost:3000/test/repository/commit/5a5908c8f1b8bb573b8ca6b58e0531d8f28c5989","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"0b06165093e26d8548079cf1f2303f39d3d746ed","message":"branch5-2\n","date":1698060077000,"author":{"name":"admin","avatar":null},"parents":["d952287e8c235ee6a2af1e00b7a40b68290026db"],"link":"http://localhost:3000/test/repository/commit/0b06165093e26d8548079cf1f2303f39d3d746ed","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"f882841990643f073a55cb55e6a9522cafa06557","message":"branch1-6\n","date":1698060050000,"author":{"name":"admin","avatar":null},"parents":["7780fdab485332672942c30453cecd741ffc4d13"],"link":"http://localhost:3000/test/repository/commit/f882841990643f073a55cb55e6a9522cafa06557","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"e2a11d05fe24fca472311fcb3003b0fc68c141d7","message":"master-11\n","date":1698060019000,"author":{"name":"admin","avatar":null},"parents":["db0e1c52ad53401bd29a744cd81a3a492137bb5e"],"link":"http://localhost:3000/test/repository/commit/e2a11d05fe24fca472311fcb3003b0fc68c141d7","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"d952287e8c235ee6a2af1e00b7a40b68290026db","message":"branch5-1\n","date":1698059997000,"author":{"name":"admin","avatar":null},"parents":["db0e1c52ad53401bd29a744cd81a3a492137bb5e"],"link":"http://localhost:3000/test/repository/commit/d952287e8c235ee6a2af1e00b7a40b68290026db","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"10926a027a5237474a47a4fb3961d795cfe16e9b","message":"branch4-2\n","date":1698059957000,"author":{"name":"admin","avatar":null},"parents":["3d64b63bf7893fccf66a28a103df72b84e371fbb"],"link":"http://localhost:3000/test/repository/commit/10926a027a5237474a47a4fb3961d795cfe16e9b","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"3d64b63bf7893fccf66a28a103df72b84e371fbb","message":"branch4-1\n","date":1698059943000,"author":{"name":"admin","avatar":null},"parents":["db0e1c52ad53401bd29a744cd81a3a492137bb5e"],"link":"http://localhost:3000/test/repository/commit/3d64b63bf7893fccf66a28a103df72b84e371fbb","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"db0e1c52ad53401bd29a744cd81a3a492137bb5e","message":"master-10\n","date":1698059864000,"author":{"name":"admin","avatar":null},"parents":["57a5cf41defac1f829909c3e72fc64a0ce88bfdd"],"link":"http://localhost:3000/test/repository/commit/db0e1c52ad53401bd29a744cd81a3a492137bb5e","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"7780fdab485332672942c30453cecd741ffc4d13","message":"branch1-merge-branch3\n","date":1698059846000,"author":{"name":"admin","avatar":null},"parents":["a6d855b910fd0fbd8e106e7846f1a35be80141ba","08f7cabf19fd454e80da4c811ce5e8bd6e3eac1b"],"link":"http://localhost:3000/test/repository/commit/7780fdab485332672942c30453cecd741ffc4d13","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"57a5cf41defac1f829909c3e72fc64a0ce88bfdd","message":"master-9\n","date":1698059371000,"author":{"name":"admin","avatar":null},"parents":["754cfe509159b4718a5be3d1432a8d8e2f46dd3c"],"link":"http://localhost:3000/test/repository/commit/57a5cf41defac1f829909c3e72fc64a0ce88bfdd","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"a6d855b910fd0fbd8e106e7846f1a35be80141ba","message":"branch1-5\n","date":1698059359000,"author":{"name":"admin","avatar":null},"parents":["30b509febed572a83bd92fc92ede5a3ae1abc6ac"],"link":"http://localhost:3000/test/repository/commit/a6d855b910fd0fbd8e106e7846f1a35be80141ba","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"25f3bcee26af15a4bd7c254ffe3a822ea2ce528c","message":"branch2-4\n","date":1698059343000,"author":{"name":"admin","avatar":null},"parents":["adae076d427c09da7bcc741155b4dc421a1acd8d"],"link":"http://localhost:3000/test/repository/commit/25f3bcee26af15a4bd7c254ffe3a822ea2ce528c","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"30b509febed572a83bd92fc92ede5a3ae1abc6ac","message":"branch1-4\n","date":1698059309000,"author":{"name":"admin","avatar":null},"parents":["fd283a7f7af6da8d657068f88baa389c29e96dea"],"link":"http://localhost:3000/test/repository/commit/30b509febed572a83bd92fc92ede5a3ae1abc6ac","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"08f7cabf19fd454e80da4c811ce5e8bd6e3eac1b","message":"branch3-2\n","date":1698059297000,"author":{"name":"admin","avatar":null},"parents":["76bd4a04657abfd103a5454f72e03de8da764e6f"],"link":"http://localhost:3000/test/repository/commit/08f7cabf19fd454e80da4c811ce5e8bd6e3eac1b","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"754cfe509159b4718a5be3d1432a8d8e2f46dd3c","message":"master-8\n","date":1698059282000,"author":{"name":"admin","avatar":null},"parents":["49e8a687499be5ddd2ff92a919e730244d8ea894"],"link":"http://localhost:3000/test/repository/commit/754cfe509159b4718a5be3d1432a8d8e2f46dd3c","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"49e8a687499be5ddd2ff92a919e730244d8ea894","message":"master-7\n","date":1698059266000,"author":{"name":"admin","avatar":null},"parents":["1a6e4822debd8391380c6cb715aee516c6498e84"],"link":"http://localhost:3000/test/repository/commit/49e8a687499be5ddd2ff92a919e730244d8ea894","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"76bd4a04657abfd103a5454f72e03de8da764e6f","message":"branch3-1\n","date":1698059245000,"author":{"name":"admin","avatar":null},"parents":["1a6e4822debd8391380c6cb715aee516c6498e84"],"link":"http://localhost:3000/test/repository/commit/76bd4a04657abfd103a5454f72e03de8da764e6f","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"1a6e4822debd8391380c6cb715aee516c6498e84","message":"master-6\n","date":1698059149000,"author":{"name":"admin","avatar":null},"parents":["c4f380260faa595d4d4c88b0e3f2539534b07a13"],"link":"http://localhost:3000/test/repository/commit/1a6e4822debd8391380c6cb715aee516c6498e84","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"fd283a7f7af6da8d657068f88baa389c29e96dea","message":"branch1-3\n","date":1698059116000,"author":{"name":"admin","avatar":null},"parents":["6824b92f0b5fecc7e07bcfaab6d7d8c6cc513051"],"link":"http://localhost:3000/test/repository/commit/fd283a7f7af6da8d657068f88baa389c29e96dea","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"adae076d427c09da7bcc741155b4dc421a1acd8d","message":"branch2-3\n","date":1698059093000,"author":{"name":"admin","avatar":null},"parents":["ac0f1d4ca401277a70daca83310da9a8e8a1b5a9"],"link":"http://localhost:3000/test/repository/commit/adae076d427c09da7bcc741155b4dc421a1acd8d","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"ac0f1d4ca401277a70daca83310da9a8e8a1b5a9","message":"branch2-2\n","date":1698059047000,"author":{"name":"admin","avatar":null},"parents":["817ace8d49f50e4024a55aaf83018211ba5a7975"],"link":"http://localhost:3000/test/repository/commit/ac0f1d4ca401277a70daca83310da9a8e8a1b5a9","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"6824b92f0b5fecc7e07bcfaab6d7d8c6cc513051","message":"branch1-2\n","date":1698059032000,"author":{"name":"admin","avatar":null},"parents":["66f64a261cbe87a7895d1dfd2c63e34dab5bb6d8"],"link":"http://localhost:3000/test/repository/commit/6824b92f0b5fecc7e07bcfaab6d7d8c6cc513051","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"c4f380260faa595d4d4c88b0e3f2539534b07a13","message":"master-5\n","date":1698059004000,"author":{"name":"admin","avatar":null},"parents":["62770e1c09842636840ef44ed73f4a9a61e6cd6b"],"link":"http://localhost:3000/test/repository/commit/c4f380260faa595d4d4c88b0e3f2539534b07a13","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"817ace8d49f50e4024a55aaf83018211ba5a7975","message":"branch2-1\n","date":1698058982000,"author":{"name":"admin","avatar":null},"parents":["62770e1c09842636840ef44ed73f4a9a61e6cd6b"],"link":"http://localhost:3000/test/repository/commit/817ace8d49f50e4024a55aaf83018211ba5a7975","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"62770e1c09842636840ef44ed73f4a9a61e6cd6b","message":"master-4\n","date":1698058794000,"author":{"name":"admin","avatar":null},"parents":["839661fed9bce26e49c88d61521ba098675a0cd7"],"link":"http://localhost:3000/test/repository/commit/62770e1c09842636840ef44ed73f4a9a61e6cd6b","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"839661fed9bce26e49c88d61521ba098675a0cd7","message":"master-3\n","date":1698058771000,"author":{"name":"admin","avatar":null},"parents":["b97127393d88ac37dee9de2cf8b40304e93d5e31"],"link":"http://localhost:3000/test/repository/commit/839661fed9bce26e49c88d61521ba098675a0cd7","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"b97127393d88ac37dee9de2cf8b40304e93d5e31","message":"master-2\n","date":1698058745000,"author":{"name":"admin","avatar":null},"parents":["81fbfabccf54e34ce58fe88a40a471337b807be8"],"link":"http://localhost:3000/test/repository/commit/b97127393d88ac37dee9de2cf8b40304e93d5e31","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"66f64a261cbe87a7895d1dfd2c63e34dab5bb6d8","message":"branch1-1\n","date":1698058717000,"author":{"name":"admin","avatar":null},"parents":["81fbfabccf54e34ce58fe88a40a471337b807be8"],"link":"http://localhost:3000/test/repository/commit/66f64a261cbe87a7895d1dfd2c63e34dab5bb6d8","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"81fbfabccf54e34ce58fe88a40a471337b807be8","message":"master-1\n","date":1698058452000,"author":{"name":"admin","avatar":null},"parents":["7909f6bb0848db4c07ebd94aba3497cf0a14fe43"],"link":"http://localhost:3000/test/repository/commit/81fbfabccf54e34ce58fe88a40a471337b807be8","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"7909f6bb0848db4c07ebd94aba3497cf0a14fe43","message":"initial commit","date":1698058452000,"author":{"name":"admin","avatar":null},"parents":[],"link":"http://localhost:3000/test/repository/commit/7909f6bb0848db4c07ebd94aba3497cf0a14fe43","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}}] \ No newline at end of file +[ + { + "hash": "9739bc2df043ffb738d33c5ee25c9fd7becea044", + "message": "master-40\n", + "date": 1698064920000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d0e41165818d1f4b47813c47fc09cdf933ac734d" + ], + "link": "http://localhost:3000/test/repository/commit/9739bc2df043ffb738d33c5ee25c9fd7becea044", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "d0e41165818d1f4b47813c47fc09cdf933ac734d", + "message": "Merge branch 'branch15'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698064904000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "521b19564ebc5c88204d9b8838051320c742bd10", + "0b9f96e43972a34a06ac4c8978a44b898e5102ea" + ], + "link": "http://localhost:3000/test/repository/commit/d0e41165818d1f4b47813c47fc09cdf933ac734d", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "0b9f96e43972a34a06ac4c8978a44b898e5102ea", + "message": "branch15-8\n", + "date": 1698064876000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "f0c902411afa60b13c4744069effda55366f6972" + ], + "link": "http://localhost:3000/test/repository/commit/0b9f96e43972a34a06ac4c8978a44b898e5102ea", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "521b19564ebc5c88204d9b8838051320c742bd10", + "message": "master-39\n", + "date": 1698064862000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "820ef54c6a5a99795ef679bec7367ee22345a4ee" + ], + "link": "http://localhost:3000/test/repository/commit/521b19564ebc5c88204d9b8838051320c742bd10", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "820ef54c6a5a99795ef679bec7367ee22345a4ee", + "message": "Merge branch 'branch17'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698064840000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "5343ca684fceb8640b57fb562d4e617fccdf97c2", + "654bdb6dd852848583cc7775ed47ebb37d1be1e5" + ], + "link": "http://localhost:3000/test/repository/commit/820ef54c6a5a99795ef679bec7367ee22345a4ee", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "5343ca684fceb8640b57fb562d4e617fccdf97c2", + "message": "Merge branch 'branch10'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698064803000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a933dc6b4fe8e8f66856b4cb9da7f4bf8ad0e017", + "9b105569d9b62833384b52e347e288b499a83c43" + ], + "link": "http://localhost:3000/test/repository/commit/5343ca684fceb8640b57fb562d4e617fccdf97c2", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "a933dc6b4fe8e8f66856b4cb9da7f4bf8ad0e017", + "message": "master-38\n", + "date": 1698064763000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "5d7490df781fb2605bc5174b9b9f6b80fbacba99" + ], + "link": "http://localhost:3000/test/repository/commit/a933dc6b4fe8e8f66856b4cb9da7f4bf8ad0e017", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "f0c902411afa60b13c4744069effda55366f6972", + "message": "branch15-7\n", + "date": 1698064716000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a0a1c8f31bba77e334201e33d32bb18871618b25" + ], + "link": "http://localhost:3000/test/repository/commit/f0c902411afa60b13c4744069effda55366f6972", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "9b105569d9b62833384b52e347e288b499a83c43", + "message": "branch10-8\n", + "date": 1698064700000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "0371831a97b0d2d6a0bbe4116cd2642bd0268588" + ], + "link": "http://localhost:3000/test/repository/commit/9b105569d9b62833384b52e347e288b499a83c43", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "654bdb6dd852848583cc7775ed47ebb37d1be1e5", + "message": "branch17-2\n", + "date": 1698064689000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "e590e0933e950f7d63037001ffac5dd65f464b19" + ], + "link": "http://localhost:3000/test/repository/commit/654bdb6dd852848583cc7775ed47ebb37d1be1e5", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "5d7490df781fb2605bc5174b9b9f6b80fbacba99", + "message": "Merge branch 'branch6'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698064629000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1ec50f69c2aedcdd66e72cc8e8d55134ac063380", + "8a8e33be61168092ec855249e2a9fff03616d7c1" + ], + "link": "http://localhost:3000/test/repository/commit/5d7490df781fb2605bc5174b9b9f6b80fbacba99", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "e590e0933e950f7d63037001ffac5dd65f464b19", + "message": "branch17-1\n", + "date": 1698064581000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1ec50f69c2aedcdd66e72cc8e8d55134ac063380" + ], + "link": "http://localhost:3000/test/repository/commit/e590e0933e950f7d63037001ffac5dd65f464b19", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "1ec50f69c2aedcdd66e72cc8e8d55134ac063380", + "message": "master-37\n", + "date": 1698064554000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "5fb773dbe6472a87632b1c68ea771decdcd20f1e" + ], + "link": "http://localhost:3000/test/repository/commit/1ec50f69c2aedcdd66e72cc8e8d55134ac063380", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "5fb773dbe6472a87632b1c68ea771decdcd20f1e", + "message": "master-36\n", + "date": 1698064512000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "3df9d9661fd7cd199b300881347c6eba9000d77c" + ], + "link": "http://localhost:3000/test/repository/commit/5fb773dbe6472a87632b1c68ea771decdcd20f1e", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "0371831a97b0d2d6a0bbe4116cd2642bd0268588", + "message": "branch10-7\n", + "date": 1698064492000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "0a0cba0e67336caefaa6f2fe6102f69dce9e6f65" + ], + "link": "http://localhost:3000/test/repository/commit/0371831a97b0d2d6a0bbe4116cd2642bd0268588", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "0a0cba0e67336caefaa6f2fe6102f69dce9e6f65", + "message": "branch10-6\n", + "date": 1698064436000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c95069724f5e73f350f3c48803c94422a3aaae6d" + ], + "link": "http://localhost:3000/test/repository/commit/0a0cba0e67336caefaa6f2fe6102f69dce9e6f65", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "a0a1c8f31bba77e334201e33d32bb18871618b25", + "message": "branch15-6\n", + "date": 1698064426000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "65bb62440f2da1bf61d39a0f0781ccc77f58326a" + ], + "link": "http://localhost:3000/test/repository/commit/a0a1c8f31bba77e334201e33d32bb18871618b25", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "3df9d9661fd7cd199b300881347c6eba9000d77c", + "message": "Merge branch 'branch14'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698064390000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2cd831abeae867185af1350738da08d80a2324f0", + "4c781b01fa41b7539a9d7289b3d34803c7a3a782" + ], + "link": "http://localhost:3000/test/repository/commit/3df9d9661fd7cd199b300881347c6eba9000d77c", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "2cd831abeae867185af1350738da08d80a2324f0", + "message": "master-35\n", + "date": 1698064366000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "df4c133e8872af329e9d28f990d2eda09417ae45" + ], + "link": "http://localhost:3000/test/repository/commit/2cd831abeae867185af1350738da08d80a2324f0", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "4c781b01fa41b7539a9d7289b3d34803c7a3a782", + "message": "branch14-5\n", + "date": 1698064357000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7" + ], + "link": "http://localhost:3000/test/repository/commit/4c781b01fa41b7539a9d7289b3d34803c7a3a782", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "65bb62440f2da1bf61d39a0f0781ccc77f58326a", + "message": "branch15-5\n", + "date": 1698064345000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c051a056e6a9ef7f89fbf81daa2dc661f88ae61f" + ], + "link": "http://localhost:3000/test/repository/commit/65bb62440f2da1bf61d39a0f0781ccc77f58326a", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "8a8e33be61168092ec855249e2a9fff03616d7c1", + "message": "branch6-18\n", + "date": 1698064330000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "674b1d0609bba3d6f8724a03c909668603f7d212" + ], + "link": "http://localhost:3000/test/repository/commit/8a8e33be61168092ec855249e2a9fff03616d7c1", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7", + "message": "branch14-4\n", + "date": 1698064316000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "5c259964e83083c7f2a3e1d324ce456d642a8d9b" + ], + "link": "http://localhost:3000/test/repository/commit/8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "c051a056e6a9ef7f89fbf81daa2dc661f88ae61f", + "message": "branch15-4\n", + "date": 1698064303000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "b52bc35461c94e01de62697881648a7f1987c497" + ], + "link": "http://localhost:3000/test/repository/commit/c051a056e6a9ef7f89fbf81daa2dc661f88ae61f", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "b52bc35461c94e01de62697881648a7f1987c497", + "message": "branch15-3\n", + "date": 1698064294000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "87222af5e38e566db6a902144c28bafaad20206a" + ], + "link": "http://localhost:3000/test/repository/commit/b52bc35461c94e01de62697881648a7f1987c497", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "c95069724f5e73f350f3c48803c94422a3aaae6d", + "message": "branch10-5\n", + "date": 1698064236000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1005127d97104aae259c10fc67e0c0f0eccc29dc" + ], + "link": "http://localhost:3000/test/repository/commit/c95069724f5e73f350f3c48803c94422a3aaae6d", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "df4c133e8872af329e9d28f990d2eda09417ae45", + "message": "master-34\n", + "date": 1698064202000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "e4784ccbcddcff4ad43b9636b23a897b9a28ef85" + ], + "link": "http://localhost:3000/test/repository/commit/df4c133e8872af329e9d28f990d2eda09417ae45", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "e4784ccbcddcff4ad43b9636b23a897b9a28ef85", + "message": "Merge branch 'branch13'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698064107000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6a4a1d565e484ff908b8852ac036c976c9427091", + "9b4b1058ddc9ca8f66f4f1eb515fe41b76487254" + ], + "link": "http://localhost:3000/test/repository/commit/e4784ccbcddcff4ad43b9636b23a897b9a28ef85", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "9b4b1058ddc9ca8f66f4f1eb515fe41b76487254", + "message": "branch13-7\n", + "date": 1698064070000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "546f41c47988d1ac0a7a43be5d53771f3f363484" + ], + "link": "http://localhost:3000/test/repository/commit/9b4b1058ddc9ca8f66f4f1eb515fe41b76487254", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "87222af5e38e566db6a902144c28bafaad20206a", + "message": "branch15-2\n", + "date": 1698064052000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c3ee774a76d3606638390806c79cd632fcf4684a" + ], + "link": "http://localhost:3000/test/repository/commit/87222af5e38e566db6a902144c28bafaad20206a", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "674b1d0609bba3d6f8724a03c909668603f7d212", + "message": "branch6-17\n", + "date": 1698064000000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a531323a866e74b57e5091b8aea6c7f1d1a8ae42" + ], + "link": "http://localhost:3000/test/repository/commit/674b1d0609bba3d6f8724a03c909668603f7d212", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "5c259964e83083c7f2a3e1d324ce456d642a8d9b", + "message": "branch14-3\n", + "date": 1698063984000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "46a92ce0118d65e64b6d652b4241703a9707ad74" + ], + "link": "http://localhost:3000/test/repository/commit/5c259964e83083c7f2a3e1d324ce456d642a8d9b", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "c3ee774a76d3606638390806c79cd632fcf4684a", + "message": "branch15-1\n", + "date": 1698063968000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6a4a1d565e484ff908b8852ac036c976c9427091" + ], + "link": "http://localhost:3000/test/repository/commit/c3ee774a76d3606638390806c79cd632fcf4684a", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "6a4a1d565e484ff908b8852ac036c976c9427091", + "message": "master-33\n", + "date": 1698063941000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "81c56ba3e9d0f3f6a929d8ac5700094900ea0e10" + ], + "link": "http://localhost:3000/test/repository/commit/6a4a1d565e484ff908b8852ac036c976c9427091", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "546f41c47988d1ac0a7a43be5d53771f3f363484", + "message": "branch13-6\n", + "date": 1698063920000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "538a1f8be0f1a738461c1ffcd2568e99983fce22" + ], + "link": "http://localhost:3000/test/repository/commit/546f41c47988d1ac0a7a43be5d53771f3f363484", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "538a1f8be0f1a738461c1ffcd2568e99983fce22", + "message": "branch13-5\n", + "date": 1698063912000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "10a22f127828a63db16e2b128aa8e1f922eb7445" + ], + "link": "http://localhost:3000/test/repository/commit/538a1f8be0f1a738461c1ffcd2568e99983fce22", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "1005127d97104aae259c10fc67e0c0f0eccc29dc", + "message": "branch10-4\n", + "date": 1698063891000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1dcd99f652b3be88710f22124566ac33403ea105" + ], + "link": "http://localhost:3000/test/repository/commit/1005127d97104aae259c10fc67e0c0f0eccc29dc", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "1dcd99f652b3be88710f22124566ac33403ea105", + "message": "Merge branch 'branch12' into branch10\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698063864000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "71e10545752524911653da7328c3fe8ad78544c4", + "9c8daf84e7ed6ea1d32f654362131e26dbf37440" + ], + "link": "http://localhost:3000/test/repository/commit/1dcd99f652b3be88710f22124566ac33403ea105", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "9c8daf84e7ed6ea1d32f654362131e26dbf37440", + "message": "branch12-5\n", + "date": 1698063827000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c872a8a9cb81e03b6fcd67f480a35e0a5849720a" + ], + "link": "http://localhost:3000/test/repository/commit/9c8daf84e7ed6ea1d32f654362131e26dbf37440", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "46a92ce0118d65e64b6d652b4241703a9707ad74", + "message": "branch14-2\n", + "date": 1698063777000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "512f36722583c58179f54ccbfbad3d351adae81d" + ], + "link": "http://localhost:3000/test/repository/commit/46a92ce0118d65e64b6d652b4241703a9707ad74", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "71e10545752524911653da7328c3fe8ad78544c4", + "message": "branch10-3\n", + "date": 1698063762000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "ab155e3a0a3f2c7a4de6cea49a33f6eeb66432b1" + ], + "link": "http://localhost:3000/test/repository/commit/71e10545752524911653da7328c3fe8ad78544c4", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "a531323a866e74b57e5091b8aea6c7f1d1a8ae42", + "message": "branch6-16\n", + "date": 1698063742000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b" + ], + "link": "http://localhost:3000/test/repository/commit/a531323a866e74b57e5091b8aea6c7f1d1a8ae42", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "81c56ba3e9d0f3f6a929d8ac5700094900ea0e10", + "message": "master-32\n", + "date": 1698063707000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "59a2e00fc11df460e60befe95bbc44bdb94187b1" + ], + "link": "http://localhost:3000/test/repository/commit/81c56ba3e9d0f3f6a929d8ac5700094900ea0e10", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "10a22f127828a63db16e2b128aa8e1f922eb7445", + "message": "branch13-4\n", + "date": 1698063689000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "cf1ed77a3b13dc829ea9204f132355a76d4c1741" + ], + "link": "http://localhost:3000/test/repository/commit/10a22f127828a63db16e2b128aa8e1f922eb7445", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "c872a8a9cb81e03b6fcd67f480a35e0a5849720a", + "message": "branch12-4\n", + "date": 1698063671000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "e9e6adf46c71db9bdc4d34c7133f6a0a87cf681f" + ], + "link": "http://localhost:3000/test/repository/commit/c872a8a9cb81e03b6fcd67f480a35e0a5849720a", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "e9e6adf46c71db9bdc4d34c7133f6a0a87cf681f", + "message": "branch12-3\n", + "date": 1698063662000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "44f8ca088087512e6b8c443786295d0878639ecc" + ], + "link": "http://localhost:3000/test/repository/commit/e9e6adf46c71db9bdc4d34c7133f6a0a87cf681f", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "512f36722583c58179f54ccbfbad3d351adae81d", + "message": "branch14-1\n", + "date": 1698063594000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "59a2e00fc11df460e60befe95bbc44bdb94187b1" + ], + "link": "http://localhost:3000/test/repository/commit/512f36722583c58179f54ccbfbad3d351adae81d", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "59a2e00fc11df460e60befe95bbc44bdb94187b1", + "message": "master-31\n", + "date": 1698063564000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "9d636c0604cd0059285ebe208840b702b5e0cf53" + ], + "link": "http://localhost:3000/test/repository/commit/59a2e00fc11df460e60befe95bbc44bdb94187b1", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "ab155e3a0a3f2c7a4de6cea49a33f6eeb66432b1", + "message": "branch10-2\n", + "date": 1698063555000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "4c8cdeccf5946d70dfa42d0646ee85952fcaf6fc" + ], + "link": "http://localhost:3000/test/repository/commit/ab155e3a0a3f2c7a4de6cea49a33f6eeb66432b1", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "cf1ed77a3b13dc829ea9204f132355a76d4c1741", + "message": "Merge branch 'branch11' into branch13\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698063511000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "e388f1174f45fe333cdb5061b9d597fb7877a785", + "f92c7ad50633eec83502d0e8783fb10f7204ec6f" + ], + "link": "http://localhost:3000/test/repository/commit/cf1ed77a3b13dc829ea9204f132355a76d4c1741", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "9d636c0604cd0059285ebe208840b702b5e0cf53", + "message": "master-30\n", + "date": 1698063441000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "917f2ab13b79116615fd7b4fc6fc6b12c6429c3e" + ], + "link": "http://localhost:3000/test/repository/commit/9d636c0604cd0059285ebe208840b702b5e0cf53", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b", + "message": "branch6-15\n", + "date": 1698063431000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "62dad9363a19b4074b4ac2b8325af810fb69fb8e" + ], + "link": "http://localhost:3000/test/repository/commit/1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "f92c7ad50633eec83502d0e8783fb10f7204ec6f", + "message": "branch-11-2\n", + "date": 1698063379000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c3132678f4537df982925c795a1acc0c1dd7c7de" + ], + "link": "http://localhost:3000/test/repository/commit/f92c7ad50633eec83502d0e8783fb10f7204ec6f", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "e388f1174f45fe333cdb5061b9d597fb7877a785", + "message": "branch13-3\n", + "date": 1698063363000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df584fa61f3d16b9f9514b4034f5368c5e06410" + ], + "link": "http://localhost:3000/test/repository/commit/e388f1174f45fe333cdb5061b9d597fb7877a785", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "4c8cdeccf5946d70dfa42d0646ee85952fcaf6fc", + "message": "branch10-1\n", + "date": 1698063350000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "585847a321fcbcdb8f397a155a123aba5a1a1d76" + ], + "link": "http://localhost:3000/test/repository/commit/4c8cdeccf5946d70dfa42d0646ee85952fcaf6fc", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "44f8ca088087512e6b8c443786295d0878639ecc", + "message": "branch12-2\n", + "date": 1698063326000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "922b523518ab894b98d5d0cc387789e20e7536f1" + ], + "link": "http://localhost:3000/test/repository/commit/44f8ca088087512e6b8c443786295d0878639ecc", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "922b523518ab894b98d5d0cc387789e20e7536f1", + "message": "branch12-1\n", + "date": 1698063317000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981" + ], + "link": "http://localhost:3000/test/repository/commit/922b523518ab894b98d5d0cc387789e20e7536f1", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "62dad9363a19b4074b4ac2b8325af810fb69fb8e", + "message": "branch6-14\n", + "date": 1698063299000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b" + ], + "link": "http://localhost:3000/test/repository/commit/62dad9363a19b4074b4ac2b8325af810fb69fb8e", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "c3132678f4537df982925c795a1acc0c1dd7c7de", + "message": "branch-11-1\n", + "date": 1698063278000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2674103e85493d76e45e57a9b5372f8c7926d3a7" + ], + "link": "http://localhost:3000/test/repository/commit/c3132678f4537df982925c795a1acc0c1dd7c7de", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "7df584fa61f3d16b9f9514b4034f5368c5e06410", + "message": "branch13-2\n", + "date": 1698063255000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "3e48313ba71bc2af8d954a5898f4caea65fe487d" + ], + "link": "http://localhost:3000/test/repository/commit/7df584fa61f3d16b9f9514b4034f5368c5e06410", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "917f2ab13b79116615fd7b4fc6fc6b12c6429c3e", + "message": "master-29\n", + "date": 1698063218000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981" + ], + "link": "http://localhost:3000/test/repository/commit/917f2ab13b79116615fd7b4fc6fc6b12c6429c3e", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b", + "message": "branch6-13\n", + "date": 1698063190000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c7c70e247e37162bb24c0f503302c961580928ec" + ], + "link": "http://localhost:3000/test/repository/commit/6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "3e48313ba71bc2af8d954a5898f4caea65fe487d", + "message": "branch13-1\n", + "date": 1698063117000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981" + ], + "link": "http://localhost:3000/test/repository/commit/3e48313ba71bc2af8d954a5898f4caea65fe487d", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "c7c70e247e37162bb24c0f503302c961580928ec", + "message": "branch6-12\n", + "date": 1698062888000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1055f626b81a5e0d29bc053342f22d35d047791f" + ], + "link": "http://localhost:3000/test/repository/commit/c7c70e247e37162bb24c0f503302c961580928ec", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981", + "message": "master-28\n", + "date": 1698062853000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1" + ], + "link": "http://localhost:3000/test/repository/commit/a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1", + "message": "Merge branch 'branch9'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698062768000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "1df2a7d9351745624ff1f0e6bd87b331904507a7" + ], + "link": "http://localhost:3000/test/repository/commit/7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "message": "master-27\n", + "date": 1698062742000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2674103e85493d76e45e57a9b5372f8c7926d3a7" + ], + "link": "http://localhost:3000/test/repository/commit/4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "2674103e85493d76e45e57a9b5372f8c7926d3a7", + "message": "master-26\n", + "date": 1698062712000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "585847a321fcbcdb8f397a155a123aba5a1a1d76" + ], + "link": "http://localhost:3000/test/repository/commit/2674103e85493d76e45e57a9b5372f8c7926d3a7", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "1df2a7d9351745624ff1f0e6bd87b331904507a7", + "message": "branch9-9\n", + "date": 1698062672000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "fff2b60ae6a434c31c64c87fb7c044080b1acffb" + ], + "link": "http://localhost:3000/test/repository/commit/1df2a7d9351745624ff1f0e6bd87b331904507a7", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "1055f626b81a5e0d29bc053342f22d35d047791f", + "message": "branch6-11\n", + "date": 1698062650000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "b8b27edc72b1d39ea84498a57ae3389c4571251f" + ], + "link": "http://localhost:3000/test/repository/commit/1055f626b81a5e0d29bc053342f22d35d047791f", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "b8b27edc72b1d39ea84498a57ae3389c4571251f", + "message": "branch6-10\n", + "date": 1698062639000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd" + ], + "link": "http://localhost:3000/test/repository/commit/b8b27edc72b1d39ea84498a57ae3389c4571251f", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "585847a321fcbcdb8f397a155a123aba5a1a1d76", + "message": "Merge branch 'branch7'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698062551000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c79babff3c1405618214eba90398c685ac4c0349", + "fe85e0ed86aba2ff78439ba7f0170fe580ccb54e" + ], + "link": "http://localhost:3000/test/repository/commit/585847a321fcbcdb8f397a155a123aba5a1a1d76", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "fe85e0ed86aba2ff78439ba7f0170fe580ccb54e", + "message": "Merge branch 'branch5' into branch7\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698062492000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "f6b5e1460f0a3ca1da2778acd54bd005620a0730", + "949a1bbc2b51817aea7bdf5b34af868a646a20e2" + ], + "link": "http://localhost:3000/test/repository/commit/fe85e0ed86aba2ff78439ba7f0170fe580ccb54e", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd", + "message": "branch6-9\n", + "date": 1698062386000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "0cfec512ddf7571da169c3213753123c266054ce" + ], + "link": "http://localhost:3000/test/repository/commit/cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "fff2b60ae6a434c31c64c87fb7c044080b1acffb", + "message": "branch9-8\n", + "date": 1698062367000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "8000baf077ff28405c32c539fa49393363508945" + ], + "link": "http://localhost:3000/test/repository/commit/fff2b60ae6a434c31c64c87fb7c044080b1acffb", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "8000baf077ff28405c32c539fa49393363508945", + "message": "branch9-7\n", + "date": 1698062359000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6b65fcf8499a8fd51a86664c252196d5133897e6" + ], + "link": "http://localhost:3000/test/repository/commit/8000baf077ff28405c32c539fa49393363508945", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "c79babff3c1405618214eba90398c685ac4c0349", + "message": "master-25\n", + "date": 1698062284000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d64326f97301c60eb85b9f95da6d2f563fc23bca" + ], + "link": "http://localhost:3000/test/repository/commit/c79babff3c1405618214eba90398c685ac4c0349", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "d64326f97301c60eb85b9f95da6d2f563fc23bca", + "message": "master-24\n", + "date": 1698062273000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d0b30d9b78ed157a552f3ed1fa2d175e33f7362d" + ], + "link": "http://localhost:3000/test/repository/commit/d64326f97301c60eb85b9f95da6d2f563fc23bca", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "f6b5e1460f0a3ca1da2778acd54bd005620a0730", + "message": "branch7-4\n", + "date": 1698062255000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "ad658d2bd406df97a1d519a69fce571182efb03d" + ], + "link": "http://localhost:3000/test/repository/commit/f6b5e1460f0a3ca1da2778acd54bd005620a0730", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "0cfec512ddf7571da169c3213753123c266054ce", + "message": "branch6-8\n", + "date": 1698062229000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "296836127eaf4975f57496b58962dd9712a60536" + ], + "link": "http://localhost:3000/test/repository/commit/0cfec512ddf7571da169c3213753123c266054ce", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "949a1bbc2b51817aea7bdf5b34af868a646a20e2", + "message": "branch5-12\n", + "date": 1698062178000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "04208409fae379e977017b6ab54b5b3df3937687" + ], + "link": "http://localhost:3000/test/repository/commit/949a1bbc2b51817aea7bdf5b34af868a646a20e2", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "04208409fae379e977017b6ab54b5b3df3937687", + "message": "branch5-11\n", + "date": 1698062169000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "5c031dc49e438aacbde0db7a2c80b8edd686ff97" + ], + "link": "http://localhost:3000/test/repository/commit/04208409fae379e977017b6ab54b5b3df3937687", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "6b65fcf8499a8fd51a86664c252196d5133897e6", + "message": "branch9-6\n", + "date": 1698062141000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a57e13ae14cb990b20d249822d1e3ac244311792" + ], + "link": "http://localhost:3000/test/repository/commit/6b65fcf8499a8fd51a86664c252196d5133897e6", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "296836127eaf4975f57496b58962dd9712a60536", + "message": "Merge branch 'branch8' into branch6\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698062112000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "fa16f0683f2072ee612660a0823d08e29a553afa", + "dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc" + ], + "link": "http://localhost:3000/test/repository/commit/296836127eaf4975f57496b58962dd9712a60536", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "fa16f0683f2072ee612660a0823d08e29a553afa", + "message": "branch6-7\n", + "date": 1698062080000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "e06a20a0d3899b16ffcac72a5f60e0ec15461928" + ], + "link": "http://localhost:3000/test/repository/commit/fa16f0683f2072ee612660a0823d08e29a553afa", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "d0b30d9b78ed157a552f3ed1fa2d175e33f7362d", + "message": "master-23\n", + "date": 1698062041000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "f41405835a939fc7a31eab83557a7bd86dcbe118" + ], + "link": "http://localhost:3000/test/repository/commit/d0b30d9b78ed157a552f3ed1fa2d175e33f7362d", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "a57e13ae14cb990b20d249822d1e3ac244311792", + "message": "branch9-5\n", + "date": 1698062025000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "4390e95135234d468dafb4a35cb5f575c0816efd" + ], + "link": "http://localhost:3000/test/repository/commit/a57e13ae14cb990b20d249822d1e3ac244311792", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc", + "message": "branch8-5\n", + "date": 1698062010000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "9b63562e3d9345ce2e3e4d23c8c34dd4e65af444" + ], + "link": "http://localhost:3000/test/repository/commit/dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "ad658d2bd406df97a1d519a69fce571182efb03d", + "message": "branch7-3\n", + "date": 1698061995000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df83ca4811e125a3e7751df69698c440676606e" + ], + "link": "http://localhost:3000/test/repository/commit/ad658d2bd406df97a1d519a69fce571182efb03d", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "e06a20a0d3899b16ffcac72a5f60e0ec15461928", + "message": "branch6-6\n", + "date": 1698061981000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "b2db70de4f462bc473a72f4fb6595dacd73b3236" + ], + "link": "http://localhost:3000/test/repository/commit/e06a20a0d3899b16ffcac72a5f60e0ec15461928", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "5c031dc49e438aacbde0db7a2c80b8edd686ff97", + "message": "branch5-10\n", + "date": 1698061960000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "b23f5546bcb8d90ab4727e0f48fc6b30d610a81b" + ], + "link": "http://localhost:3000/test/repository/commit/5c031dc49e438aacbde0db7a2c80b8edd686ff97", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "f41405835a939fc7a31eab83557a7bd86dcbe118", + "message": "master-22\n", + "date": 1698061407000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c1c06c19af8efe8314e96e741c61d92b9b862c2a" + ], + "link": "http://localhost:3000/test/repository/commit/f41405835a939fc7a31eab83557a7bd86dcbe118", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "c1c06c19af8efe8314e96e741c61d92b9b862c2a", + "message": "Merge branch 'branch4'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698061384000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "776d718e0310cef9d7cc3231c8ea359eb4923235", + "a24d1dcdb2dc6db8030616280b75093b5fcb0626" + ], + "link": "http://localhost:3000/test/repository/commit/c1c06c19af8efe8314e96e741c61d92b9b862c2a", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "b2db70de4f462bc473a72f4fb6595dacd73b3236", + "message": "branch6-5\n", + "date": 1698061326000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "0c20ea8f6f585c74f8b94321ed7aeaee336f76b5" + ], + "link": "http://localhost:3000/test/repository/commit/b2db70de4f462bc473a72f4fb6595dacd73b3236", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "a24d1dcdb2dc6db8030616280b75093b5fcb0626", + "message": "branch4-8\n", + "date": 1698061290000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "35aa1cdb9ad7cad7f603f55da50622b7b4750058" + ], + "link": "http://localhost:3000/test/repository/commit/a24d1dcdb2dc6db8030616280b75093b5fcb0626", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "35aa1cdb9ad7cad7f603f55da50622b7b4750058", + "message": "branch4-7\n", + "date": 1698061278000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d142c601820f1e1d52e883a58661a00f1817aadf" + ], + "link": "http://localhost:3000/test/repository/commit/35aa1cdb9ad7cad7f603f55da50622b7b4750058", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "b23f5546bcb8d90ab4727e0f48fc6b30d610a81b", + "message": "branch5-8\n", + "date": 1698061263000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "3d6a8e913b125e12f03568a170020b54222ef73b" + ], + "link": "http://localhost:3000/test/repository/commit/b23f5546bcb8d90ab4727e0f48fc6b30d610a81b", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "4390e95135234d468dafb4a35cb5f575c0816efd", + "message": "branch9-4\n", + "date": 1698061245000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d9c3b34b70034f05844c99f61af9a0d95f36240d" + ], + "link": "http://localhost:3000/test/repository/commit/4390e95135234d468dafb4a35cb5f575c0816efd", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "d9c3b34b70034f05844c99f61af9a0d95f36240d", + "message": "branch9-3\n", + "date": 1698061236000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6fe6941d1817df8a76fd888bcf6b2de0cecbe362" + ], + "link": "http://localhost:3000/test/repository/commit/d9c3b34b70034f05844c99f61af9a0d95f36240d", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "9b63562e3d9345ce2e3e4d23c8c34dd4e65af444", + "message": "branch8-4\n", + "date": 1698061219000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a4bb4ea8c991c12e4353a095b8d5a79d3ba8f34e" + ], + "link": "http://localhost:3000/test/repository/commit/9b63562e3d9345ce2e3e4d23c8c34dd4e65af444", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "a4bb4ea8c991c12e4353a095b8d5a79d3ba8f34e", + "message": "branch8-3\n", + "date": 1698061210000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "4d149b4e034ba20630e32d14f7860fe226fe58e8" + ], + "link": "http://localhost:3000/test/repository/commit/a4bb4ea8c991c12e4353a095b8d5a79d3ba8f34e", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "776d718e0310cef9d7cc3231c8ea359eb4923235", + "message": "master-21\n", + "date": 1698061173000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d85bb0e3a67727b30399326b5882d055cba83fb5" + ], + "link": "http://localhost:3000/test/repository/commit/776d718e0310cef9d7cc3231c8ea359eb4923235", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "7df83ca4811e125a3e7751df69698c440676606e", + "message": "branch7-2\n", + "date": 1698061159000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "dc9967191a376d5c3dc3b657a18f51e0646f47b1" + ], + "link": "http://localhost:3000/test/repository/commit/7df83ca4811e125a3e7751df69698c440676606e", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "d85bb0e3a67727b30399326b5882d055cba83fb5", + "message": "master-20\n", + "date": 1698061146000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "9486aabce424cf579cdc4597bf09a9b0fc9d3d7e" + ], + "link": "http://localhost:3000/test/repository/commit/d85bb0e3a67727b30399326b5882d055cba83fb5", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "3d6a8e913b125e12f03568a170020b54222ef73b", + "message": "branch5-7\n", + "date": 1698061128000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "aa7ffdf45fe7b33f0dff6c8e510daaf181003488" + ], + "link": "http://localhost:3000/test/repository/commit/3d6a8e913b125e12f03568a170020b54222ef73b", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "0c20ea8f6f585c74f8b94321ed7aeaee336f76b5", + "message": "branch6-4\n", + "date": 1698061116000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "b145067ce708e49f6685255d6c844cd9faffedf4" + ], + "link": "http://localhost:3000/test/repository/commit/0c20ea8f6f585c74f8b94321ed7aeaee336f76b5", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "d142c601820f1e1d52e883a58661a00f1817aadf", + "message": "branch4-6\n", + "date": 1698061086000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "89028ff825ebadebf9b6bb56ff18c5446e3092ee" + ], + "link": "http://localhost:3000/test/repository/commit/d142c601820f1e1d52e883a58661a00f1817aadf", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "4d149b4e034ba20630e32d14f7860fe226fe58e8", + "message": "branch8-2\n", + "date": 1698060998000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1498425151e89ba284a6c9dbf81ed62bde7bd36f" + ], + "link": "http://localhost:3000/test/repository/commit/4d149b4e034ba20630e32d14f7860fe226fe58e8", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "9486aabce424cf579cdc4597bf09a9b0fc9d3d7e", + "message": "master-19\n", + "date": 1698060982000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "68c29199f529726345ff1d3ee96d139bda6331b3" + ], + "link": "http://localhost:3000/test/repository/commit/9486aabce424cf579cdc4597bf09a9b0fc9d3d7e", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "6fe6941d1817df8a76fd888bcf6b2de0cecbe362", + "message": "branch9-2\n", + "date": 1698060969000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "ead87b8ec6810a0e44bb73db62a5135c99ce6b9f" + ], + "link": "http://localhost:3000/test/repository/commit/6fe6941d1817df8a76fd888bcf6b2de0cecbe362", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "68c29199f529726345ff1d3ee96d139bda6331b3", + "message": "Merge branch 'branch1'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698060925000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "faca6581f4ab649ee7fadfb163ff88faf9348bfc", + "1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d" + ], + "link": "http://localhost:3000/test/repository/commit/68c29199f529726345ff1d3ee96d139bda6331b3", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "ead87b8ec6810a0e44bb73db62a5135c99ce6b9f", + "message": "branch9-1\n", + "date": 1698060882000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d" + ], + "link": "http://localhost:3000/test/repository/commit/ead87b8ec6810a0e44bb73db62a5135c99ce6b9f", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "faca6581f4ab649ee7fadfb163ff88faf9348bfc", + "message": "master-18\n", + "date": 1698060805000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2c8efc7e340202de9f064c6ea2c3e79a7853bfcf" + ], + "link": "http://localhost:3000/test/repository/commit/faca6581f4ab649ee7fadfb163ff88faf9348bfc", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "aa7ffdf45fe7b33f0dff6c8e510daaf181003488", + "message": "branch5-6\n", + "date": 1698060787000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6ad539160277c0c60fa45ff89e97c2050bf36488" + ], + "link": "http://localhost:3000/test/repository/commit/aa7ffdf45fe7b33f0dff6c8e510daaf181003488", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "6ad539160277c0c60fa45ff89e97c2050bf36488", + "message": "branch5-5\n", + "date": 1698060775000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "0090343c8a75a949ddc824f7ea5bea46c96c4e57" + ], + "link": "http://localhost:3000/test/repository/commit/6ad539160277c0c60fa45ff89e97c2050bf36488", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "dc9967191a376d5c3dc3b657a18f51e0646f47b1", + "message": "branch7-1\n", + "date": 1698060755000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "dbd38bc2dfc930068413a3f04722e22dbed2d541" + ], + "link": "http://localhost:3000/test/repository/commit/dc9967191a376d5c3dc3b657a18f51e0646f47b1", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "89028ff825ebadebf9b6bb56ff18c5446e3092ee", + "message": "branch4-5\n", + "date": 1698060732000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "684162223c7bb8a978c5e99d2b6cc7920904c1ae" + ], + "link": "http://localhost:3000/test/repository/commit/89028ff825ebadebf9b6bb56ff18c5446e3092ee", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d", + "message": "branch1-9\n", + "date": 1698060715000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c2e19e99c6ddd01a206b9210f986898a21c64b21" + ], + "link": "http://localhost:3000/test/repository/commit/1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "b145067ce708e49f6685255d6c844cd9faffedf4", + "message": "branch6-3\n", + "date": 1698060699000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "5a22310a90d94183cf356c368e4b474e1b0fbbc5" + ], + "link": "http://localhost:3000/test/repository/commit/b145067ce708e49f6685255d6c844cd9faffedf4", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "1498425151e89ba284a6c9dbf81ed62bde7bd36f", + "message": "branch8-1\n", + "date": 1698060661000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2c8efc7e340202de9f064c6ea2c3e79a7853bfcf" + ], + "link": "http://localhost:3000/test/repository/commit/1498425151e89ba284a6c9dbf81ed62bde7bd36f", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "2c8efc7e340202de9f064c6ea2c3e79a7853bfcf", + "message": "master-17\n", + "date": 1698060635000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "f37cf17a0c6816140725673c2ae087094692ca37" + ], + "link": "http://localhost:3000/test/repository/commit/2c8efc7e340202de9f064c6ea2c3e79a7853bfcf", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "f37cf17a0c6816140725673c2ae087094692ca37", + "message": "master-16\n", + "date": 1698060625000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "dbd38bc2dfc930068413a3f04722e22dbed2d541" + ], + "link": "http://localhost:3000/test/repository/commit/f37cf17a0c6816140725673c2ae087094692ca37", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "dbd38bc2dfc930068413a3f04722e22dbed2d541", + "message": "master-15\n", + "date": 1698060595000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6e0b1044880282373ef92d6926d5a04e15a6be4e" + ], + "link": "http://localhost:3000/test/repository/commit/dbd38bc2dfc930068413a3f04722e22dbed2d541", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "5a22310a90d94183cf356c368e4b474e1b0fbbc5", + "message": "branch6-2\n", + "date": 1698060480000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "74e29e52909d49a9c8888e80390042ed5a8c310c" + ], + "link": "http://localhost:3000/test/repository/commit/5a22310a90d94183cf356c368e4b474e1b0fbbc5", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "684162223c7bb8a978c5e99d2b6cc7920904c1ae", + "message": "branch4-4\n", + "date": 1698060457000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2d0b9536fddaf91f2b39552e22795faae1ca7cd3" + ], + "link": "http://localhost:3000/test/repository/commit/684162223c7bb8a978c5e99d2b6cc7920904c1ae", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "c2e19e99c6ddd01a206b9210f986898a21c64b21", + "message": "branch1-8\n", + "date": 1698060425000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "5a5908c8f1b8bb573b8ca6b58e0531d8f28c5989" + ], + "link": "http://localhost:3000/test/repository/commit/c2e19e99c6ddd01a206b9210f986898a21c64b21", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "0090343c8a75a949ddc824f7ea5bea46c96c4e57", + "message": "branch5-4\n", + "date": 1698060366000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "215948d99d227c32796ac9f2e554d62e517a97ae" + ], + "link": "http://localhost:3000/test/repository/commit/0090343c8a75a949ddc824f7ea5bea46c96c4e57", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "215948d99d227c32796ac9f2e554d62e517a97ae", + "message": "branch5-3\n", + "date": 1698060356000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "0b06165093e26d8548079cf1f2303f39d3d746ed" + ], + "link": "http://localhost:3000/test/repository/commit/215948d99d227c32796ac9f2e554d62e517a97ae", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "6e0b1044880282373ef92d6926d5a04e15a6be4e", + "message": "master-14\n", + "date": 1698060328000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6018644267ae27200d609488001487c6d722fb69" + ], + "link": "http://localhost:3000/test/repository/commit/6e0b1044880282373ef92d6926d5a04e15a6be4e", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "74e29e52909d49a9c8888e80390042ed5a8c310c", + "message": "branch6-1\n", + "date": 1698060312000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6018644267ae27200d609488001487c6d722fb69" + ], + "link": "http://localhost:3000/test/repository/commit/74e29e52909d49a9c8888e80390042ed5a8c310c", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "6018644267ae27200d609488001487c6d722fb69", + "message": "master-13\n", + "date": 1698060246000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c5a4fd9551e30cd3d76c9b4c2d59129ae3550134" + ], + "link": "http://localhost:3000/test/repository/commit/6018644267ae27200d609488001487c6d722fb69", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "2d0b9536fddaf91f2b39552e22795faae1ca7cd3", + "message": "Merge branch 'branch2' into branch4\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698060207000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "395dec6e6482642d4a1d9ffedd5d53c24c3b0db5", + "fa779587c998eeeb51fe1659d5dbadab70564a51" + ], + "link": "http://localhost:3000/test/repository/commit/2d0b9536fddaf91f2b39552e22795faae1ca7cd3", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "fa779587c998eeeb51fe1659d5dbadab70564a51", + "message": "branch2-5\n", + "date": 1698060145000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "25f3bcee26af15a4bd7c254ffe3a822ea2ce528c" + ], + "link": "http://localhost:3000/test/repository/commit/fa779587c998eeeb51fe1659d5dbadab70564a51", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "c5a4fd9551e30cd3d76c9b4c2d59129ae3550134", + "message": "master-12\n", + "date": 1698060124000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "e2a11d05fe24fca472311fcb3003b0fc68c141d7" + ], + "link": "http://localhost:3000/test/repository/commit/c5a4fd9551e30cd3d76c9b4c2d59129ae3550134", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "395dec6e6482642d4a1d9ffedd5d53c24c3b0db5", + "message": "branch4-3\n", + "date": 1698060111000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "10926a027a5237474a47a4fb3961d795cfe16e9b" + ], + "link": "http://localhost:3000/test/repository/commit/395dec6e6482642d4a1d9ffedd5d53c24c3b0db5", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "5a5908c8f1b8bb573b8ca6b58e0531d8f28c5989", + "message": "branch1-7\n", + "date": 1698060093000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "f882841990643f073a55cb55e6a9522cafa06557" + ], + "link": "http://localhost:3000/test/repository/commit/5a5908c8f1b8bb573b8ca6b58e0531d8f28c5989", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "0b06165093e26d8548079cf1f2303f39d3d746ed", + "message": "branch5-2\n", + "date": 1698060077000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d952287e8c235ee6a2af1e00b7a40b68290026db" + ], + "link": "http://localhost:3000/test/repository/commit/0b06165093e26d8548079cf1f2303f39d3d746ed", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "f882841990643f073a55cb55e6a9522cafa06557", + "message": "branch1-6\n", + "date": 1698060050000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7780fdab485332672942c30453cecd741ffc4d13" + ], + "link": "http://localhost:3000/test/repository/commit/f882841990643f073a55cb55e6a9522cafa06557", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "e2a11d05fe24fca472311fcb3003b0fc68c141d7", + "message": "master-11\n", + "date": 1698060019000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "db0e1c52ad53401bd29a744cd81a3a492137bb5e" + ], + "link": "http://localhost:3000/test/repository/commit/e2a11d05fe24fca472311fcb3003b0fc68c141d7", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "d952287e8c235ee6a2af1e00b7a40b68290026db", + "message": "branch5-1\n", + "date": 1698059997000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "db0e1c52ad53401bd29a744cd81a3a492137bb5e" + ], + "link": "http://localhost:3000/test/repository/commit/d952287e8c235ee6a2af1e00b7a40b68290026db", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "10926a027a5237474a47a4fb3961d795cfe16e9b", + "message": "branch4-2\n", + "date": 1698059957000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "3d64b63bf7893fccf66a28a103df72b84e371fbb" + ], + "link": "http://localhost:3000/test/repository/commit/10926a027a5237474a47a4fb3961d795cfe16e9b", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "3d64b63bf7893fccf66a28a103df72b84e371fbb", + "message": "branch4-1\n", + "date": 1698059943000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "db0e1c52ad53401bd29a744cd81a3a492137bb5e" + ], + "link": "http://localhost:3000/test/repository/commit/3d64b63bf7893fccf66a28a103df72b84e371fbb", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "db0e1c52ad53401bd29a744cd81a3a492137bb5e", + "message": "master-10\n", + "date": 1698059864000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "57a5cf41defac1f829909c3e72fc64a0ce88bfdd" + ], + "link": "http://localhost:3000/test/repository/commit/db0e1c52ad53401bd29a744cd81a3a492137bb5e", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "7780fdab485332672942c30453cecd741ffc4d13", + "message": "branch1-merge-branch3\n", + "date": 1698059846000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a6d855b910fd0fbd8e106e7846f1a35be80141ba", + "08f7cabf19fd454e80da4c811ce5e8bd6e3eac1b" + ], + "link": "http://localhost:3000/test/repository/commit/7780fdab485332672942c30453cecd741ffc4d13", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "57a5cf41defac1f829909c3e72fc64a0ce88bfdd", + "message": "master-9\n", + "date": 1698059371000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "754cfe509159b4718a5be3d1432a8d8e2f46dd3c" + ], + "link": "http://localhost:3000/test/repository/commit/57a5cf41defac1f829909c3e72fc64a0ce88bfdd", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "a6d855b910fd0fbd8e106e7846f1a35be80141ba", + "message": "branch1-5\n", + "date": 1698059359000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "30b509febed572a83bd92fc92ede5a3ae1abc6ac" + ], + "link": "http://localhost:3000/test/repository/commit/a6d855b910fd0fbd8e106e7846f1a35be80141ba", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "25f3bcee26af15a4bd7c254ffe3a822ea2ce528c", + "message": "branch2-4\n", + "date": 1698059343000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "adae076d427c09da7bcc741155b4dc421a1acd8d" + ], + "link": "http://localhost:3000/test/repository/commit/25f3bcee26af15a4bd7c254ffe3a822ea2ce528c", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "30b509febed572a83bd92fc92ede5a3ae1abc6ac", + "message": "branch1-4\n", + "date": 1698059309000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "fd283a7f7af6da8d657068f88baa389c29e96dea" + ], + "link": "http://localhost:3000/test/repository/commit/30b509febed572a83bd92fc92ede5a3ae1abc6ac", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "08f7cabf19fd454e80da4c811ce5e8bd6e3eac1b", + "message": "branch3-2\n", + "date": 1698059297000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "76bd4a04657abfd103a5454f72e03de8da764e6f" + ], + "link": "http://localhost:3000/test/repository/commit/08f7cabf19fd454e80da4c811ce5e8bd6e3eac1b", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "754cfe509159b4718a5be3d1432a8d8e2f46dd3c", + "message": "master-8\n", + "date": 1698059282000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "49e8a687499be5ddd2ff92a919e730244d8ea894" + ], + "link": "http://localhost:3000/test/repository/commit/754cfe509159b4718a5be3d1432a8d8e2f46dd3c", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "49e8a687499be5ddd2ff92a919e730244d8ea894", + "message": "master-7\n", + "date": 1698059266000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1a6e4822debd8391380c6cb715aee516c6498e84" + ], + "link": "http://localhost:3000/test/repository/commit/49e8a687499be5ddd2ff92a919e730244d8ea894", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "76bd4a04657abfd103a5454f72e03de8da764e6f", + "message": "branch3-1\n", + "date": 1698059245000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1a6e4822debd8391380c6cb715aee516c6498e84" + ], + "link": "http://localhost:3000/test/repository/commit/76bd4a04657abfd103a5454f72e03de8da764e6f", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "1a6e4822debd8391380c6cb715aee516c6498e84", + "message": "master-6\n", + "date": 1698059149000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c4f380260faa595d4d4c88b0e3f2539534b07a13" + ], + "link": "http://localhost:3000/test/repository/commit/1a6e4822debd8391380c6cb715aee516c6498e84", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "fd283a7f7af6da8d657068f88baa389c29e96dea", + "message": "branch1-3\n", + "date": 1698059116000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6824b92f0b5fecc7e07bcfaab6d7d8c6cc513051" + ], + "link": "http://localhost:3000/test/repository/commit/fd283a7f7af6da8d657068f88baa389c29e96dea", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "adae076d427c09da7bcc741155b4dc421a1acd8d", + "message": "branch2-3\n", + "date": 1698059093000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "ac0f1d4ca401277a70daca83310da9a8e8a1b5a9" + ], + "link": "http://localhost:3000/test/repository/commit/adae076d427c09da7bcc741155b4dc421a1acd8d", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "ac0f1d4ca401277a70daca83310da9a8e8a1b5a9", + "message": "branch2-2\n", + "date": 1698059047000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "817ace8d49f50e4024a55aaf83018211ba5a7975" + ], + "link": "http://localhost:3000/test/repository/commit/ac0f1d4ca401277a70daca83310da9a8e8a1b5a9", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "6824b92f0b5fecc7e07bcfaab6d7d8c6cc513051", + "message": "branch1-2\n", + "date": 1698059032000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "66f64a261cbe87a7895d1dfd2c63e34dab5bb6d8" + ], + "link": "http://localhost:3000/test/repository/commit/6824b92f0b5fecc7e07bcfaab6d7d8c6cc513051", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "c4f380260faa595d4d4c88b0e3f2539534b07a13", + "message": "master-5\n", + "date": 1698059004000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "62770e1c09842636840ef44ed73f4a9a61e6cd6b" + ], + "link": "http://localhost:3000/test/repository/commit/c4f380260faa595d4d4c88b0e3f2539534b07a13", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "817ace8d49f50e4024a55aaf83018211ba5a7975", + "message": "branch2-1\n", + "date": 1698058982000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "62770e1c09842636840ef44ed73f4a9a61e6cd6b" + ], + "link": "http://localhost:3000/test/repository/commit/817ace8d49f50e4024a55aaf83018211ba5a7975", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "62770e1c09842636840ef44ed73f4a9a61e6cd6b", + "message": "master-4\n", + "date": 1698058794000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "839661fed9bce26e49c88d61521ba098675a0cd7" + ], + "link": "http://localhost:3000/test/repository/commit/62770e1c09842636840ef44ed73f4a9a61e6cd6b", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "839661fed9bce26e49c88d61521ba098675a0cd7", + "message": "master-3\n", + "date": 1698058771000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "b97127393d88ac37dee9de2cf8b40304e93d5e31" + ], + "link": "http://localhost:3000/test/repository/commit/839661fed9bce26e49c88d61521ba098675a0cd7", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "b97127393d88ac37dee9de2cf8b40304e93d5e31", + "message": "master-2\n", + "date": 1698058745000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "81fbfabccf54e34ce58fe88a40a471337b807be8" + ], + "link": "http://localhost:3000/test/repository/commit/b97127393d88ac37dee9de2cf8b40304e93d5e31", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "66f64a261cbe87a7895d1dfd2c63e34dab5bb6d8", + "message": "branch1-1\n", + "date": 1698058717000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "81fbfabccf54e34ce58fe88a40a471337b807be8" + ], + "link": "http://localhost:3000/test/repository/commit/66f64a261cbe87a7895d1dfd2c63e34dab5bb6d8", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "81fbfabccf54e34ce58fe88a40a471337b807be8", + "message": "master-1\n", + "date": 1698058452000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7909f6bb0848db4c07ebd94aba3497cf0a14fe43" + ], + "link": "http://localhost:3000/test/repository/commit/81fbfabccf54e34ce58fe88a40a471337b807be8", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "7909f6bb0848db4c07ebd94aba3497cf0a14fe43", + "message": "initial commit", + "date": 1698058452000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [], + "link": "http://localhost:3000/test/repository/commit/7909f6bb0848db4c07ebd94aba3497cf0a14fe43", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/commits-by-issue-key-2.json b/test-common/src/main/resources/gitea/commits-by-issue-key-2.json index af85a97..51e8f4f 100644 --- a/test-common/src/main/resources/gitea/commits-by-issue-key-2.json +++ b/test-common/src/main/resources/gitea/commits-by-issue-key-2.json @@ -1 +1,20 @@ -[{"hash":"06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd","message":"Merge branch 'feature/ISSUE-2' (squash)\n","date":1716987041000,"author":{"name":"admin","avatar":null},"parents":["9a44342d8ee92b85b9b23bcad8953b56868f9699"],"link":"http://localhost:3000/test/repository-2/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}}] \ No newline at end of file +[ + { + "hash": "06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd", + "message": "Merge branch 'feature/ISSUE-2' (squash)\n", + "date": 1716987041000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "9a44342d8ee92b85b9b23bcad8953b56868f9699" + ], + "link": "http://localhost:3000/test/repository-2/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/commits-by-issue-key-3.json b/test-common/src/main/resources/gitea/commits-by-issue-key-3.json index 0a772c1..0fc3475 100644 --- a/test-common/src/main/resources/gitea/commits-by-issue-key-3.json +++ b/test-common/src/main/resources/gitea/commits-by-issue-key-3.json @@ -1 +1,39 @@ -[{"hash":"9a44342d8ee92b85b9b23bcad8953b56868f9699","message":"Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt\n","date":1716986762000,"author":{"name":"admin","avatar":null},"parents":["d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","ce1b7175c9b4914cf2fc03c0f28046509f820597"],"link":"http://localhost:3000/test/repository-2/commit/9a44342d8ee92b85b9b23bcad8953b56868f9699","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},{"hash":"ce1b7175c9b4914cf2fc03c0f28046509f820597","message":"ISSUE-3 First commit\n","date":1716986486000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}}] \ No newline at end of file +[ + { + "hash": "9a44342d8ee92b85b9b23bcad8953b56868f9699", + "message": "Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt\n", + "date": 1716986762000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "ce1b7175c9b4914cf2fc03c0f28046509f820597" + ], + "link": "http://localhost:3000/test/repository-2/commit/9a44342d8ee92b85b9b23bcad8953b56868f9699", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + { + "hash": "ce1b7175c9b4914cf2fc03c0f28046509f820597", + "message": "ISSUE-3 First commit\n", + "date": 1716986486000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/commits-by-issue-key-4.json b/test-common/src/main/resources/gitea/commits-by-issue-key-4.json index af20acf..f4f5a12 100644 --- a/test-common/src/main/resources/gitea/commits-by-issue-key-4.json +++ b/test-common/src/main/resources/gitea/commits-by-issue-key-4.json @@ -1 +1,20 @@ -[{"hash":"b1adb6beb8ffe099d0a746a845a031538ee44e4f","message":"[ISSUE-4] First commit\n","date":1716986870000,"author":{"name":"admin","avatar":null},"parents":["9a44342d8ee92b85b9b23bcad8953b56868f9699"],"link":"http://localhost:3000/test/repository-2/commit/b1adb6beb8ffe099d0a746a845a031538ee44e4f","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}}] \ No newline at end of file +[ + { + "hash": "b1adb6beb8ffe099d0a746a845a031538ee44e4f", + "message": "[ISSUE-4] First commit\n", + "date": 1716986870000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "9a44342d8ee92b85b9b23bcad8953b56868f9699" + ], + "link": "http://localhost:3000/test/repository-2/commit/b1adb6beb8ffe099d0a746a845a031538ee44e4f", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/commits-by-issue-key.json b/test-common/src/main/resources/gitea/commits-by-issue-key.json index e8b0a12..d8efc43 100644 --- a/test-common/src/main/resources/gitea/commits-by-issue-key.json +++ b/test-common/src/main/resources/gitea/commits-by-issue-key.json @@ -1 +1,20 @@ -[{"hash":"7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","message":"ISSUE-1 Initial implementation\n","date":1716986279000,"author":{"name":"admin","avatar":null},"parents":["49bfe6a125a88cddd90c74b75b196c40fd380685"],"link":"http://localhost:3000/test/repository-2/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}}] \ No newline at end of file +[ + { + "hash": "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "message": "ISSUE-1 Initial implementation\n", + "date": 1716986279000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "49bfe6a125a88cddd90c74b75b196c40fd380685" + ], + "link": "http://localhost:3000/test/repository-2/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/commits-with-files-2.json b/test-common/src/main/resources/gitea/commits-with-files-2.json index 96b76b2..eba31ad 100644 --- a/test-common/src/main/resources/gitea/commits-with-files-2.json +++ b/test-common/src/main/resources/gitea/commits-with-files-2.json @@ -1 +1,163 @@ -[{"commit":{"hash":"06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd","message":"Merge branch 'feature/ISSUE-2' (squash)\n","date":1716987041000,"author":{"name":"admin","avatar":null},"parents":["9a44342d8ee92b85b9b23bcad8953b56868f9699"],"link":"http://localhost:3000/test/repository-2/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":3,"files":[{"type":"DELETE","path":"src/source-1.txt","link":"http://localhost:3000/test/repository-2/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#diff-ee724442198bac184fd8356360895fa4d9c45b69"}]},{"commit":{"hash":"9a44342d8ee92b85b9b23bcad8953b56868f9699","message":"Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt\n","date":1716986762000,"author":{"name":"admin","avatar":null},"parents":["d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","ce1b7175c9b4914cf2fc03c0f28046509f820597"],"link":"http://localhost:3000/test/repository-2/commit/9a44342d8ee92b85b9b23bcad8953b56868f9699","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":0,"files":[]},{"commit":{"hash":"d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","message":"Commit with no issue\n","date":1716986699000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:3000/test/repository-2/commit/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":1,"files":[{"type":"MODIFY","path":"src/source-1.txt","link":"http://localhost:3000/test/repository-2/commit/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7#diff-ee724442198bac184fd8356360895fa4d9c45b69"}]},{"commit":{"hash":"ce1b7175c9b4914cf2fc03c0f28046509f820597","message":"ISSUE-3 First commit\n","date":1716986486000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":1,"files":[{"type":"MODIFY","path":"src/source-1.txt","link":"http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597#diff-ee724442198bac184fd8356360895fa4d9c45b69"}]},{"commit":{"hash":"7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","message":"ISSUE-1 Initial implementation\n","date":1716986279000,"author":{"name":"admin","avatar":null},"parents":["49bfe6a125a88cddd90c74b75b196c40fd380685"],"link":"http://localhost:3000/test/repository-2/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":1,"files":[{"type":"ADD","path":"src/source-1.txt","link":"http://localhost:3000/test/repository-2/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1#diff-ee724442198bac184fd8356360895fa4d9c45b69"}]},{"commit":{"hash":"49bfe6a125a88cddd90c74b75b196c40fd380685","message":"init commit\n","date":1716986123000,"author":{"name":"admin","avatar":null},"parents":[],"link":"http://localhost:3000/test/repository-2/commit/49bfe6a125a88cddd90c74b75b196c40fd380685","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":1,"files":[{"type":"ADD","path":"README.md","link":"http://localhost:3000/test/repository-2/commit/49bfe6a125a88cddd90c74b75b196c40fd380685#diff-8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d"}]}] \ No newline at end of file +[ + { + "commit": { + "hash": "06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd", + "message": "Merge branch 'feature/ISSUE-2' (squash)\n", + "date": 1716987041000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "9a44342d8ee92b85b9b23bcad8953b56868f9699" + ], + "link": "http://localhost:3000/test/repository-2/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 3, + "files": [ + { + "type": "DELETE", + "path": "src/source-1.txt", + "link": "http://localhost:3000/test/repository-2/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#diff-ee724442198bac184fd8356360895fa4d9c45b69" + } + ] + }, + { + "commit": { + "hash": "9a44342d8ee92b85b9b23bcad8953b56868f9699", + "message": "Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt\n", + "date": 1716986762000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "ce1b7175c9b4914cf2fc03c0f28046509f820597" + ], + "link": "http://localhost:3000/test/repository-2/commit/9a44342d8ee92b85b9b23bcad8953b56868f9699", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] + }, + { + "commit": { + "hash": "d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "message": "Commit with no issue\n", + "date": 1716986699000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:3000/test/repository-2/commit/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 1, + "files": [ + { + "type": "MODIFY", + "path": "src/source-1.txt", + "link": "http://localhost:3000/test/repository-2/commit/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7#diff-ee724442198bac184fd8356360895fa4d9c45b69" + } + ] + }, + { + "commit": { + "hash": "ce1b7175c9b4914cf2fc03c0f28046509f820597", + "message": "ISSUE-3 First commit\n", + "date": 1716986486000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 1, + "files": [ + { + "type": "MODIFY", + "path": "src/source-1.txt", + "link": "http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597#diff-ee724442198bac184fd8356360895fa4d9c45b69" + } + ] + }, + { + "commit": { + "hash": "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "message": "ISSUE-1 Initial implementation\n", + "date": 1716986279000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "49bfe6a125a88cddd90c74b75b196c40fd380685" + ], + "link": "http://localhost:3000/test/repository-2/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 1, + "files": [ + { + "type": "ADD", + "path": "src/source-1.txt", + "link": "http://localhost:3000/test/repository-2/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1#diff-ee724442198bac184fd8356360895fa4d9c45b69" + } + ] + }, + { + "commit": { + "hash": "49bfe6a125a88cddd90c74b75b196c40fd380685", + "message": "init commit\n", + "date": 1716986123000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [], + "link": "http://localhost:3000/test/repository-2/commit/49bfe6a125a88cddd90c74b75b196c40fd380685", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 1, + "files": [ + { + "type": "ADD", + "path": "README.md", + "link": "http://localhost:3000/test/repository-2/commit/49bfe6a125a88cddd90c74b75b196c40fd380685#diff-8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d" + } + ] + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/commits-with-files-3.json b/test-common/src/main/resources/gitea/commits-with-files-3.json index c604ac9..d18c845 100644 --- a/test-common/src/main/resources/gitea/commits-with-files-3.json +++ b/test-common/src/main/resources/gitea/commits-with-files-3.json @@ -1 +1,68 @@ -[{"commit":{"hash":"60d98c818023c651ee816bf119fe22ac33ccfafe","message":"ISSUE-2 Second commit\n","date":1716986535000,"author":{"name":"admin","avatar":null},"parents":["fa20861b90c54efbffeb48837f4044bc23b55238"],"link":"http://localhost:3000/test/repository-2/commit/60d98c818023c651ee816bf119fe22ac33ccfafe","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":1,"files":[{"type":"MODIFY","path":"src/source-2.txt","link":"http://localhost:3000/test/repository-2/commit/60d98c818023c651ee816bf119fe22ac33ccfafe#diff-75d4b3ab0aad35786827dc3096812657df1eb070"}]},{"commit":{"hash":"fa20861b90c54efbffeb48837f4044bc23b55238","message":"ISSUE-2 First commit\n","date":1716986401000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:3000/test/repository-2/commit/fa20861b90c54efbffeb48837f4044bc23b55238","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":3,"files":[{"type":"DELETE","path":"src/source-1.txt","link":"http://localhost:3000/test/repository-2/commit/fa20861b90c54efbffeb48837f4044bc23b55238#diff-ee724442198bac184fd8356360895fa4d9c45b69"},{"type":"ADD","path":"src/source-2.txt","link":"http://localhost:3000/test/repository-2/commit/fa20861b90c54efbffeb48837f4044bc23b55238#diff-75d4b3ab0aad35786827dc3096812657df1eb070"},{"type":"ADD","path":"src/source.txt","link":"http://localhost:3000/test/repository-2/commit/fa20861b90c54efbffeb48837f4044bc23b55238#diff-2feb10ce6a5a50faefb9fddbb78ef8a89b915a9"}]}] \ No newline at end of file +[ + { + "commit": { + "hash": "60d98c818023c651ee816bf119fe22ac33ccfafe", + "message": "ISSUE-2 Second commit\n", + "date": 1716986535000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "fa20861b90c54efbffeb48837f4044bc23b55238" + ], + "link": "http://localhost:3000/test/repository-2/commit/60d98c818023c651ee816bf119fe22ac33ccfafe", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 1, + "files": [ + { + "type": "MODIFY", + "path": "src/source-2.txt", + "link": "http://localhost:3000/test/repository-2/commit/60d98c818023c651ee816bf119fe22ac33ccfafe#diff-75d4b3ab0aad35786827dc3096812657df1eb070" + } + ] + }, + { + "commit": { + "hash": "fa20861b90c54efbffeb48837f4044bc23b55238", + "message": "ISSUE-2 First commit\n", + "date": 1716986401000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:3000/test/repository-2/commit/fa20861b90c54efbffeb48837f4044bc23b55238", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 3, + "files": [ + { + "type": "DELETE", + "path": "src/source-1.txt", + "link": "http://localhost:3000/test/repository-2/commit/fa20861b90c54efbffeb48837f4044bc23b55238#diff-ee724442198bac184fd8356360895fa4d9c45b69" + }, + { + "type": "ADD", + "path": "src/source-2.txt", + "link": "http://localhost:3000/test/repository-2/commit/fa20861b90c54efbffeb48837f4044bc23b55238#diff-75d4b3ab0aad35786827dc3096812657df1eb070" + }, + { + "type": "ADD", + "path": "src/source.txt", + "link": "http://localhost:3000/test/repository-2/commit/fa20861b90c54efbffeb48837f4044bc23b55238#diff-2feb10ce6a5a50faefb9fddbb78ef8a89b915a9" + } + ] + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/commits-with-files-4.json b/test-common/src/main/resources/gitea/commits-with-files-4.json index e8379b2..4b2132f 100644 --- a/test-common/src/main/resources/gitea/commits-with-files-4.json +++ b/test-common/src/main/resources/gitea/commits-with-files-4.json @@ -1 +1,109 @@ -[{"commit":{"hash":"b1adb6beb8ffe099d0a746a845a031538ee44e4f","message":"[ISSUE-4] First commit\n","date":1716986870000,"author":{"name":"admin","avatar":null},"parents":["9a44342d8ee92b85b9b23bcad8953b56868f9699"],"link":"http://localhost:3000/test/repository-2/commit/b1adb6beb8ffe099d0a746a845a031538ee44e4f","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":1,"files":[{"type":"ADD","path":"src/source-4.txt","link":"http://localhost:3000/test/repository-2/commit/b1adb6beb8ffe099d0a746a845a031538ee44e4f#diff-2034b7e73073bd07284a80db2243ff98cf65604"}]},{"commit":{"hash":"9a44342d8ee92b85b9b23bcad8953b56868f9699","message":"Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt\n","date":1716986762000,"author":{"name":"admin","avatar":null},"parents":["d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","ce1b7175c9b4914cf2fc03c0f28046509f820597"],"link":"http://localhost:3000/test/repository-2/commit/9a44342d8ee92b85b9b23bcad8953b56868f9699","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":0,"files":[]},{"commit":{"hash":"d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","message":"Commit with no issue\n","date":1716986699000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:3000/test/repository-2/commit/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":1,"files":[{"type":"MODIFY","path":"src/source-1.txt","link":"http://localhost:3000/test/repository-2/commit/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7#diff-ee724442198bac184fd8356360895fa4d9c45b69"}]},{"commit":{"hash":"ce1b7175c9b4914cf2fc03c0f28046509f820597","message":"ISSUE-3 First commit\n","date":1716986486000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":1,"files":[{"type":"MODIFY","path":"src/source-1.txt","link":"http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597#diff-ee724442198bac184fd8356360895fa4d9c45b69"}]}] \ No newline at end of file +[ + { + "commit": { + "hash": "b1adb6beb8ffe099d0a746a845a031538ee44e4f", + "message": "[ISSUE-4] First commit\n", + "date": 1716986870000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "9a44342d8ee92b85b9b23bcad8953b56868f9699" + ], + "link": "http://localhost:3000/test/repository-2/commit/b1adb6beb8ffe099d0a746a845a031538ee44e4f", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 1, + "files": [ + { + "type": "ADD", + "path": "src/source-4.txt", + "link": "http://localhost:3000/test/repository-2/commit/b1adb6beb8ffe099d0a746a845a031538ee44e4f#diff-2034b7e73073bd07284a80db2243ff98cf65604" + } + ] + }, + { + "commit": { + "hash": "9a44342d8ee92b85b9b23bcad8953b56868f9699", + "message": "Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt\n", + "date": 1716986762000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "ce1b7175c9b4914cf2fc03c0f28046509f820597" + ], + "link": "http://localhost:3000/test/repository-2/commit/9a44342d8ee92b85b9b23bcad8953b56868f9699", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] + }, + { + "commit": { + "hash": "d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "message": "Commit with no issue\n", + "date": 1716986699000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:3000/test/repository-2/commit/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 1, + "files": [ + { + "type": "MODIFY", + "path": "src/source-1.txt", + "link": "http://localhost:3000/test/repository-2/commit/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7#diff-ee724442198bac184fd8356360895fa4d9c45b69" + } + ] + }, + { + "commit": { + "hash": "ce1b7175c9b4914cf2fc03c0f28046509f820597", + "message": "ISSUE-3 First commit\n", + "date": 1716986486000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 1, + "files": [ + { + "type": "MODIFY", + "path": "src/source-1.txt", + "link": "http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597#diff-ee724442198bac184fd8356360895fa4d9c45b69" + } + ] + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/commits-with-files-by-issue-key-2.json b/test-common/src/main/resources/gitea/commits-with-files-by-issue-key-2.json index 4ec66a2..bc7a334 100644 --- a/test-common/src/main/resources/gitea/commits-with-files-by-issue-key-2.json +++ b/test-common/src/main/resources/gitea/commits-with-files-by-issue-key-2.json @@ -1 +1,40 @@ -[{"commit":{"hash":"06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd","message":"Merge branch 'feature/ISSUE-2' (squash)\n","date":1716987041000,"author":{"name":"admin","avatar":null},"parents":["9a44342d8ee92b85b9b23bcad8953b56868f9699"],"link":"http://localhost:3000/test/repository-2/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":3,"files":[{"type":"DELETE","path":"src/source-1.txt","link":"http://localhost:3000/test/repository-2/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#diff-ee724442198bac184fd8356360895fa4d9c45b69"},{"type":"ADD","path":"src/source-2.txt","link":"http://localhost:3000/test/repository-2/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#diff-75d4b3ab0aad35786827dc3096812657df1eb070"},{"type":"ADD","path":"src/source.txt","link":"http://localhost:3000/test/repository-2/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#diff-2feb10ce6a5a50faefb9fddbb78ef8a89b915a9"}]}] \ No newline at end of file +[ + { + "commit": { + "hash": "06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd", + "message": "Merge branch 'feature/ISSUE-2' (squash)\n", + "date": 1716987041000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "9a44342d8ee92b85b9b23bcad8953b56868f9699" + ], + "link": "http://localhost:3000/test/repository-2/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 3, + "files": [ + { + "type": "DELETE", + "path": "src/source-1.txt", + "link": "http://localhost:3000/test/repository-2/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#diff-ee724442198bac184fd8356360895fa4d9c45b69" + }, + { + "type": "ADD", + "path": "src/source-2.txt", + "link": "http://localhost:3000/test/repository-2/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#diff-75d4b3ab0aad35786827dc3096812657df1eb070" + }, + { + "type": "ADD", + "path": "src/source.txt", + "link": "http://localhost:3000/test/repository-2/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#diff-2feb10ce6a5a50faefb9fddbb78ef8a89b915a9" + } + ] + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/commits-with-files-by-issue-key-3.json b/test-common/src/main/resources/gitea/commits-with-files-by-issue-key-3.json index 8f26052..56c7973 100644 --- a/test-common/src/main/resources/gitea/commits-with-files-by-issue-key-3.json +++ b/test-common/src/main/resources/gitea/commits-with-files-by-issue-key-3.json @@ -1 +1,53 @@ -[{"commit":{"hash":"9a44342d8ee92b85b9b23bcad8953b56868f9699","message":"Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt\n","date":1716986762000,"author":{"name":"admin","avatar":null},"parents":["d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","ce1b7175c9b4914cf2fc03c0f28046509f820597"],"link":"http://localhost:3000/test/repository-2/commit/9a44342d8ee92b85b9b23bcad8953b56868f9699","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":0,"files":[]},{"commit":{"hash":"ce1b7175c9b4914cf2fc03c0f28046509f820597","message":"ISSUE-3 First commit\n","date":1716986486000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":1,"files":[{"type":"MODIFY","path":"src/source-1.txt","link":"http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597#diff-ee724442198bac184fd8356360895fa4d9c45b69"}]}] \ No newline at end of file +[ + { + "commit": { + "hash": "9a44342d8ee92b85b9b23bcad8953b56868f9699", + "message": "Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt\n", + "date": 1716986762000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "ce1b7175c9b4914cf2fc03c0f28046509f820597" + ], + "link": "http://localhost:3000/test/repository-2/commit/9a44342d8ee92b85b9b23bcad8953b56868f9699", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] + }, + { + "commit": { + "hash": "ce1b7175c9b4914cf2fc03c0f28046509f820597", + "message": "ISSUE-3 First commit\n", + "date": 1716986486000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 1, + "files": [ + { + "type": "MODIFY", + "path": "src/source-1.txt", + "link": "http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597#diff-ee724442198bac184fd8356360895fa4d9c45b69" + } + ] + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/commits-with-files-by-issue-key-4.json b/test-common/src/main/resources/gitea/commits-with-files-by-issue-key-4.json index d1ef97e..2265b9c 100644 --- a/test-common/src/main/resources/gitea/commits-with-files-by-issue-key-4.json +++ b/test-common/src/main/resources/gitea/commits-with-files-by-issue-key-4.json @@ -1 +1,30 @@ -[{"commit":{"hash":"b1adb6beb8ffe099d0a746a845a031538ee44e4f","message":"[ISSUE-4] First commit\n","date":1716986870000,"author":{"name":"admin","avatar":null},"parents":["9a44342d8ee92b85b9b23bcad8953b56868f9699"],"link":"http://localhost:3000/test/repository-2/commit/b1adb6beb8ffe099d0a746a845a031538ee44e4f","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":1,"files":[{"type":"ADD","path":"src/source-4.txt","link":"http://localhost:3000/test/repository-2/commit/b1adb6beb8ffe099d0a746a845a031538ee44e4f#diff-2034b7e73073bd07284a80db2243ff98cf65604"}]}] \ No newline at end of file +[ + { + "commit": { + "hash": "b1adb6beb8ffe099d0a746a845a031538ee44e4f", + "message": "[ISSUE-4] First commit\n", + "date": 1716986870000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "9a44342d8ee92b85b9b23bcad8953b56868f9699" + ], + "link": "http://localhost:3000/test/repository-2/commit/b1adb6beb8ffe099d0a746a845a031538ee44e4f", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 1, + "files": [ + { + "type": "ADD", + "path": "src/source-4.txt", + "link": "http://localhost:3000/test/repository-2/commit/b1adb6beb8ffe099d0a746a845a031538ee44e4f#diff-2034b7e73073bd07284a80db2243ff98cf65604" + } + ] + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/commits-with-files-by-issue-key.json b/test-common/src/main/resources/gitea/commits-with-files-by-issue-key.json index ad8a86c..e982663 100644 --- a/test-common/src/main/resources/gitea/commits-with-files-by-issue-key.json +++ b/test-common/src/main/resources/gitea/commits-with-files-by-issue-key.json @@ -1 +1,30 @@ -[{"commit":{"hash":"7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","message":"ISSUE-1 Initial implementation\n","date":1716986279000,"author":{"name":"admin","avatar":null},"parents":["49bfe6a125a88cddd90c74b75b196c40fd380685"],"link":"http://localhost:3000/test/repository-2/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":1,"files":[{"type":"ADD","path":"src/source-1.txt","link":"http://localhost:3000/test/repository-2/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1#diff-ee724442198bac184fd8356360895fa4d9c45b69"}]}] \ No newline at end of file +[ + { + "commit": { + "hash": "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "message": "ISSUE-1 Initial implementation\n", + "date": 1716986279000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "49bfe6a125a88cddd90c74b75b196c40fd380685" + ], + "link": "http://localhost:3000/test/repository-2/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 1, + "files": [ + { + "type": "ADD", + "path": "src/source-1.txt", + "link": "http://localhost:3000/test/repository-2/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1#diff-ee724442198bac184fd8356360895fa4d9c45b69" + } + ] + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/commits-with-files.json b/test-common/src/main/resources/gitea/commits-with-files.json index 62c380f..63b5c31 100644 --- a/test-common/src/main/resources/gitea/commits-with-files.json +++ b/test-common/src/main/resources/gitea/commits-with-files.json @@ -1 +1,173 @@ -[{"commit":{"hash":"06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd","message":"Merge branch 'feature/ISSUE-2' (squash)\n","date":1716987041000,"author":{"name":"admin","avatar":null},"parents":["9a44342d8ee92b85b9b23bcad8953b56868f9699"],"link":"http://localhost:3000/test/repository-2/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":3,"files":[{"type":"DELETE","path":"src/source-1.txt","link":"http://localhost:3000/test/repository-2/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#diff-ee724442198bac184fd8356360895fa4d9c45b69"},{"type":"ADD","path":"src/source-2.txt","link":"http://localhost:3000/test/repository-2/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#diff-75d4b3ab0aad35786827dc3096812657df1eb070"},{"type":"ADD","path":"src/source.txt","link":"http://localhost:3000/test/repository-2/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#diff-2feb10ce6a5a50faefb9fddbb78ef8a89b915a9"}]},{"commit":{"hash":"9a44342d8ee92b85b9b23bcad8953b56868f9699","message":"Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt\n","date":1716986762000,"author":{"name":"admin","avatar":null},"parents":["d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","ce1b7175c9b4914cf2fc03c0f28046509f820597"],"link":"http://localhost:3000/test/repository-2/commit/9a44342d8ee92b85b9b23bcad8953b56868f9699","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":0,"files":[]},{"commit":{"hash":"d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","message":"Commit with no issue\n","date":1716986699000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:3000/test/repository-2/commit/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":1,"files":[{"type":"MODIFY","path":"src/source-1.txt","link":"http://localhost:3000/test/repository-2/commit/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7#diff-ee724442198bac184fd8356360895fa4d9c45b69"}]},{"commit":{"hash":"ce1b7175c9b4914cf2fc03c0f28046509f820597","message":"ISSUE-3 First commit\n","date":1716986486000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":1,"files":[{"type":"MODIFY","path":"src/source-1.txt","link":"http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597#diff-ee724442198bac184fd8356360895fa4d9c45b69"}]},{"commit":{"hash":"7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","message":"ISSUE-1 Initial implementation\n","date":1716986279000,"author":{"name":"admin","avatar":null},"parents":["49bfe6a125a88cddd90c74b75b196c40fd380685"],"link":"http://localhost:3000/test/repository-2/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":1,"files":[{"type":"ADD","path":"src/source-1.txt","link":"http://localhost:3000/test/repository-2/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1#diff-ee724442198bac184fd8356360895fa4d9c45b69"}]},{"commit":{"hash":"49bfe6a125a88cddd90c74b75b196c40fd380685","message":"init commit\n","date":1716986123000,"author":{"name":"admin","avatar":null},"parents":[],"link":"http://localhost:3000/test/repository-2/commit/49bfe6a125a88cddd90c74b75b196c40fd380685","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}},"totalFiles":1,"files":[{"type":"ADD","path":"README.md","link":"http://localhost:3000/test/repository-2/commit/49bfe6a125a88cddd90c74b75b196c40fd380685#diff-8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d"}]}] \ No newline at end of file +[ + { + "commit": { + "hash": "06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd", + "message": "Merge branch 'feature/ISSUE-2' (squash)\n", + "date": 1716987041000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "9a44342d8ee92b85b9b23bcad8953b56868f9699" + ], + "link": "http://localhost:3000/test/repository-2/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 3, + "files": [ + { + "type": "DELETE", + "path": "src/source-1.txt", + "link": "http://localhost:3000/test/repository-2/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#diff-ee724442198bac184fd8356360895fa4d9c45b69" + }, + { + "type": "ADD", + "path": "src/source-2.txt", + "link": "http://localhost:3000/test/repository-2/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#diff-75d4b3ab0aad35786827dc3096812657df1eb070" + }, + { + "type": "ADD", + "path": "src/source.txt", + "link": "http://localhost:3000/test/repository-2/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd#diff-2feb10ce6a5a50faefb9fddbb78ef8a89b915a9" + } + ] + }, + { + "commit": { + "hash": "9a44342d8ee92b85b9b23bcad8953b56868f9699", + "message": "Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt\n", + "date": 1716986762000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "ce1b7175c9b4914cf2fc03c0f28046509f820597" + ], + "link": "http://localhost:3000/test/repository-2/commit/9a44342d8ee92b85b9b23bcad8953b56868f9699", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] + }, + { + "commit": { + "hash": "d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "message": "Commit with no issue\n", + "date": 1716986699000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:3000/test/repository-2/commit/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 1, + "files": [ + { + "type": "MODIFY", + "path": "src/source-1.txt", + "link": "http://localhost:3000/test/repository-2/commit/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7#diff-ee724442198bac184fd8356360895fa4d9c45b69" + } + ] + }, + { + "commit": { + "hash": "ce1b7175c9b4914cf2fc03c0f28046509f820597", + "message": "ISSUE-3 First commit\n", + "date": 1716986486000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 1, + "files": [ + { + "type": "MODIFY", + "path": "src/source-1.txt", + "link": "http://localhost:3000/test/repository-2/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597#diff-ee724442198bac184fd8356360895fa4d9c45b69" + } + ] + }, + { + "commit": { + "hash": "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "message": "ISSUE-1 Initial implementation\n", + "date": 1716986279000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "49bfe6a125a88cddd90c74b75b196c40fd380685" + ], + "link": "http://localhost:3000/test/repository-2/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 1, + "files": [ + { + "type": "ADD", + "path": "src/source-1.txt", + "link": "http://localhost:3000/test/repository-2/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1#diff-ee724442198bac184fd8356360895fa4d9c45b69" + } + ] + }, + { + "commit": { + "hash": "49bfe6a125a88cddd90c74b75b196c40fd380685", + "message": "init commit\n", + "date": 1716986123000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [], + "link": "http://localhost:3000/test/repository-2/commit/49bfe6a125a88cddd90c74b75b196c40fd380685", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + }, + "totalFiles": 1, + "files": [ + { + "type": "ADD", + "path": "README.md", + "link": "http://localhost:3000/test/repository-2/commit/49bfe6a125a88cddd90c74b75b196c40fd380685#diff-8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d" + } + ] + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/commits.json b/test-common/src/main/resources/gitea/commits.json index 2eba746..055a89a 100644 --- a/test-common/src/main/resources/gitea/commits.json +++ b/test-common/src/main/resources/gitea/commits.json @@ -1 +1,620 @@ -[{"hash":"5fb773dbe6472a87632b1c68ea771decdcd20f1e","message":"master-36\n","date":1698064512000,"author":{"name":"admin","avatar":null},"parents":["3df9d9661fd7cd199b300881347c6eba9000d77c"],"link":"http://localhost:3000/test/repository/commit/5fb773dbe6472a87632b1c68ea771decdcd20f1e","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"3df9d9661fd7cd199b300881347c6eba9000d77c","message":"Merge branch 'branch14'\n\n# Conflicts:\n#\tREADME.md\n","date":1698064390000,"author":{"name":"admin","avatar":null},"parents":["2cd831abeae867185af1350738da08d80a2324f0","4c781b01fa41b7539a9d7289b3d34803c7a3a782"],"link":"http://localhost:3000/test/repository/commit/3df9d9661fd7cd199b300881347c6eba9000d77c","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"2cd831abeae867185af1350738da08d80a2324f0","message":"master-35\n","date":1698064366000,"author":{"name":"admin","avatar":null},"parents":["df4c133e8872af329e9d28f990d2eda09417ae45"],"link":"http://localhost:3000/test/repository/commit/2cd831abeae867185af1350738da08d80a2324f0","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"4c781b01fa41b7539a9d7289b3d34803c7a3a782","message":"branch14-5\n","date":1698064357000,"author":{"name":"admin","avatar":null},"parents":["8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7"],"link":"http://localhost:3000/test/repository/commit/4c781b01fa41b7539a9d7289b3d34803c7a3a782","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7","message":"branch14-4\n","date":1698064316000,"author":{"name":"admin","avatar":null},"parents":["5c259964e83083c7f2a3e1d324ce456d642a8d9b"],"link":"http://localhost:3000/test/repository/commit/8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"df4c133e8872af329e9d28f990d2eda09417ae45","message":"master-34\n","date":1698064202000,"author":{"name":"admin","avatar":null},"parents":["e4784ccbcddcff4ad43b9636b23a897b9a28ef85"],"link":"http://localhost:3000/test/repository/commit/df4c133e8872af329e9d28f990d2eda09417ae45","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"e4784ccbcddcff4ad43b9636b23a897b9a28ef85","message":"Merge branch 'branch13'\n\n# Conflicts:\n#\tREADME.md\n","date":1698064107000,"author":{"name":"admin","avatar":null},"parents":["6a4a1d565e484ff908b8852ac036c976c9427091","9b4b1058ddc9ca8f66f4f1eb515fe41b76487254"],"link":"http://localhost:3000/test/repository/commit/e4784ccbcddcff4ad43b9636b23a897b9a28ef85","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"9b4b1058ddc9ca8f66f4f1eb515fe41b76487254","message":"branch13-7\n","date":1698064070000,"author":{"name":"admin","avatar":null},"parents":["546f41c47988d1ac0a7a43be5d53771f3f363484"],"link":"http://localhost:3000/test/repository/commit/9b4b1058ddc9ca8f66f4f1eb515fe41b76487254","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"5c259964e83083c7f2a3e1d324ce456d642a8d9b","message":"branch14-3\n","date":1698063984000,"author":{"name":"admin","avatar":null},"parents":["46a92ce0118d65e64b6d652b4241703a9707ad74"],"link":"http://localhost:3000/test/repository/commit/5c259964e83083c7f2a3e1d324ce456d642a8d9b","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"6a4a1d565e484ff908b8852ac036c976c9427091","message":"master-33\n","date":1698063941000,"author":{"name":"admin","avatar":null},"parents":["81c56ba3e9d0f3f6a929d8ac5700094900ea0e10"],"link":"http://localhost:3000/test/repository/commit/6a4a1d565e484ff908b8852ac036c976c9427091","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"546f41c47988d1ac0a7a43be5d53771f3f363484","message":"branch13-6\n","date":1698063920000,"author":{"name":"admin","avatar":null},"parents":["538a1f8be0f1a738461c1ffcd2568e99983fce22"],"link":"http://localhost:3000/test/repository/commit/546f41c47988d1ac0a7a43be5d53771f3f363484","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"538a1f8be0f1a738461c1ffcd2568e99983fce22","message":"branch13-5\n","date":1698063912000,"author":{"name":"admin","avatar":null},"parents":["10a22f127828a63db16e2b128aa8e1f922eb7445"],"link":"http://localhost:3000/test/repository/commit/538a1f8be0f1a738461c1ffcd2568e99983fce22","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"46a92ce0118d65e64b6d652b4241703a9707ad74","message":"branch14-2\n","date":1698063777000,"author":{"name":"admin","avatar":null},"parents":["512f36722583c58179f54ccbfbad3d351adae81d"],"link":"http://localhost:3000/test/repository/commit/46a92ce0118d65e64b6d652b4241703a9707ad74","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"81c56ba3e9d0f3f6a929d8ac5700094900ea0e10","message":"master-32\n","date":1698063707000,"author":{"name":"admin","avatar":null},"parents":["59a2e00fc11df460e60befe95bbc44bdb94187b1"],"link":"http://localhost:3000/test/repository/commit/81c56ba3e9d0f3f6a929d8ac5700094900ea0e10","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"10a22f127828a63db16e2b128aa8e1f922eb7445","message":"branch13-4\n","date":1698063689000,"author":{"name":"admin","avatar":null},"parents":["cf1ed77a3b13dc829ea9204f132355a76d4c1741"],"link":"http://localhost:3000/test/repository/commit/10a22f127828a63db16e2b128aa8e1f922eb7445","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"512f36722583c58179f54ccbfbad3d351adae81d","message":"branch14-1\n","date":1698063594000,"author":{"name":"admin","avatar":null},"parents":["59a2e00fc11df460e60befe95bbc44bdb94187b1"],"link":"http://localhost:3000/test/repository/commit/512f36722583c58179f54ccbfbad3d351adae81d","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"59a2e00fc11df460e60befe95bbc44bdb94187b1","message":"master-31\n","date":1698063564000,"author":{"name":"admin","avatar":null},"parents":["9d636c0604cd0059285ebe208840b702b5e0cf53"],"link":"http://localhost:3000/test/repository/commit/59a2e00fc11df460e60befe95bbc44bdb94187b1","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"cf1ed77a3b13dc829ea9204f132355a76d4c1741","message":"Merge branch 'branch11' into branch13\n\n# Conflicts:\n#\tREADME.md\n","date":1698063511000,"author":{"name":"admin","avatar":null},"parents":["e388f1174f45fe333cdb5061b9d597fb7877a785","f92c7ad50633eec83502d0e8783fb10f7204ec6f"],"link":"http://localhost:3000/test/repository/commit/cf1ed77a3b13dc829ea9204f132355a76d4c1741","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"9d636c0604cd0059285ebe208840b702b5e0cf53","message":"master-30\n","date":1698063441000,"author":{"name":"admin","avatar":null},"parents":["917f2ab13b79116615fd7b4fc6fc6b12c6429c3e"],"link":"http://localhost:3000/test/repository/commit/9d636c0604cd0059285ebe208840b702b5e0cf53","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"f92c7ad50633eec83502d0e8783fb10f7204ec6f","message":"branch-11-2\n","date":1698063379000,"author":{"name":"admin","avatar":null},"parents":["c3132678f4537df982925c795a1acc0c1dd7c7de"],"link":"http://localhost:3000/test/repository/commit/f92c7ad50633eec83502d0e8783fb10f7204ec6f","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"e388f1174f45fe333cdb5061b9d597fb7877a785","message":"branch13-3\n","date":1698063363000,"author":{"name":"admin","avatar":null},"parents":["7df584fa61f3d16b9f9514b4034f5368c5e06410"],"link":"http://localhost:3000/test/repository/commit/e388f1174f45fe333cdb5061b9d597fb7877a785","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"c3132678f4537df982925c795a1acc0c1dd7c7de","message":"branch-11-1\n","date":1698063278000,"author":{"name":"admin","avatar":null},"parents":["2674103e85493d76e45e57a9b5372f8c7926d3a7"],"link":"http://localhost:3000/test/repository/commit/c3132678f4537df982925c795a1acc0c1dd7c7de","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"7df584fa61f3d16b9f9514b4034f5368c5e06410","message":"branch13-2\n","date":1698063255000,"author":{"name":"admin","avatar":null},"parents":["3e48313ba71bc2af8d954a5898f4caea65fe487d"],"link":"http://localhost:3000/test/repository/commit/7df584fa61f3d16b9f9514b4034f5368c5e06410","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"917f2ab13b79116615fd7b4fc6fc6b12c6429c3e","message":"master-29\n","date":1698063218000,"author":{"name":"admin","avatar":null},"parents":["a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981"],"link":"http://localhost:3000/test/repository/commit/917f2ab13b79116615fd7b4fc6fc6b12c6429c3e","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"3e48313ba71bc2af8d954a5898f4caea65fe487d","message":"branch13-1\n","date":1698063117000,"author":{"name":"admin","avatar":null},"parents":["a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981"],"link":"http://localhost:3000/test/repository/commit/3e48313ba71bc2af8d954a5898f4caea65fe487d","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981","message":"master-28\n","date":1698062853000,"author":{"name":"admin","avatar":null},"parents":["7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1"],"link":"http://localhost:3000/test/repository/commit/a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1","message":"Merge branch 'branch9'\n\n# Conflicts:\n#\tREADME.md\n","date":1698062768000,"author":{"name":"admin","avatar":null},"parents":["4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","1df2a7d9351745624ff1f0e6bd87b331904507a7"],"link":"http://localhost:3000/test/repository/commit/7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","message":"master-27\n","date":1698062742000,"author":{"name":"admin","avatar":null},"parents":["2674103e85493d76e45e57a9b5372f8c7926d3a7"],"link":"http://localhost:3000/test/repository/commit/4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"2674103e85493d76e45e57a9b5372f8c7926d3a7","message":"master-26\n","date":1698062712000,"author":{"name":"admin","avatar":null},"parents":["585847a321fcbcdb8f397a155a123aba5a1a1d76"],"link":"http://localhost:3000/test/repository/commit/2674103e85493d76e45e57a9b5372f8c7926d3a7","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"1df2a7d9351745624ff1f0e6bd87b331904507a7","message":"branch9-9\n","date":1698062672000,"author":{"name":"admin","avatar":null},"parents":["fff2b60ae6a434c31c64c87fb7c044080b1acffb"],"link":"http://localhost:3000/test/repository/commit/1df2a7d9351745624ff1f0e6bd87b331904507a7","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"585847a321fcbcdb8f397a155a123aba5a1a1d76","message":"Merge branch 'branch7'\n\n# Conflicts:\n#\tREADME.md\n","date":1698062551000,"author":{"name":"admin","avatar":null},"parents":["c79babff3c1405618214eba90398c685ac4c0349","fe85e0ed86aba2ff78439ba7f0170fe580ccb54e"],"link":"http://localhost:3000/test/repository/commit/585847a321fcbcdb8f397a155a123aba5a1a1d76","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"fe85e0ed86aba2ff78439ba7f0170fe580ccb54e","message":"Merge branch 'branch5' into branch7\n\n# Conflicts:\n#\tREADME.md\n","date":1698062492000,"author":{"name":"admin","avatar":null},"parents":["f6b5e1460f0a3ca1da2778acd54bd005620a0730","949a1bbc2b51817aea7bdf5b34af868a646a20e2"],"link":"http://localhost:3000/test/repository/commit/fe85e0ed86aba2ff78439ba7f0170fe580ccb54e","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"fff2b60ae6a434c31c64c87fb7c044080b1acffb","message":"branch9-8\n","date":1698062367000,"author":{"name":"admin","avatar":null},"parents":["8000baf077ff28405c32c539fa49393363508945"],"link":"http://localhost:3000/test/repository/commit/fff2b60ae6a434c31c64c87fb7c044080b1acffb","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}},{"hash":"8000baf077ff28405c32c539fa49393363508945","message":"branch9-7\n","date":1698062359000,"author":{"name":"admin","avatar":null},"parents":["6b65fcf8499a8fd51a86664c252196d5133897e6"],"link":"http://localhost:3000/test/repository/commit/8000baf077ff28405c32c539fa49393363508945","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository.git","link":"http://localhost:3000/test/repository","avatar":null}}] \ No newline at end of file +[ + { + "hash": "5fb773dbe6472a87632b1c68ea771decdcd20f1e", + "message": "master-36\n", + "date": 1698064512000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "3df9d9661fd7cd199b300881347c6eba9000d77c" + ], + "link": "http://localhost:3000/test/repository/commit/5fb773dbe6472a87632b1c68ea771decdcd20f1e", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "3df9d9661fd7cd199b300881347c6eba9000d77c", + "message": "Merge branch 'branch14'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698064390000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2cd831abeae867185af1350738da08d80a2324f0", + "4c781b01fa41b7539a9d7289b3d34803c7a3a782" + ], + "link": "http://localhost:3000/test/repository/commit/3df9d9661fd7cd199b300881347c6eba9000d77c", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "2cd831abeae867185af1350738da08d80a2324f0", + "message": "master-35\n", + "date": 1698064366000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "df4c133e8872af329e9d28f990d2eda09417ae45" + ], + "link": "http://localhost:3000/test/repository/commit/2cd831abeae867185af1350738da08d80a2324f0", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "4c781b01fa41b7539a9d7289b3d34803c7a3a782", + "message": "branch14-5\n", + "date": 1698064357000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7" + ], + "link": "http://localhost:3000/test/repository/commit/4c781b01fa41b7539a9d7289b3d34803c7a3a782", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7", + "message": "branch14-4\n", + "date": 1698064316000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "5c259964e83083c7f2a3e1d324ce456d642a8d9b" + ], + "link": "http://localhost:3000/test/repository/commit/8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "df4c133e8872af329e9d28f990d2eda09417ae45", + "message": "master-34\n", + "date": 1698064202000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "e4784ccbcddcff4ad43b9636b23a897b9a28ef85" + ], + "link": "http://localhost:3000/test/repository/commit/df4c133e8872af329e9d28f990d2eda09417ae45", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "e4784ccbcddcff4ad43b9636b23a897b9a28ef85", + "message": "Merge branch 'branch13'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698064107000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6a4a1d565e484ff908b8852ac036c976c9427091", + "9b4b1058ddc9ca8f66f4f1eb515fe41b76487254" + ], + "link": "http://localhost:3000/test/repository/commit/e4784ccbcddcff4ad43b9636b23a897b9a28ef85", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "9b4b1058ddc9ca8f66f4f1eb515fe41b76487254", + "message": "branch13-7\n", + "date": 1698064070000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "546f41c47988d1ac0a7a43be5d53771f3f363484" + ], + "link": "http://localhost:3000/test/repository/commit/9b4b1058ddc9ca8f66f4f1eb515fe41b76487254", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "5c259964e83083c7f2a3e1d324ce456d642a8d9b", + "message": "branch14-3\n", + "date": 1698063984000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "46a92ce0118d65e64b6d652b4241703a9707ad74" + ], + "link": "http://localhost:3000/test/repository/commit/5c259964e83083c7f2a3e1d324ce456d642a8d9b", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "6a4a1d565e484ff908b8852ac036c976c9427091", + "message": "master-33\n", + "date": 1698063941000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "81c56ba3e9d0f3f6a929d8ac5700094900ea0e10" + ], + "link": "http://localhost:3000/test/repository/commit/6a4a1d565e484ff908b8852ac036c976c9427091", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "546f41c47988d1ac0a7a43be5d53771f3f363484", + "message": "branch13-6\n", + "date": 1698063920000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "538a1f8be0f1a738461c1ffcd2568e99983fce22" + ], + "link": "http://localhost:3000/test/repository/commit/546f41c47988d1ac0a7a43be5d53771f3f363484", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "538a1f8be0f1a738461c1ffcd2568e99983fce22", + "message": "branch13-5\n", + "date": 1698063912000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "10a22f127828a63db16e2b128aa8e1f922eb7445" + ], + "link": "http://localhost:3000/test/repository/commit/538a1f8be0f1a738461c1ffcd2568e99983fce22", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "46a92ce0118d65e64b6d652b4241703a9707ad74", + "message": "branch14-2\n", + "date": 1698063777000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "512f36722583c58179f54ccbfbad3d351adae81d" + ], + "link": "http://localhost:3000/test/repository/commit/46a92ce0118d65e64b6d652b4241703a9707ad74", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "81c56ba3e9d0f3f6a929d8ac5700094900ea0e10", + "message": "master-32\n", + "date": 1698063707000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "59a2e00fc11df460e60befe95bbc44bdb94187b1" + ], + "link": "http://localhost:3000/test/repository/commit/81c56ba3e9d0f3f6a929d8ac5700094900ea0e10", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "10a22f127828a63db16e2b128aa8e1f922eb7445", + "message": "branch13-4\n", + "date": 1698063689000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "cf1ed77a3b13dc829ea9204f132355a76d4c1741" + ], + "link": "http://localhost:3000/test/repository/commit/10a22f127828a63db16e2b128aa8e1f922eb7445", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "512f36722583c58179f54ccbfbad3d351adae81d", + "message": "branch14-1\n", + "date": 1698063594000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "59a2e00fc11df460e60befe95bbc44bdb94187b1" + ], + "link": "http://localhost:3000/test/repository/commit/512f36722583c58179f54ccbfbad3d351adae81d", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "59a2e00fc11df460e60befe95bbc44bdb94187b1", + "message": "master-31\n", + "date": 1698063564000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "9d636c0604cd0059285ebe208840b702b5e0cf53" + ], + "link": "http://localhost:3000/test/repository/commit/59a2e00fc11df460e60befe95bbc44bdb94187b1", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "cf1ed77a3b13dc829ea9204f132355a76d4c1741", + "message": "Merge branch 'branch11' into branch13\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698063511000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "e388f1174f45fe333cdb5061b9d597fb7877a785", + "f92c7ad50633eec83502d0e8783fb10f7204ec6f" + ], + "link": "http://localhost:3000/test/repository/commit/cf1ed77a3b13dc829ea9204f132355a76d4c1741", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "9d636c0604cd0059285ebe208840b702b5e0cf53", + "message": "master-30\n", + "date": 1698063441000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "917f2ab13b79116615fd7b4fc6fc6b12c6429c3e" + ], + "link": "http://localhost:3000/test/repository/commit/9d636c0604cd0059285ebe208840b702b5e0cf53", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "f92c7ad50633eec83502d0e8783fb10f7204ec6f", + "message": "branch-11-2\n", + "date": 1698063379000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c3132678f4537df982925c795a1acc0c1dd7c7de" + ], + "link": "http://localhost:3000/test/repository/commit/f92c7ad50633eec83502d0e8783fb10f7204ec6f", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "e388f1174f45fe333cdb5061b9d597fb7877a785", + "message": "branch13-3\n", + "date": 1698063363000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df584fa61f3d16b9f9514b4034f5368c5e06410" + ], + "link": "http://localhost:3000/test/repository/commit/e388f1174f45fe333cdb5061b9d597fb7877a785", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "c3132678f4537df982925c795a1acc0c1dd7c7de", + "message": "branch-11-1\n", + "date": 1698063278000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2674103e85493d76e45e57a9b5372f8c7926d3a7" + ], + "link": "http://localhost:3000/test/repository/commit/c3132678f4537df982925c795a1acc0c1dd7c7de", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "7df584fa61f3d16b9f9514b4034f5368c5e06410", + "message": "branch13-2\n", + "date": 1698063255000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "3e48313ba71bc2af8d954a5898f4caea65fe487d" + ], + "link": "http://localhost:3000/test/repository/commit/7df584fa61f3d16b9f9514b4034f5368c5e06410", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "917f2ab13b79116615fd7b4fc6fc6b12c6429c3e", + "message": "master-29\n", + "date": 1698063218000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981" + ], + "link": "http://localhost:3000/test/repository/commit/917f2ab13b79116615fd7b4fc6fc6b12c6429c3e", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "3e48313ba71bc2af8d954a5898f4caea65fe487d", + "message": "branch13-1\n", + "date": 1698063117000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981" + ], + "link": "http://localhost:3000/test/repository/commit/3e48313ba71bc2af8d954a5898f4caea65fe487d", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981", + "message": "master-28\n", + "date": 1698062853000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1" + ], + "link": "http://localhost:3000/test/repository/commit/a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1", + "message": "Merge branch 'branch9'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698062768000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "1df2a7d9351745624ff1f0e6bd87b331904507a7" + ], + "link": "http://localhost:3000/test/repository/commit/7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "message": "master-27\n", + "date": 1698062742000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2674103e85493d76e45e57a9b5372f8c7926d3a7" + ], + "link": "http://localhost:3000/test/repository/commit/4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "2674103e85493d76e45e57a9b5372f8c7926d3a7", + "message": "master-26\n", + "date": 1698062712000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "585847a321fcbcdb8f397a155a123aba5a1a1d76" + ], + "link": "http://localhost:3000/test/repository/commit/2674103e85493d76e45e57a9b5372f8c7926d3a7", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "1df2a7d9351745624ff1f0e6bd87b331904507a7", + "message": "branch9-9\n", + "date": 1698062672000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "fff2b60ae6a434c31c64c87fb7c044080b1acffb" + ], + "link": "http://localhost:3000/test/repository/commit/1df2a7d9351745624ff1f0e6bd87b331904507a7", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "585847a321fcbcdb8f397a155a123aba5a1a1d76", + "message": "Merge branch 'branch7'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698062551000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c79babff3c1405618214eba90398c685ac4c0349", + "fe85e0ed86aba2ff78439ba7f0170fe580ccb54e" + ], + "link": "http://localhost:3000/test/repository/commit/585847a321fcbcdb8f397a155a123aba5a1a1d76", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "fe85e0ed86aba2ff78439ba7f0170fe580ccb54e", + "message": "Merge branch 'branch5' into branch7\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698062492000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "f6b5e1460f0a3ca1da2778acd54bd005620a0730", + "949a1bbc2b51817aea7bdf5b34af868a646a20e2" + ], + "link": "http://localhost:3000/test/repository/commit/fe85e0ed86aba2ff78439ba7f0170fe580ccb54e", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "fff2b60ae6a434c31c64c87fb7c044080b1acffb", + "message": "branch9-8\n", + "date": 1698062367000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "8000baf077ff28405c32c539fa49393363508945" + ], + "link": "http://localhost:3000/test/repository/commit/fff2b60ae6a434c31c64c87fb7c044080b1acffb", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + }, + { + "hash": "8000baf077ff28405c32c539fa49393363508945", + "message": "branch9-7\n", + "date": 1698062359000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6b65fcf8499a8fd51a86664c252196d5133897e6" + ], + "link": "http://localhost:3000/test/repository/commit/8000baf077ff28405c32c539fa49393363508945", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository.git", + "link": "http://localhost:3000/test/repository", + "avatar": null + } + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/issues-from-commits-2.json b/test-common/src/main/resources/gitea/issues-from-commits-2.json index f74f675..0c8b409 100644 --- a/test-common/src/main/resources/gitea/issues-from-commits-2.json +++ b/test-common/src/main/resources/gitea/issues-from-commits-2.json @@ -1 +1,3 @@ -["ISSUE-2"] \ No newline at end of file +[ + "ISSUE-2" +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/issues-from-commits-3.json b/test-common/src/main/resources/gitea/issues-from-commits-3.json index b407ea8..bfdac70 100644 --- a/test-common/src/main/resources/gitea/issues-from-commits-3.json +++ b/test-common/src/main/resources/gitea/issues-from-commits-3.json @@ -1 +1,4 @@ -["ISSUE-3","ISSUE-4"] \ No newline at end of file +[ + "ISSUE-3", + "ISSUE-4" +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/issues-from-commits.json b/test-common/src/main/resources/gitea/issues-from-commits.json index 53617bb..354e6fb 100644 --- a/test-common/src/main/resources/gitea/issues-from-commits.json +++ b/test-common/src/main/resources/gitea/issues-from-commits.json @@ -1 +1,5 @@ -["ISSUE-1","ISSUE-2","ISSUE-3"] \ No newline at end of file +[ + "ISSUE-1", + "ISSUE-2", + "ISSUE-3" +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/pull-requests-by-issue-key-4.json b/test-common/src/main/resources/gitea/pull-requests-by-issue-key-4.json index 8b725d7..9730f79 100644 --- a/test-common/src/main/resources/gitea/pull-requests-by-issue-key-4.json +++ b/test-common/src/main/resources/gitea/pull-requests-by-issue-key-4.json @@ -1 +1,29 @@ -[{"index":1,"title":"[ISSUE-4] test PR","description":"Test PR description","author":{"name":"test-admin","avatar":"https://secure.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?d=identicon"},"source":"feature/ISSUE-4","target":"master","assignees":[{"name":"test-admin","avatar":"https://secure.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?d=identicon"}],"reviewers":[],"status":"OPEN","createdAt":1698062284000,"updatedAt":1698062284000,"link":"http://localhost:3000/test/repository-2/pulls/1","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null}}] \ No newline at end of file +[ + { + "index": 1, + "title": "[ISSUE-4] test PR", + "description": "Test PR description", + "author": { + "name": "test-admin", + "avatar": "https://secure.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?d=identicon" + }, + "source": "feature/ISSUE-4", + "target": "master", + "assignees": [ + { + "name": "test-admin", + "avatar": "https://secure.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?d=identicon" + } + ], + "reviewers": [], + "status": "OPEN", + "createdAt": 1698062284000, + "updatedAt": 1698062284000, + "link": "http://localhost:3000/test/repository-2/pulls/1", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + } + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/search-issue-in-ranges.json b/test-common/src/main/resources/gitea/search-issue-in-ranges.json index 791197a..b109c02 100644 --- a/test-common/src/main/resources/gitea/search-issue-in-ranges.json +++ b/test-common/src/main/resources/gitea/search-issue-in-ranges.json @@ -1 +1,26 @@ -{"issueRanges":{"ISSUE-3":[{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","fromHashOrRef":"v1.0","fromDate":null,"toHashOrRef":"feature/ISSUE-4"},{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","fromHashOrRef":null,"fromDate":null,"toHashOrRef":"master"}],"ISSUE-1":[{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","fromHashOrRef":null,"fromDate":null,"toHashOrRef":"master"}]}} \ No newline at end of file +{ + "issueRanges": { + "ISSUE-3": [ + { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "fromHashOrRef": "v1.0", + "fromDate": null, + "toHashOrRef": "feature/ISSUE-4" + }, + { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "fromHashOrRef": null, + "fromDate": null, + "toHashOrRef": "master" + } + ], + "ISSUE-1": [ + { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "fromHashOrRef": null, + "fromDate": null, + "toHashOrRef": "master" + } + ] + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/search-summary-2.json b/test-common/src/main/resources/gitea/search-summary-2.json index 0bad934..0e0a94c 100644 --- a/test-common/src/main/resources/gitea/search-summary-2.json +++ b/test-common/src/main/resources/gitea/search-summary-2.json @@ -1 +1,15 @@ -{"branches":{"size":0,"updated":null},"commits":{"size":1,"latest":1716987041000},"pullRequests":{"size":0,"updated":null,"status":null}} \ No newline at end of file +{ + "branches": { + "size": 0, + "updated": null + }, + "commits": { + "size": 1, + "latest": 1716987041000 + }, + "pullRequests": { + "size": 0, + "updated": null, + "status": null + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/search-summary-3.json b/test-common/src/main/resources/gitea/search-summary-3.json index 2499fe2..496e366 100644 --- a/test-common/src/main/resources/gitea/search-summary-3.json +++ b/test-common/src/main/resources/gitea/search-summary-3.json @@ -1 +1,15 @@ -{"branches":{"size":1,"updated":1716986486000},"commits":{"size":2,"latest":1716986762000},"pullRequests":{"size":0,"updated":null,"status":null}} \ No newline at end of file +{ + "branches": { + "size": 1, + "updated": 1716986486000 + }, + "commits": { + "size": 2, + "latest": 1716986762000 + }, + "pullRequests": { + "size": 0, + "updated": null, + "status": null + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/search-summary-4.json b/test-common/src/main/resources/gitea/search-summary-4.json index c278843..448c5bb 100644 --- a/test-common/src/main/resources/gitea/search-summary-4.json +++ b/test-common/src/main/resources/gitea/search-summary-4.json @@ -1 +1,15 @@ -{"branches":{"size":1,"updated":1716986870000},"commits":{"size":1,"latest":1716986870000},"pullRequests":{"size":1,"updated":1698062284000,"status":"OPEN"}} \ No newline at end of file +{ + "branches": { + "size": 1, + "updated": 1716986870000 + }, + "commits": { + "size": 1, + "latest": 1716986870000 + }, + "pullRequests": { + "size": 1, + "updated": 1698062284000, + "status": "OPEN" + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/search-summary-5.json b/test-common/src/main/resources/gitea/search-summary-5.json index 72e0f64..8bf52dc 100644 --- a/test-common/src/main/resources/gitea/search-summary-5.json +++ b/test-common/src/main/resources/gitea/search-summary-5.json @@ -1 +1,15 @@ -{"branches":{"size":0,"updated":null},"commits":{"size":0,"latest":null},"pullRequests":{"size":0,"updated":null,"status":null}} \ No newline at end of file +{ + "branches": { + "size": 0, + "updated": null + }, + "commits": { + "size": 0, + "latest": null + }, + "pullRequests": { + "size": 0, + "updated": null, + "status": null + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/search-summary.json b/test-common/src/main/resources/gitea/search-summary.json index 5a42a01..5a46a95 100644 --- a/test-common/src/main/resources/gitea/search-summary.json +++ b/test-common/src/main/resources/gitea/search-summary.json @@ -1 +1,15 @@ -{"branches":{"size":0,"updated":null},"commits":{"size":1,"latest":1716986279000},"pullRequests":{"size":0,"updated":null,"status":null}} \ No newline at end of file +{ + "branches": { + "size": 0, + "updated": null + }, + "commits": { + "size": 1, + "latest": 1716986279000 + }, + "pullRequests": { + "size": 0, + "updated": null, + "status": null + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitea/tags.json b/test-common/src/main/resources/gitea/tags.json index dce2761..560c4ff 100644 --- a/test-common/src/main/resources/gitea/tags.json +++ b/test-common/src/main/resources/gitea/tags.json @@ -1 +1,24 @@ -[{"name":"v1.0","hash":"7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","link":"http://localhost:3000/test/repository-2/src/tag/v1.0","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null},"type":"TAG"},{"name":"v1.0.1","hash":"60d98c818023c651ee816bf119fe22ac33ccfafe","link":"http://localhost:3000/test/repository-2/src/tag/v1.0.1","repository":{"sshUrl":"ssh://git@localhost:3000/test/repository-2.git","link":"http://localhost:3000/test/repository-2","avatar":null},"type":"TAG"}] \ No newline at end of file +[ + { + "name": "v1.0", + "hash": "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "link": "http://localhost:3000/test/repository-2/src/tag/v1.0", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + }, + "type": "TAG" + }, + { + "name": "v1.0.1", + "hash": "60d98c818023c651ee816bf119fe22ac33ccfafe", + "link": "http://localhost:3000/test/repository-2/src/tag/v1.0.1", + "repository": { + "sshUrl": "ssh://git@localhost:3000/test/repository-2.git", + "link": "http://localhost:3000/test/repository-2", + "avatar": null + }, + "type": "TAG" + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/commit-2.json b/test-common/src/main/resources/gitlab/commit-2.json index c73a6d4..83ed573 100644 --- a/test-common/src/main/resources/gitlab/commit-2.json +++ b/test-common/src/main/resources/gitlab/commit-2.json @@ -1 +1,18 @@ -{"hash":"ce1b7175c9b4914cf2fc03c0f28046509f820597","message":"ISSUE-3 First commit\n","date":1716986486000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:8990/test/repository-2/-/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}} \ No newline at end of file +{ + "hash": "ce1b7175c9b4914cf2fc03c0f28046509f820597", + "message": "ISSUE-3 First commit\n", + "date": 1716986486000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:8990/test/repository-2/-/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/commit-3.json b/test-common/src/main/resources/gitlab/commit-3.json index 586cb8f..9d2d3cb 100644 --- a/test-common/src/main/resources/gitlab/commit-3.json +++ b/test-common/src/main/resources/gitlab/commit-3.json @@ -1 +1,18 @@ -{"hash":"7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","message":"ISSUE-1 Initial implementation\n","date":1716986279000,"author":{"name":"admin","avatar":null},"parents":["49bfe6a125a88cddd90c74b75b196c40fd380685"],"link":"http://localhost:8990/test/repository-2/-/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}} \ No newline at end of file +{ + "hash": "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "message": "ISSUE-1 Initial implementation\n", + "date": 1716986279000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "49bfe6a125a88cddd90c74b75b196c40fd380685" + ], + "link": "http://localhost:8990/test/repository-2/-/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/commit-with-files-2.json b/test-common/src/main/resources/gitlab/commit-with-files-2.json index 63699a2..bee3832 100644 --- a/test-common/src/main/resources/gitlab/commit-with-files-2.json +++ b/test-common/src/main/resources/gitlab/commit-with-files-2.json @@ -1 +1,22 @@ -{"commit":{"hash":"ce1b7175c9b4914cf2fc03c0f28046509f820597","message":"ISSUE-3 First commit\n","date":1716986486000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:8990/test/repository-2/-/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}},"totalFiles":0,"files":[]} \ No newline at end of file +{ + "commit": { + "hash": "ce1b7175c9b4914cf2fc03c0f28046509f820597", + "message": "ISSUE-3 First commit\n", + "date": 1716986486000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:8990/test/repository-2/-/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/commit-with-files-3.json b/test-common/src/main/resources/gitlab/commit-with-files-3.json index 0f466e6..02b2d4c 100644 --- a/test-common/src/main/resources/gitlab/commit-with-files-3.json +++ b/test-common/src/main/resources/gitlab/commit-with-files-3.json @@ -1 +1,22 @@ -{"commit":{"hash":"7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","message":"ISSUE-1 Initial implementation\n","date":1716986279000,"author":{"name":"admin","avatar":null},"parents":["49bfe6a125a88cddd90c74b75b196c40fd380685"],"link":"http://localhost:8990/test/repository-2/-/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}},"totalFiles":0,"files":[]} \ No newline at end of file +{ + "commit": { + "hash": "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "message": "ISSUE-1 Initial implementation\n", + "date": 1716986279000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "49bfe6a125a88cddd90c74b75b196c40fd380685" + ], + "link": "http://localhost:8990/test/repository-2/-/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/commit-with-files.json b/test-common/src/main/resources/gitlab/commit-with-files.json index ec7bf0c..86d33fa 100644 --- a/test-common/src/main/resources/gitlab/commit-with-files.json +++ b/test-common/src/main/resources/gitlab/commit-with-files.json @@ -1 +1,22 @@ -{"commit":{"hash":"fa20861b90c54efbffeb48837f4044bc23b55238","message":"ISSUE-2 First commit\n","date":1716986401000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:8990/test/repository-2/-/commit/fa20861b90c54efbffeb48837f4044bc23b55238","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}},"totalFiles":0,"files":[]} \ No newline at end of file +{ + "commit": { + "hash": "fa20861b90c54efbffeb48837f4044bc23b55238", + "message": "ISSUE-2 First commit\n", + "date": 1716986401000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:8990/test/repository-2/-/commit/fa20861b90c54efbffeb48837f4044bc23b55238", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/commit.json b/test-common/src/main/resources/gitlab/commit.json index 1a71e5d..7b543f8 100644 --- a/test-common/src/main/resources/gitlab/commit.json +++ b/test-common/src/main/resources/gitlab/commit.json @@ -1 +1,18 @@ -{"hash":"fa20861b90c54efbffeb48837f4044bc23b55238","message":"ISSUE-2 First commit\n","date":1716986401000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:8990/test/repository-2/-/commit/fa20861b90c54efbffeb48837f4044bc23b55238","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}} \ No newline at end of file +{ + "hash": "fa20861b90c54efbffeb48837f4044bc23b55238", + "message": "ISSUE-2 First commit\n", + "date": 1716986401000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:8990/test/repository-2/-/commit/fa20861b90c54efbffeb48837f4044bc23b55238", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/commits-2.json b/test-common/src/main/resources/gitlab/commits-2.json index bb3c7d9..e0f8541 100644 --- a/test-common/src/main/resources/gitlab/commits-2.json +++ b/test-common/src/main/resources/gitlab/commits-2.json @@ -1 +1,998 @@ -[{"hash":"5fb773dbe6472a87632b1c68ea771decdcd20f1e","message":"master-36\n","date":1698064512000,"author":{"name":"admin","avatar":null},"parents":["3df9d9661fd7cd199b300881347c6eba9000d77c"],"link":"http://localhost:8990/test/repository/-/commit/5fb773dbe6472a87632b1c68ea771decdcd20f1e","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"3df9d9661fd7cd199b300881347c6eba9000d77c","message":"Merge branch 'branch14'\n\n# Conflicts:\n#\tREADME.md\n","date":1698064390000,"author":{"name":"admin","avatar":null},"parents":["2cd831abeae867185af1350738da08d80a2324f0","4c781b01fa41b7539a9d7289b3d34803c7a3a782"],"link":"http://localhost:8990/test/repository/-/commit/3df9d9661fd7cd199b300881347c6eba9000d77c","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"2cd831abeae867185af1350738da08d80a2324f0","message":"master-35\n","date":1698064366000,"author":{"name":"admin","avatar":null},"parents":["df4c133e8872af329e9d28f990d2eda09417ae45"],"link":"http://localhost:8990/test/repository/-/commit/2cd831abeae867185af1350738da08d80a2324f0","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"4c781b01fa41b7539a9d7289b3d34803c7a3a782","message":"branch14-5\n","date":1698064357000,"author":{"name":"admin","avatar":null},"parents":["8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7"],"link":"http://localhost:8990/test/repository/-/commit/4c781b01fa41b7539a9d7289b3d34803c7a3a782","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7","message":"branch14-4\n","date":1698064316000,"author":{"name":"admin","avatar":null},"parents":["5c259964e83083c7f2a3e1d324ce456d642a8d9b"],"link":"http://localhost:8990/test/repository/-/commit/8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"df4c133e8872af329e9d28f990d2eda09417ae45","message":"master-34\n","date":1698064202000,"author":{"name":"admin","avatar":null},"parents":["e4784ccbcddcff4ad43b9636b23a897b9a28ef85"],"link":"http://localhost:8990/test/repository/-/commit/df4c133e8872af329e9d28f990d2eda09417ae45","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"e4784ccbcddcff4ad43b9636b23a897b9a28ef85","message":"Merge branch 'branch13'\n\n# Conflicts:\n#\tREADME.md\n","date":1698064107000,"author":{"name":"admin","avatar":null},"parents":["6a4a1d565e484ff908b8852ac036c976c9427091","9b4b1058ddc9ca8f66f4f1eb515fe41b76487254"],"link":"http://localhost:8990/test/repository/-/commit/e4784ccbcddcff4ad43b9636b23a897b9a28ef85","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"9b4b1058ddc9ca8f66f4f1eb515fe41b76487254","message":"branch13-7\n","date":1698064070000,"author":{"name":"admin","avatar":null},"parents":["546f41c47988d1ac0a7a43be5d53771f3f363484"],"link":"http://localhost:8990/test/repository/-/commit/9b4b1058ddc9ca8f66f4f1eb515fe41b76487254","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"5c259964e83083c7f2a3e1d324ce456d642a8d9b","message":"branch14-3\n","date":1698063984000,"author":{"name":"admin","avatar":null},"parents":["46a92ce0118d65e64b6d652b4241703a9707ad74"],"link":"http://localhost:8990/test/repository/-/commit/5c259964e83083c7f2a3e1d324ce456d642a8d9b","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"6a4a1d565e484ff908b8852ac036c976c9427091","message":"master-33\n","date":1698063941000,"author":{"name":"admin","avatar":null},"parents":["81c56ba3e9d0f3f6a929d8ac5700094900ea0e10"],"link":"http://localhost:8990/test/repository/-/commit/6a4a1d565e484ff908b8852ac036c976c9427091","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"546f41c47988d1ac0a7a43be5d53771f3f363484","message":"branch13-6\n","date":1698063920000,"author":{"name":"admin","avatar":null},"parents":["538a1f8be0f1a738461c1ffcd2568e99983fce22"],"link":"http://localhost:8990/test/repository/-/commit/546f41c47988d1ac0a7a43be5d53771f3f363484","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"538a1f8be0f1a738461c1ffcd2568e99983fce22","message":"branch13-5\n","date":1698063912000,"author":{"name":"admin","avatar":null},"parents":["10a22f127828a63db16e2b128aa8e1f922eb7445"],"link":"http://localhost:8990/test/repository/-/commit/538a1f8be0f1a738461c1ffcd2568e99983fce22","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"46a92ce0118d65e64b6d652b4241703a9707ad74","message":"branch14-2\n","date":1698063777000,"author":{"name":"admin","avatar":null},"parents":["512f36722583c58179f54ccbfbad3d351adae81d"],"link":"http://localhost:8990/test/repository/-/commit/46a92ce0118d65e64b6d652b4241703a9707ad74","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"81c56ba3e9d0f3f6a929d8ac5700094900ea0e10","message":"master-32\n","date":1698063707000,"author":{"name":"admin","avatar":null},"parents":["59a2e00fc11df460e60befe95bbc44bdb94187b1"],"link":"http://localhost:8990/test/repository/-/commit/81c56ba3e9d0f3f6a929d8ac5700094900ea0e10","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"10a22f127828a63db16e2b128aa8e1f922eb7445","message":"branch13-4\n","date":1698063689000,"author":{"name":"admin","avatar":null},"parents":["cf1ed77a3b13dc829ea9204f132355a76d4c1741"],"link":"http://localhost:8990/test/repository/-/commit/10a22f127828a63db16e2b128aa8e1f922eb7445","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"512f36722583c58179f54ccbfbad3d351adae81d","message":"branch14-1\n","date":1698063594000,"author":{"name":"admin","avatar":null},"parents":["59a2e00fc11df460e60befe95bbc44bdb94187b1"],"link":"http://localhost:8990/test/repository/-/commit/512f36722583c58179f54ccbfbad3d351adae81d","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"59a2e00fc11df460e60befe95bbc44bdb94187b1","message":"master-31\n","date":1698063564000,"author":{"name":"admin","avatar":null},"parents":["9d636c0604cd0059285ebe208840b702b5e0cf53"],"link":"http://localhost:8990/test/repository/-/commit/59a2e00fc11df460e60befe95bbc44bdb94187b1","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"cf1ed77a3b13dc829ea9204f132355a76d4c1741","message":"Merge branch 'branch11' into branch13\n\n# Conflicts:\n#\tREADME.md\n","date":1698063511000,"author":{"name":"admin","avatar":null},"parents":["e388f1174f45fe333cdb5061b9d597fb7877a785","f92c7ad50633eec83502d0e8783fb10f7204ec6f"],"link":"http://localhost:8990/test/repository/-/commit/cf1ed77a3b13dc829ea9204f132355a76d4c1741","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"9d636c0604cd0059285ebe208840b702b5e0cf53","message":"master-30\n","date":1698063441000,"author":{"name":"admin","avatar":null},"parents":["917f2ab13b79116615fd7b4fc6fc6b12c6429c3e"],"link":"http://localhost:8990/test/repository/-/commit/9d636c0604cd0059285ebe208840b702b5e0cf53","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"f92c7ad50633eec83502d0e8783fb10f7204ec6f","message":"branch-11-2\n","date":1698063379000,"author":{"name":"admin","avatar":null},"parents":["c3132678f4537df982925c795a1acc0c1dd7c7de"],"link":"http://localhost:8990/test/repository/-/commit/f92c7ad50633eec83502d0e8783fb10f7204ec6f","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"e388f1174f45fe333cdb5061b9d597fb7877a785","message":"branch13-3\n","date":1698063363000,"author":{"name":"admin","avatar":null},"parents":["7df584fa61f3d16b9f9514b4034f5368c5e06410"],"link":"http://localhost:8990/test/repository/-/commit/e388f1174f45fe333cdb5061b9d597fb7877a785","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"c3132678f4537df982925c795a1acc0c1dd7c7de","message":"branch-11-1\n","date":1698063278000,"author":{"name":"admin","avatar":null},"parents":["2674103e85493d76e45e57a9b5372f8c7926d3a7"],"link":"http://localhost:8990/test/repository/-/commit/c3132678f4537df982925c795a1acc0c1dd7c7de","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"7df584fa61f3d16b9f9514b4034f5368c5e06410","message":"branch13-2\n","date":1698063255000,"author":{"name":"admin","avatar":null},"parents":["3e48313ba71bc2af8d954a5898f4caea65fe487d"],"link":"http://localhost:8990/test/repository/-/commit/7df584fa61f3d16b9f9514b4034f5368c5e06410","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"917f2ab13b79116615fd7b4fc6fc6b12c6429c3e","message":"master-29\n","date":1698063218000,"author":{"name":"admin","avatar":null},"parents":["a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981"],"link":"http://localhost:8990/test/repository/-/commit/917f2ab13b79116615fd7b4fc6fc6b12c6429c3e","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"3e48313ba71bc2af8d954a5898f4caea65fe487d","message":"branch13-1\n","date":1698063117000,"author":{"name":"admin","avatar":null},"parents":["a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981"],"link":"http://localhost:8990/test/repository/-/commit/3e48313ba71bc2af8d954a5898f4caea65fe487d","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981","message":"master-28\n","date":1698062853000,"author":{"name":"admin","avatar":null},"parents":["7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1"],"link":"http://localhost:8990/test/repository/-/commit/a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1","message":"Merge branch 'branch9'\n\n# Conflicts:\n#\tREADME.md\n","date":1698062768000,"author":{"name":"admin","avatar":null},"parents":["4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","1df2a7d9351745624ff1f0e6bd87b331904507a7"],"link":"http://localhost:8990/test/repository/-/commit/7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","message":"master-27\n","date":1698062742000,"author":{"name":"admin","avatar":null},"parents":["2674103e85493d76e45e57a9b5372f8c7926d3a7"],"link":"http://localhost:8990/test/repository/-/commit/4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"2674103e85493d76e45e57a9b5372f8c7926d3a7","message":"master-26\n","date":1698062712000,"author":{"name":"admin","avatar":null},"parents":["585847a321fcbcdb8f397a155a123aba5a1a1d76"],"link":"http://localhost:8990/test/repository/-/commit/2674103e85493d76e45e57a9b5372f8c7926d3a7","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"1df2a7d9351745624ff1f0e6bd87b331904507a7","message":"branch9-9\n","date":1698062672000,"author":{"name":"admin","avatar":null},"parents":["fff2b60ae6a434c31c64c87fb7c044080b1acffb"],"link":"http://localhost:8990/test/repository/-/commit/1df2a7d9351745624ff1f0e6bd87b331904507a7","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"585847a321fcbcdb8f397a155a123aba5a1a1d76","message":"Merge branch 'branch7'\n\n# Conflicts:\n#\tREADME.md\n","date":1698062551000,"author":{"name":"admin","avatar":null},"parents":["c79babff3c1405618214eba90398c685ac4c0349","fe85e0ed86aba2ff78439ba7f0170fe580ccb54e"],"link":"http://localhost:8990/test/repository/-/commit/585847a321fcbcdb8f397a155a123aba5a1a1d76","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"fe85e0ed86aba2ff78439ba7f0170fe580ccb54e","message":"Merge branch 'branch5' into branch7\n\n# Conflicts:\n#\tREADME.md\n","date":1698062492000,"author":{"name":"admin","avatar":null},"parents":["f6b5e1460f0a3ca1da2778acd54bd005620a0730","949a1bbc2b51817aea7bdf5b34af868a646a20e2"],"link":"http://localhost:8990/test/repository/-/commit/fe85e0ed86aba2ff78439ba7f0170fe580ccb54e","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"fff2b60ae6a434c31c64c87fb7c044080b1acffb","message":"branch9-8\n","date":1698062367000,"author":{"name":"admin","avatar":null},"parents":["8000baf077ff28405c32c539fa49393363508945"],"link":"http://localhost:8990/test/repository/-/commit/fff2b60ae6a434c31c64c87fb7c044080b1acffb","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"8000baf077ff28405c32c539fa49393363508945","message":"branch9-7\n","date":1698062359000,"author":{"name":"admin","avatar":null},"parents":["6b65fcf8499a8fd51a86664c252196d5133897e6"],"link":"http://localhost:8990/test/repository/-/commit/8000baf077ff28405c32c539fa49393363508945","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"f6b5e1460f0a3ca1da2778acd54bd005620a0730","message":"branch7-4\n","date":1698062255000,"author":{"name":"admin","avatar":null},"parents":["ad658d2bd406df97a1d519a69fce571182efb03d"],"link":"http://localhost:8990/test/repository/-/commit/f6b5e1460f0a3ca1da2778acd54bd005620a0730","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"949a1bbc2b51817aea7bdf5b34af868a646a20e2","message":"branch5-12\n","date":1698062178000,"author":{"name":"admin","avatar":null},"parents":["04208409fae379e977017b6ab54b5b3df3937687"],"link":"http://localhost:8990/test/repository/-/commit/949a1bbc2b51817aea7bdf5b34af868a646a20e2","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"04208409fae379e977017b6ab54b5b3df3937687","message":"branch5-11\n","date":1698062169000,"author":{"name":"admin","avatar":null},"parents":["5c031dc49e438aacbde0db7a2c80b8edd686ff97"],"link":"http://localhost:8990/test/repository/-/commit/04208409fae379e977017b6ab54b5b3df3937687","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"6b65fcf8499a8fd51a86664c252196d5133897e6","message":"branch9-6\n","date":1698062141000,"author":{"name":"admin","avatar":null},"parents":["a57e13ae14cb990b20d249822d1e3ac244311792"],"link":"http://localhost:8990/test/repository/-/commit/6b65fcf8499a8fd51a86664c252196d5133897e6","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"a57e13ae14cb990b20d249822d1e3ac244311792","message":"branch9-5\n","date":1698062025000,"author":{"name":"admin","avatar":null},"parents":["4390e95135234d468dafb4a35cb5f575c0816efd"],"link":"http://localhost:8990/test/repository/-/commit/a57e13ae14cb990b20d249822d1e3ac244311792","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"ad658d2bd406df97a1d519a69fce571182efb03d","message":"branch7-3\n","date":1698061995000,"author":{"name":"admin","avatar":null},"parents":["7df83ca4811e125a3e7751df69698c440676606e"],"link":"http://localhost:8990/test/repository/-/commit/ad658d2bd406df97a1d519a69fce571182efb03d","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"5c031dc49e438aacbde0db7a2c80b8edd686ff97","message":"branch5-10\n","date":1698061960000,"author":{"name":"admin","avatar":null},"parents":["b23f5546bcb8d90ab4727e0f48fc6b30d610a81b"],"link":"http://localhost:8990/test/repository/-/commit/5c031dc49e438aacbde0db7a2c80b8edd686ff97","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"b23f5546bcb8d90ab4727e0f48fc6b30d610a81b","message":"branch5-8\n","date":1698061263000,"author":{"name":"admin","avatar":null},"parents":["3d6a8e913b125e12f03568a170020b54222ef73b"],"link":"http://localhost:8990/test/repository/-/commit/b23f5546bcb8d90ab4727e0f48fc6b30d610a81b","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"4390e95135234d468dafb4a35cb5f575c0816efd","message":"branch9-4\n","date":1698061245000,"author":{"name":"admin","avatar":null},"parents":["d9c3b34b70034f05844c99f61af9a0d95f36240d"],"link":"http://localhost:8990/test/repository/-/commit/4390e95135234d468dafb4a35cb5f575c0816efd","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"d9c3b34b70034f05844c99f61af9a0d95f36240d","message":"branch9-3\n","date":1698061236000,"author":{"name":"admin","avatar":null},"parents":["6fe6941d1817df8a76fd888bcf6b2de0cecbe362"],"link":"http://localhost:8990/test/repository/-/commit/d9c3b34b70034f05844c99f61af9a0d95f36240d","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"7df83ca4811e125a3e7751df69698c440676606e","message":"branch7-2\n","date":1698061159000,"author":{"name":"admin","avatar":null},"parents":["dc9967191a376d5c3dc3b657a18f51e0646f47b1"],"link":"http://localhost:8990/test/repository/-/commit/7df83ca4811e125a3e7751df69698c440676606e","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"3d6a8e913b125e12f03568a170020b54222ef73b","message":"branch5-7\n","date":1698061128000,"author":{"name":"admin","avatar":null},"parents":["aa7ffdf45fe7b33f0dff6c8e510daaf181003488"],"link":"http://localhost:8990/test/repository/-/commit/3d6a8e913b125e12f03568a170020b54222ef73b","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"6fe6941d1817df8a76fd888bcf6b2de0cecbe362","message":"branch9-2\n","date":1698060969000,"author":{"name":"admin","avatar":null},"parents":["ead87b8ec6810a0e44bb73db62a5135c99ce6b9f"],"link":"http://localhost:8990/test/repository/-/commit/6fe6941d1817df8a76fd888bcf6b2de0cecbe362","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"ead87b8ec6810a0e44bb73db62a5135c99ce6b9f","message":"branch9-1\n","date":1698060882000,"author":{"name":"admin","avatar":null},"parents":["1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d"],"link":"http://localhost:8990/test/repository/-/commit/ead87b8ec6810a0e44bb73db62a5135c99ce6b9f","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"aa7ffdf45fe7b33f0dff6c8e510daaf181003488","message":"branch5-6\n","date":1698060787000,"author":{"name":"admin","avatar":null},"parents":["6ad539160277c0c60fa45ff89e97c2050bf36488"],"link":"http://localhost:8990/test/repository/-/commit/aa7ffdf45fe7b33f0dff6c8e510daaf181003488","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"6ad539160277c0c60fa45ff89e97c2050bf36488","message":"branch5-5\n","date":1698060775000,"author":{"name":"admin","avatar":null},"parents":["0090343c8a75a949ddc824f7ea5bea46c96c4e57"],"link":"http://localhost:8990/test/repository/-/commit/6ad539160277c0c60fa45ff89e97c2050bf36488","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"dc9967191a376d5c3dc3b657a18f51e0646f47b1","message":"branch7-1\n","date":1698060755000,"author":{"name":"admin","avatar":null},"parents":["dbd38bc2dfc930068413a3f04722e22dbed2d541"],"link":"http://localhost:8990/test/repository/-/commit/dc9967191a376d5c3dc3b657a18f51e0646f47b1","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"0090343c8a75a949ddc824f7ea5bea46c96c4e57","message":"branch5-4\n","date":1698060366000,"author":{"name":"admin","avatar":null},"parents":["215948d99d227c32796ac9f2e554d62e517a97ae"],"link":"http://localhost:8990/test/repository/-/commit/0090343c8a75a949ddc824f7ea5bea46c96c4e57","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"215948d99d227c32796ac9f2e554d62e517a97ae","message":"branch5-3\n","date":1698060356000,"author":{"name":"admin","avatar":null},"parents":["0b06165093e26d8548079cf1f2303f39d3d746ed"],"link":"http://localhost:8990/test/repository/-/commit/215948d99d227c32796ac9f2e554d62e517a97ae","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"0b06165093e26d8548079cf1f2303f39d3d746ed","message":"branch5-2\n","date":1698060077000,"author":{"name":"admin","avatar":null},"parents":["d952287e8c235ee6a2af1e00b7a40b68290026db"],"link":"http://localhost:8990/test/repository/-/commit/0b06165093e26d8548079cf1f2303f39d3d746ed","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"d952287e8c235ee6a2af1e00b7a40b68290026db","message":"branch5-1\n","date":1698059997000,"author":{"name":"admin","avatar":null},"parents":["db0e1c52ad53401bd29a744cd81a3a492137bb5e"],"link":"http://localhost:8990/test/repository/-/commit/d952287e8c235ee6a2af1e00b7a40b68290026db","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}}] \ No newline at end of file +[ + { + "hash": "5fb773dbe6472a87632b1c68ea771decdcd20f1e", + "message": "master-36\n", + "date": 1698064512000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "3df9d9661fd7cd199b300881347c6eba9000d77c" + ], + "link": "http://localhost:8990/test/repository/-/commit/5fb773dbe6472a87632b1c68ea771decdcd20f1e", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "3df9d9661fd7cd199b300881347c6eba9000d77c", + "message": "Merge branch 'branch14'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698064390000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2cd831abeae867185af1350738da08d80a2324f0", + "4c781b01fa41b7539a9d7289b3d34803c7a3a782" + ], + "link": "http://localhost:8990/test/repository/-/commit/3df9d9661fd7cd199b300881347c6eba9000d77c", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "2cd831abeae867185af1350738da08d80a2324f0", + "message": "master-35\n", + "date": 1698064366000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "df4c133e8872af329e9d28f990d2eda09417ae45" + ], + "link": "http://localhost:8990/test/repository/-/commit/2cd831abeae867185af1350738da08d80a2324f0", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "4c781b01fa41b7539a9d7289b3d34803c7a3a782", + "message": "branch14-5\n", + "date": 1698064357000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7" + ], + "link": "http://localhost:8990/test/repository/-/commit/4c781b01fa41b7539a9d7289b3d34803c7a3a782", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7", + "message": "branch14-4\n", + "date": 1698064316000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "5c259964e83083c7f2a3e1d324ce456d642a8d9b" + ], + "link": "http://localhost:8990/test/repository/-/commit/8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "df4c133e8872af329e9d28f990d2eda09417ae45", + "message": "master-34\n", + "date": 1698064202000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "e4784ccbcddcff4ad43b9636b23a897b9a28ef85" + ], + "link": "http://localhost:8990/test/repository/-/commit/df4c133e8872af329e9d28f990d2eda09417ae45", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "e4784ccbcddcff4ad43b9636b23a897b9a28ef85", + "message": "Merge branch 'branch13'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698064107000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6a4a1d565e484ff908b8852ac036c976c9427091", + "9b4b1058ddc9ca8f66f4f1eb515fe41b76487254" + ], + "link": "http://localhost:8990/test/repository/-/commit/e4784ccbcddcff4ad43b9636b23a897b9a28ef85", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "9b4b1058ddc9ca8f66f4f1eb515fe41b76487254", + "message": "branch13-7\n", + "date": 1698064070000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "546f41c47988d1ac0a7a43be5d53771f3f363484" + ], + "link": "http://localhost:8990/test/repository/-/commit/9b4b1058ddc9ca8f66f4f1eb515fe41b76487254", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "5c259964e83083c7f2a3e1d324ce456d642a8d9b", + "message": "branch14-3\n", + "date": 1698063984000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "46a92ce0118d65e64b6d652b4241703a9707ad74" + ], + "link": "http://localhost:8990/test/repository/-/commit/5c259964e83083c7f2a3e1d324ce456d642a8d9b", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "6a4a1d565e484ff908b8852ac036c976c9427091", + "message": "master-33\n", + "date": 1698063941000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "81c56ba3e9d0f3f6a929d8ac5700094900ea0e10" + ], + "link": "http://localhost:8990/test/repository/-/commit/6a4a1d565e484ff908b8852ac036c976c9427091", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "546f41c47988d1ac0a7a43be5d53771f3f363484", + "message": "branch13-6\n", + "date": 1698063920000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "538a1f8be0f1a738461c1ffcd2568e99983fce22" + ], + "link": "http://localhost:8990/test/repository/-/commit/546f41c47988d1ac0a7a43be5d53771f3f363484", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "538a1f8be0f1a738461c1ffcd2568e99983fce22", + "message": "branch13-5\n", + "date": 1698063912000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "10a22f127828a63db16e2b128aa8e1f922eb7445" + ], + "link": "http://localhost:8990/test/repository/-/commit/538a1f8be0f1a738461c1ffcd2568e99983fce22", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "46a92ce0118d65e64b6d652b4241703a9707ad74", + "message": "branch14-2\n", + "date": 1698063777000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "512f36722583c58179f54ccbfbad3d351adae81d" + ], + "link": "http://localhost:8990/test/repository/-/commit/46a92ce0118d65e64b6d652b4241703a9707ad74", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "81c56ba3e9d0f3f6a929d8ac5700094900ea0e10", + "message": "master-32\n", + "date": 1698063707000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "59a2e00fc11df460e60befe95bbc44bdb94187b1" + ], + "link": "http://localhost:8990/test/repository/-/commit/81c56ba3e9d0f3f6a929d8ac5700094900ea0e10", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "10a22f127828a63db16e2b128aa8e1f922eb7445", + "message": "branch13-4\n", + "date": 1698063689000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "cf1ed77a3b13dc829ea9204f132355a76d4c1741" + ], + "link": "http://localhost:8990/test/repository/-/commit/10a22f127828a63db16e2b128aa8e1f922eb7445", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "512f36722583c58179f54ccbfbad3d351adae81d", + "message": "branch14-1\n", + "date": 1698063594000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "59a2e00fc11df460e60befe95bbc44bdb94187b1" + ], + "link": "http://localhost:8990/test/repository/-/commit/512f36722583c58179f54ccbfbad3d351adae81d", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "59a2e00fc11df460e60befe95bbc44bdb94187b1", + "message": "master-31\n", + "date": 1698063564000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "9d636c0604cd0059285ebe208840b702b5e0cf53" + ], + "link": "http://localhost:8990/test/repository/-/commit/59a2e00fc11df460e60befe95bbc44bdb94187b1", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "cf1ed77a3b13dc829ea9204f132355a76d4c1741", + "message": "Merge branch 'branch11' into branch13\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698063511000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "e388f1174f45fe333cdb5061b9d597fb7877a785", + "f92c7ad50633eec83502d0e8783fb10f7204ec6f" + ], + "link": "http://localhost:8990/test/repository/-/commit/cf1ed77a3b13dc829ea9204f132355a76d4c1741", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "9d636c0604cd0059285ebe208840b702b5e0cf53", + "message": "master-30\n", + "date": 1698063441000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "917f2ab13b79116615fd7b4fc6fc6b12c6429c3e" + ], + "link": "http://localhost:8990/test/repository/-/commit/9d636c0604cd0059285ebe208840b702b5e0cf53", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "f92c7ad50633eec83502d0e8783fb10f7204ec6f", + "message": "branch-11-2\n", + "date": 1698063379000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c3132678f4537df982925c795a1acc0c1dd7c7de" + ], + "link": "http://localhost:8990/test/repository/-/commit/f92c7ad50633eec83502d0e8783fb10f7204ec6f", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "e388f1174f45fe333cdb5061b9d597fb7877a785", + "message": "branch13-3\n", + "date": 1698063363000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df584fa61f3d16b9f9514b4034f5368c5e06410" + ], + "link": "http://localhost:8990/test/repository/-/commit/e388f1174f45fe333cdb5061b9d597fb7877a785", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "c3132678f4537df982925c795a1acc0c1dd7c7de", + "message": "branch-11-1\n", + "date": 1698063278000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2674103e85493d76e45e57a9b5372f8c7926d3a7" + ], + "link": "http://localhost:8990/test/repository/-/commit/c3132678f4537df982925c795a1acc0c1dd7c7de", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "7df584fa61f3d16b9f9514b4034f5368c5e06410", + "message": "branch13-2\n", + "date": 1698063255000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "3e48313ba71bc2af8d954a5898f4caea65fe487d" + ], + "link": "http://localhost:8990/test/repository/-/commit/7df584fa61f3d16b9f9514b4034f5368c5e06410", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "917f2ab13b79116615fd7b4fc6fc6b12c6429c3e", + "message": "master-29\n", + "date": 1698063218000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981" + ], + "link": "http://localhost:8990/test/repository/-/commit/917f2ab13b79116615fd7b4fc6fc6b12c6429c3e", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "3e48313ba71bc2af8d954a5898f4caea65fe487d", + "message": "branch13-1\n", + "date": 1698063117000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981" + ], + "link": "http://localhost:8990/test/repository/-/commit/3e48313ba71bc2af8d954a5898f4caea65fe487d", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981", + "message": "master-28\n", + "date": 1698062853000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1" + ], + "link": "http://localhost:8990/test/repository/-/commit/a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1", + "message": "Merge branch 'branch9'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698062768000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "1df2a7d9351745624ff1f0e6bd87b331904507a7" + ], + "link": "http://localhost:8990/test/repository/-/commit/7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "message": "master-27\n", + "date": 1698062742000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2674103e85493d76e45e57a9b5372f8c7926d3a7" + ], + "link": "http://localhost:8990/test/repository/-/commit/4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "2674103e85493d76e45e57a9b5372f8c7926d3a7", + "message": "master-26\n", + "date": 1698062712000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "585847a321fcbcdb8f397a155a123aba5a1a1d76" + ], + "link": "http://localhost:8990/test/repository/-/commit/2674103e85493d76e45e57a9b5372f8c7926d3a7", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "1df2a7d9351745624ff1f0e6bd87b331904507a7", + "message": "branch9-9\n", + "date": 1698062672000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "fff2b60ae6a434c31c64c87fb7c044080b1acffb" + ], + "link": "http://localhost:8990/test/repository/-/commit/1df2a7d9351745624ff1f0e6bd87b331904507a7", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "585847a321fcbcdb8f397a155a123aba5a1a1d76", + "message": "Merge branch 'branch7'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698062551000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c79babff3c1405618214eba90398c685ac4c0349", + "fe85e0ed86aba2ff78439ba7f0170fe580ccb54e" + ], + "link": "http://localhost:8990/test/repository/-/commit/585847a321fcbcdb8f397a155a123aba5a1a1d76", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "fe85e0ed86aba2ff78439ba7f0170fe580ccb54e", + "message": "Merge branch 'branch5' into branch7\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698062492000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "f6b5e1460f0a3ca1da2778acd54bd005620a0730", + "949a1bbc2b51817aea7bdf5b34af868a646a20e2" + ], + "link": "http://localhost:8990/test/repository/-/commit/fe85e0ed86aba2ff78439ba7f0170fe580ccb54e", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "fff2b60ae6a434c31c64c87fb7c044080b1acffb", + "message": "branch9-8\n", + "date": 1698062367000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "8000baf077ff28405c32c539fa49393363508945" + ], + "link": "http://localhost:8990/test/repository/-/commit/fff2b60ae6a434c31c64c87fb7c044080b1acffb", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "8000baf077ff28405c32c539fa49393363508945", + "message": "branch9-7\n", + "date": 1698062359000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6b65fcf8499a8fd51a86664c252196d5133897e6" + ], + "link": "http://localhost:8990/test/repository/-/commit/8000baf077ff28405c32c539fa49393363508945", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "f6b5e1460f0a3ca1da2778acd54bd005620a0730", + "message": "branch7-4\n", + "date": 1698062255000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "ad658d2bd406df97a1d519a69fce571182efb03d" + ], + "link": "http://localhost:8990/test/repository/-/commit/f6b5e1460f0a3ca1da2778acd54bd005620a0730", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "949a1bbc2b51817aea7bdf5b34af868a646a20e2", + "message": "branch5-12\n", + "date": 1698062178000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "04208409fae379e977017b6ab54b5b3df3937687" + ], + "link": "http://localhost:8990/test/repository/-/commit/949a1bbc2b51817aea7bdf5b34af868a646a20e2", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "04208409fae379e977017b6ab54b5b3df3937687", + "message": "branch5-11\n", + "date": 1698062169000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "5c031dc49e438aacbde0db7a2c80b8edd686ff97" + ], + "link": "http://localhost:8990/test/repository/-/commit/04208409fae379e977017b6ab54b5b3df3937687", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "6b65fcf8499a8fd51a86664c252196d5133897e6", + "message": "branch9-6\n", + "date": 1698062141000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a57e13ae14cb990b20d249822d1e3ac244311792" + ], + "link": "http://localhost:8990/test/repository/-/commit/6b65fcf8499a8fd51a86664c252196d5133897e6", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "a57e13ae14cb990b20d249822d1e3ac244311792", + "message": "branch9-5\n", + "date": 1698062025000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "4390e95135234d468dafb4a35cb5f575c0816efd" + ], + "link": "http://localhost:8990/test/repository/-/commit/a57e13ae14cb990b20d249822d1e3ac244311792", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "ad658d2bd406df97a1d519a69fce571182efb03d", + "message": "branch7-3\n", + "date": 1698061995000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df83ca4811e125a3e7751df69698c440676606e" + ], + "link": "http://localhost:8990/test/repository/-/commit/ad658d2bd406df97a1d519a69fce571182efb03d", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "5c031dc49e438aacbde0db7a2c80b8edd686ff97", + "message": "branch5-10\n", + "date": 1698061960000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "b23f5546bcb8d90ab4727e0f48fc6b30d610a81b" + ], + "link": "http://localhost:8990/test/repository/-/commit/5c031dc49e438aacbde0db7a2c80b8edd686ff97", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "b23f5546bcb8d90ab4727e0f48fc6b30d610a81b", + "message": "branch5-8\n", + "date": 1698061263000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "3d6a8e913b125e12f03568a170020b54222ef73b" + ], + "link": "http://localhost:8990/test/repository/-/commit/b23f5546bcb8d90ab4727e0f48fc6b30d610a81b", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "4390e95135234d468dafb4a35cb5f575c0816efd", + "message": "branch9-4\n", + "date": 1698061245000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d9c3b34b70034f05844c99f61af9a0d95f36240d" + ], + "link": "http://localhost:8990/test/repository/-/commit/4390e95135234d468dafb4a35cb5f575c0816efd", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "d9c3b34b70034f05844c99f61af9a0d95f36240d", + "message": "branch9-3\n", + "date": 1698061236000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6fe6941d1817df8a76fd888bcf6b2de0cecbe362" + ], + "link": "http://localhost:8990/test/repository/-/commit/d9c3b34b70034f05844c99f61af9a0d95f36240d", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "7df83ca4811e125a3e7751df69698c440676606e", + "message": "branch7-2\n", + "date": 1698061159000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "dc9967191a376d5c3dc3b657a18f51e0646f47b1" + ], + "link": "http://localhost:8990/test/repository/-/commit/7df83ca4811e125a3e7751df69698c440676606e", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "3d6a8e913b125e12f03568a170020b54222ef73b", + "message": "branch5-7\n", + "date": 1698061128000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "aa7ffdf45fe7b33f0dff6c8e510daaf181003488" + ], + "link": "http://localhost:8990/test/repository/-/commit/3d6a8e913b125e12f03568a170020b54222ef73b", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "6fe6941d1817df8a76fd888bcf6b2de0cecbe362", + "message": "branch9-2\n", + "date": 1698060969000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "ead87b8ec6810a0e44bb73db62a5135c99ce6b9f" + ], + "link": "http://localhost:8990/test/repository/-/commit/6fe6941d1817df8a76fd888bcf6b2de0cecbe362", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "ead87b8ec6810a0e44bb73db62a5135c99ce6b9f", + "message": "branch9-1\n", + "date": 1698060882000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d" + ], + "link": "http://localhost:8990/test/repository/-/commit/ead87b8ec6810a0e44bb73db62a5135c99ce6b9f", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "aa7ffdf45fe7b33f0dff6c8e510daaf181003488", + "message": "branch5-6\n", + "date": 1698060787000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6ad539160277c0c60fa45ff89e97c2050bf36488" + ], + "link": "http://localhost:8990/test/repository/-/commit/aa7ffdf45fe7b33f0dff6c8e510daaf181003488", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "6ad539160277c0c60fa45ff89e97c2050bf36488", + "message": "branch5-5\n", + "date": 1698060775000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "0090343c8a75a949ddc824f7ea5bea46c96c4e57" + ], + "link": "http://localhost:8990/test/repository/-/commit/6ad539160277c0c60fa45ff89e97c2050bf36488", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "dc9967191a376d5c3dc3b657a18f51e0646f47b1", + "message": "branch7-1\n", + "date": 1698060755000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "dbd38bc2dfc930068413a3f04722e22dbed2d541" + ], + "link": "http://localhost:8990/test/repository/-/commit/dc9967191a376d5c3dc3b657a18f51e0646f47b1", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "0090343c8a75a949ddc824f7ea5bea46c96c4e57", + "message": "branch5-4\n", + "date": 1698060366000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "215948d99d227c32796ac9f2e554d62e517a97ae" + ], + "link": "http://localhost:8990/test/repository/-/commit/0090343c8a75a949ddc824f7ea5bea46c96c4e57", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "215948d99d227c32796ac9f2e554d62e517a97ae", + "message": "branch5-3\n", + "date": 1698060356000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "0b06165093e26d8548079cf1f2303f39d3d746ed" + ], + "link": "http://localhost:8990/test/repository/-/commit/215948d99d227c32796ac9f2e554d62e517a97ae", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "0b06165093e26d8548079cf1f2303f39d3d746ed", + "message": "branch5-2\n", + "date": 1698060077000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d952287e8c235ee6a2af1e00b7a40b68290026db" + ], + "link": "http://localhost:8990/test/repository/-/commit/0b06165093e26d8548079cf1f2303f39d3d746ed", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "d952287e8c235ee6a2af1e00b7a40b68290026db", + "message": "branch5-1\n", + "date": 1698059997000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "db0e1c52ad53401bd29a744cd81a3a492137bb5e" + ], + "link": "http://localhost:8990/test/repository/-/commit/d952287e8c235ee6a2af1e00b7a40b68290026db", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/commits-3.json b/test-common/src/main/resources/gitlab/commits-3.json index 1b8c118..6b1a2a2 100644 --- a/test-common/src/main/resources/gitlab/commits-3.json +++ b/test-common/src/main/resources/gitlab/commits-3.json @@ -1 +1,345 @@ -[{"hash":"8a8e33be61168092ec855249e2a9fff03616d7c1","message":"branch6-18\n","date":1698064330000,"author":{"name":"admin","avatar":null},"parents":["674b1d0609bba3d6f8724a03c909668603f7d212"],"link":"http://localhost:8990/test/repository/-/commit/8a8e33be61168092ec855249e2a9fff03616d7c1","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"674b1d0609bba3d6f8724a03c909668603f7d212","message":"branch6-17\n","date":1698064000000,"author":{"name":"admin","avatar":null},"parents":["a531323a866e74b57e5091b8aea6c7f1d1a8ae42"],"link":"http://localhost:8990/test/repository/-/commit/674b1d0609bba3d6f8724a03c909668603f7d212","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"a531323a866e74b57e5091b8aea6c7f1d1a8ae42","message":"branch6-16\n","date":1698063742000,"author":{"name":"admin","avatar":null},"parents":["1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b"],"link":"http://localhost:8990/test/repository/-/commit/a531323a866e74b57e5091b8aea6c7f1d1a8ae42","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b","message":"branch6-15\n","date":1698063431000,"author":{"name":"admin","avatar":null},"parents":["62dad9363a19b4074b4ac2b8325af810fb69fb8e"],"link":"http://localhost:8990/test/repository/-/commit/1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"62dad9363a19b4074b4ac2b8325af810fb69fb8e","message":"branch6-14\n","date":1698063299000,"author":{"name":"admin","avatar":null},"parents":["6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b"],"link":"http://localhost:8990/test/repository/-/commit/62dad9363a19b4074b4ac2b8325af810fb69fb8e","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b","message":"branch6-13\n","date":1698063190000,"author":{"name":"admin","avatar":null},"parents":["c7c70e247e37162bb24c0f503302c961580928ec"],"link":"http://localhost:8990/test/repository/-/commit/6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"c7c70e247e37162bb24c0f503302c961580928ec","message":"branch6-12\n","date":1698062888000,"author":{"name":"admin","avatar":null},"parents":["1055f626b81a5e0d29bc053342f22d35d047791f"],"link":"http://localhost:8990/test/repository/-/commit/c7c70e247e37162bb24c0f503302c961580928ec","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"1055f626b81a5e0d29bc053342f22d35d047791f","message":"branch6-11\n","date":1698062650000,"author":{"name":"admin","avatar":null},"parents":["b8b27edc72b1d39ea84498a57ae3389c4571251f"],"link":"http://localhost:8990/test/repository/-/commit/1055f626b81a5e0d29bc053342f22d35d047791f","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"b8b27edc72b1d39ea84498a57ae3389c4571251f","message":"branch6-10\n","date":1698062639000,"author":{"name":"admin","avatar":null},"parents":["cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd"],"link":"http://localhost:8990/test/repository/-/commit/b8b27edc72b1d39ea84498a57ae3389c4571251f","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd","message":"branch6-9\n","date":1698062386000,"author":{"name":"admin","avatar":null},"parents":["0cfec512ddf7571da169c3213753123c266054ce"],"link":"http://localhost:8990/test/repository/-/commit/cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"0cfec512ddf7571da169c3213753123c266054ce","message":"branch6-8\n","date":1698062229000,"author":{"name":"admin","avatar":null},"parents":["296836127eaf4975f57496b58962dd9712a60536"],"link":"http://localhost:8990/test/repository/-/commit/0cfec512ddf7571da169c3213753123c266054ce","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"296836127eaf4975f57496b58962dd9712a60536","message":"Merge branch 'branch8' into branch6\n\n# Conflicts:\n#\tREADME.md\n","date":1698062112000,"author":{"name":"admin","avatar":null},"parents":["fa16f0683f2072ee612660a0823d08e29a553afa","dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc"],"link":"http://localhost:8990/test/repository/-/commit/296836127eaf4975f57496b58962dd9712a60536","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"fa16f0683f2072ee612660a0823d08e29a553afa","message":"branch6-7\n","date":1698062080000,"author":{"name":"admin","avatar":null},"parents":["e06a20a0d3899b16ffcac72a5f60e0ec15461928"],"link":"http://localhost:8990/test/repository/-/commit/fa16f0683f2072ee612660a0823d08e29a553afa","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"e06a20a0d3899b16ffcac72a5f60e0ec15461928","message":"branch6-6\n","date":1698061981000,"author":{"name":"admin","avatar":null},"parents":["b2db70de4f462bc473a72f4fb6595dacd73b3236"],"link":"http://localhost:8990/test/repository/-/commit/e06a20a0d3899b16ffcac72a5f60e0ec15461928","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"b2db70de4f462bc473a72f4fb6595dacd73b3236","message":"branch6-5\n","date":1698061326000,"author":{"name":"admin","avatar":null},"parents":["0c20ea8f6f585c74f8b94321ed7aeaee336f76b5"],"link":"http://localhost:8990/test/repository/-/commit/b2db70de4f462bc473a72f4fb6595dacd73b3236","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"0c20ea8f6f585c74f8b94321ed7aeaee336f76b5","message":"branch6-4\n","date":1698061116000,"author":{"name":"admin","avatar":null},"parents":["b145067ce708e49f6685255d6c844cd9faffedf4"],"link":"http://localhost:8990/test/repository/-/commit/0c20ea8f6f585c74f8b94321ed7aeaee336f76b5","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"b145067ce708e49f6685255d6c844cd9faffedf4","message":"branch6-3\n","date":1698060699000,"author":{"name":"admin","avatar":null},"parents":["5a22310a90d94183cf356c368e4b474e1b0fbbc5"],"link":"http://localhost:8990/test/repository/-/commit/b145067ce708e49f6685255d6c844cd9faffedf4","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"5a22310a90d94183cf356c368e4b474e1b0fbbc5","message":"branch6-2\n","date":1698060480000,"author":{"name":"admin","avatar":null},"parents":["74e29e52909d49a9c8888e80390042ed5a8c310c"],"link":"http://localhost:8990/test/repository/-/commit/5a22310a90d94183cf356c368e4b474e1b0fbbc5","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"74e29e52909d49a9c8888e80390042ed5a8c310c","message":"branch6-1\n","date":1698060312000,"author":{"name":"admin","avatar":null},"parents":["6018644267ae27200d609488001487c6d722fb69"],"link":"http://localhost:8990/test/repository/-/commit/74e29e52909d49a9c8888e80390042ed5a8c310c","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}}] \ No newline at end of file +[ + { + "hash": "8a8e33be61168092ec855249e2a9fff03616d7c1", + "message": "branch6-18\n", + "date": 1698064330000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "674b1d0609bba3d6f8724a03c909668603f7d212" + ], + "link": "http://localhost:8990/test/repository/-/commit/8a8e33be61168092ec855249e2a9fff03616d7c1", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "674b1d0609bba3d6f8724a03c909668603f7d212", + "message": "branch6-17\n", + "date": 1698064000000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a531323a866e74b57e5091b8aea6c7f1d1a8ae42" + ], + "link": "http://localhost:8990/test/repository/-/commit/674b1d0609bba3d6f8724a03c909668603f7d212", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "a531323a866e74b57e5091b8aea6c7f1d1a8ae42", + "message": "branch6-16\n", + "date": 1698063742000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b" + ], + "link": "http://localhost:8990/test/repository/-/commit/a531323a866e74b57e5091b8aea6c7f1d1a8ae42", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b", + "message": "branch6-15\n", + "date": 1698063431000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "62dad9363a19b4074b4ac2b8325af810fb69fb8e" + ], + "link": "http://localhost:8990/test/repository/-/commit/1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "62dad9363a19b4074b4ac2b8325af810fb69fb8e", + "message": "branch6-14\n", + "date": 1698063299000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b" + ], + "link": "http://localhost:8990/test/repository/-/commit/62dad9363a19b4074b4ac2b8325af810fb69fb8e", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b", + "message": "branch6-13\n", + "date": 1698063190000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c7c70e247e37162bb24c0f503302c961580928ec" + ], + "link": "http://localhost:8990/test/repository/-/commit/6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "c7c70e247e37162bb24c0f503302c961580928ec", + "message": "branch6-12\n", + "date": 1698062888000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1055f626b81a5e0d29bc053342f22d35d047791f" + ], + "link": "http://localhost:8990/test/repository/-/commit/c7c70e247e37162bb24c0f503302c961580928ec", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "1055f626b81a5e0d29bc053342f22d35d047791f", + "message": "branch6-11\n", + "date": 1698062650000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "b8b27edc72b1d39ea84498a57ae3389c4571251f" + ], + "link": "http://localhost:8990/test/repository/-/commit/1055f626b81a5e0d29bc053342f22d35d047791f", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "b8b27edc72b1d39ea84498a57ae3389c4571251f", + "message": "branch6-10\n", + "date": 1698062639000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd" + ], + "link": "http://localhost:8990/test/repository/-/commit/b8b27edc72b1d39ea84498a57ae3389c4571251f", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd", + "message": "branch6-9\n", + "date": 1698062386000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "0cfec512ddf7571da169c3213753123c266054ce" + ], + "link": "http://localhost:8990/test/repository/-/commit/cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "0cfec512ddf7571da169c3213753123c266054ce", + "message": "branch6-8\n", + "date": 1698062229000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "296836127eaf4975f57496b58962dd9712a60536" + ], + "link": "http://localhost:8990/test/repository/-/commit/0cfec512ddf7571da169c3213753123c266054ce", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "296836127eaf4975f57496b58962dd9712a60536", + "message": "Merge branch 'branch8' into branch6\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698062112000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "fa16f0683f2072ee612660a0823d08e29a553afa", + "dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc" + ], + "link": "http://localhost:8990/test/repository/-/commit/296836127eaf4975f57496b58962dd9712a60536", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "fa16f0683f2072ee612660a0823d08e29a553afa", + "message": "branch6-7\n", + "date": 1698062080000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "e06a20a0d3899b16ffcac72a5f60e0ec15461928" + ], + "link": "http://localhost:8990/test/repository/-/commit/fa16f0683f2072ee612660a0823d08e29a553afa", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "e06a20a0d3899b16ffcac72a5f60e0ec15461928", + "message": "branch6-6\n", + "date": 1698061981000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "b2db70de4f462bc473a72f4fb6595dacd73b3236" + ], + "link": "http://localhost:8990/test/repository/-/commit/e06a20a0d3899b16ffcac72a5f60e0ec15461928", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "b2db70de4f462bc473a72f4fb6595dacd73b3236", + "message": "branch6-5\n", + "date": 1698061326000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "0c20ea8f6f585c74f8b94321ed7aeaee336f76b5" + ], + "link": "http://localhost:8990/test/repository/-/commit/b2db70de4f462bc473a72f4fb6595dacd73b3236", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "0c20ea8f6f585c74f8b94321ed7aeaee336f76b5", + "message": "branch6-4\n", + "date": 1698061116000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "b145067ce708e49f6685255d6c844cd9faffedf4" + ], + "link": "http://localhost:8990/test/repository/-/commit/0c20ea8f6f585c74f8b94321ed7aeaee336f76b5", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "b145067ce708e49f6685255d6c844cd9faffedf4", + "message": "branch6-3\n", + "date": 1698060699000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "5a22310a90d94183cf356c368e4b474e1b0fbbc5" + ], + "link": "http://localhost:8990/test/repository/-/commit/b145067ce708e49f6685255d6c844cd9faffedf4", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "5a22310a90d94183cf356c368e4b474e1b0fbbc5", + "message": "branch6-2\n", + "date": 1698060480000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "74e29e52909d49a9c8888e80390042ed5a8c310c" + ], + "link": "http://localhost:8990/test/repository/-/commit/5a22310a90d94183cf356c368e4b474e1b0fbbc5", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "74e29e52909d49a9c8888e80390042ed5a8c310c", + "message": "branch6-1\n", + "date": 1698060312000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6018644267ae27200d609488001487c6d722fb69" + ], + "link": "http://localhost:8990/test/repository/-/commit/74e29e52909d49a9c8888e80390042ed5a8c310c", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/commits-4.json b/test-common/src/main/resources/gitlab/commits-4.json index 3829c4d..5f5e8bd 100644 --- a/test-common/src/main/resources/gitlab/commits-4.json +++ b/test-common/src/main/resources/gitlab/commits-4.json @@ -1 +1,2986 @@ -[{"hash":"9739bc2df043ffb738d33c5ee25c9fd7becea044","message":"master-40\n","date":1698064920000,"author":{"name":"admin","avatar":null},"parents":["d0e41165818d1f4b47813c47fc09cdf933ac734d"],"link":"http://localhost:8990/test/repository/-/commit/9739bc2df043ffb738d33c5ee25c9fd7becea044","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"d0e41165818d1f4b47813c47fc09cdf933ac734d","message":"Merge branch 'branch15'\n\n# Conflicts:\n#\tREADME.md\n","date":1698064904000,"author":{"name":"admin","avatar":null},"parents":["521b19564ebc5c88204d9b8838051320c742bd10","0b9f96e43972a34a06ac4c8978a44b898e5102ea"],"link":"http://localhost:8990/test/repository/-/commit/d0e41165818d1f4b47813c47fc09cdf933ac734d","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"0b9f96e43972a34a06ac4c8978a44b898e5102ea","message":"branch15-8\n","date":1698064876000,"author":{"name":"admin","avatar":null},"parents":["f0c902411afa60b13c4744069effda55366f6972"],"link":"http://localhost:8990/test/repository/-/commit/0b9f96e43972a34a06ac4c8978a44b898e5102ea","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"521b19564ebc5c88204d9b8838051320c742bd10","message":"master-39\n","date":1698064862000,"author":{"name":"admin","avatar":null},"parents":["820ef54c6a5a99795ef679bec7367ee22345a4ee"],"link":"http://localhost:8990/test/repository/-/commit/521b19564ebc5c88204d9b8838051320c742bd10","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"820ef54c6a5a99795ef679bec7367ee22345a4ee","message":"Merge branch 'branch17'\n\n# Conflicts:\n#\tREADME.md\n","date":1698064840000,"author":{"name":"admin","avatar":null},"parents":["5343ca684fceb8640b57fb562d4e617fccdf97c2","654bdb6dd852848583cc7775ed47ebb37d1be1e5"],"link":"http://localhost:8990/test/repository/-/commit/820ef54c6a5a99795ef679bec7367ee22345a4ee","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"5343ca684fceb8640b57fb562d4e617fccdf97c2","message":"Merge branch 'branch10'\n\n# Conflicts:\n#\tREADME.md\n","date":1698064803000,"author":{"name":"admin","avatar":null},"parents":["a933dc6b4fe8e8f66856b4cb9da7f4bf8ad0e017","9b105569d9b62833384b52e347e288b499a83c43"],"link":"http://localhost:8990/test/repository/-/commit/5343ca684fceb8640b57fb562d4e617fccdf97c2","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"a933dc6b4fe8e8f66856b4cb9da7f4bf8ad0e017","message":"master-38\n","date":1698064763000,"author":{"name":"admin","avatar":null},"parents":["5d7490df781fb2605bc5174b9b9f6b80fbacba99"],"link":"http://localhost:8990/test/repository/-/commit/a933dc6b4fe8e8f66856b4cb9da7f4bf8ad0e017","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"f0c902411afa60b13c4744069effda55366f6972","message":"branch15-7\n","date":1698064716000,"author":{"name":"admin","avatar":null},"parents":["a0a1c8f31bba77e334201e33d32bb18871618b25"],"link":"http://localhost:8990/test/repository/-/commit/f0c902411afa60b13c4744069effda55366f6972","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"9b105569d9b62833384b52e347e288b499a83c43","message":"branch10-8\n","date":1698064700000,"author":{"name":"admin","avatar":null},"parents":["0371831a97b0d2d6a0bbe4116cd2642bd0268588"],"link":"http://localhost:8990/test/repository/-/commit/9b105569d9b62833384b52e347e288b499a83c43","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"654bdb6dd852848583cc7775ed47ebb37d1be1e5","message":"branch17-2\n","date":1698064689000,"author":{"name":"admin","avatar":null},"parents":["e590e0933e950f7d63037001ffac5dd65f464b19"],"link":"http://localhost:8990/test/repository/-/commit/654bdb6dd852848583cc7775ed47ebb37d1be1e5","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"5d7490df781fb2605bc5174b9b9f6b80fbacba99","message":"Merge branch 'branch6'\n\n# Conflicts:\n#\tREADME.md\n","date":1698064629000,"author":{"name":"admin","avatar":null},"parents":["1ec50f69c2aedcdd66e72cc8e8d55134ac063380","8a8e33be61168092ec855249e2a9fff03616d7c1"],"link":"http://localhost:8990/test/repository/-/commit/5d7490df781fb2605bc5174b9b9f6b80fbacba99","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"e590e0933e950f7d63037001ffac5dd65f464b19","message":"branch17-1\n","date":1698064581000,"author":{"name":"admin","avatar":null},"parents":["1ec50f69c2aedcdd66e72cc8e8d55134ac063380"],"link":"http://localhost:8990/test/repository/-/commit/e590e0933e950f7d63037001ffac5dd65f464b19","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"1ec50f69c2aedcdd66e72cc8e8d55134ac063380","message":"master-37\n","date":1698064554000,"author":{"name":"admin","avatar":null},"parents":["5fb773dbe6472a87632b1c68ea771decdcd20f1e"],"link":"http://localhost:8990/test/repository/-/commit/1ec50f69c2aedcdd66e72cc8e8d55134ac063380","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"5fb773dbe6472a87632b1c68ea771decdcd20f1e","message":"master-36\n","date":1698064512000,"author":{"name":"admin","avatar":null},"parents":["3df9d9661fd7cd199b300881347c6eba9000d77c"],"link":"http://localhost:8990/test/repository/-/commit/5fb773dbe6472a87632b1c68ea771decdcd20f1e","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"0371831a97b0d2d6a0bbe4116cd2642bd0268588","message":"branch10-7\n","date":1698064492000,"author":{"name":"admin","avatar":null},"parents":["0a0cba0e67336caefaa6f2fe6102f69dce9e6f65"],"link":"http://localhost:8990/test/repository/-/commit/0371831a97b0d2d6a0bbe4116cd2642bd0268588","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"0a0cba0e67336caefaa6f2fe6102f69dce9e6f65","message":"branch10-6\n","date":1698064436000,"author":{"name":"admin","avatar":null},"parents":["c95069724f5e73f350f3c48803c94422a3aaae6d"],"link":"http://localhost:8990/test/repository/-/commit/0a0cba0e67336caefaa6f2fe6102f69dce9e6f65","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"a0a1c8f31bba77e334201e33d32bb18871618b25","message":"branch15-6\n","date":1698064426000,"author":{"name":"admin","avatar":null},"parents":["65bb62440f2da1bf61d39a0f0781ccc77f58326a"],"link":"http://localhost:8990/test/repository/-/commit/a0a1c8f31bba77e334201e33d32bb18871618b25","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"3df9d9661fd7cd199b300881347c6eba9000d77c","message":"Merge branch 'branch14'\n\n# Conflicts:\n#\tREADME.md\n","date":1698064390000,"author":{"name":"admin","avatar":null},"parents":["2cd831abeae867185af1350738da08d80a2324f0","4c781b01fa41b7539a9d7289b3d34803c7a3a782"],"link":"http://localhost:8990/test/repository/-/commit/3df9d9661fd7cd199b300881347c6eba9000d77c","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"2cd831abeae867185af1350738da08d80a2324f0","message":"master-35\n","date":1698064366000,"author":{"name":"admin","avatar":null},"parents":["df4c133e8872af329e9d28f990d2eda09417ae45"],"link":"http://localhost:8990/test/repository/-/commit/2cd831abeae867185af1350738da08d80a2324f0","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"4c781b01fa41b7539a9d7289b3d34803c7a3a782","message":"branch14-5\n","date":1698064357000,"author":{"name":"admin","avatar":null},"parents":["8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7"],"link":"http://localhost:8990/test/repository/-/commit/4c781b01fa41b7539a9d7289b3d34803c7a3a782","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"65bb62440f2da1bf61d39a0f0781ccc77f58326a","message":"branch15-5\n","date":1698064345000,"author":{"name":"admin","avatar":null},"parents":["c051a056e6a9ef7f89fbf81daa2dc661f88ae61f"],"link":"http://localhost:8990/test/repository/-/commit/65bb62440f2da1bf61d39a0f0781ccc77f58326a","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"8a8e33be61168092ec855249e2a9fff03616d7c1","message":"branch6-18\n","date":1698064330000,"author":{"name":"admin","avatar":null},"parents":["674b1d0609bba3d6f8724a03c909668603f7d212"],"link":"http://localhost:8990/test/repository/-/commit/8a8e33be61168092ec855249e2a9fff03616d7c1","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7","message":"branch14-4\n","date":1698064316000,"author":{"name":"admin","avatar":null},"parents":["5c259964e83083c7f2a3e1d324ce456d642a8d9b"],"link":"http://localhost:8990/test/repository/-/commit/8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"c051a056e6a9ef7f89fbf81daa2dc661f88ae61f","message":"branch15-4\n","date":1698064303000,"author":{"name":"admin","avatar":null},"parents":["b52bc35461c94e01de62697881648a7f1987c497"],"link":"http://localhost:8990/test/repository/-/commit/c051a056e6a9ef7f89fbf81daa2dc661f88ae61f","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"b52bc35461c94e01de62697881648a7f1987c497","message":"branch15-3\n","date":1698064294000,"author":{"name":"admin","avatar":null},"parents":["87222af5e38e566db6a902144c28bafaad20206a"],"link":"http://localhost:8990/test/repository/-/commit/b52bc35461c94e01de62697881648a7f1987c497","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"c95069724f5e73f350f3c48803c94422a3aaae6d","message":"branch10-5\n","date":1698064236000,"author":{"name":"admin","avatar":null},"parents":["1005127d97104aae259c10fc67e0c0f0eccc29dc"],"link":"http://localhost:8990/test/repository/-/commit/c95069724f5e73f350f3c48803c94422a3aaae6d","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"df4c133e8872af329e9d28f990d2eda09417ae45","message":"master-34\n","date":1698064202000,"author":{"name":"admin","avatar":null},"parents":["e4784ccbcddcff4ad43b9636b23a897b9a28ef85"],"link":"http://localhost:8990/test/repository/-/commit/df4c133e8872af329e9d28f990d2eda09417ae45","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"e4784ccbcddcff4ad43b9636b23a897b9a28ef85","message":"Merge branch 'branch13'\n\n# Conflicts:\n#\tREADME.md\n","date":1698064107000,"author":{"name":"admin","avatar":null},"parents":["6a4a1d565e484ff908b8852ac036c976c9427091","9b4b1058ddc9ca8f66f4f1eb515fe41b76487254"],"link":"http://localhost:8990/test/repository/-/commit/e4784ccbcddcff4ad43b9636b23a897b9a28ef85","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"9b4b1058ddc9ca8f66f4f1eb515fe41b76487254","message":"branch13-7\n","date":1698064070000,"author":{"name":"admin","avatar":null},"parents":["546f41c47988d1ac0a7a43be5d53771f3f363484"],"link":"http://localhost:8990/test/repository/-/commit/9b4b1058ddc9ca8f66f4f1eb515fe41b76487254","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"87222af5e38e566db6a902144c28bafaad20206a","message":"branch15-2\n","date":1698064052000,"author":{"name":"admin","avatar":null},"parents":["c3ee774a76d3606638390806c79cd632fcf4684a"],"link":"http://localhost:8990/test/repository/-/commit/87222af5e38e566db6a902144c28bafaad20206a","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"674b1d0609bba3d6f8724a03c909668603f7d212","message":"branch6-17\n","date":1698064000000,"author":{"name":"admin","avatar":null},"parents":["a531323a866e74b57e5091b8aea6c7f1d1a8ae42"],"link":"http://localhost:8990/test/repository/-/commit/674b1d0609bba3d6f8724a03c909668603f7d212","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"5c259964e83083c7f2a3e1d324ce456d642a8d9b","message":"branch14-3\n","date":1698063984000,"author":{"name":"admin","avatar":null},"parents":["46a92ce0118d65e64b6d652b4241703a9707ad74"],"link":"http://localhost:8990/test/repository/-/commit/5c259964e83083c7f2a3e1d324ce456d642a8d9b","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"c3ee774a76d3606638390806c79cd632fcf4684a","message":"branch15-1\n","date":1698063968000,"author":{"name":"admin","avatar":null},"parents":["6a4a1d565e484ff908b8852ac036c976c9427091"],"link":"http://localhost:8990/test/repository/-/commit/c3ee774a76d3606638390806c79cd632fcf4684a","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"6a4a1d565e484ff908b8852ac036c976c9427091","message":"master-33\n","date":1698063941000,"author":{"name":"admin","avatar":null},"parents":["81c56ba3e9d0f3f6a929d8ac5700094900ea0e10"],"link":"http://localhost:8990/test/repository/-/commit/6a4a1d565e484ff908b8852ac036c976c9427091","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"546f41c47988d1ac0a7a43be5d53771f3f363484","message":"branch13-6\n","date":1698063920000,"author":{"name":"admin","avatar":null},"parents":["538a1f8be0f1a738461c1ffcd2568e99983fce22"],"link":"http://localhost:8990/test/repository/-/commit/546f41c47988d1ac0a7a43be5d53771f3f363484","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"538a1f8be0f1a738461c1ffcd2568e99983fce22","message":"branch13-5\n","date":1698063912000,"author":{"name":"admin","avatar":null},"parents":["10a22f127828a63db16e2b128aa8e1f922eb7445"],"link":"http://localhost:8990/test/repository/-/commit/538a1f8be0f1a738461c1ffcd2568e99983fce22","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"1005127d97104aae259c10fc67e0c0f0eccc29dc","message":"branch10-4\n","date":1698063891000,"author":{"name":"admin","avatar":null},"parents":["1dcd99f652b3be88710f22124566ac33403ea105"],"link":"http://localhost:8990/test/repository/-/commit/1005127d97104aae259c10fc67e0c0f0eccc29dc","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"1dcd99f652b3be88710f22124566ac33403ea105","message":"Merge branch 'branch12' into branch10\n\n# Conflicts:\n#\tREADME.md\n","date":1698063864000,"author":{"name":"admin","avatar":null},"parents":["71e10545752524911653da7328c3fe8ad78544c4","9c8daf84e7ed6ea1d32f654362131e26dbf37440"],"link":"http://localhost:8990/test/repository/-/commit/1dcd99f652b3be88710f22124566ac33403ea105","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"9c8daf84e7ed6ea1d32f654362131e26dbf37440","message":"branch12-5\n","date":1698063827000,"author":{"name":"admin","avatar":null},"parents":["c872a8a9cb81e03b6fcd67f480a35e0a5849720a"],"link":"http://localhost:8990/test/repository/-/commit/9c8daf84e7ed6ea1d32f654362131e26dbf37440","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"46a92ce0118d65e64b6d652b4241703a9707ad74","message":"branch14-2\n","date":1698063777000,"author":{"name":"admin","avatar":null},"parents":["512f36722583c58179f54ccbfbad3d351adae81d"],"link":"http://localhost:8990/test/repository/-/commit/46a92ce0118d65e64b6d652b4241703a9707ad74","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"71e10545752524911653da7328c3fe8ad78544c4","message":"branch10-3\n","date":1698063762000,"author":{"name":"admin","avatar":null},"parents":["ab155e3a0a3f2c7a4de6cea49a33f6eeb66432b1"],"link":"http://localhost:8990/test/repository/-/commit/71e10545752524911653da7328c3fe8ad78544c4","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"a531323a866e74b57e5091b8aea6c7f1d1a8ae42","message":"branch6-16\n","date":1698063742000,"author":{"name":"admin","avatar":null},"parents":["1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b"],"link":"http://localhost:8990/test/repository/-/commit/a531323a866e74b57e5091b8aea6c7f1d1a8ae42","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"81c56ba3e9d0f3f6a929d8ac5700094900ea0e10","message":"master-32\n","date":1698063707000,"author":{"name":"admin","avatar":null},"parents":["59a2e00fc11df460e60befe95bbc44bdb94187b1"],"link":"http://localhost:8990/test/repository/-/commit/81c56ba3e9d0f3f6a929d8ac5700094900ea0e10","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"10a22f127828a63db16e2b128aa8e1f922eb7445","message":"branch13-4\n","date":1698063689000,"author":{"name":"admin","avatar":null},"parents":["cf1ed77a3b13dc829ea9204f132355a76d4c1741"],"link":"http://localhost:8990/test/repository/-/commit/10a22f127828a63db16e2b128aa8e1f922eb7445","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"c872a8a9cb81e03b6fcd67f480a35e0a5849720a","message":"branch12-4\n","date":1698063671000,"author":{"name":"admin","avatar":null},"parents":["e9e6adf46c71db9bdc4d34c7133f6a0a87cf681f"],"link":"http://localhost:8990/test/repository/-/commit/c872a8a9cb81e03b6fcd67f480a35e0a5849720a","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"e9e6adf46c71db9bdc4d34c7133f6a0a87cf681f","message":"branch12-3\n","date":1698063662000,"author":{"name":"admin","avatar":null},"parents":["44f8ca088087512e6b8c443786295d0878639ecc"],"link":"http://localhost:8990/test/repository/-/commit/e9e6adf46c71db9bdc4d34c7133f6a0a87cf681f","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"512f36722583c58179f54ccbfbad3d351adae81d","message":"branch14-1\n","date":1698063594000,"author":{"name":"admin","avatar":null},"parents":["59a2e00fc11df460e60befe95bbc44bdb94187b1"],"link":"http://localhost:8990/test/repository/-/commit/512f36722583c58179f54ccbfbad3d351adae81d","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"59a2e00fc11df460e60befe95bbc44bdb94187b1","message":"master-31\n","date":1698063564000,"author":{"name":"admin","avatar":null},"parents":["9d636c0604cd0059285ebe208840b702b5e0cf53"],"link":"http://localhost:8990/test/repository/-/commit/59a2e00fc11df460e60befe95bbc44bdb94187b1","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"ab155e3a0a3f2c7a4de6cea49a33f6eeb66432b1","message":"branch10-2\n","date":1698063555000,"author":{"name":"admin","avatar":null},"parents":["4c8cdeccf5946d70dfa42d0646ee85952fcaf6fc"],"link":"http://localhost:8990/test/repository/-/commit/ab155e3a0a3f2c7a4de6cea49a33f6eeb66432b1","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"cf1ed77a3b13dc829ea9204f132355a76d4c1741","message":"Merge branch 'branch11' into branch13\n\n# Conflicts:\n#\tREADME.md\n","date":1698063511000,"author":{"name":"admin","avatar":null},"parents":["e388f1174f45fe333cdb5061b9d597fb7877a785","f92c7ad50633eec83502d0e8783fb10f7204ec6f"],"link":"http://localhost:8990/test/repository/-/commit/cf1ed77a3b13dc829ea9204f132355a76d4c1741","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"9d636c0604cd0059285ebe208840b702b5e0cf53","message":"master-30\n","date":1698063441000,"author":{"name":"admin","avatar":null},"parents":["917f2ab13b79116615fd7b4fc6fc6b12c6429c3e"],"link":"http://localhost:8990/test/repository/-/commit/9d636c0604cd0059285ebe208840b702b5e0cf53","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b","message":"branch6-15\n","date":1698063431000,"author":{"name":"admin","avatar":null},"parents":["62dad9363a19b4074b4ac2b8325af810fb69fb8e"],"link":"http://localhost:8990/test/repository/-/commit/1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"f92c7ad50633eec83502d0e8783fb10f7204ec6f","message":"branch-11-2\n","date":1698063379000,"author":{"name":"admin","avatar":null},"parents":["c3132678f4537df982925c795a1acc0c1dd7c7de"],"link":"http://localhost:8990/test/repository/-/commit/f92c7ad50633eec83502d0e8783fb10f7204ec6f","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"e388f1174f45fe333cdb5061b9d597fb7877a785","message":"branch13-3\n","date":1698063363000,"author":{"name":"admin","avatar":null},"parents":["7df584fa61f3d16b9f9514b4034f5368c5e06410"],"link":"http://localhost:8990/test/repository/-/commit/e388f1174f45fe333cdb5061b9d597fb7877a785","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"4c8cdeccf5946d70dfa42d0646ee85952fcaf6fc","message":"branch10-1\n","date":1698063350000,"author":{"name":"admin","avatar":null},"parents":["585847a321fcbcdb8f397a155a123aba5a1a1d76"],"link":"http://localhost:8990/test/repository/-/commit/4c8cdeccf5946d70dfa42d0646ee85952fcaf6fc","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"44f8ca088087512e6b8c443786295d0878639ecc","message":"branch12-2\n","date":1698063326000,"author":{"name":"admin","avatar":null},"parents":["922b523518ab894b98d5d0cc387789e20e7536f1"],"link":"http://localhost:8990/test/repository/-/commit/44f8ca088087512e6b8c443786295d0878639ecc","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"922b523518ab894b98d5d0cc387789e20e7536f1","message":"branch12-1\n","date":1698063317000,"author":{"name":"admin","avatar":null},"parents":["a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981"],"link":"http://localhost:8990/test/repository/-/commit/922b523518ab894b98d5d0cc387789e20e7536f1","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"62dad9363a19b4074b4ac2b8325af810fb69fb8e","message":"branch6-14\n","date":1698063299000,"author":{"name":"admin","avatar":null},"parents":["6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b"],"link":"http://localhost:8990/test/repository/-/commit/62dad9363a19b4074b4ac2b8325af810fb69fb8e","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"c3132678f4537df982925c795a1acc0c1dd7c7de","message":"branch-11-1\n","date":1698063278000,"author":{"name":"admin","avatar":null},"parents":["2674103e85493d76e45e57a9b5372f8c7926d3a7"],"link":"http://localhost:8990/test/repository/-/commit/c3132678f4537df982925c795a1acc0c1dd7c7de","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"7df584fa61f3d16b9f9514b4034f5368c5e06410","message":"branch13-2\n","date":1698063255000,"author":{"name":"admin","avatar":null},"parents":["3e48313ba71bc2af8d954a5898f4caea65fe487d"],"link":"http://localhost:8990/test/repository/-/commit/7df584fa61f3d16b9f9514b4034f5368c5e06410","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"917f2ab13b79116615fd7b4fc6fc6b12c6429c3e","message":"master-29\n","date":1698063218000,"author":{"name":"admin","avatar":null},"parents":["a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981"],"link":"http://localhost:8990/test/repository/-/commit/917f2ab13b79116615fd7b4fc6fc6b12c6429c3e","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b","message":"branch6-13\n","date":1698063190000,"author":{"name":"admin","avatar":null},"parents":["c7c70e247e37162bb24c0f503302c961580928ec"],"link":"http://localhost:8990/test/repository/-/commit/6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"3e48313ba71bc2af8d954a5898f4caea65fe487d","message":"branch13-1\n","date":1698063117000,"author":{"name":"admin","avatar":null},"parents":["a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981"],"link":"http://localhost:8990/test/repository/-/commit/3e48313ba71bc2af8d954a5898f4caea65fe487d","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"c7c70e247e37162bb24c0f503302c961580928ec","message":"branch6-12\n","date":1698062888000,"author":{"name":"admin","avatar":null},"parents":["1055f626b81a5e0d29bc053342f22d35d047791f"],"link":"http://localhost:8990/test/repository/-/commit/c7c70e247e37162bb24c0f503302c961580928ec","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981","message":"master-28\n","date":1698062853000,"author":{"name":"admin","avatar":null},"parents":["7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1"],"link":"http://localhost:8990/test/repository/-/commit/a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1","message":"Merge branch 'branch9'\n\n# Conflicts:\n#\tREADME.md\n","date":1698062768000,"author":{"name":"admin","avatar":null},"parents":["4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","1df2a7d9351745624ff1f0e6bd87b331904507a7"],"link":"http://localhost:8990/test/repository/-/commit/7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","message":"master-27\n","date":1698062742000,"author":{"name":"admin","avatar":null},"parents":["2674103e85493d76e45e57a9b5372f8c7926d3a7"],"link":"http://localhost:8990/test/repository/-/commit/4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"2674103e85493d76e45e57a9b5372f8c7926d3a7","message":"master-26\n","date":1698062712000,"author":{"name":"admin","avatar":null},"parents":["585847a321fcbcdb8f397a155a123aba5a1a1d76"],"link":"http://localhost:8990/test/repository/-/commit/2674103e85493d76e45e57a9b5372f8c7926d3a7","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"1df2a7d9351745624ff1f0e6bd87b331904507a7","message":"branch9-9\n","date":1698062672000,"author":{"name":"admin","avatar":null},"parents":["fff2b60ae6a434c31c64c87fb7c044080b1acffb"],"link":"http://localhost:8990/test/repository/-/commit/1df2a7d9351745624ff1f0e6bd87b331904507a7","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"1055f626b81a5e0d29bc053342f22d35d047791f","message":"branch6-11\n","date":1698062650000,"author":{"name":"admin","avatar":null},"parents":["b8b27edc72b1d39ea84498a57ae3389c4571251f"],"link":"http://localhost:8990/test/repository/-/commit/1055f626b81a5e0d29bc053342f22d35d047791f","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"b8b27edc72b1d39ea84498a57ae3389c4571251f","message":"branch6-10\n","date":1698062639000,"author":{"name":"admin","avatar":null},"parents":["cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd"],"link":"http://localhost:8990/test/repository/-/commit/b8b27edc72b1d39ea84498a57ae3389c4571251f","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"585847a321fcbcdb8f397a155a123aba5a1a1d76","message":"Merge branch 'branch7'\n\n# Conflicts:\n#\tREADME.md\n","date":1698062551000,"author":{"name":"admin","avatar":null},"parents":["c79babff3c1405618214eba90398c685ac4c0349","fe85e0ed86aba2ff78439ba7f0170fe580ccb54e"],"link":"http://localhost:8990/test/repository/-/commit/585847a321fcbcdb8f397a155a123aba5a1a1d76","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"fe85e0ed86aba2ff78439ba7f0170fe580ccb54e","message":"Merge branch 'branch5' into branch7\n\n# Conflicts:\n#\tREADME.md\n","date":1698062492000,"author":{"name":"admin","avatar":null},"parents":["f6b5e1460f0a3ca1da2778acd54bd005620a0730","949a1bbc2b51817aea7bdf5b34af868a646a20e2"],"link":"http://localhost:8990/test/repository/-/commit/fe85e0ed86aba2ff78439ba7f0170fe580ccb54e","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd","message":"branch6-9\n","date":1698062386000,"author":{"name":"admin","avatar":null},"parents":["0cfec512ddf7571da169c3213753123c266054ce"],"link":"http://localhost:8990/test/repository/-/commit/cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"fff2b60ae6a434c31c64c87fb7c044080b1acffb","message":"branch9-8\n","date":1698062367000,"author":{"name":"admin","avatar":null},"parents":["8000baf077ff28405c32c539fa49393363508945"],"link":"http://localhost:8990/test/repository/-/commit/fff2b60ae6a434c31c64c87fb7c044080b1acffb","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"8000baf077ff28405c32c539fa49393363508945","message":"branch9-7\n","date":1698062359000,"author":{"name":"admin","avatar":null},"parents":["6b65fcf8499a8fd51a86664c252196d5133897e6"],"link":"http://localhost:8990/test/repository/-/commit/8000baf077ff28405c32c539fa49393363508945","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"c79babff3c1405618214eba90398c685ac4c0349","message":"master-25\n","date":1698062284000,"author":{"name":"admin","avatar":null},"parents":["d64326f97301c60eb85b9f95da6d2f563fc23bca"],"link":"http://localhost:8990/test/repository/-/commit/c79babff3c1405618214eba90398c685ac4c0349","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"d64326f97301c60eb85b9f95da6d2f563fc23bca","message":"master-24\n","date":1698062273000,"author":{"name":"admin","avatar":null},"parents":["d0b30d9b78ed157a552f3ed1fa2d175e33f7362d"],"link":"http://localhost:8990/test/repository/-/commit/d64326f97301c60eb85b9f95da6d2f563fc23bca","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"f6b5e1460f0a3ca1da2778acd54bd005620a0730","message":"branch7-4\n","date":1698062255000,"author":{"name":"admin","avatar":null},"parents":["ad658d2bd406df97a1d519a69fce571182efb03d"],"link":"http://localhost:8990/test/repository/-/commit/f6b5e1460f0a3ca1da2778acd54bd005620a0730","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"0cfec512ddf7571da169c3213753123c266054ce","message":"branch6-8\n","date":1698062229000,"author":{"name":"admin","avatar":null},"parents":["296836127eaf4975f57496b58962dd9712a60536"],"link":"http://localhost:8990/test/repository/-/commit/0cfec512ddf7571da169c3213753123c266054ce","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"949a1bbc2b51817aea7bdf5b34af868a646a20e2","message":"branch5-12\n","date":1698062178000,"author":{"name":"admin","avatar":null},"parents":["04208409fae379e977017b6ab54b5b3df3937687"],"link":"http://localhost:8990/test/repository/-/commit/949a1bbc2b51817aea7bdf5b34af868a646a20e2","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"04208409fae379e977017b6ab54b5b3df3937687","message":"branch5-11\n","date":1698062169000,"author":{"name":"admin","avatar":null},"parents":["5c031dc49e438aacbde0db7a2c80b8edd686ff97"],"link":"http://localhost:8990/test/repository/-/commit/04208409fae379e977017b6ab54b5b3df3937687","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"6b65fcf8499a8fd51a86664c252196d5133897e6","message":"branch9-6\n","date":1698062141000,"author":{"name":"admin","avatar":null},"parents":["a57e13ae14cb990b20d249822d1e3ac244311792"],"link":"http://localhost:8990/test/repository/-/commit/6b65fcf8499a8fd51a86664c252196d5133897e6","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"296836127eaf4975f57496b58962dd9712a60536","message":"Merge branch 'branch8' into branch6\n\n# Conflicts:\n#\tREADME.md\n","date":1698062112000,"author":{"name":"admin","avatar":null},"parents":["fa16f0683f2072ee612660a0823d08e29a553afa","dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc"],"link":"http://localhost:8990/test/repository/-/commit/296836127eaf4975f57496b58962dd9712a60536","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"fa16f0683f2072ee612660a0823d08e29a553afa","message":"branch6-7\n","date":1698062080000,"author":{"name":"admin","avatar":null},"parents":["e06a20a0d3899b16ffcac72a5f60e0ec15461928"],"link":"http://localhost:8990/test/repository/-/commit/fa16f0683f2072ee612660a0823d08e29a553afa","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"d0b30d9b78ed157a552f3ed1fa2d175e33f7362d","message":"master-23\n","date":1698062041000,"author":{"name":"admin","avatar":null},"parents":["f41405835a939fc7a31eab83557a7bd86dcbe118"],"link":"http://localhost:8990/test/repository/-/commit/d0b30d9b78ed157a552f3ed1fa2d175e33f7362d","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"a57e13ae14cb990b20d249822d1e3ac244311792","message":"branch9-5\n","date":1698062025000,"author":{"name":"admin","avatar":null},"parents":["4390e95135234d468dafb4a35cb5f575c0816efd"],"link":"http://localhost:8990/test/repository/-/commit/a57e13ae14cb990b20d249822d1e3ac244311792","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc","message":"branch8-5\n","date":1698062010000,"author":{"name":"admin","avatar":null},"parents":["9b63562e3d9345ce2e3e4d23c8c34dd4e65af444"],"link":"http://localhost:8990/test/repository/-/commit/dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"ad658d2bd406df97a1d519a69fce571182efb03d","message":"branch7-3\n","date":1698061995000,"author":{"name":"admin","avatar":null},"parents":["7df83ca4811e125a3e7751df69698c440676606e"],"link":"http://localhost:8990/test/repository/-/commit/ad658d2bd406df97a1d519a69fce571182efb03d","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"e06a20a0d3899b16ffcac72a5f60e0ec15461928","message":"branch6-6\n","date":1698061981000,"author":{"name":"admin","avatar":null},"parents":["b2db70de4f462bc473a72f4fb6595dacd73b3236"],"link":"http://localhost:8990/test/repository/-/commit/e06a20a0d3899b16ffcac72a5f60e0ec15461928","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"5c031dc49e438aacbde0db7a2c80b8edd686ff97","message":"branch5-10\n","date":1698061960000,"author":{"name":"admin","avatar":null},"parents":["b23f5546bcb8d90ab4727e0f48fc6b30d610a81b"],"link":"http://localhost:8990/test/repository/-/commit/5c031dc49e438aacbde0db7a2c80b8edd686ff97","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"f41405835a939fc7a31eab83557a7bd86dcbe118","message":"master-22\n","date":1698061407000,"author":{"name":"admin","avatar":null},"parents":["c1c06c19af8efe8314e96e741c61d92b9b862c2a"],"link":"http://localhost:8990/test/repository/-/commit/f41405835a939fc7a31eab83557a7bd86dcbe118","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"c1c06c19af8efe8314e96e741c61d92b9b862c2a","message":"Merge branch 'branch4'\n\n# Conflicts:\n#\tREADME.md\n","date":1698061384000,"author":{"name":"admin","avatar":null},"parents":["776d718e0310cef9d7cc3231c8ea359eb4923235","a24d1dcdb2dc6db8030616280b75093b5fcb0626"],"link":"http://localhost:8990/test/repository/-/commit/c1c06c19af8efe8314e96e741c61d92b9b862c2a","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"b2db70de4f462bc473a72f4fb6595dacd73b3236","message":"branch6-5\n","date":1698061326000,"author":{"name":"admin","avatar":null},"parents":["0c20ea8f6f585c74f8b94321ed7aeaee336f76b5"],"link":"http://localhost:8990/test/repository/-/commit/b2db70de4f462bc473a72f4fb6595dacd73b3236","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"a24d1dcdb2dc6db8030616280b75093b5fcb0626","message":"branch4-8\n","date":1698061290000,"author":{"name":"admin","avatar":null},"parents":["35aa1cdb9ad7cad7f603f55da50622b7b4750058"],"link":"http://localhost:8990/test/repository/-/commit/a24d1dcdb2dc6db8030616280b75093b5fcb0626","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"35aa1cdb9ad7cad7f603f55da50622b7b4750058","message":"branch4-7\n","date":1698061278000,"author":{"name":"admin","avatar":null},"parents":["d142c601820f1e1d52e883a58661a00f1817aadf"],"link":"http://localhost:8990/test/repository/-/commit/35aa1cdb9ad7cad7f603f55da50622b7b4750058","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"b23f5546bcb8d90ab4727e0f48fc6b30d610a81b","message":"branch5-8\n","date":1698061263000,"author":{"name":"admin","avatar":null},"parents":["3d6a8e913b125e12f03568a170020b54222ef73b"],"link":"http://localhost:8990/test/repository/-/commit/b23f5546bcb8d90ab4727e0f48fc6b30d610a81b","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"4390e95135234d468dafb4a35cb5f575c0816efd","message":"branch9-4\n","date":1698061245000,"author":{"name":"admin","avatar":null},"parents":["d9c3b34b70034f05844c99f61af9a0d95f36240d"],"link":"http://localhost:8990/test/repository/-/commit/4390e95135234d468dafb4a35cb5f575c0816efd","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"d9c3b34b70034f05844c99f61af9a0d95f36240d","message":"branch9-3\n","date":1698061236000,"author":{"name":"admin","avatar":null},"parents":["6fe6941d1817df8a76fd888bcf6b2de0cecbe362"],"link":"http://localhost:8990/test/repository/-/commit/d9c3b34b70034f05844c99f61af9a0d95f36240d","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"9b63562e3d9345ce2e3e4d23c8c34dd4e65af444","message":"branch8-4\n","date":1698061219000,"author":{"name":"admin","avatar":null},"parents":["a4bb4ea8c991c12e4353a095b8d5a79d3ba8f34e"],"link":"http://localhost:8990/test/repository/-/commit/9b63562e3d9345ce2e3e4d23c8c34dd4e65af444","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"a4bb4ea8c991c12e4353a095b8d5a79d3ba8f34e","message":"branch8-3\n","date":1698061210000,"author":{"name":"admin","avatar":null},"parents":["4d149b4e034ba20630e32d14f7860fe226fe58e8"],"link":"http://localhost:8990/test/repository/-/commit/a4bb4ea8c991c12e4353a095b8d5a79d3ba8f34e","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"776d718e0310cef9d7cc3231c8ea359eb4923235","message":"master-21\n","date":1698061173000,"author":{"name":"admin","avatar":null},"parents":["d85bb0e3a67727b30399326b5882d055cba83fb5"],"link":"http://localhost:8990/test/repository/-/commit/776d718e0310cef9d7cc3231c8ea359eb4923235","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"7df83ca4811e125a3e7751df69698c440676606e","message":"branch7-2\n","date":1698061159000,"author":{"name":"admin","avatar":null},"parents":["dc9967191a376d5c3dc3b657a18f51e0646f47b1"],"link":"http://localhost:8990/test/repository/-/commit/7df83ca4811e125a3e7751df69698c440676606e","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"d85bb0e3a67727b30399326b5882d055cba83fb5","message":"master-20\n","date":1698061146000,"author":{"name":"admin","avatar":null},"parents":["9486aabce424cf579cdc4597bf09a9b0fc9d3d7e"],"link":"http://localhost:8990/test/repository/-/commit/d85bb0e3a67727b30399326b5882d055cba83fb5","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"3d6a8e913b125e12f03568a170020b54222ef73b","message":"branch5-7\n","date":1698061128000,"author":{"name":"admin","avatar":null},"parents":["aa7ffdf45fe7b33f0dff6c8e510daaf181003488"],"link":"http://localhost:8990/test/repository/-/commit/3d6a8e913b125e12f03568a170020b54222ef73b","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"0c20ea8f6f585c74f8b94321ed7aeaee336f76b5","message":"branch6-4\n","date":1698061116000,"author":{"name":"admin","avatar":null},"parents":["b145067ce708e49f6685255d6c844cd9faffedf4"],"link":"http://localhost:8990/test/repository/-/commit/0c20ea8f6f585c74f8b94321ed7aeaee336f76b5","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"d142c601820f1e1d52e883a58661a00f1817aadf","message":"branch4-6\n","date":1698061086000,"author":{"name":"admin","avatar":null},"parents":["89028ff825ebadebf9b6bb56ff18c5446e3092ee"],"link":"http://localhost:8990/test/repository/-/commit/d142c601820f1e1d52e883a58661a00f1817aadf","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"4d149b4e034ba20630e32d14f7860fe226fe58e8","message":"branch8-2\n","date":1698060998000,"author":{"name":"admin","avatar":null},"parents":["1498425151e89ba284a6c9dbf81ed62bde7bd36f"],"link":"http://localhost:8990/test/repository/-/commit/4d149b4e034ba20630e32d14f7860fe226fe58e8","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"9486aabce424cf579cdc4597bf09a9b0fc9d3d7e","message":"master-19\n","date":1698060982000,"author":{"name":"admin","avatar":null},"parents":["68c29199f529726345ff1d3ee96d139bda6331b3"],"link":"http://localhost:8990/test/repository/-/commit/9486aabce424cf579cdc4597bf09a9b0fc9d3d7e","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"6fe6941d1817df8a76fd888bcf6b2de0cecbe362","message":"branch9-2\n","date":1698060969000,"author":{"name":"admin","avatar":null},"parents":["ead87b8ec6810a0e44bb73db62a5135c99ce6b9f"],"link":"http://localhost:8990/test/repository/-/commit/6fe6941d1817df8a76fd888bcf6b2de0cecbe362","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"68c29199f529726345ff1d3ee96d139bda6331b3","message":"Merge branch 'branch1'\n\n# Conflicts:\n#\tREADME.md\n","date":1698060925000,"author":{"name":"admin","avatar":null},"parents":["faca6581f4ab649ee7fadfb163ff88faf9348bfc","1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d"],"link":"http://localhost:8990/test/repository/-/commit/68c29199f529726345ff1d3ee96d139bda6331b3","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"ead87b8ec6810a0e44bb73db62a5135c99ce6b9f","message":"branch9-1\n","date":1698060882000,"author":{"name":"admin","avatar":null},"parents":["1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d"],"link":"http://localhost:8990/test/repository/-/commit/ead87b8ec6810a0e44bb73db62a5135c99ce6b9f","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"faca6581f4ab649ee7fadfb163ff88faf9348bfc","message":"master-18\n","date":1698060805000,"author":{"name":"admin","avatar":null},"parents":["2c8efc7e340202de9f064c6ea2c3e79a7853bfcf"],"link":"http://localhost:8990/test/repository/-/commit/faca6581f4ab649ee7fadfb163ff88faf9348bfc","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"aa7ffdf45fe7b33f0dff6c8e510daaf181003488","message":"branch5-6\n","date":1698060787000,"author":{"name":"admin","avatar":null},"parents":["6ad539160277c0c60fa45ff89e97c2050bf36488"],"link":"http://localhost:8990/test/repository/-/commit/aa7ffdf45fe7b33f0dff6c8e510daaf181003488","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"6ad539160277c0c60fa45ff89e97c2050bf36488","message":"branch5-5\n","date":1698060775000,"author":{"name":"admin","avatar":null},"parents":["0090343c8a75a949ddc824f7ea5bea46c96c4e57"],"link":"http://localhost:8990/test/repository/-/commit/6ad539160277c0c60fa45ff89e97c2050bf36488","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"dc9967191a376d5c3dc3b657a18f51e0646f47b1","message":"branch7-1\n","date":1698060755000,"author":{"name":"admin","avatar":null},"parents":["dbd38bc2dfc930068413a3f04722e22dbed2d541"],"link":"http://localhost:8990/test/repository/-/commit/dc9967191a376d5c3dc3b657a18f51e0646f47b1","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"89028ff825ebadebf9b6bb56ff18c5446e3092ee","message":"branch4-5\n","date":1698060732000,"author":{"name":"admin","avatar":null},"parents":["684162223c7bb8a978c5e99d2b6cc7920904c1ae"],"link":"http://localhost:8990/test/repository/-/commit/89028ff825ebadebf9b6bb56ff18c5446e3092ee","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d","message":"branch1-9\n","date":1698060715000,"author":{"name":"admin","avatar":null},"parents":["c2e19e99c6ddd01a206b9210f986898a21c64b21"],"link":"http://localhost:8990/test/repository/-/commit/1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"b145067ce708e49f6685255d6c844cd9faffedf4","message":"branch6-3\n","date":1698060699000,"author":{"name":"admin","avatar":null},"parents":["5a22310a90d94183cf356c368e4b474e1b0fbbc5"],"link":"http://localhost:8990/test/repository/-/commit/b145067ce708e49f6685255d6c844cd9faffedf4","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"1498425151e89ba284a6c9dbf81ed62bde7bd36f","message":"branch8-1\n","date":1698060661000,"author":{"name":"admin","avatar":null},"parents":["2c8efc7e340202de9f064c6ea2c3e79a7853bfcf"],"link":"http://localhost:8990/test/repository/-/commit/1498425151e89ba284a6c9dbf81ed62bde7bd36f","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"2c8efc7e340202de9f064c6ea2c3e79a7853bfcf","message":"master-17\n","date":1698060635000,"author":{"name":"admin","avatar":null},"parents":["f37cf17a0c6816140725673c2ae087094692ca37"],"link":"http://localhost:8990/test/repository/-/commit/2c8efc7e340202de9f064c6ea2c3e79a7853bfcf","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"f37cf17a0c6816140725673c2ae087094692ca37","message":"master-16\n","date":1698060625000,"author":{"name":"admin","avatar":null},"parents":["dbd38bc2dfc930068413a3f04722e22dbed2d541"],"link":"http://localhost:8990/test/repository/-/commit/f37cf17a0c6816140725673c2ae087094692ca37","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"dbd38bc2dfc930068413a3f04722e22dbed2d541","message":"master-15\n","date":1698060595000,"author":{"name":"admin","avatar":null},"parents":["6e0b1044880282373ef92d6926d5a04e15a6be4e"],"link":"http://localhost:8990/test/repository/-/commit/dbd38bc2dfc930068413a3f04722e22dbed2d541","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"5a22310a90d94183cf356c368e4b474e1b0fbbc5","message":"branch6-2\n","date":1698060480000,"author":{"name":"admin","avatar":null},"parents":["74e29e52909d49a9c8888e80390042ed5a8c310c"],"link":"http://localhost:8990/test/repository/-/commit/5a22310a90d94183cf356c368e4b474e1b0fbbc5","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"684162223c7bb8a978c5e99d2b6cc7920904c1ae","message":"branch4-4\n","date":1698060457000,"author":{"name":"admin","avatar":null},"parents":["2d0b9536fddaf91f2b39552e22795faae1ca7cd3"],"link":"http://localhost:8990/test/repository/-/commit/684162223c7bb8a978c5e99d2b6cc7920904c1ae","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"c2e19e99c6ddd01a206b9210f986898a21c64b21","message":"branch1-8\n","date":1698060425000,"author":{"name":"admin","avatar":null},"parents":["5a5908c8f1b8bb573b8ca6b58e0531d8f28c5989"],"link":"http://localhost:8990/test/repository/-/commit/c2e19e99c6ddd01a206b9210f986898a21c64b21","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"0090343c8a75a949ddc824f7ea5bea46c96c4e57","message":"branch5-4\n","date":1698060366000,"author":{"name":"admin","avatar":null},"parents":["215948d99d227c32796ac9f2e554d62e517a97ae"],"link":"http://localhost:8990/test/repository/-/commit/0090343c8a75a949ddc824f7ea5bea46c96c4e57","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"215948d99d227c32796ac9f2e554d62e517a97ae","message":"branch5-3\n","date":1698060356000,"author":{"name":"admin","avatar":null},"parents":["0b06165093e26d8548079cf1f2303f39d3d746ed"],"link":"http://localhost:8990/test/repository/-/commit/215948d99d227c32796ac9f2e554d62e517a97ae","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"6e0b1044880282373ef92d6926d5a04e15a6be4e","message":"master-14\n","date":1698060328000,"author":{"name":"admin","avatar":null},"parents":["6018644267ae27200d609488001487c6d722fb69"],"link":"http://localhost:8990/test/repository/-/commit/6e0b1044880282373ef92d6926d5a04e15a6be4e","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"74e29e52909d49a9c8888e80390042ed5a8c310c","message":"branch6-1\n","date":1698060312000,"author":{"name":"admin","avatar":null},"parents":["6018644267ae27200d609488001487c6d722fb69"],"link":"http://localhost:8990/test/repository/-/commit/74e29e52909d49a9c8888e80390042ed5a8c310c","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"6018644267ae27200d609488001487c6d722fb69","message":"master-13\n","date":1698060246000,"author":{"name":"admin","avatar":null},"parents":["c5a4fd9551e30cd3d76c9b4c2d59129ae3550134"],"link":"http://localhost:8990/test/repository/-/commit/6018644267ae27200d609488001487c6d722fb69","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"2d0b9536fddaf91f2b39552e22795faae1ca7cd3","message":"Merge branch 'branch2' into branch4\n\n# Conflicts:\n#\tREADME.md\n","date":1698060207000,"author":{"name":"admin","avatar":null},"parents":["395dec6e6482642d4a1d9ffedd5d53c24c3b0db5","fa779587c998eeeb51fe1659d5dbadab70564a51"],"link":"http://localhost:8990/test/repository/-/commit/2d0b9536fddaf91f2b39552e22795faae1ca7cd3","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"fa779587c998eeeb51fe1659d5dbadab70564a51","message":"branch2-5\n","date":1698060145000,"author":{"name":"admin","avatar":null},"parents":["25f3bcee26af15a4bd7c254ffe3a822ea2ce528c"],"link":"http://localhost:8990/test/repository/-/commit/fa779587c998eeeb51fe1659d5dbadab70564a51","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"c5a4fd9551e30cd3d76c9b4c2d59129ae3550134","message":"master-12\n","date":1698060124000,"author":{"name":"admin","avatar":null},"parents":["e2a11d05fe24fca472311fcb3003b0fc68c141d7"],"link":"http://localhost:8990/test/repository/-/commit/c5a4fd9551e30cd3d76c9b4c2d59129ae3550134","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"395dec6e6482642d4a1d9ffedd5d53c24c3b0db5","message":"branch4-3\n","date":1698060111000,"author":{"name":"admin","avatar":null},"parents":["10926a027a5237474a47a4fb3961d795cfe16e9b"],"link":"http://localhost:8990/test/repository/-/commit/395dec6e6482642d4a1d9ffedd5d53c24c3b0db5","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"5a5908c8f1b8bb573b8ca6b58e0531d8f28c5989","message":"branch1-7\n","date":1698060093000,"author":{"name":"admin","avatar":null},"parents":["f882841990643f073a55cb55e6a9522cafa06557"],"link":"http://localhost:8990/test/repository/-/commit/5a5908c8f1b8bb573b8ca6b58e0531d8f28c5989","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"0b06165093e26d8548079cf1f2303f39d3d746ed","message":"branch5-2\n","date":1698060077000,"author":{"name":"admin","avatar":null},"parents":["d952287e8c235ee6a2af1e00b7a40b68290026db"],"link":"http://localhost:8990/test/repository/-/commit/0b06165093e26d8548079cf1f2303f39d3d746ed","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"f882841990643f073a55cb55e6a9522cafa06557","message":"branch1-6\n","date":1698060050000,"author":{"name":"admin","avatar":null},"parents":["7780fdab485332672942c30453cecd741ffc4d13"],"link":"http://localhost:8990/test/repository/-/commit/f882841990643f073a55cb55e6a9522cafa06557","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"e2a11d05fe24fca472311fcb3003b0fc68c141d7","message":"master-11\n","date":1698060019000,"author":{"name":"admin","avatar":null},"parents":["db0e1c52ad53401bd29a744cd81a3a492137bb5e"],"link":"http://localhost:8990/test/repository/-/commit/e2a11d05fe24fca472311fcb3003b0fc68c141d7","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"d952287e8c235ee6a2af1e00b7a40b68290026db","message":"branch5-1\n","date":1698059997000,"author":{"name":"admin","avatar":null},"parents":["db0e1c52ad53401bd29a744cd81a3a492137bb5e"],"link":"http://localhost:8990/test/repository/-/commit/d952287e8c235ee6a2af1e00b7a40b68290026db","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"10926a027a5237474a47a4fb3961d795cfe16e9b","message":"branch4-2\n","date":1698059957000,"author":{"name":"admin","avatar":null},"parents":["3d64b63bf7893fccf66a28a103df72b84e371fbb"],"link":"http://localhost:8990/test/repository/-/commit/10926a027a5237474a47a4fb3961d795cfe16e9b","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"3d64b63bf7893fccf66a28a103df72b84e371fbb","message":"branch4-1\n","date":1698059943000,"author":{"name":"admin","avatar":null},"parents":["db0e1c52ad53401bd29a744cd81a3a492137bb5e"],"link":"http://localhost:8990/test/repository/-/commit/3d64b63bf7893fccf66a28a103df72b84e371fbb","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"db0e1c52ad53401bd29a744cd81a3a492137bb5e","message":"master-10\n","date":1698059864000,"author":{"name":"admin","avatar":null},"parents":["57a5cf41defac1f829909c3e72fc64a0ce88bfdd"],"link":"http://localhost:8990/test/repository/-/commit/db0e1c52ad53401bd29a744cd81a3a492137bb5e","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"7780fdab485332672942c30453cecd741ffc4d13","message":"branch1-merge-branch3\n","date":1698059846000,"author":{"name":"admin","avatar":null},"parents":["a6d855b910fd0fbd8e106e7846f1a35be80141ba","08f7cabf19fd454e80da4c811ce5e8bd6e3eac1b"],"link":"http://localhost:8990/test/repository/-/commit/7780fdab485332672942c30453cecd741ffc4d13","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"57a5cf41defac1f829909c3e72fc64a0ce88bfdd","message":"master-9\n","date":1698059371000,"author":{"name":"admin","avatar":null},"parents":["754cfe509159b4718a5be3d1432a8d8e2f46dd3c"],"link":"http://localhost:8990/test/repository/-/commit/57a5cf41defac1f829909c3e72fc64a0ce88bfdd","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"a6d855b910fd0fbd8e106e7846f1a35be80141ba","message":"branch1-5\n","date":1698059359000,"author":{"name":"admin","avatar":null},"parents":["30b509febed572a83bd92fc92ede5a3ae1abc6ac"],"link":"http://localhost:8990/test/repository/-/commit/a6d855b910fd0fbd8e106e7846f1a35be80141ba","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"25f3bcee26af15a4bd7c254ffe3a822ea2ce528c","message":"branch2-4\n","date":1698059343000,"author":{"name":"admin","avatar":null},"parents":["adae076d427c09da7bcc741155b4dc421a1acd8d"],"link":"http://localhost:8990/test/repository/-/commit/25f3bcee26af15a4bd7c254ffe3a822ea2ce528c","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"30b509febed572a83bd92fc92ede5a3ae1abc6ac","message":"branch1-4\n","date":1698059309000,"author":{"name":"admin","avatar":null},"parents":["fd283a7f7af6da8d657068f88baa389c29e96dea"],"link":"http://localhost:8990/test/repository/-/commit/30b509febed572a83bd92fc92ede5a3ae1abc6ac","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"08f7cabf19fd454e80da4c811ce5e8bd6e3eac1b","message":"branch3-2\n","date":1698059297000,"author":{"name":"admin","avatar":null},"parents":["76bd4a04657abfd103a5454f72e03de8da764e6f"],"link":"http://localhost:8990/test/repository/-/commit/08f7cabf19fd454e80da4c811ce5e8bd6e3eac1b","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"754cfe509159b4718a5be3d1432a8d8e2f46dd3c","message":"master-8\n","date":1698059282000,"author":{"name":"admin","avatar":null},"parents":["49e8a687499be5ddd2ff92a919e730244d8ea894"],"link":"http://localhost:8990/test/repository/-/commit/754cfe509159b4718a5be3d1432a8d8e2f46dd3c","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"49e8a687499be5ddd2ff92a919e730244d8ea894","message":"master-7\n","date":1698059266000,"author":{"name":"admin","avatar":null},"parents":["1a6e4822debd8391380c6cb715aee516c6498e84"],"link":"http://localhost:8990/test/repository/-/commit/49e8a687499be5ddd2ff92a919e730244d8ea894","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"76bd4a04657abfd103a5454f72e03de8da764e6f","message":"branch3-1\n","date":1698059245000,"author":{"name":"admin","avatar":null},"parents":["1a6e4822debd8391380c6cb715aee516c6498e84"],"link":"http://localhost:8990/test/repository/-/commit/76bd4a04657abfd103a5454f72e03de8da764e6f","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"1a6e4822debd8391380c6cb715aee516c6498e84","message":"master-6\n","date":1698059149000,"author":{"name":"admin","avatar":null},"parents":["c4f380260faa595d4d4c88b0e3f2539534b07a13"],"link":"http://localhost:8990/test/repository/-/commit/1a6e4822debd8391380c6cb715aee516c6498e84","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"fd283a7f7af6da8d657068f88baa389c29e96dea","message":"branch1-3\n","date":1698059116000,"author":{"name":"admin","avatar":null},"parents":["6824b92f0b5fecc7e07bcfaab6d7d8c6cc513051"],"link":"http://localhost:8990/test/repository/-/commit/fd283a7f7af6da8d657068f88baa389c29e96dea","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"adae076d427c09da7bcc741155b4dc421a1acd8d","message":"branch2-3\n","date":1698059093000,"author":{"name":"admin","avatar":null},"parents":["ac0f1d4ca401277a70daca83310da9a8e8a1b5a9"],"link":"http://localhost:8990/test/repository/-/commit/adae076d427c09da7bcc741155b4dc421a1acd8d","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"ac0f1d4ca401277a70daca83310da9a8e8a1b5a9","message":"branch2-2\n","date":1698059047000,"author":{"name":"admin","avatar":null},"parents":["817ace8d49f50e4024a55aaf83018211ba5a7975"],"link":"http://localhost:8990/test/repository/-/commit/ac0f1d4ca401277a70daca83310da9a8e8a1b5a9","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"6824b92f0b5fecc7e07bcfaab6d7d8c6cc513051","message":"branch1-2\n","date":1698059032000,"author":{"name":"admin","avatar":null},"parents":["66f64a261cbe87a7895d1dfd2c63e34dab5bb6d8"],"link":"http://localhost:8990/test/repository/-/commit/6824b92f0b5fecc7e07bcfaab6d7d8c6cc513051","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"c4f380260faa595d4d4c88b0e3f2539534b07a13","message":"master-5\n","date":1698059004000,"author":{"name":"admin","avatar":null},"parents":["62770e1c09842636840ef44ed73f4a9a61e6cd6b"],"link":"http://localhost:8990/test/repository/-/commit/c4f380260faa595d4d4c88b0e3f2539534b07a13","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"817ace8d49f50e4024a55aaf83018211ba5a7975","message":"branch2-1\n","date":1698058982000,"author":{"name":"admin","avatar":null},"parents":["62770e1c09842636840ef44ed73f4a9a61e6cd6b"],"link":"http://localhost:8990/test/repository/-/commit/817ace8d49f50e4024a55aaf83018211ba5a7975","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"62770e1c09842636840ef44ed73f4a9a61e6cd6b","message":"master-4\n","date":1698058794000,"author":{"name":"admin","avatar":null},"parents":["839661fed9bce26e49c88d61521ba098675a0cd7"],"link":"http://localhost:8990/test/repository/-/commit/62770e1c09842636840ef44ed73f4a9a61e6cd6b","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"839661fed9bce26e49c88d61521ba098675a0cd7","message":"master-3\n","date":1698058771000,"author":{"name":"admin","avatar":null},"parents":["b97127393d88ac37dee9de2cf8b40304e93d5e31"],"link":"http://localhost:8990/test/repository/-/commit/839661fed9bce26e49c88d61521ba098675a0cd7","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"b97127393d88ac37dee9de2cf8b40304e93d5e31","message":"master-2\n","date":1698058745000,"author":{"name":"admin","avatar":null},"parents":["81fbfabccf54e34ce58fe88a40a471337b807be8"],"link":"http://localhost:8990/test/repository/-/commit/b97127393d88ac37dee9de2cf8b40304e93d5e31","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"66f64a261cbe87a7895d1dfd2c63e34dab5bb6d8","message":"branch1-1\n","date":1698058717000,"author":{"name":"admin","avatar":null},"parents":["81fbfabccf54e34ce58fe88a40a471337b807be8"],"link":"http://localhost:8990/test/repository/-/commit/66f64a261cbe87a7895d1dfd2c63e34dab5bb6d8","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"81fbfabccf54e34ce58fe88a40a471337b807be8","message":"master-1\n","date":1698058452000,"author":{"name":"admin","avatar":null},"parents":["7909f6bb0848db4c07ebd94aba3497cf0a14fe43"],"link":"http://localhost:8990/test/repository/-/commit/81fbfabccf54e34ce58fe88a40a471337b807be8","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"7909f6bb0848db4c07ebd94aba3497cf0a14fe43","message":"initial commit","date":1698058452000,"author":{"name":"admin","avatar":null},"parents":[],"link":"http://localhost:8990/test/repository/-/commit/7909f6bb0848db4c07ebd94aba3497cf0a14fe43","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}}] \ No newline at end of file +[ + { + "hash": "9739bc2df043ffb738d33c5ee25c9fd7becea044", + "message": "master-40\n", + "date": 1698064920000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d0e41165818d1f4b47813c47fc09cdf933ac734d" + ], + "link": "http://localhost:8990/test/repository/-/commit/9739bc2df043ffb738d33c5ee25c9fd7becea044", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "d0e41165818d1f4b47813c47fc09cdf933ac734d", + "message": "Merge branch 'branch15'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698064904000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "521b19564ebc5c88204d9b8838051320c742bd10", + "0b9f96e43972a34a06ac4c8978a44b898e5102ea" + ], + "link": "http://localhost:8990/test/repository/-/commit/d0e41165818d1f4b47813c47fc09cdf933ac734d", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "0b9f96e43972a34a06ac4c8978a44b898e5102ea", + "message": "branch15-8\n", + "date": 1698064876000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "f0c902411afa60b13c4744069effda55366f6972" + ], + "link": "http://localhost:8990/test/repository/-/commit/0b9f96e43972a34a06ac4c8978a44b898e5102ea", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "521b19564ebc5c88204d9b8838051320c742bd10", + "message": "master-39\n", + "date": 1698064862000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "820ef54c6a5a99795ef679bec7367ee22345a4ee" + ], + "link": "http://localhost:8990/test/repository/-/commit/521b19564ebc5c88204d9b8838051320c742bd10", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "820ef54c6a5a99795ef679bec7367ee22345a4ee", + "message": "Merge branch 'branch17'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698064840000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "5343ca684fceb8640b57fb562d4e617fccdf97c2", + "654bdb6dd852848583cc7775ed47ebb37d1be1e5" + ], + "link": "http://localhost:8990/test/repository/-/commit/820ef54c6a5a99795ef679bec7367ee22345a4ee", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "5343ca684fceb8640b57fb562d4e617fccdf97c2", + "message": "Merge branch 'branch10'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698064803000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a933dc6b4fe8e8f66856b4cb9da7f4bf8ad0e017", + "9b105569d9b62833384b52e347e288b499a83c43" + ], + "link": "http://localhost:8990/test/repository/-/commit/5343ca684fceb8640b57fb562d4e617fccdf97c2", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "a933dc6b4fe8e8f66856b4cb9da7f4bf8ad0e017", + "message": "master-38\n", + "date": 1698064763000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "5d7490df781fb2605bc5174b9b9f6b80fbacba99" + ], + "link": "http://localhost:8990/test/repository/-/commit/a933dc6b4fe8e8f66856b4cb9da7f4bf8ad0e017", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "f0c902411afa60b13c4744069effda55366f6972", + "message": "branch15-7\n", + "date": 1698064716000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a0a1c8f31bba77e334201e33d32bb18871618b25" + ], + "link": "http://localhost:8990/test/repository/-/commit/f0c902411afa60b13c4744069effda55366f6972", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "9b105569d9b62833384b52e347e288b499a83c43", + "message": "branch10-8\n", + "date": 1698064700000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "0371831a97b0d2d6a0bbe4116cd2642bd0268588" + ], + "link": "http://localhost:8990/test/repository/-/commit/9b105569d9b62833384b52e347e288b499a83c43", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "654bdb6dd852848583cc7775ed47ebb37d1be1e5", + "message": "branch17-2\n", + "date": 1698064689000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "e590e0933e950f7d63037001ffac5dd65f464b19" + ], + "link": "http://localhost:8990/test/repository/-/commit/654bdb6dd852848583cc7775ed47ebb37d1be1e5", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "5d7490df781fb2605bc5174b9b9f6b80fbacba99", + "message": "Merge branch 'branch6'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698064629000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1ec50f69c2aedcdd66e72cc8e8d55134ac063380", + "8a8e33be61168092ec855249e2a9fff03616d7c1" + ], + "link": "http://localhost:8990/test/repository/-/commit/5d7490df781fb2605bc5174b9b9f6b80fbacba99", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "e590e0933e950f7d63037001ffac5dd65f464b19", + "message": "branch17-1\n", + "date": 1698064581000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1ec50f69c2aedcdd66e72cc8e8d55134ac063380" + ], + "link": "http://localhost:8990/test/repository/-/commit/e590e0933e950f7d63037001ffac5dd65f464b19", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "1ec50f69c2aedcdd66e72cc8e8d55134ac063380", + "message": "master-37\n", + "date": 1698064554000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "5fb773dbe6472a87632b1c68ea771decdcd20f1e" + ], + "link": "http://localhost:8990/test/repository/-/commit/1ec50f69c2aedcdd66e72cc8e8d55134ac063380", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "5fb773dbe6472a87632b1c68ea771decdcd20f1e", + "message": "master-36\n", + "date": 1698064512000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "3df9d9661fd7cd199b300881347c6eba9000d77c" + ], + "link": "http://localhost:8990/test/repository/-/commit/5fb773dbe6472a87632b1c68ea771decdcd20f1e", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "0371831a97b0d2d6a0bbe4116cd2642bd0268588", + "message": "branch10-7\n", + "date": 1698064492000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "0a0cba0e67336caefaa6f2fe6102f69dce9e6f65" + ], + "link": "http://localhost:8990/test/repository/-/commit/0371831a97b0d2d6a0bbe4116cd2642bd0268588", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "0a0cba0e67336caefaa6f2fe6102f69dce9e6f65", + "message": "branch10-6\n", + "date": 1698064436000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c95069724f5e73f350f3c48803c94422a3aaae6d" + ], + "link": "http://localhost:8990/test/repository/-/commit/0a0cba0e67336caefaa6f2fe6102f69dce9e6f65", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "a0a1c8f31bba77e334201e33d32bb18871618b25", + "message": "branch15-6\n", + "date": 1698064426000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "65bb62440f2da1bf61d39a0f0781ccc77f58326a" + ], + "link": "http://localhost:8990/test/repository/-/commit/a0a1c8f31bba77e334201e33d32bb18871618b25", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "3df9d9661fd7cd199b300881347c6eba9000d77c", + "message": "Merge branch 'branch14'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698064390000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2cd831abeae867185af1350738da08d80a2324f0", + "4c781b01fa41b7539a9d7289b3d34803c7a3a782" + ], + "link": "http://localhost:8990/test/repository/-/commit/3df9d9661fd7cd199b300881347c6eba9000d77c", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "2cd831abeae867185af1350738da08d80a2324f0", + "message": "master-35\n", + "date": 1698064366000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "df4c133e8872af329e9d28f990d2eda09417ae45" + ], + "link": "http://localhost:8990/test/repository/-/commit/2cd831abeae867185af1350738da08d80a2324f0", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "4c781b01fa41b7539a9d7289b3d34803c7a3a782", + "message": "branch14-5\n", + "date": 1698064357000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7" + ], + "link": "http://localhost:8990/test/repository/-/commit/4c781b01fa41b7539a9d7289b3d34803c7a3a782", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "65bb62440f2da1bf61d39a0f0781ccc77f58326a", + "message": "branch15-5\n", + "date": 1698064345000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c051a056e6a9ef7f89fbf81daa2dc661f88ae61f" + ], + "link": "http://localhost:8990/test/repository/-/commit/65bb62440f2da1bf61d39a0f0781ccc77f58326a", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "8a8e33be61168092ec855249e2a9fff03616d7c1", + "message": "branch6-18\n", + "date": 1698064330000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "674b1d0609bba3d6f8724a03c909668603f7d212" + ], + "link": "http://localhost:8990/test/repository/-/commit/8a8e33be61168092ec855249e2a9fff03616d7c1", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7", + "message": "branch14-4\n", + "date": 1698064316000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "5c259964e83083c7f2a3e1d324ce456d642a8d9b" + ], + "link": "http://localhost:8990/test/repository/-/commit/8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "c051a056e6a9ef7f89fbf81daa2dc661f88ae61f", + "message": "branch15-4\n", + "date": 1698064303000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "b52bc35461c94e01de62697881648a7f1987c497" + ], + "link": "http://localhost:8990/test/repository/-/commit/c051a056e6a9ef7f89fbf81daa2dc661f88ae61f", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "b52bc35461c94e01de62697881648a7f1987c497", + "message": "branch15-3\n", + "date": 1698064294000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "87222af5e38e566db6a902144c28bafaad20206a" + ], + "link": "http://localhost:8990/test/repository/-/commit/b52bc35461c94e01de62697881648a7f1987c497", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "c95069724f5e73f350f3c48803c94422a3aaae6d", + "message": "branch10-5\n", + "date": 1698064236000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1005127d97104aae259c10fc67e0c0f0eccc29dc" + ], + "link": "http://localhost:8990/test/repository/-/commit/c95069724f5e73f350f3c48803c94422a3aaae6d", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "df4c133e8872af329e9d28f990d2eda09417ae45", + "message": "master-34\n", + "date": 1698064202000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "e4784ccbcddcff4ad43b9636b23a897b9a28ef85" + ], + "link": "http://localhost:8990/test/repository/-/commit/df4c133e8872af329e9d28f990d2eda09417ae45", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "e4784ccbcddcff4ad43b9636b23a897b9a28ef85", + "message": "Merge branch 'branch13'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698064107000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6a4a1d565e484ff908b8852ac036c976c9427091", + "9b4b1058ddc9ca8f66f4f1eb515fe41b76487254" + ], + "link": "http://localhost:8990/test/repository/-/commit/e4784ccbcddcff4ad43b9636b23a897b9a28ef85", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "9b4b1058ddc9ca8f66f4f1eb515fe41b76487254", + "message": "branch13-7\n", + "date": 1698064070000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "546f41c47988d1ac0a7a43be5d53771f3f363484" + ], + "link": "http://localhost:8990/test/repository/-/commit/9b4b1058ddc9ca8f66f4f1eb515fe41b76487254", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "87222af5e38e566db6a902144c28bafaad20206a", + "message": "branch15-2\n", + "date": 1698064052000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c3ee774a76d3606638390806c79cd632fcf4684a" + ], + "link": "http://localhost:8990/test/repository/-/commit/87222af5e38e566db6a902144c28bafaad20206a", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "674b1d0609bba3d6f8724a03c909668603f7d212", + "message": "branch6-17\n", + "date": 1698064000000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a531323a866e74b57e5091b8aea6c7f1d1a8ae42" + ], + "link": "http://localhost:8990/test/repository/-/commit/674b1d0609bba3d6f8724a03c909668603f7d212", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "5c259964e83083c7f2a3e1d324ce456d642a8d9b", + "message": "branch14-3\n", + "date": 1698063984000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "46a92ce0118d65e64b6d652b4241703a9707ad74" + ], + "link": "http://localhost:8990/test/repository/-/commit/5c259964e83083c7f2a3e1d324ce456d642a8d9b", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "c3ee774a76d3606638390806c79cd632fcf4684a", + "message": "branch15-1\n", + "date": 1698063968000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6a4a1d565e484ff908b8852ac036c976c9427091" + ], + "link": "http://localhost:8990/test/repository/-/commit/c3ee774a76d3606638390806c79cd632fcf4684a", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "6a4a1d565e484ff908b8852ac036c976c9427091", + "message": "master-33\n", + "date": 1698063941000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "81c56ba3e9d0f3f6a929d8ac5700094900ea0e10" + ], + "link": "http://localhost:8990/test/repository/-/commit/6a4a1d565e484ff908b8852ac036c976c9427091", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "546f41c47988d1ac0a7a43be5d53771f3f363484", + "message": "branch13-6\n", + "date": 1698063920000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "538a1f8be0f1a738461c1ffcd2568e99983fce22" + ], + "link": "http://localhost:8990/test/repository/-/commit/546f41c47988d1ac0a7a43be5d53771f3f363484", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "538a1f8be0f1a738461c1ffcd2568e99983fce22", + "message": "branch13-5\n", + "date": 1698063912000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "10a22f127828a63db16e2b128aa8e1f922eb7445" + ], + "link": "http://localhost:8990/test/repository/-/commit/538a1f8be0f1a738461c1ffcd2568e99983fce22", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "1005127d97104aae259c10fc67e0c0f0eccc29dc", + "message": "branch10-4\n", + "date": 1698063891000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1dcd99f652b3be88710f22124566ac33403ea105" + ], + "link": "http://localhost:8990/test/repository/-/commit/1005127d97104aae259c10fc67e0c0f0eccc29dc", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "1dcd99f652b3be88710f22124566ac33403ea105", + "message": "Merge branch 'branch12' into branch10\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698063864000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "71e10545752524911653da7328c3fe8ad78544c4", + "9c8daf84e7ed6ea1d32f654362131e26dbf37440" + ], + "link": "http://localhost:8990/test/repository/-/commit/1dcd99f652b3be88710f22124566ac33403ea105", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "9c8daf84e7ed6ea1d32f654362131e26dbf37440", + "message": "branch12-5\n", + "date": 1698063827000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c872a8a9cb81e03b6fcd67f480a35e0a5849720a" + ], + "link": "http://localhost:8990/test/repository/-/commit/9c8daf84e7ed6ea1d32f654362131e26dbf37440", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "46a92ce0118d65e64b6d652b4241703a9707ad74", + "message": "branch14-2\n", + "date": 1698063777000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "512f36722583c58179f54ccbfbad3d351adae81d" + ], + "link": "http://localhost:8990/test/repository/-/commit/46a92ce0118d65e64b6d652b4241703a9707ad74", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "71e10545752524911653da7328c3fe8ad78544c4", + "message": "branch10-3\n", + "date": 1698063762000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "ab155e3a0a3f2c7a4de6cea49a33f6eeb66432b1" + ], + "link": "http://localhost:8990/test/repository/-/commit/71e10545752524911653da7328c3fe8ad78544c4", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "a531323a866e74b57e5091b8aea6c7f1d1a8ae42", + "message": "branch6-16\n", + "date": 1698063742000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b" + ], + "link": "http://localhost:8990/test/repository/-/commit/a531323a866e74b57e5091b8aea6c7f1d1a8ae42", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "81c56ba3e9d0f3f6a929d8ac5700094900ea0e10", + "message": "master-32\n", + "date": 1698063707000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "59a2e00fc11df460e60befe95bbc44bdb94187b1" + ], + "link": "http://localhost:8990/test/repository/-/commit/81c56ba3e9d0f3f6a929d8ac5700094900ea0e10", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "10a22f127828a63db16e2b128aa8e1f922eb7445", + "message": "branch13-4\n", + "date": 1698063689000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "cf1ed77a3b13dc829ea9204f132355a76d4c1741" + ], + "link": "http://localhost:8990/test/repository/-/commit/10a22f127828a63db16e2b128aa8e1f922eb7445", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "c872a8a9cb81e03b6fcd67f480a35e0a5849720a", + "message": "branch12-4\n", + "date": 1698063671000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "e9e6adf46c71db9bdc4d34c7133f6a0a87cf681f" + ], + "link": "http://localhost:8990/test/repository/-/commit/c872a8a9cb81e03b6fcd67f480a35e0a5849720a", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "e9e6adf46c71db9bdc4d34c7133f6a0a87cf681f", + "message": "branch12-3\n", + "date": 1698063662000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "44f8ca088087512e6b8c443786295d0878639ecc" + ], + "link": "http://localhost:8990/test/repository/-/commit/e9e6adf46c71db9bdc4d34c7133f6a0a87cf681f", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "512f36722583c58179f54ccbfbad3d351adae81d", + "message": "branch14-1\n", + "date": 1698063594000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "59a2e00fc11df460e60befe95bbc44bdb94187b1" + ], + "link": "http://localhost:8990/test/repository/-/commit/512f36722583c58179f54ccbfbad3d351adae81d", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "59a2e00fc11df460e60befe95bbc44bdb94187b1", + "message": "master-31\n", + "date": 1698063564000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "9d636c0604cd0059285ebe208840b702b5e0cf53" + ], + "link": "http://localhost:8990/test/repository/-/commit/59a2e00fc11df460e60befe95bbc44bdb94187b1", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "ab155e3a0a3f2c7a4de6cea49a33f6eeb66432b1", + "message": "branch10-2\n", + "date": 1698063555000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "4c8cdeccf5946d70dfa42d0646ee85952fcaf6fc" + ], + "link": "http://localhost:8990/test/repository/-/commit/ab155e3a0a3f2c7a4de6cea49a33f6eeb66432b1", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "cf1ed77a3b13dc829ea9204f132355a76d4c1741", + "message": "Merge branch 'branch11' into branch13\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698063511000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "e388f1174f45fe333cdb5061b9d597fb7877a785", + "f92c7ad50633eec83502d0e8783fb10f7204ec6f" + ], + "link": "http://localhost:8990/test/repository/-/commit/cf1ed77a3b13dc829ea9204f132355a76d4c1741", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "9d636c0604cd0059285ebe208840b702b5e0cf53", + "message": "master-30\n", + "date": 1698063441000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "917f2ab13b79116615fd7b4fc6fc6b12c6429c3e" + ], + "link": "http://localhost:8990/test/repository/-/commit/9d636c0604cd0059285ebe208840b702b5e0cf53", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b", + "message": "branch6-15\n", + "date": 1698063431000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "62dad9363a19b4074b4ac2b8325af810fb69fb8e" + ], + "link": "http://localhost:8990/test/repository/-/commit/1d8c156dcf92ff5e2c0ade4d688a8a9bc7cc833b", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "f92c7ad50633eec83502d0e8783fb10f7204ec6f", + "message": "branch-11-2\n", + "date": 1698063379000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c3132678f4537df982925c795a1acc0c1dd7c7de" + ], + "link": "http://localhost:8990/test/repository/-/commit/f92c7ad50633eec83502d0e8783fb10f7204ec6f", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "e388f1174f45fe333cdb5061b9d597fb7877a785", + "message": "branch13-3\n", + "date": 1698063363000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df584fa61f3d16b9f9514b4034f5368c5e06410" + ], + "link": "http://localhost:8990/test/repository/-/commit/e388f1174f45fe333cdb5061b9d597fb7877a785", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "4c8cdeccf5946d70dfa42d0646ee85952fcaf6fc", + "message": "branch10-1\n", + "date": 1698063350000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "585847a321fcbcdb8f397a155a123aba5a1a1d76" + ], + "link": "http://localhost:8990/test/repository/-/commit/4c8cdeccf5946d70dfa42d0646ee85952fcaf6fc", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "44f8ca088087512e6b8c443786295d0878639ecc", + "message": "branch12-2\n", + "date": 1698063326000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "922b523518ab894b98d5d0cc387789e20e7536f1" + ], + "link": "http://localhost:8990/test/repository/-/commit/44f8ca088087512e6b8c443786295d0878639ecc", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "922b523518ab894b98d5d0cc387789e20e7536f1", + "message": "branch12-1\n", + "date": 1698063317000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981" + ], + "link": "http://localhost:8990/test/repository/-/commit/922b523518ab894b98d5d0cc387789e20e7536f1", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "62dad9363a19b4074b4ac2b8325af810fb69fb8e", + "message": "branch6-14\n", + "date": 1698063299000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b" + ], + "link": "http://localhost:8990/test/repository/-/commit/62dad9363a19b4074b4ac2b8325af810fb69fb8e", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "c3132678f4537df982925c795a1acc0c1dd7c7de", + "message": "branch-11-1\n", + "date": 1698063278000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2674103e85493d76e45e57a9b5372f8c7926d3a7" + ], + "link": "http://localhost:8990/test/repository/-/commit/c3132678f4537df982925c795a1acc0c1dd7c7de", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "7df584fa61f3d16b9f9514b4034f5368c5e06410", + "message": "branch13-2\n", + "date": 1698063255000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "3e48313ba71bc2af8d954a5898f4caea65fe487d" + ], + "link": "http://localhost:8990/test/repository/-/commit/7df584fa61f3d16b9f9514b4034f5368c5e06410", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "917f2ab13b79116615fd7b4fc6fc6b12c6429c3e", + "message": "master-29\n", + "date": 1698063218000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981" + ], + "link": "http://localhost:8990/test/repository/-/commit/917f2ab13b79116615fd7b4fc6fc6b12c6429c3e", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b", + "message": "branch6-13\n", + "date": 1698063190000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c7c70e247e37162bb24c0f503302c961580928ec" + ], + "link": "http://localhost:8990/test/repository/-/commit/6fa4b1e70a998d9dafdb3787ddd081f6dcd68c1b", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "3e48313ba71bc2af8d954a5898f4caea65fe487d", + "message": "branch13-1\n", + "date": 1698063117000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981" + ], + "link": "http://localhost:8990/test/repository/-/commit/3e48313ba71bc2af8d954a5898f4caea65fe487d", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "c7c70e247e37162bb24c0f503302c961580928ec", + "message": "branch6-12\n", + "date": 1698062888000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1055f626b81a5e0d29bc053342f22d35d047791f" + ], + "link": "http://localhost:8990/test/repository/-/commit/c7c70e247e37162bb24c0f503302c961580928ec", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981", + "message": "master-28\n", + "date": 1698062853000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1" + ], + "link": "http://localhost:8990/test/repository/-/commit/a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1", + "message": "Merge branch 'branch9'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698062768000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "1df2a7d9351745624ff1f0e6bd87b331904507a7" + ], + "link": "http://localhost:8990/test/repository/-/commit/7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "message": "master-27\n", + "date": 1698062742000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2674103e85493d76e45e57a9b5372f8c7926d3a7" + ], + "link": "http://localhost:8990/test/repository/-/commit/4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "2674103e85493d76e45e57a9b5372f8c7926d3a7", + "message": "master-26\n", + "date": 1698062712000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "585847a321fcbcdb8f397a155a123aba5a1a1d76" + ], + "link": "http://localhost:8990/test/repository/-/commit/2674103e85493d76e45e57a9b5372f8c7926d3a7", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "1df2a7d9351745624ff1f0e6bd87b331904507a7", + "message": "branch9-9\n", + "date": 1698062672000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "fff2b60ae6a434c31c64c87fb7c044080b1acffb" + ], + "link": "http://localhost:8990/test/repository/-/commit/1df2a7d9351745624ff1f0e6bd87b331904507a7", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "1055f626b81a5e0d29bc053342f22d35d047791f", + "message": "branch6-11\n", + "date": 1698062650000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "b8b27edc72b1d39ea84498a57ae3389c4571251f" + ], + "link": "http://localhost:8990/test/repository/-/commit/1055f626b81a5e0d29bc053342f22d35d047791f", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "b8b27edc72b1d39ea84498a57ae3389c4571251f", + "message": "branch6-10\n", + "date": 1698062639000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd" + ], + "link": "http://localhost:8990/test/repository/-/commit/b8b27edc72b1d39ea84498a57ae3389c4571251f", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "585847a321fcbcdb8f397a155a123aba5a1a1d76", + "message": "Merge branch 'branch7'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698062551000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c79babff3c1405618214eba90398c685ac4c0349", + "fe85e0ed86aba2ff78439ba7f0170fe580ccb54e" + ], + "link": "http://localhost:8990/test/repository/-/commit/585847a321fcbcdb8f397a155a123aba5a1a1d76", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "fe85e0ed86aba2ff78439ba7f0170fe580ccb54e", + "message": "Merge branch 'branch5' into branch7\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698062492000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "f6b5e1460f0a3ca1da2778acd54bd005620a0730", + "949a1bbc2b51817aea7bdf5b34af868a646a20e2" + ], + "link": "http://localhost:8990/test/repository/-/commit/fe85e0ed86aba2ff78439ba7f0170fe580ccb54e", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd", + "message": "branch6-9\n", + "date": 1698062386000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "0cfec512ddf7571da169c3213753123c266054ce" + ], + "link": "http://localhost:8990/test/repository/-/commit/cf8b49f93fdd7164bf1a13b4f02aff01a87e4fcd", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "fff2b60ae6a434c31c64c87fb7c044080b1acffb", + "message": "branch9-8\n", + "date": 1698062367000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "8000baf077ff28405c32c539fa49393363508945" + ], + "link": "http://localhost:8990/test/repository/-/commit/fff2b60ae6a434c31c64c87fb7c044080b1acffb", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "8000baf077ff28405c32c539fa49393363508945", + "message": "branch9-7\n", + "date": 1698062359000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6b65fcf8499a8fd51a86664c252196d5133897e6" + ], + "link": "http://localhost:8990/test/repository/-/commit/8000baf077ff28405c32c539fa49393363508945", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "c79babff3c1405618214eba90398c685ac4c0349", + "message": "master-25\n", + "date": 1698062284000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d64326f97301c60eb85b9f95da6d2f563fc23bca" + ], + "link": "http://localhost:8990/test/repository/-/commit/c79babff3c1405618214eba90398c685ac4c0349", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "d64326f97301c60eb85b9f95da6d2f563fc23bca", + "message": "master-24\n", + "date": 1698062273000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d0b30d9b78ed157a552f3ed1fa2d175e33f7362d" + ], + "link": "http://localhost:8990/test/repository/-/commit/d64326f97301c60eb85b9f95da6d2f563fc23bca", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "f6b5e1460f0a3ca1da2778acd54bd005620a0730", + "message": "branch7-4\n", + "date": 1698062255000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "ad658d2bd406df97a1d519a69fce571182efb03d" + ], + "link": "http://localhost:8990/test/repository/-/commit/f6b5e1460f0a3ca1da2778acd54bd005620a0730", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "0cfec512ddf7571da169c3213753123c266054ce", + "message": "branch6-8\n", + "date": 1698062229000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "296836127eaf4975f57496b58962dd9712a60536" + ], + "link": "http://localhost:8990/test/repository/-/commit/0cfec512ddf7571da169c3213753123c266054ce", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "949a1bbc2b51817aea7bdf5b34af868a646a20e2", + "message": "branch5-12\n", + "date": 1698062178000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "04208409fae379e977017b6ab54b5b3df3937687" + ], + "link": "http://localhost:8990/test/repository/-/commit/949a1bbc2b51817aea7bdf5b34af868a646a20e2", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "04208409fae379e977017b6ab54b5b3df3937687", + "message": "branch5-11\n", + "date": 1698062169000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "5c031dc49e438aacbde0db7a2c80b8edd686ff97" + ], + "link": "http://localhost:8990/test/repository/-/commit/04208409fae379e977017b6ab54b5b3df3937687", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "6b65fcf8499a8fd51a86664c252196d5133897e6", + "message": "branch9-6\n", + "date": 1698062141000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a57e13ae14cb990b20d249822d1e3ac244311792" + ], + "link": "http://localhost:8990/test/repository/-/commit/6b65fcf8499a8fd51a86664c252196d5133897e6", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "296836127eaf4975f57496b58962dd9712a60536", + "message": "Merge branch 'branch8' into branch6\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698062112000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "fa16f0683f2072ee612660a0823d08e29a553afa", + "dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc" + ], + "link": "http://localhost:8990/test/repository/-/commit/296836127eaf4975f57496b58962dd9712a60536", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "fa16f0683f2072ee612660a0823d08e29a553afa", + "message": "branch6-7\n", + "date": 1698062080000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "e06a20a0d3899b16ffcac72a5f60e0ec15461928" + ], + "link": "http://localhost:8990/test/repository/-/commit/fa16f0683f2072ee612660a0823d08e29a553afa", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "d0b30d9b78ed157a552f3ed1fa2d175e33f7362d", + "message": "master-23\n", + "date": 1698062041000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "f41405835a939fc7a31eab83557a7bd86dcbe118" + ], + "link": "http://localhost:8990/test/repository/-/commit/d0b30d9b78ed157a552f3ed1fa2d175e33f7362d", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "a57e13ae14cb990b20d249822d1e3ac244311792", + "message": "branch9-5\n", + "date": 1698062025000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "4390e95135234d468dafb4a35cb5f575c0816efd" + ], + "link": "http://localhost:8990/test/repository/-/commit/a57e13ae14cb990b20d249822d1e3ac244311792", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc", + "message": "branch8-5\n", + "date": 1698062010000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "9b63562e3d9345ce2e3e4d23c8c34dd4e65af444" + ], + "link": "http://localhost:8990/test/repository/-/commit/dcd9b25c13ea8ef69cfed2f0d4c020448b1789dc", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "ad658d2bd406df97a1d519a69fce571182efb03d", + "message": "branch7-3\n", + "date": 1698061995000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df83ca4811e125a3e7751df69698c440676606e" + ], + "link": "http://localhost:8990/test/repository/-/commit/ad658d2bd406df97a1d519a69fce571182efb03d", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "e06a20a0d3899b16ffcac72a5f60e0ec15461928", + "message": "branch6-6\n", + "date": 1698061981000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "b2db70de4f462bc473a72f4fb6595dacd73b3236" + ], + "link": "http://localhost:8990/test/repository/-/commit/e06a20a0d3899b16ffcac72a5f60e0ec15461928", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "5c031dc49e438aacbde0db7a2c80b8edd686ff97", + "message": "branch5-10\n", + "date": 1698061960000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "b23f5546bcb8d90ab4727e0f48fc6b30d610a81b" + ], + "link": "http://localhost:8990/test/repository/-/commit/5c031dc49e438aacbde0db7a2c80b8edd686ff97", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "f41405835a939fc7a31eab83557a7bd86dcbe118", + "message": "master-22\n", + "date": 1698061407000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c1c06c19af8efe8314e96e741c61d92b9b862c2a" + ], + "link": "http://localhost:8990/test/repository/-/commit/f41405835a939fc7a31eab83557a7bd86dcbe118", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "c1c06c19af8efe8314e96e741c61d92b9b862c2a", + "message": "Merge branch 'branch4'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698061384000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "776d718e0310cef9d7cc3231c8ea359eb4923235", + "a24d1dcdb2dc6db8030616280b75093b5fcb0626" + ], + "link": "http://localhost:8990/test/repository/-/commit/c1c06c19af8efe8314e96e741c61d92b9b862c2a", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "b2db70de4f462bc473a72f4fb6595dacd73b3236", + "message": "branch6-5\n", + "date": 1698061326000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "0c20ea8f6f585c74f8b94321ed7aeaee336f76b5" + ], + "link": "http://localhost:8990/test/repository/-/commit/b2db70de4f462bc473a72f4fb6595dacd73b3236", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "a24d1dcdb2dc6db8030616280b75093b5fcb0626", + "message": "branch4-8\n", + "date": 1698061290000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "35aa1cdb9ad7cad7f603f55da50622b7b4750058" + ], + "link": "http://localhost:8990/test/repository/-/commit/a24d1dcdb2dc6db8030616280b75093b5fcb0626", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "35aa1cdb9ad7cad7f603f55da50622b7b4750058", + "message": "branch4-7\n", + "date": 1698061278000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d142c601820f1e1d52e883a58661a00f1817aadf" + ], + "link": "http://localhost:8990/test/repository/-/commit/35aa1cdb9ad7cad7f603f55da50622b7b4750058", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "b23f5546bcb8d90ab4727e0f48fc6b30d610a81b", + "message": "branch5-8\n", + "date": 1698061263000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "3d6a8e913b125e12f03568a170020b54222ef73b" + ], + "link": "http://localhost:8990/test/repository/-/commit/b23f5546bcb8d90ab4727e0f48fc6b30d610a81b", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "4390e95135234d468dafb4a35cb5f575c0816efd", + "message": "branch9-4\n", + "date": 1698061245000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d9c3b34b70034f05844c99f61af9a0d95f36240d" + ], + "link": "http://localhost:8990/test/repository/-/commit/4390e95135234d468dafb4a35cb5f575c0816efd", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "d9c3b34b70034f05844c99f61af9a0d95f36240d", + "message": "branch9-3\n", + "date": 1698061236000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6fe6941d1817df8a76fd888bcf6b2de0cecbe362" + ], + "link": "http://localhost:8990/test/repository/-/commit/d9c3b34b70034f05844c99f61af9a0d95f36240d", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "9b63562e3d9345ce2e3e4d23c8c34dd4e65af444", + "message": "branch8-4\n", + "date": 1698061219000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a4bb4ea8c991c12e4353a095b8d5a79d3ba8f34e" + ], + "link": "http://localhost:8990/test/repository/-/commit/9b63562e3d9345ce2e3e4d23c8c34dd4e65af444", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "a4bb4ea8c991c12e4353a095b8d5a79d3ba8f34e", + "message": "branch8-3\n", + "date": 1698061210000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "4d149b4e034ba20630e32d14f7860fe226fe58e8" + ], + "link": "http://localhost:8990/test/repository/-/commit/a4bb4ea8c991c12e4353a095b8d5a79d3ba8f34e", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "776d718e0310cef9d7cc3231c8ea359eb4923235", + "message": "master-21\n", + "date": 1698061173000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d85bb0e3a67727b30399326b5882d055cba83fb5" + ], + "link": "http://localhost:8990/test/repository/-/commit/776d718e0310cef9d7cc3231c8ea359eb4923235", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "7df83ca4811e125a3e7751df69698c440676606e", + "message": "branch7-2\n", + "date": 1698061159000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "dc9967191a376d5c3dc3b657a18f51e0646f47b1" + ], + "link": "http://localhost:8990/test/repository/-/commit/7df83ca4811e125a3e7751df69698c440676606e", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "d85bb0e3a67727b30399326b5882d055cba83fb5", + "message": "master-20\n", + "date": 1698061146000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "9486aabce424cf579cdc4597bf09a9b0fc9d3d7e" + ], + "link": "http://localhost:8990/test/repository/-/commit/d85bb0e3a67727b30399326b5882d055cba83fb5", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "3d6a8e913b125e12f03568a170020b54222ef73b", + "message": "branch5-7\n", + "date": 1698061128000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "aa7ffdf45fe7b33f0dff6c8e510daaf181003488" + ], + "link": "http://localhost:8990/test/repository/-/commit/3d6a8e913b125e12f03568a170020b54222ef73b", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "0c20ea8f6f585c74f8b94321ed7aeaee336f76b5", + "message": "branch6-4\n", + "date": 1698061116000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "b145067ce708e49f6685255d6c844cd9faffedf4" + ], + "link": "http://localhost:8990/test/repository/-/commit/0c20ea8f6f585c74f8b94321ed7aeaee336f76b5", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "d142c601820f1e1d52e883a58661a00f1817aadf", + "message": "branch4-6\n", + "date": 1698061086000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "89028ff825ebadebf9b6bb56ff18c5446e3092ee" + ], + "link": "http://localhost:8990/test/repository/-/commit/d142c601820f1e1d52e883a58661a00f1817aadf", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "4d149b4e034ba20630e32d14f7860fe226fe58e8", + "message": "branch8-2\n", + "date": 1698060998000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1498425151e89ba284a6c9dbf81ed62bde7bd36f" + ], + "link": "http://localhost:8990/test/repository/-/commit/4d149b4e034ba20630e32d14f7860fe226fe58e8", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "9486aabce424cf579cdc4597bf09a9b0fc9d3d7e", + "message": "master-19\n", + "date": 1698060982000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "68c29199f529726345ff1d3ee96d139bda6331b3" + ], + "link": "http://localhost:8990/test/repository/-/commit/9486aabce424cf579cdc4597bf09a9b0fc9d3d7e", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "6fe6941d1817df8a76fd888bcf6b2de0cecbe362", + "message": "branch9-2\n", + "date": 1698060969000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "ead87b8ec6810a0e44bb73db62a5135c99ce6b9f" + ], + "link": "http://localhost:8990/test/repository/-/commit/6fe6941d1817df8a76fd888bcf6b2de0cecbe362", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "68c29199f529726345ff1d3ee96d139bda6331b3", + "message": "Merge branch 'branch1'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698060925000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "faca6581f4ab649ee7fadfb163ff88faf9348bfc", + "1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d" + ], + "link": "http://localhost:8990/test/repository/-/commit/68c29199f529726345ff1d3ee96d139bda6331b3", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "ead87b8ec6810a0e44bb73db62a5135c99ce6b9f", + "message": "branch9-1\n", + "date": 1698060882000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d" + ], + "link": "http://localhost:8990/test/repository/-/commit/ead87b8ec6810a0e44bb73db62a5135c99ce6b9f", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "faca6581f4ab649ee7fadfb163ff88faf9348bfc", + "message": "master-18\n", + "date": 1698060805000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2c8efc7e340202de9f064c6ea2c3e79a7853bfcf" + ], + "link": "http://localhost:8990/test/repository/-/commit/faca6581f4ab649ee7fadfb163ff88faf9348bfc", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "aa7ffdf45fe7b33f0dff6c8e510daaf181003488", + "message": "branch5-6\n", + "date": 1698060787000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6ad539160277c0c60fa45ff89e97c2050bf36488" + ], + "link": "http://localhost:8990/test/repository/-/commit/aa7ffdf45fe7b33f0dff6c8e510daaf181003488", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "6ad539160277c0c60fa45ff89e97c2050bf36488", + "message": "branch5-5\n", + "date": 1698060775000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "0090343c8a75a949ddc824f7ea5bea46c96c4e57" + ], + "link": "http://localhost:8990/test/repository/-/commit/6ad539160277c0c60fa45ff89e97c2050bf36488", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "dc9967191a376d5c3dc3b657a18f51e0646f47b1", + "message": "branch7-1\n", + "date": 1698060755000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "dbd38bc2dfc930068413a3f04722e22dbed2d541" + ], + "link": "http://localhost:8990/test/repository/-/commit/dc9967191a376d5c3dc3b657a18f51e0646f47b1", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "89028ff825ebadebf9b6bb56ff18c5446e3092ee", + "message": "branch4-5\n", + "date": 1698060732000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "684162223c7bb8a978c5e99d2b6cc7920904c1ae" + ], + "link": "http://localhost:8990/test/repository/-/commit/89028ff825ebadebf9b6bb56ff18c5446e3092ee", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d", + "message": "branch1-9\n", + "date": 1698060715000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c2e19e99c6ddd01a206b9210f986898a21c64b21" + ], + "link": "http://localhost:8990/test/repository/-/commit/1597eb7c28a2716a8ce95a5459e5e3a1eb2f112d", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "b145067ce708e49f6685255d6c844cd9faffedf4", + "message": "branch6-3\n", + "date": 1698060699000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "5a22310a90d94183cf356c368e4b474e1b0fbbc5" + ], + "link": "http://localhost:8990/test/repository/-/commit/b145067ce708e49f6685255d6c844cd9faffedf4", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "1498425151e89ba284a6c9dbf81ed62bde7bd36f", + "message": "branch8-1\n", + "date": 1698060661000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2c8efc7e340202de9f064c6ea2c3e79a7853bfcf" + ], + "link": "http://localhost:8990/test/repository/-/commit/1498425151e89ba284a6c9dbf81ed62bde7bd36f", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "2c8efc7e340202de9f064c6ea2c3e79a7853bfcf", + "message": "master-17\n", + "date": 1698060635000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "f37cf17a0c6816140725673c2ae087094692ca37" + ], + "link": "http://localhost:8990/test/repository/-/commit/2c8efc7e340202de9f064c6ea2c3e79a7853bfcf", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "f37cf17a0c6816140725673c2ae087094692ca37", + "message": "master-16\n", + "date": 1698060625000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "dbd38bc2dfc930068413a3f04722e22dbed2d541" + ], + "link": "http://localhost:8990/test/repository/-/commit/f37cf17a0c6816140725673c2ae087094692ca37", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "dbd38bc2dfc930068413a3f04722e22dbed2d541", + "message": "master-15\n", + "date": 1698060595000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6e0b1044880282373ef92d6926d5a04e15a6be4e" + ], + "link": "http://localhost:8990/test/repository/-/commit/dbd38bc2dfc930068413a3f04722e22dbed2d541", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "5a22310a90d94183cf356c368e4b474e1b0fbbc5", + "message": "branch6-2\n", + "date": 1698060480000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "74e29e52909d49a9c8888e80390042ed5a8c310c" + ], + "link": "http://localhost:8990/test/repository/-/commit/5a22310a90d94183cf356c368e4b474e1b0fbbc5", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "684162223c7bb8a978c5e99d2b6cc7920904c1ae", + "message": "branch4-4\n", + "date": 1698060457000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2d0b9536fddaf91f2b39552e22795faae1ca7cd3" + ], + "link": "http://localhost:8990/test/repository/-/commit/684162223c7bb8a978c5e99d2b6cc7920904c1ae", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "c2e19e99c6ddd01a206b9210f986898a21c64b21", + "message": "branch1-8\n", + "date": 1698060425000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "5a5908c8f1b8bb573b8ca6b58e0531d8f28c5989" + ], + "link": "http://localhost:8990/test/repository/-/commit/c2e19e99c6ddd01a206b9210f986898a21c64b21", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "0090343c8a75a949ddc824f7ea5bea46c96c4e57", + "message": "branch5-4\n", + "date": 1698060366000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "215948d99d227c32796ac9f2e554d62e517a97ae" + ], + "link": "http://localhost:8990/test/repository/-/commit/0090343c8a75a949ddc824f7ea5bea46c96c4e57", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "215948d99d227c32796ac9f2e554d62e517a97ae", + "message": "branch5-3\n", + "date": 1698060356000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "0b06165093e26d8548079cf1f2303f39d3d746ed" + ], + "link": "http://localhost:8990/test/repository/-/commit/215948d99d227c32796ac9f2e554d62e517a97ae", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "6e0b1044880282373ef92d6926d5a04e15a6be4e", + "message": "master-14\n", + "date": 1698060328000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6018644267ae27200d609488001487c6d722fb69" + ], + "link": "http://localhost:8990/test/repository/-/commit/6e0b1044880282373ef92d6926d5a04e15a6be4e", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "74e29e52909d49a9c8888e80390042ed5a8c310c", + "message": "branch6-1\n", + "date": 1698060312000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6018644267ae27200d609488001487c6d722fb69" + ], + "link": "http://localhost:8990/test/repository/-/commit/74e29e52909d49a9c8888e80390042ed5a8c310c", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "6018644267ae27200d609488001487c6d722fb69", + "message": "master-13\n", + "date": 1698060246000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c5a4fd9551e30cd3d76c9b4c2d59129ae3550134" + ], + "link": "http://localhost:8990/test/repository/-/commit/6018644267ae27200d609488001487c6d722fb69", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "2d0b9536fddaf91f2b39552e22795faae1ca7cd3", + "message": "Merge branch 'branch2' into branch4\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698060207000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "395dec6e6482642d4a1d9ffedd5d53c24c3b0db5", + "fa779587c998eeeb51fe1659d5dbadab70564a51" + ], + "link": "http://localhost:8990/test/repository/-/commit/2d0b9536fddaf91f2b39552e22795faae1ca7cd3", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "fa779587c998eeeb51fe1659d5dbadab70564a51", + "message": "branch2-5\n", + "date": 1698060145000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "25f3bcee26af15a4bd7c254ffe3a822ea2ce528c" + ], + "link": "http://localhost:8990/test/repository/-/commit/fa779587c998eeeb51fe1659d5dbadab70564a51", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "c5a4fd9551e30cd3d76c9b4c2d59129ae3550134", + "message": "master-12\n", + "date": 1698060124000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "e2a11d05fe24fca472311fcb3003b0fc68c141d7" + ], + "link": "http://localhost:8990/test/repository/-/commit/c5a4fd9551e30cd3d76c9b4c2d59129ae3550134", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "395dec6e6482642d4a1d9ffedd5d53c24c3b0db5", + "message": "branch4-3\n", + "date": 1698060111000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "10926a027a5237474a47a4fb3961d795cfe16e9b" + ], + "link": "http://localhost:8990/test/repository/-/commit/395dec6e6482642d4a1d9ffedd5d53c24c3b0db5", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "5a5908c8f1b8bb573b8ca6b58e0531d8f28c5989", + "message": "branch1-7\n", + "date": 1698060093000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "f882841990643f073a55cb55e6a9522cafa06557" + ], + "link": "http://localhost:8990/test/repository/-/commit/5a5908c8f1b8bb573b8ca6b58e0531d8f28c5989", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "0b06165093e26d8548079cf1f2303f39d3d746ed", + "message": "branch5-2\n", + "date": 1698060077000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d952287e8c235ee6a2af1e00b7a40b68290026db" + ], + "link": "http://localhost:8990/test/repository/-/commit/0b06165093e26d8548079cf1f2303f39d3d746ed", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "f882841990643f073a55cb55e6a9522cafa06557", + "message": "branch1-6\n", + "date": 1698060050000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7780fdab485332672942c30453cecd741ffc4d13" + ], + "link": "http://localhost:8990/test/repository/-/commit/f882841990643f073a55cb55e6a9522cafa06557", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "e2a11d05fe24fca472311fcb3003b0fc68c141d7", + "message": "master-11\n", + "date": 1698060019000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "db0e1c52ad53401bd29a744cd81a3a492137bb5e" + ], + "link": "http://localhost:8990/test/repository/-/commit/e2a11d05fe24fca472311fcb3003b0fc68c141d7", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "d952287e8c235ee6a2af1e00b7a40b68290026db", + "message": "branch5-1\n", + "date": 1698059997000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "db0e1c52ad53401bd29a744cd81a3a492137bb5e" + ], + "link": "http://localhost:8990/test/repository/-/commit/d952287e8c235ee6a2af1e00b7a40b68290026db", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "10926a027a5237474a47a4fb3961d795cfe16e9b", + "message": "branch4-2\n", + "date": 1698059957000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "3d64b63bf7893fccf66a28a103df72b84e371fbb" + ], + "link": "http://localhost:8990/test/repository/-/commit/10926a027a5237474a47a4fb3961d795cfe16e9b", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "3d64b63bf7893fccf66a28a103df72b84e371fbb", + "message": "branch4-1\n", + "date": 1698059943000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "db0e1c52ad53401bd29a744cd81a3a492137bb5e" + ], + "link": "http://localhost:8990/test/repository/-/commit/3d64b63bf7893fccf66a28a103df72b84e371fbb", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "db0e1c52ad53401bd29a744cd81a3a492137bb5e", + "message": "master-10\n", + "date": 1698059864000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "57a5cf41defac1f829909c3e72fc64a0ce88bfdd" + ], + "link": "http://localhost:8990/test/repository/-/commit/db0e1c52ad53401bd29a744cd81a3a492137bb5e", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "7780fdab485332672942c30453cecd741ffc4d13", + "message": "branch1-merge-branch3\n", + "date": 1698059846000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a6d855b910fd0fbd8e106e7846f1a35be80141ba", + "08f7cabf19fd454e80da4c811ce5e8bd6e3eac1b" + ], + "link": "http://localhost:8990/test/repository/-/commit/7780fdab485332672942c30453cecd741ffc4d13", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "57a5cf41defac1f829909c3e72fc64a0ce88bfdd", + "message": "master-9\n", + "date": 1698059371000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "754cfe509159b4718a5be3d1432a8d8e2f46dd3c" + ], + "link": "http://localhost:8990/test/repository/-/commit/57a5cf41defac1f829909c3e72fc64a0ce88bfdd", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "a6d855b910fd0fbd8e106e7846f1a35be80141ba", + "message": "branch1-5\n", + "date": 1698059359000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "30b509febed572a83bd92fc92ede5a3ae1abc6ac" + ], + "link": "http://localhost:8990/test/repository/-/commit/a6d855b910fd0fbd8e106e7846f1a35be80141ba", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "25f3bcee26af15a4bd7c254ffe3a822ea2ce528c", + "message": "branch2-4\n", + "date": 1698059343000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "adae076d427c09da7bcc741155b4dc421a1acd8d" + ], + "link": "http://localhost:8990/test/repository/-/commit/25f3bcee26af15a4bd7c254ffe3a822ea2ce528c", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "30b509febed572a83bd92fc92ede5a3ae1abc6ac", + "message": "branch1-4\n", + "date": 1698059309000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "fd283a7f7af6da8d657068f88baa389c29e96dea" + ], + "link": "http://localhost:8990/test/repository/-/commit/30b509febed572a83bd92fc92ede5a3ae1abc6ac", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "08f7cabf19fd454e80da4c811ce5e8bd6e3eac1b", + "message": "branch3-2\n", + "date": 1698059297000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "76bd4a04657abfd103a5454f72e03de8da764e6f" + ], + "link": "http://localhost:8990/test/repository/-/commit/08f7cabf19fd454e80da4c811ce5e8bd6e3eac1b", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "754cfe509159b4718a5be3d1432a8d8e2f46dd3c", + "message": "master-8\n", + "date": 1698059282000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "49e8a687499be5ddd2ff92a919e730244d8ea894" + ], + "link": "http://localhost:8990/test/repository/-/commit/754cfe509159b4718a5be3d1432a8d8e2f46dd3c", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "49e8a687499be5ddd2ff92a919e730244d8ea894", + "message": "master-7\n", + "date": 1698059266000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1a6e4822debd8391380c6cb715aee516c6498e84" + ], + "link": "http://localhost:8990/test/repository/-/commit/49e8a687499be5ddd2ff92a919e730244d8ea894", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "76bd4a04657abfd103a5454f72e03de8da764e6f", + "message": "branch3-1\n", + "date": 1698059245000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "1a6e4822debd8391380c6cb715aee516c6498e84" + ], + "link": "http://localhost:8990/test/repository/-/commit/76bd4a04657abfd103a5454f72e03de8da764e6f", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "1a6e4822debd8391380c6cb715aee516c6498e84", + "message": "master-6\n", + "date": 1698059149000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c4f380260faa595d4d4c88b0e3f2539534b07a13" + ], + "link": "http://localhost:8990/test/repository/-/commit/1a6e4822debd8391380c6cb715aee516c6498e84", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "fd283a7f7af6da8d657068f88baa389c29e96dea", + "message": "branch1-3\n", + "date": 1698059116000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6824b92f0b5fecc7e07bcfaab6d7d8c6cc513051" + ], + "link": "http://localhost:8990/test/repository/-/commit/fd283a7f7af6da8d657068f88baa389c29e96dea", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "adae076d427c09da7bcc741155b4dc421a1acd8d", + "message": "branch2-3\n", + "date": 1698059093000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "ac0f1d4ca401277a70daca83310da9a8e8a1b5a9" + ], + "link": "http://localhost:8990/test/repository/-/commit/adae076d427c09da7bcc741155b4dc421a1acd8d", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "ac0f1d4ca401277a70daca83310da9a8e8a1b5a9", + "message": "branch2-2\n", + "date": 1698059047000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "817ace8d49f50e4024a55aaf83018211ba5a7975" + ], + "link": "http://localhost:8990/test/repository/-/commit/ac0f1d4ca401277a70daca83310da9a8e8a1b5a9", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "6824b92f0b5fecc7e07bcfaab6d7d8c6cc513051", + "message": "branch1-2\n", + "date": 1698059032000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "66f64a261cbe87a7895d1dfd2c63e34dab5bb6d8" + ], + "link": "http://localhost:8990/test/repository/-/commit/6824b92f0b5fecc7e07bcfaab6d7d8c6cc513051", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "c4f380260faa595d4d4c88b0e3f2539534b07a13", + "message": "master-5\n", + "date": 1698059004000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "62770e1c09842636840ef44ed73f4a9a61e6cd6b" + ], + "link": "http://localhost:8990/test/repository/-/commit/c4f380260faa595d4d4c88b0e3f2539534b07a13", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "817ace8d49f50e4024a55aaf83018211ba5a7975", + "message": "branch2-1\n", + "date": 1698058982000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "62770e1c09842636840ef44ed73f4a9a61e6cd6b" + ], + "link": "http://localhost:8990/test/repository/-/commit/817ace8d49f50e4024a55aaf83018211ba5a7975", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "62770e1c09842636840ef44ed73f4a9a61e6cd6b", + "message": "master-4\n", + "date": 1698058794000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "839661fed9bce26e49c88d61521ba098675a0cd7" + ], + "link": "http://localhost:8990/test/repository/-/commit/62770e1c09842636840ef44ed73f4a9a61e6cd6b", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "839661fed9bce26e49c88d61521ba098675a0cd7", + "message": "master-3\n", + "date": 1698058771000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "b97127393d88ac37dee9de2cf8b40304e93d5e31" + ], + "link": "http://localhost:8990/test/repository/-/commit/839661fed9bce26e49c88d61521ba098675a0cd7", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "b97127393d88ac37dee9de2cf8b40304e93d5e31", + "message": "master-2\n", + "date": 1698058745000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "81fbfabccf54e34ce58fe88a40a471337b807be8" + ], + "link": "http://localhost:8990/test/repository/-/commit/b97127393d88ac37dee9de2cf8b40304e93d5e31", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "66f64a261cbe87a7895d1dfd2c63e34dab5bb6d8", + "message": "branch1-1\n", + "date": 1698058717000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "81fbfabccf54e34ce58fe88a40a471337b807be8" + ], + "link": "http://localhost:8990/test/repository/-/commit/66f64a261cbe87a7895d1dfd2c63e34dab5bb6d8", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "81fbfabccf54e34ce58fe88a40a471337b807be8", + "message": "master-1\n", + "date": 1698058452000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7909f6bb0848db4c07ebd94aba3497cf0a14fe43" + ], + "link": "http://localhost:8990/test/repository/-/commit/81fbfabccf54e34ce58fe88a40a471337b807be8", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "7909f6bb0848db4c07ebd94aba3497cf0a14fe43", + "message": "initial commit", + "date": 1698058452000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [], + "link": "http://localhost:8990/test/repository/-/commit/7909f6bb0848db4c07ebd94aba3497cf0a14fe43", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/commits-with-files-2.json b/test-common/src/main/resources/gitlab/commits-with-files-2.json index dd9a601..5a3ebc6 100644 --- a/test-common/src/main/resources/gitlab/commits-with-files-2.json +++ b/test-common/src/main/resources/gitlab/commits-with-files-2.json @@ -1 +1,133 @@ -[{"commit":{"hash":"06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd","message":"Merge branch 'feature/ISSUE-2' (squash)\n","date":1716987041000,"author":{"name":"admin","avatar":null},"parents":["9a44342d8ee92b85b9b23bcad8953b56868f9699"],"link":"http://localhost:8990/test/repository-2/-/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}},"totalFiles":0,"files":[]},{"commit":{"hash":"9a44342d8ee92b85b9b23bcad8953b56868f9699","message":"Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt\n","date":1716986762000,"author":{"name":"admin","avatar":null},"parents":["d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","ce1b7175c9b4914cf2fc03c0f28046509f820597"],"link":"http://localhost:8990/test/repository-2/-/commit/9a44342d8ee92b85b9b23bcad8953b56868f9699","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}},"totalFiles":0,"files":[]},{"commit":{"hash":"d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","message":"Commit with no issue\n","date":1716986699000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:8990/test/repository-2/-/commit/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}},"totalFiles":0,"files":[]},{"commit":{"hash":"ce1b7175c9b4914cf2fc03c0f28046509f820597","message":"ISSUE-3 First commit\n","date":1716986486000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:8990/test/repository-2/-/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}},"totalFiles":0,"files":[]},{"commit":{"hash":"7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","message":"ISSUE-1 Initial implementation\n","date":1716986279000,"author":{"name":"admin","avatar":null},"parents":["49bfe6a125a88cddd90c74b75b196c40fd380685"],"link":"http://localhost:8990/test/repository-2/-/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}},"totalFiles":0,"files":[]},{"commit":{"hash":"49bfe6a125a88cddd90c74b75b196c40fd380685","message":"init commit\n","date":1716986123000,"author":{"name":"admin","avatar":null},"parents":[],"link":"http://localhost:8990/test/repository-2/-/commit/49bfe6a125a88cddd90c74b75b196c40fd380685","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}},"totalFiles":0,"files":[]}] \ No newline at end of file +[ + { + "commit": { + "hash": "06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd", + "message": "Merge branch 'feature/ISSUE-2' (squash)\n", + "date": 1716987041000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "9a44342d8ee92b85b9b23bcad8953b56868f9699" + ], + "link": "http://localhost:8990/test/repository-2/-/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] + }, + { + "commit": { + "hash": "9a44342d8ee92b85b9b23bcad8953b56868f9699", + "message": "Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt\n", + "date": 1716986762000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "ce1b7175c9b4914cf2fc03c0f28046509f820597" + ], + "link": "http://localhost:8990/test/repository-2/-/commit/9a44342d8ee92b85b9b23bcad8953b56868f9699", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] + }, + { + "commit": { + "hash": "d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "message": "Commit with no issue\n", + "date": 1716986699000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:8990/test/repository-2/-/commit/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] + }, + { + "commit": { + "hash": "ce1b7175c9b4914cf2fc03c0f28046509f820597", + "message": "ISSUE-3 First commit\n", + "date": 1716986486000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:8990/test/repository-2/-/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] + }, + { + "commit": { + "hash": "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "message": "ISSUE-1 Initial implementation\n", + "date": 1716986279000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "49bfe6a125a88cddd90c74b75b196c40fd380685" + ], + "link": "http://localhost:8990/test/repository-2/-/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] + }, + { + "commit": { + "hash": "49bfe6a125a88cddd90c74b75b196c40fd380685", + "message": "init commit\n", + "date": 1716986123000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [], + "link": "http://localhost:8990/test/repository-2/-/commit/49bfe6a125a88cddd90c74b75b196c40fd380685", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/commits-with-files-3.json b/test-common/src/main/resources/gitlab/commits-with-files-3.json index 54cae0d..906f761 100644 --- a/test-common/src/main/resources/gitlab/commits-with-files-3.json +++ b/test-common/src/main/resources/gitlab/commits-with-files-3.json @@ -1 +1,46 @@ -[{"commit":{"hash":"60d98c818023c651ee816bf119fe22ac33ccfafe","message":"ISSUE-2 Second commit\n","date":1716986535000,"author":{"name":"admin","avatar":null},"parents":["fa20861b90c54efbffeb48837f4044bc23b55238"],"link":"http://localhost:8990/test/repository-2/-/commit/60d98c818023c651ee816bf119fe22ac33ccfafe","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}},"totalFiles":0,"files":[]},{"commit":{"hash":"fa20861b90c54efbffeb48837f4044bc23b55238","message":"ISSUE-2 First commit\n","date":1716986401000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:8990/test/repository-2/-/commit/fa20861b90c54efbffeb48837f4044bc23b55238","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}},"totalFiles":0,"files":[]}] \ No newline at end of file +[ + { + "commit": { + "hash": "60d98c818023c651ee816bf119fe22ac33ccfafe", + "message": "ISSUE-2 Second commit\n", + "date": 1716986535000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "fa20861b90c54efbffeb48837f4044bc23b55238" + ], + "link": "http://localhost:8990/test/repository-2/-/commit/60d98c818023c651ee816bf119fe22ac33ccfafe", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] + }, + { + "commit": { + "hash": "fa20861b90c54efbffeb48837f4044bc23b55238", + "message": "ISSUE-2 First commit\n", + "date": 1716986401000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:8990/test/repository-2/-/commit/fa20861b90c54efbffeb48837f4044bc23b55238", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/commits-with-files-4.json b/test-common/src/main/resources/gitlab/commits-with-files-4.json index ba7d3ba..5f891de 100644 --- a/test-common/src/main/resources/gitlab/commits-with-files-4.json +++ b/test-common/src/main/resources/gitlab/commits-with-files-4.json @@ -1 +1,91 @@ -[{"commit":{"hash":"b1adb6beb8ffe099d0a746a845a031538ee44e4f","message":"[ISSUE-4] First commit\n","date":1716986870000,"author":{"name":"admin","avatar":null},"parents":["9a44342d8ee92b85b9b23bcad8953b56868f9699"],"link":"http://localhost:8990/test/repository-2/-/commit/b1adb6beb8ffe099d0a746a845a031538ee44e4f","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}},"totalFiles":0,"files":[]},{"commit":{"hash":"9a44342d8ee92b85b9b23bcad8953b56868f9699","message":"Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt\n","date":1716986762000,"author":{"name":"admin","avatar":null},"parents":["d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","ce1b7175c9b4914cf2fc03c0f28046509f820597"],"link":"http://localhost:8990/test/repository-2/-/commit/9a44342d8ee92b85b9b23bcad8953b56868f9699","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}},"totalFiles":0,"files":[]},{"commit":{"hash":"d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","message":"Commit with no issue\n","date":1716986699000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:8990/test/repository-2/-/commit/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}},"totalFiles":0,"files":[]},{"commit":{"hash":"ce1b7175c9b4914cf2fc03c0f28046509f820597","message":"ISSUE-3 First commit\n","date":1716986486000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:8990/test/repository-2/-/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}},"totalFiles":0,"files":[]}] \ No newline at end of file +[ + { + "commit": { + "hash": "b1adb6beb8ffe099d0a746a845a031538ee44e4f", + "message": "[ISSUE-4] First commit\n", + "date": 1716986870000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "9a44342d8ee92b85b9b23bcad8953b56868f9699" + ], + "link": "http://localhost:8990/test/repository-2/-/commit/b1adb6beb8ffe099d0a746a845a031538ee44e4f", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] + }, + { + "commit": { + "hash": "9a44342d8ee92b85b9b23bcad8953b56868f9699", + "message": "Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt\n", + "date": 1716986762000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "ce1b7175c9b4914cf2fc03c0f28046509f820597" + ], + "link": "http://localhost:8990/test/repository-2/-/commit/9a44342d8ee92b85b9b23bcad8953b56868f9699", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] + }, + { + "commit": { + "hash": "d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "message": "Commit with no issue\n", + "date": 1716986699000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:8990/test/repository-2/-/commit/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] + }, + { + "commit": { + "hash": "ce1b7175c9b4914cf2fc03c0f28046509f820597", + "message": "ISSUE-3 First commit\n", + "date": 1716986486000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:8990/test/repository-2/-/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/commits-with-files.json b/test-common/src/main/resources/gitlab/commits-with-files.json index dd9a601..5a3ebc6 100644 --- a/test-common/src/main/resources/gitlab/commits-with-files.json +++ b/test-common/src/main/resources/gitlab/commits-with-files.json @@ -1 +1,133 @@ -[{"commit":{"hash":"06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd","message":"Merge branch 'feature/ISSUE-2' (squash)\n","date":1716987041000,"author":{"name":"admin","avatar":null},"parents":["9a44342d8ee92b85b9b23bcad8953b56868f9699"],"link":"http://localhost:8990/test/repository-2/-/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}},"totalFiles":0,"files":[]},{"commit":{"hash":"9a44342d8ee92b85b9b23bcad8953b56868f9699","message":"Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt\n","date":1716986762000,"author":{"name":"admin","avatar":null},"parents":["d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","ce1b7175c9b4914cf2fc03c0f28046509f820597"],"link":"http://localhost:8990/test/repository-2/-/commit/9a44342d8ee92b85b9b23bcad8953b56868f9699","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}},"totalFiles":0,"files":[]},{"commit":{"hash":"d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","message":"Commit with no issue\n","date":1716986699000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:8990/test/repository-2/-/commit/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}},"totalFiles":0,"files":[]},{"commit":{"hash":"ce1b7175c9b4914cf2fc03c0f28046509f820597","message":"ISSUE-3 First commit\n","date":1716986486000,"author":{"name":"admin","avatar":null},"parents":["7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1"],"link":"http://localhost:8990/test/repository-2/-/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}},"totalFiles":0,"files":[]},{"commit":{"hash":"7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","message":"ISSUE-1 Initial implementation\n","date":1716986279000,"author":{"name":"admin","avatar":null},"parents":["49bfe6a125a88cddd90c74b75b196c40fd380685"],"link":"http://localhost:8990/test/repository-2/-/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}},"totalFiles":0,"files":[]},{"commit":{"hash":"49bfe6a125a88cddd90c74b75b196c40fd380685","message":"init commit\n","date":1716986123000,"author":{"name":"admin","avatar":null},"parents":[],"link":"http://localhost:8990/test/repository-2/-/commit/49bfe6a125a88cddd90c74b75b196c40fd380685","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null}},"totalFiles":0,"files":[]}] \ No newline at end of file +[ + { + "commit": { + "hash": "06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd", + "message": "Merge branch 'feature/ISSUE-2' (squash)\n", + "date": 1716987041000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "9a44342d8ee92b85b9b23bcad8953b56868f9699" + ], + "link": "http://localhost:8990/test/repository-2/-/commit/06e8235bf0fffef5e4e9e0a1258c576ce7f7fdcd", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] + }, + { + "commit": { + "hash": "9a44342d8ee92b85b9b23bcad8953b56868f9699", + "message": "Merge branch 'bugfix/ISSUE-3'\n\n# Conflicts:\n#\tsrc/source-1.txt\n", + "date": 1716986762000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "ce1b7175c9b4914cf2fc03c0f28046509f820597" + ], + "link": "http://localhost:8990/test/repository-2/-/commit/9a44342d8ee92b85b9b23bcad8953b56868f9699", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] + }, + { + "commit": { + "hash": "d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "message": "Commit with no issue\n", + "date": 1716986699000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:8990/test/repository-2/-/commit/d25d71af3afa700e91a1613c5ab4ec6b26a88ff7", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] + }, + { + "commit": { + "hash": "ce1b7175c9b4914cf2fc03c0f28046509f820597", + "message": "ISSUE-3 First commit\n", + "date": 1716986486000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1" + ], + "link": "http://localhost:8990/test/repository-2/-/commit/ce1b7175c9b4914cf2fc03c0f28046509f820597", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] + }, + { + "commit": { + "hash": "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "message": "ISSUE-1 Initial implementation\n", + "date": 1716986279000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "49bfe6a125a88cddd90c74b75b196c40fd380685" + ], + "link": "http://localhost:8990/test/repository-2/-/commit/7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] + }, + { + "commit": { + "hash": "49bfe6a125a88cddd90c74b75b196c40fd380685", + "message": "init commit\n", + "date": 1716986123000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [], + "link": "http://localhost:8990/test/repository-2/-/commit/49bfe6a125a88cddd90c74b75b196c40fd380685", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + } + }, + "totalFiles": 0, + "files": [] + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/commits.json b/test-common/src/main/resources/gitlab/commits.json index 32bba46..6a5c000 100644 --- a/test-common/src/main/resources/gitlab/commits.json +++ b/test-common/src/main/resources/gitlab/commits.json @@ -1 +1,620 @@ -[{"hash":"5fb773dbe6472a87632b1c68ea771decdcd20f1e","message":"master-36\n","date":1698064512000,"author":{"name":"admin","avatar":null},"parents":["3df9d9661fd7cd199b300881347c6eba9000d77c"],"link":"http://localhost:8990/test/repository/-/commit/5fb773dbe6472a87632b1c68ea771decdcd20f1e","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"3df9d9661fd7cd199b300881347c6eba9000d77c","message":"Merge branch 'branch14'\n\n# Conflicts:\n#\tREADME.md\n","date":1698064390000,"author":{"name":"admin","avatar":null},"parents":["2cd831abeae867185af1350738da08d80a2324f0","4c781b01fa41b7539a9d7289b3d34803c7a3a782"],"link":"http://localhost:8990/test/repository/-/commit/3df9d9661fd7cd199b300881347c6eba9000d77c","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"2cd831abeae867185af1350738da08d80a2324f0","message":"master-35\n","date":1698064366000,"author":{"name":"admin","avatar":null},"parents":["df4c133e8872af329e9d28f990d2eda09417ae45"],"link":"http://localhost:8990/test/repository/-/commit/2cd831abeae867185af1350738da08d80a2324f0","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"4c781b01fa41b7539a9d7289b3d34803c7a3a782","message":"branch14-5\n","date":1698064357000,"author":{"name":"admin","avatar":null},"parents":["8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7"],"link":"http://localhost:8990/test/repository/-/commit/4c781b01fa41b7539a9d7289b3d34803c7a3a782","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7","message":"branch14-4\n","date":1698064316000,"author":{"name":"admin","avatar":null},"parents":["5c259964e83083c7f2a3e1d324ce456d642a8d9b"],"link":"http://localhost:8990/test/repository/-/commit/8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"df4c133e8872af329e9d28f990d2eda09417ae45","message":"master-34\n","date":1698064202000,"author":{"name":"admin","avatar":null},"parents":["e4784ccbcddcff4ad43b9636b23a897b9a28ef85"],"link":"http://localhost:8990/test/repository/-/commit/df4c133e8872af329e9d28f990d2eda09417ae45","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"e4784ccbcddcff4ad43b9636b23a897b9a28ef85","message":"Merge branch 'branch13'\n\n# Conflicts:\n#\tREADME.md\n","date":1698064107000,"author":{"name":"admin","avatar":null},"parents":["6a4a1d565e484ff908b8852ac036c976c9427091","9b4b1058ddc9ca8f66f4f1eb515fe41b76487254"],"link":"http://localhost:8990/test/repository/-/commit/e4784ccbcddcff4ad43b9636b23a897b9a28ef85","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"9b4b1058ddc9ca8f66f4f1eb515fe41b76487254","message":"branch13-7\n","date":1698064070000,"author":{"name":"admin","avatar":null},"parents":["546f41c47988d1ac0a7a43be5d53771f3f363484"],"link":"http://localhost:8990/test/repository/-/commit/9b4b1058ddc9ca8f66f4f1eb515fe41b76487254","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"5c259964e83083c7f2a3e1d324ce456d642a8d9b","message":"branch14-3\n","date":1698063984000,"author":{"name":"admin","avatar":null},"parents":["46a92ce0118d65e64b6d652b4241703a9707ad74"],"link":"http://localhost:8990/test/repository/-/commit/5c259964e83083c7f2a3e1d324ce456d642a8d9b","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"6a4a1d565e484ff908b8852ac036c976c9427091","message":"master-33\n","date":1698063941000,"author":{"name":"admin","avatar":null},"parents":["81c56ba3e9d0f3f6a929d8ac5700094900ea0e10"],"link":"http://localhost:8990/test/repository/-/commit/6a4a1d565e484ff908b8852ac036c976c9427091","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"546f41c47988d1ac0a7a43be5d53771f3f363484","message":"branch13-6\n","date":1698063920000,"author":{"name":"admin","avatar":null},"parents":["538a1f8be0f1a738461c1ffcd2568e99983fce22"],"link":"http://localhost:8990/test/repository/-/commit/546f41c47988d1ac0a7a43be5d53771f3f363484","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"538a1f8be0f1a738461c1ffcd2568e99983fce22","message":"branch13-5\n","date":1698063912000,"author":{"name":"admin","avatar":null},"parents":["10a22f127828a63db16e2b128aa8e1f922eb7445"],"link":"http://localhost:8990/test/repository/-/commit/538a1f8be0f1a738461c1ffcd2568e99983fce22","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"46a92ce0118d65e64b6d652b4241703a9707ad74","message":"branch14-2\n","date":1698063777000,"author":{"name":"admin","avatar":null},"parents":["512f36722583c58179f54ccbfbad3d351adae81d"],"link":"http://localhost:8990/test/repository/-/commit/46a92ce0118d65e64b6d652b4241703a9707ad74","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"81c56ba3e9d0f3f6a929d8ac5700094900ea0e10","message":"master-32\n","date":1698063707000,"author":{"name":"admin","avatar":null},"parents":["59a2e00fc11df460e60befe95bbc44bdb94187b1"],"link":"http://localhost:8990/test/repository/-/commit/81c56ba3e9d0f3f6a929d8ac5700094900ea0e10","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"10a22f127828a63db16e2b128aa8e1f922eb7445","message":"branch13-4\n","date":1698063689000,"author":{"name":"admin","avatar":null},"parents":["cf1ed77a3b13dc829ea9204f132355a76d4c1741"],"link":"http://localhost:8990/test/repository/-/commit/10a22f127828a63db16e2b128aa8e1f922eb7445","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"512f36722583c58179f54ccbfbad3d351adae81d","message":"branch14-1\n","date":1698063594000,"author":{"name":"admin","avatar":null},"parents":["59a2e00fc11df460e60befe95bbc44bdb94187b1"],"link":"http://localhost:8990/test/repository/-/commit/512f36722583c58179f54ccbfbad3d351adae81d","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"59a2e00fc11df460e60befe95bbc44bdb94187b1","message":"master-31\n","date":1698063564000,"author":{"name":"admin","avatar":null},"parents":["9d636c0604cd0059285ebe208840b702b5e0cf53"],"link":"http://localhost:8990/test/repository/-/commit/59a2e00fc11df460e60befe95bbc44bdb94187b1","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"cf1ed77a3b13dc829ea9204f132355a76d4c1741","message":"Merge branch 'branch11' into branch13\n\n# Conflicts:\n#\tREADME.md\n","date":1698063511000,"author":{"name":"admin","avatar":null},"parents":["e388f1174f45fe333cdb5061b9d597fb7877a785","f92c7ad50633eec83502d0e8783fb10f7204ec6f"],"link":"http://localhost:8990/test/repository/-/commit/cf1ed77a3b13dc829ea9204f132355a76d4c1741","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"9d636c0604cd0059285ebe208840b702b5e0cf53","message":"master-30\n","date":1698063441000,"author":{"name":"admin","avatar":null},"parents":["917f2ab13b79116615fd7b4fc6fc6b12c6429c3e"],"link":"http://localhost:8990/test/repository/-/commit/9d636c0604cd0059285ebe208840b702b5e0cf53","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"f92c7ad50633eec83502d0e8783fb10f7204ec6f","message":"branch-11-2\n","date":1698063379000,"author":{"name":"admin","avatar":null},"parents":["c3132678f4537df982925c795a1acc0c1dd7c7de"],"link":"http://localhost:8990/test/repository/-/commit/f92c7ad50633eec83502d0e8783fb10f7204ec6f","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"e388f1174f45fe333cdb5061b9d597fb7877a785","message":"branch13-3\n","date":1698063363000,"author":{"name":"admin","avatar":null},"parents":["7df584fa61f3d16b9f9514b4034f5368c5e06410"],"link":"http://localhost:8990/test/repository/-/commit/e388f1174f45fe333cdb5061b9d597fb7877a785","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"c3132678f4537df982925c795a1acc0c1dd7c7de","message":"branch-11-1\n","date":1698063278000,"author":{"name":"admin","avatar":null},"parents":["2674103e85493d76e45e57a9b5372f8c7926d3a7"],"link":"http://localhost:8990/test/repository/-/commit/c3132678f4537df982925c795a1acc0c1dd7c7de","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"7df584fa61f3d16b9f9514b4034f5368c5e06410","message":"branch13-2\n","date":1698063255000,"author":{"name":"admin","avatar":null},"parents":["3e48313ba71bc2af8d954a5898f4caea65fe487d"],"link":"http://localhost:8990/test/repository/-/commit/7df584fa61f3d16b9f9514b4034f5368c5e06410","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"917f2ab13b79116615fd7b4fc6fc6b12c6429c3e","message":"master-29\n","date":1698063218000,"author":{"name":"admin","avatar":null},"parents":["a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981"],"link":"http://localhost:8990/test/repository/-/commit/917f2ab13b79116615fd7b4fc6fc6b12c6429c3e","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"3e48313ba71bc2af8d954a5898f4caea65fe487d","message":"branch13-1\n","date":1698063117000,"author":{"name":"admin","avatar":null},"parents":["a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981"],"link":"http://localhost:8990/test/repository/-/commit/3e48313ba71bc2af8d954a5898f4caea65fe487d","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981","message":"master-28\n","date":1698062853000,"author":{"name":"admin","avatar":null},"parents":["7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1"],"link":"http://localhost:8990/test/repository/-/commit/a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1","message":"Merge branch 'branch9'\n\n# Conflicts:\n#\tREADME.md\n","date":1698062768000,"author":{"name":"admin","avatar":null},"parents":["4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","1df2a7d9351745624ff1f0e6bd87b331904507a7"],"link":"http://localhost:8990/test/repository/-/commit/7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","message":"master-27\n","date":1698062742000,"author":{"name":"admin","avatar":null},"parents":["2674103e85493d76e45e57a9b5372f8c7926d3a7"],"link":"http://localhost:8990/test/repository/-/commit/4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"2674103e85493d76e45e57a9b5372f8c7926d3a7","message":"master-26\n","date":1698062712000,"author":{"name":"admin","avatar":null},"parents":["585847a321fcbcdb8f397a155a123aba5a1a1d76"],"link":"http://localhost:8990/test/repository/-/commit/2674103e85493d76e45e57a9b5372f8c7926d3a7","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"1df2a7d9351745624ff1f0e6bd87b331904507a7","message":"branch9-9\n","date":1698062672000,"author":{"name":"admin","avatar":null},"parents":["fff2b60ae6a434c31c64c87fb7c044080b1acffb"],"link":"http://localhost:8990/test/repository/-/commit/1df2a7d9351745624ff1f0e6bd87b331904507a7","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"585847a321fcbcdb8f397a155a123aba5a1a1d76","message":"Merge branch 'branch7'\n\n# Conflicts:\n#\tREADME.md\n","date":1698062551000,"author":{"name":"admin","avatar":null},"parents":["c79babff3c1405618214eba90398c685ac4c0349","fe85e0ed86aba2ff78439ba7f0170fe580ccb54e"],"link":"http://localhost:8990/test/repository/-/commit/585847a321fcbcdb8f397a155a123aba5a1a1d76","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"fe85e0ed86aba2ff78439ba7f0170fe580ccb54e","message":"Merge branch 'branch5' into branch7\n\n# Conflicts:\n#\tREADME.md\n","date":1698062492000,"author":{"name":"admin","avatar":null},"parents":["f6b5e1460f0a3ca1da2778acd54bd005620a0730","949a1bbc2b51817aea7bdf5b34af868a646a20e2"],"link":"http://localhost:8990/test/repository/-/commit/fe85e0ed86aba2ff78439ba7f0170fe580ccb54e","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"fff2b60ae6a434c31c64c87fb7c044080b1acffb","message":"branch9-8\n","date":1698062367000,"author":{"name":"admin","avatar":null},"parents":["8000baf077ff28405c32c539fa49393363508945"],"link":"http://localhost:8990/test/repository/-/commit/fff2b60ae6a434c31c64c87fb7c044080b1acffb","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}},{"hash":"8000baf077ff28405c32c539fa49393363508945","message":"branch9-7\n","date":1698062359000,"author":{"name":"admin","avatar":null},"parents":["6b65fcf8499a8fd51a86664c252196d5133897e6"],"link":"http://localhost:8990/test/repository/-/commit/8000baf077ff28405c32c539fa49393363508945","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository.git","link":"http://localhost:8990/test/repository","avatar":null}}] \ No newline at end of file +[ + { + "hash": "5fb773dbe6472a87632b1c68ea771decdcd20f1e", + "message": "master-36\n", + "date": 1698064512000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "3df9d9661fd7cd199b300881347c6eba9000d77c" + ], + "link": "http://localhost:8990/test/repository/-/commit/5fb773dbe6472a87632b1c68ea771decdcd20f1e", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "3df9d9661fd7cd199b300881347c6eba9000d77c", + "message": "Merge branch 'branch14'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698064390000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2cd831abeae867185af1350738da08d80a2324f0", + "4c781b01fa41b7539a9d7289b3d34803c7a3a782" + ], + "link": "http://localhost:8990/test/repository/-/commit/3df9d9661fd7cd199b300881347c6eba9000d77c", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "2cd831abeae867185af1350738da08d80a2324f0", + "message": "master-35\n", + "date": 1698064366000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "df4c133e8872af329e9d28f990d2eda09417ae45" + ], + "link": "http://localhost:8990/test/repository/-/commit/2cd831abeae867185af1350738da08d80a2324f0", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "4c781b01fa41b7539a9d7289b3d34803c7a3a782", + "message": "branch14-5\n", + "date": 1698064357000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7" + ], + "link": "http://localhost:8990/test/repository/-/commit/4c781b01fa41b7539a9d7289b3d34803c7a3a782", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7", + "message": "branch14-4\n", + "date": 1698064316000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "5c259964e83083c7f2a3e1d324ce456d642a8d9b" + ], + "link": "http://localhost:8990/test/repository/-/commit/8dfc9f12e01f775e67f1d18ca2eba39977e3fbd7", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "df4c133e8872af329e9d28f990d2eda09417ae45", + "message": "master-34\n", + "date": 1698064202000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "e4784ccbcddcff4ad43b9636b23a897b9a28ef85" + ], + "link": "http://localhost:8990/test/repository/-/commit/df4c133e8872af329e9d28f990d2eda09417ae45", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "e4784ccbcddcff4ad43b9636b23a897b9a28ef85", + "message": "Merge branch 'branch13'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698064107000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6a4a1d565e484ff908b8852ac036c976c9427091", + "9b4b1058ddc9ca8f66f4f1eb515fe41b76487254" + ], + "link": "http://localhost:8990/test/repository/-/commit/e4784ccbcddcff4ad43b9636b23a897b9a28ef85", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "9b4b1058ddc9ca8f66f4f1eb515fe41b76487254", + "message": "branch13-7\n", + "date": 1698064070000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "546f41c47988d1ac0a7a43be5d53771f3f363484" + ], + "link": "http://localhost:8990/test/repository/-/commit/9b4b1058ddc9ca8f66f4f1eb515fe41b76487254", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "5c259964e83083c7f2a3e1d324ce456d642a8d9b", + "message": "branch14-3\n", + "date": 1698063984000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "46a92ce0118d65e64b6d652b4241703a9707ad74" + ], + "link": "http://localhost:8990/test/repository/-/commit/5c259964e83083c7f2a3e1d324ce456d642a8d9b", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "6a4a1d565e484ff908b8852ac036c976c9427091", + "message": "master-33\n", + "date": 1698063941000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "81c56ba3e9d0f3f6a929d8ac5700094900ea0e10" + ], + "link": "http://localhost:8990/test/repository/-/commit/6a4a1d565e484ff908b8852ac036c976c9427091", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "546f41c47988d1ac0a7a43be5d53771f3f363484", + "message": "branch13-6\n", + "date": 1698063920000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "538a1f8be0f1a738461c1ffcd2568e99983fce22" + ], + "link": "http://localhost:8990/test/repository/-/commit/546f41c47988d1ac0a7a43be5d53771f3f363484", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "538a1f8be0f1a738461c1ffcd2568e99983fce22", + "message": "branch13-5\n", + "date": 1698063912000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "10a22f127828a63db16e2b128aa8e1f922eb7445" + ], + "link": "http://localhost:8990/test/repository/-/commit/538a1f8be0f1a738461c1ffcd2568e99983fce22", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "46a92ce0118d65e64b6d652b4241703a9707ad74", + "message": "branch14-2\n", + "date": 1698063777000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "512f36722583c58179f54ccbfbad3d351adae81d" + ], + "link": "http://localhost:8990/test/repository/-/commit/46a92ce0118d65e64b6d652b4241703a9707ad74", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "81c56ba3e9d0f3f6a929d8ac5700094900ea0e10", + "message": "master-32\n", + "date": 1698063707000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "59a2e00fc11df460e60befe95bbc44bdb94187b1" + ], + "link": "http://localhost:8990/test/repository/-/commit/81c56ba3e9d0f3f6a929d8ac5700094900ea0e10", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "10a22f127828a63db16e2b128aa8e1f922eb7445", + "message": "branch13-4\n", + "date": 1698063689000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "cf1ed77a3b13dc829ea9204f132355a76d4c1741" + ], + "link": "http://localhost:8990/test/repository/-/commit/10a22f127828a63db16e2b128aa8e1f922eb7445", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "512f36722583c58179f54ccbfbad3d351adae81d", + "message": "branch14-1\n", + "date": 1698063594000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "59a2e00fc11df460e60befe95bbc44bdb94187b1" + ], + "link": "http://localhost:8990/test/repository/-/commit/512f36722583c58179f54ccbfbad3d351adae81d", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "59a2e00fc11df460e60befe95bbc44bdb94187b1", + "message": "master-31\n", + "date": 1698063564000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "9d636c0604cd0059285ebe208840b702b5e0cf53" + ], + "link": "http://localhost:8990/test/repository/-/commit/59a2e00fc11df460e60befe95bbc44bdb94187b1", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "cf1ed77a3b13dc829ea9204f132355a76d4c1741", + "message": "Merge branch 'branch11' into branch13\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698063511000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "e388f1174f45fe333cdb5061b9d597fb7877a785", + "f92c7ad50633eec83502d0e8783fb10f7204ec6f" + ], + "link": "http://localhost:8990/test/repository/-/commit/cf1ed77a3b13dc829ea9204f132355a76d4c1741", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "9d636c0604cd0059285ebe208840b702b5e0cf53", + "message": "master-30\n", + "date": 1698063441000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "917f2ab13b79116615fd7b4fc6fc6b12c6429c3e" + ], + "link": "http://localhost:8990/test/repository/-/commit/9d636c0604cd0059285ebe208840b702b5e0cf53", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "f92c7ad50633eec83502d0e8783fb10f7204ec6f", + "message": "branch-11-2\n", + "date": 1698063379000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c3132678f4537df982925c795a1acc0c1dd7c7de" + ], + "link": "http://localhost:8990/test/repository/-/commit/f92c7ad50633eec83502d0e8783fb10f7204ec6f", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "e388f1174f45fe333cdb5061b9d597fb7877a785", + "message": "branch13-3\n", + "date": 1698063363000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7df584fa61f3d16b9f9514b4034f5368c5e06410" + ], + "link": "http://localhost:8990/test/repository/-/commit/e388f1174f45fe333cdb5061b9d597fb7877a785", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "c3132678f4537df982925c795a1acc0c1dd7c7de", + "message": "branch-11-1\n", + "date": 1698063278000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2674103e85493d76e45e57a9b5372f8c7926d3a7" + ], + "link": "http://localhost:8990/test/repository/-/commit/c3132678f4537df982925c795a1acc0c1dd7c7de", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "7df584fa61f3d16b9f9514b4034f5368c5e06410", + "message": "branch13-2\n", + "date": 1698063255000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "3e48313ba71bc2af8d954a5898f4caea65fe487d" + ], + "link": "http://localhost:8990/test/repository/-/commit/7df584fa61f3d16b9f9514b4034f5368c5e06410", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "917f2ab13b79116615fd7b4fc6fc6b12c6429c3e", + "message": "master-29\n", + "date": 1698063218000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981" + ], + "link": "http://localhost:8990/test/repository/-/commit/917f2ab13b79116615fd7b4fc6fc6b12c6429c3e", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "3e48313ba71bc2af8d954a5898f4caea65fe487d", + "message": "branch13-1\n", + "date": 1698063117000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981" + ], + "link": "http://localhost:8990/test/repository/-/commit/3e48313ba71bc2af8d954a5898f4caea65fe487d", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981", + "message": "master-28\n", + "date": 1698062853000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1" + ], + "link": "http://localhost:8990/test/repository/-/commit/a5ed8ae6f2d60f9a4ceba4924589efe3df3d8981", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1", + "message": "Merge branch 'branch9'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698062768000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "1df2a7d9351745624ff1f0e6bd87b331904507a7" + ], + "link": "http://localhost:8990/test/repository/-/commit/7cc6c5e60cc7c7bc4a407e4506fab3b3f39f17f1", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "message": "master-27\n", + "date": 1698062742000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "2674103e85493d76e45e57a9b5372f8c7926d3a7" + ], + "link": "http://localhost:8990/test/repository/-/commit/4b2e4e8f7ad69d3ac81d7813fbf9b49bb124bf56", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "2674103e85493d76e45e57a9b5372f8c7926d3a7", + "message": "master-26\n", + "date": 1698062712000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "585847a321fcbcdb8f397a155a123aba5a1a1d76" + ], + "link": "http://localhost:8990/test/repository/-/commit/2674103e85493d76e45e57a9b5372f8c7926d3a7", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "1df2a7d9351745624ff1f0e6bd87b331904507a7", + "message": "branch9-9\n", + "date": 1698062672000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "fff2b60ae6a434c31c64c87fb7c044080b1acffb" + ], + "link": "http://localhost:8990/test/repository/-/commit/1df2a7d9351745624ff1f0e6bd87b331904507a7", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "585847a321fcbcdb8f397a155a123aba5a1a1d76", + "message": "Merge branch 'branch7'\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698062551000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "c79babff3c1405618214eba90398c685ac4c0349", + "fe85e0ed86aba2ff78439ba7f0170fe580ccb54e" + ], + "link": "http://localhost:8990/test/repository/-/commit/585847a321fcbcdb8f397a155a123aba5a1a1d76", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "fe85e0ed86aba2ff78439ba7f0170fe580ccb54e", + "message": "Merge branch 'branch5' into branch7\n\n# Conflicts:\n#\tREADME.md\n", + "date": 1698062492000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "f6b5e1460f0a3ca1da2778acd54bd005620a0730", + "949a1bbc2b51817aea7bdf5b34af868a646a20e2" + ], + "link": "http://localhost:8990/test/repository/-/commit/fe85e0ed86aba2ff78439ba7f0170fe580ccb54e", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "fff2b60ae6a434c31c64c87fb7c044080b1acffb", + "message": "branch9-8\n", + "date": 1698062367000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "8000baf077ff28405c32c539fa49393363508945" + ], + "link": "http://localhost:8990/test/repository/-/commit/fff2b60ae6a434c31c64c87fb7c044080b1acffb", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + }, + { + "hash": "8000baf077ff28405c32c539fa49393363508945", + "message": "branch9-7\n", + "date": 1698062359000, + "author": { + "name": "admin", + "avatar": null + }, + "parents": [ + "6b65fcf8499a8fd51a86664c252196d5133897e6" + ], + "link": "http://localhost:8990/test/repository/-/commit/8000baf077ff28405c32c539fa49393363508945", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository.git", + "link": "http://localhost:8990/test/repository", + "avatar": null + } + } +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/issues-from-commits-2.json b/test-common/src/main/resources/gitlab/issues-from-commits-2.json index f74f675..0c8b409 100644 --- a/test-common/src/main/resources/gitlab/issues-from-commits-2.json +++ b/test-common/src/main/resources/gitlab/issues-from-commits-2.json @@ -1 +1,3 @@ -["ISSUE-2"] \ No newline at end of file +[ + "ISSUE-2" +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/issues-from-commits-3.json b/test-common/src/main/resources/gitlab/issues-from-commits-3.json index b407ea8..bfdac70 100644 --- a/test-common/src/main/resources/gitlab/issues-from-commits-3.json +++ b/test-common/src/main/resources/gitlab/issues-from-commits-3.json @@ -1 +1,4 @@ -["ISSUE-3","ISSUE-4"] \ No newline at end of file +[ + "ISSUE-3", + "ISSUE-4" +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/issues-from-commits.json b/test-common/src/main/resources/gitlab/issues-from-commits.json index 53617bb..354e6fb 100644 --- a/test-common/src/main/resources/gitlab/issues-from-commits.json +++ b/test-common/src/main/resources/gitlab/issues-from-commits.json @@ -1 +1,5 @@ -["ISSUE-1","ISSUE-2","ISSUE-3"] \ No newline at end of file +[ + "ISSUE-1", + "ISSUE-2", + "ISSUE-3" +] \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/search-issue-in-ranges.json b/test-common/src/main/resources/gitlab/search-issue-in-ranges.json index d71687b..6d8e492 100644 --- a/test-common/src/main/resources/gitlab/search-issue-in-ranges.json +++ b/test-common/src/main/resources/gitlab/search-issue-in-ranges.json @@ -1 +1,26 @@ -{"issueRanges":{"ISSUE-3":[{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","fromHashOrRef":null,"fromDate":null,"toHashOrRef":"master"},{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","fromHashOrRef":"v1.0","fromDate":null,"toHashOrRef":"feature/ISSUE-4"}],"ISSUE-1":[{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","fromHashOrRef":null,"fromDate":null,"toHashOrRef":"master"}]}} \ No newline at end of file +{ + "issueRanges": { + "ISSUE-3": [ + { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "fromHashOrRef": null, + "fromDate": null, + "toHashOrRef": "master" + }, + { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "fromHashOrRef": "v1.0", + "fromDate": null, + "toHashOrRef": "feature/ISSUE-4" + } + ], + "ISSUE-1": [ + { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "fromHashOrRef": null, + "fromDate": null, + "toHashOrRef": "master" + } + ] + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/search-summary-2.json b/test-common/src/main/resources/gitlab/search-summary-2.json index 72e0f64..8bf52dc 100644 --- a/test-common/src/main/resources/gitlab/search-summary-2.json +++ b/test-common/src/main/resources/gitlab/search-summary-2.json @@ -1 +1,15 @@ -{"branches":{"size":0,"updated":null},"commits":{"size":0,"latest":null},"pullRequests":{"size":0,"updated":null,"status":null}} \ No newline at end of file +{ + "branches": { + "size": 0, + "updated": null + }, + "commits": { + "size": 0, + "latest": null + }, + "pullRequests": { + "size": 0, + "updated": null, + "status": null + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/search-summary-3.json b/test-common/src/main/resources/gitlab/search-summary-3.json index 72e0f64..8bf52dc 100644 --- a/test-common/src/main/resources/gitlab/search-summary-3.json +++ b/test-common/src/main/resources/gitlab/search-summary-3.json @@ -1 +1,15 @@ -{"branches":{"size":0,"updated":null},"commits":{"size":0,"latest":null},"pullRequests":{"size":0,"updated":null,"status":null}} \ No newline at end of file +{ + "branches": { + "size": 0, + "updated": null + }, + "commits": { + "size": 0, + "latest": null + }, + "pullRequests": { + "size": 0, + "updated": null, + "status": null + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/search-summary-4.json b/test-common/src/main/resources/gitlab/search-summary-4.json index 72e0f64..8bf52dc 100644 --- a/test-common/src/main/resources/gitlab/search-summary-4.json +++ b/test-common/src/main/resources/gitlab/search-summary-4.json @@ -1 +1,15 @@ -{"branches":{"size":0,"updated":null},"commits":{"size":0,"latest":null},"pullRequests":{"size":0,"updated":null,"status":null}} \ No newline at end of file +{ + "branches": { + "size": 0, + "updated": null + }, + "commits": { + "size": 0, + "latest": null + }, + "pullRequests": { + "size": 0, + "updated": null, + "status": null + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/search-summary-5.json b/test-common/src/main/resources/gitlab/search-summary-5.json index 72e0f64..8bf52dc 100644 --- a/test-common/src/main/resources/gitlab/search-summary-5.json +++ b/test-common/src/main/resources/gitlab/search-summary-5.json @@ -1 +1,15 @@ -{"branches":{"size":0,"updated":null},"commits":{"size":0,"latest":null},"pullRequests":{"size":0,"updated":null,"status":null}} \ No newline at end of file +{ + "branches": { + "size": 0, + "updated": null + }, + "commits": { + "size": 0, + "latest": null + }, + "pullRequests": { + "size": 0, + "updated": null, + "status": null + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/search-summary.json b/test-common/src/main/resources/gitlab/search-summary.json index 72e0f64..8bf52dc 100644 --- a/test-common/src/main/resources/gitlab/search-summary.json +++ b/test-common/src/main/resources/gitlab/search-summary.json @@ -1 +1,15 @@ -{"branches":{"size":0,"updated":null},"commits":{"size":0,"latest":null},"pullRequests":{"size":0,"updated":null,"status":null}} \ No newline at end of file +{ + "branches": { + "size": 0, + "updated": null + }, + "commits": { + "size": 0, + "latest": null + }, + "pullRequests": { + "size": 0, + "updated": null, + "status": null + } +} \ No newline at end of file diff --git a/test-common/src/main/resources/gitlab/tags.json b/test-common/src/main/resources/gitlab/tags.json index b44aaa8..55f2e3b 100644 --- a/test-common/src/main/resources/gitlab/tags.json +++ b/test-common/src/main/resources/gitlab/tags.json @@ -1 +1,24 @@ -[{"name":"v1.0","hash":"7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1","link":"http://localhost:8990/test/repository-2/-/tree/v1.0?ref_type=tags","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null},"type":"TAG"},{"name":"v1.0.1","hash":"60d98c818023c651ee816bf119fe22ac33ccfafe","link":"http://localhost:8990/test/repository-2/-/tree/v1.0.1?ref_type=tags","repository":{"sshUrl":"ssh://git@localhost:8990:test/repository-2.git","link":"http://localhost:8990/test/repository-2","avatar":null},"type":"TAG"}] \ No newline at end of file +[ + { + "name": "v1.0", + "hash": "7df7b682b6be1dd1e3c81ef776d5d6da44ac8ee1", + "link": "http://localhost:8990/test/repository-2/-/tree/v1.0?ref_type=tags", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + }, + "type": "TAG" + }, + { + "name": "v1.0.1", + "hash": "60d98c818023c651ee816bf119fe22ac33ccfafe", + "link": "http://localhost:8990/test/repository-2/-/tree/v1.0.1?ref_type=tags", + "repository": { + "sshUrl": "ssh://git@localhost:8990:test/repository-2.git", + "link": "http://localhost:8990/test/repository-2", + "avatar": null + }, + "type": "TAG" + } +] \ No newline at end of file