{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":28449431,"defaultBranch":"master","name":"scylladb","ownerLogin":"scylladb","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-12-24T13:16:33.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/14364730?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718258306.0","currentOid":""},"activityList":{"items":[{"before":"cb2241d2f8766435e7b0a779bf0c6ca906915b89","after":null,"ref":"refs/heads/mergify/copy/branch-6.0/pr-18901","pushedAt":"2024-06-13T05:58:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"}},{"before":"0b5a0c969aabc2ff2eeaee246b3b90fae2b630be","after":"44ea1993ba066524d5d0382e034863830c7a8472","ref":"refs/heads/next","pushedAt":"2024-06-13T05:39:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"denesb","name":"Botond Dénes","path":"/denesb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1389273?s=80&v=4"},"commit":{"message":"test/cql-pytest: tests CREATE/DROP INDEX during paged query\n\nThis patch includes extensive testing for what happens to an ongoing\npaged query when a secondary index is suddenly added or dropped.\nIssue #18992 was opened suggesting that this would be broken, and indeed\nthe tests included here show that it is indeed broken.\n\nThe four tests included in this patch are heavily commented to explain\nwhat they are testing and why, but here is a short summary of what is\nbeing tested by each of them:\n\n1. A paged query filtering on v=17 continues correctly even if an\n index is created on v.\n\n2. A paged query filtering on v1 and v2 where v2 is indexed,\n continues correctly even if an index is created on v1 (remember\n that Scylla prefers to use the first index mentioned in the query).\n\n3. A paged query using an index on v continues correctly even if that\n index is deleted.\n\n4. However, if the query doesn't say \"ALLOW FILTERING\", it cannot\n be continued after the index is deleted.\n\nAll these tests pass on Cassandra, but all of them except the fourth\nfail on Scylla, reproducing issue #18992. Somewhat to my suprise, the\nfailure of the query in all the failed tests is silent (i.e., trying to\nfetch the next page just fetches nothing and says the iteration is done).\nI was expecting more dramatic failures (\"marshaling error\" messages,\ncrashes, etc.) but didn't get them.\n\nRefs #18992\n\nSigned-off-by: Nadav Har'El \n\nCloses scylladb/scylladb#19000","shortMessageHtmlLink":"test/cql-pytest: tests CREATE/DROP INDEX during paged query"}},{"before":"bc89aac9d01787426929cef2f17e1cb130857b2f","after":"1c67c6cf789fbd84281cf6770db0d4dbffd74ccd","ref":"refs/heads/next-6.0","pushedAt":"2024-06-13T04:27:00.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"denesb","name":"Botond Dénes","path":"/denesb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1389273?s=80&v=4"},"commit":{"message":"Merge '[Backport 6.0] test: memtable_test: increase unspooled_dirty_soft_limit ' from ScyllaDB\n\nbefore this change, when performing memtable_test, we expect that\nthe memtables of ks.cf is the only memtables being flushed. and\nwe inject 4 failures in the code path of flush, and wait until 4\nof them are triggered. but in the background, `dirty_memory_manager`\nperforms flush on all tables when necessary. so, the total number of\nfailures is not necessary the total number of failures triggered\nwhen flushing ks.cf, some of them could be triggered when flushing\nsystem tables. that's why we have sporadict test failures from\nthis test. as we might check `t.min_memtable_timestamp()` too soon.\n\nafter this change, we increase `unspooled_dirty_soft_limit` setting,\nin order to disable `dirty_memory_manager`, so that the only flush\nis performed by the test.\n\nFixes https://github.com/scylladb/scylladb/issues/19034\n\n---\n\nthe issue applies to both 5.4 and 6.0, and this issue hurts the CI stability, hence we should backport it.\n\n(cherry picked from commit 2df4e9cfc27b042b3df2c7bf84a2e933b90acbf7)\n\n(cherry picked from commit 223fba32439b7c61502b5456fbcf65af69dd5961)\n\n Refs #19252\n\nCloses scylladb/scylladb#19258\n\n* github.com:scylladb/scylladb:\n test: memtable_test: increase unspooled_dirty_soft_limit\n test: memtable_test: replace BOOST_ASSERT with BOOST_REQURE","shortMessageHtmlLink":"Merge '[Backport 6.0] test: memtable_test: increase unspooled_dirty_s…"}},{"before":"603c6620495ab400ae750fad5fcf014b48603b17","after":"0b5a0c969aabc2ff2eeaee246b3b90fae2b630be","ref":"refs/heads/next","pushedAt":"2024-06-13T04:16:34.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"piodul","name":"Piotr Dulikowski","path":"/piodul","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4950936?s=80&v=4"},"commit":{"message":"Merge 'hinted handoff: migrate sync point to host ID' from Michael Litvak\n\nChange the format of sync points to use host ID instead of IPs, to be consistent with the use of host IDs in hinted handoff module.\nIntroduce sync point v3 format which is the same as v2 except it stores host IDs instead of IPs.\nThe decoding supports both formats with host IDs and IPs, so a sync point contains now a variant of either types, and in the case of new type the translation is avoided.\n\nFixes #18653\n\nCloses scylladb/scylladb#19134\n\n* github.com:scylladb/scylladb:\n db/hints: migrate sync point to host ID\n db/hints: rename sync point structures with _v1 suffix to _v1_v2","shortMessageHtmlLink":"Merge 'hinted handoff: migrate sync point to host ID' from Michael Li…"}},{"before":"d413347b311e128320a0aad41984ebe4e03ccef8","after":"84dfc61fd30d2da20c5fc5dbf80020eb4eb2875a","ref":"refs/heads/gh-pages","pushedAt":"2024-06-12T21:15:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Publish docs","shortMessageHtmlLink":"Publish docs"}},{"before":"aa27f8f365c5a9bacec08fb8cdd36b94b1d9ebdb","after":"603c6620495ab400ae750fad5fcf014b48603b17","ref":"refs/heads/master","pushedAt":"2024-06-12T21:10:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"scylladb-promoter","name":null,"path":"/scylladb-promoter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36883350?s=80&v=4"},"commit":{"message":"doc: remove an entry about seeds from FAQ\n\nThis commit removes a useless entry from the FAQ page.\nIt contains a false recommendation to configure multiple seeds.\n\nCloses scylladb/scylladb#19259","shortMessageHtmlLink":"doc: remove an entry about seeds from FAQ"}},{"before":"2306c3b522e1991fdab62a17592f750d5535546f","after":"bc89aac9d01787426929cef2f17e1cb130857b2f","ref":"refs/heads/branch-6.0","pushedAt":"2024-06-12T20:05:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"scylladb-promoter","name":null,"path":"/scylladb-promoter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36883350?s=80&v=4"},"commit":{"message":"doc: reorganize ToC of the Reference section\n\nThis commit adds a proper ToC to the Reference section to improve\nhow it renders.\n\n(cherry picked from commit 63084c679867498bac6bd6c351de3d277d579b13)\n\nCloses scylladb/scylladb#19257","shortMessageHtmlLink":"doc: reorganize ToC of the Reference section"}},{"before":null,"after":"5811df4d4bc69460ec000d18dca3ef899fd735fc","ref":"refs/heads/mergify/copy/branch-6.0/pr-19230","pushedAt":"2024-06-12T18:35:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"config: Mark tablets feature as unused\n\nThis features used to be there for a while, but then it was removed by\n83d491af025951da6d5994ed4164a3290e147d31. This patch partially takes it\nback, but maps to UNUSED, so that if met in config, it's warned, but\nother features are parsed as well.\n\nrefs: #18968\n\nSigned-off-by: Pavel Emelyanov \n(cherry picked from commit b2520b8185d8b4c40a72ea467237de0231f9ffea)","shortMessageHtmlLink":"config: Mark tablets feature as unused"}},{"before":null,"after":"3295f8b5c6a4ef15af01f7bf0cbf5fcd49fd8c3d","ref":"refs/heads/mergify/copy/branch-6.0/pr-19238","pushedAt":"2024-06-12T18:35:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"raft: fsm: add details to on_internal_error_noexcept message\n\nIf we receive a message in the same term but from a different leader\nthan we expect, we print:\n```\nGot append request/install snapshot/read_quorum from an unexpected leader\n```\nFor some reason the message did not include the details (who the leader\nwas and who the sender was) which requires almost zero effort and might\nbe useful for debugging. So let's include them.\n\nRef: scylladb/scylla-enterprise#4276\n(cherry picked from commit 99a0599e1ed53e1807485f0bc99df0a43d4980c8)","shortMessageHtmlLink":"raft: fsm: add details to on_internal_error_noexcept message"}},{"before":null,"after":"fb5a09cc3ffd2380acb844dbc338fa3705acf194","ref":"refs/heads/mergify/copy/branch-5.4/pr-19238","pushedAt":"2024-06-12T18:35:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"raft: fsm: add details to on_internal_error_noexcept message\n\nIf we receive a message in the same term but from a different leader\nthan we expect, we print:\n```\nGot append request/install snapshot/read_quorum from an unexpected leader\n```\nFor some reason the message did not include the details (who the leader\nwas and who the sender was) which requires almost zero effort and might\nbe useful for debugging. So let's include them.\n\nRef: scylladb/scylla-enterprise#4276\n(cherry picked from commit 99a0599e1ed53e1807485f0bc99df0a43d4980c8)","shortMessageHtmlLink":"raft: fsm: add details to on_internal_error_noexcept message"}},{"before":"3f9cc0ec3fd9c05a3ed7c8e2449397957c6d82c1","after":"aa27f8f365c5a9bacec08fb8cdd36b94b1d9ebdb","ref":"refs/heads/master","pushedAt":"2024-06-12T18:33:42.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"scylladb-promoter","name":null,"path":"/scylladb-promoter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36883350?s=80&v=4"},"commit":{"message":"Merge 'Improve handling of outdated --experimental-features' from Pavel Emelyanov\n\nSome time ago it turned out that if unrecognized feature name is met in scylla.yaml, the whole experimental features list is ignored, but scylla continues to boot. There's UNUSED feature which is the proper way to deprecate a feature, and this PR improves its handling in several ways.\n\n1. The recently removed \"tablets\" feature is partially brought back, but marked as UNUSED\n2. Any UNUSED features met while parsing are printed into logs\n3. The enum_option<> helper is enlightened along the way\n\nrefs: #18968\n\nCloses scylladb/scylladb#19230\n\n* github.com:scylladb/scylladb:\n config: Mark tablets feature as unused\n main: Warn unused features\n enum_option: Carry optional key on board\n enum_option: Remove on-board _map member","shortMessageHtmlLink":"Merge 'Improve handling of outdated --experimental-features' from Pav…"}},{"before":"8f701681407be3b49cf8962c07dcf69da68f133a","after":null,"ref":"refs/heads/mergify/copy/branch-6.0/pr-19102","pushedAt":"2024-06-12T17:59:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"}},{"before":"2306c3b522e1991fdab62a17592f750d5535546f","after":"bc89aac9d01787426929cef2f17e1cb130857b2f","ref":"refs/heads/next-6.0","pushedAt":"2024-06-12T17:12:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kbr-scylla","name":"Kamil Braun","path":"/kbr-scylla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120044486?s=80&v=4"},"commit":{"message":"doc: reorganize ToC of the Reference section\n\nThis commit adds a proper ToC to the Reference section to improve\nhow it renders.\n\n(cherry picked from commit 63084c679867498bac6bd6c351de3d277d579b13)\n\nCloses scylladb/scylladb#19257","shortMessageHtmlLink":"doc: reorganize ToC of the Reference section"}},{"before":"aa27f8f365c5a9bacec08fb8cdd36b94b1d9ebdb","after":"603c6620495ab400ae750fad5fcf014b48603b17","ref":"refs/heads/next","pushedAt":"2024-06-12T17:11:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kbr-scylla","name":"Kamil Braun","path":"/kbr-scylla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120044486?s=80&v=4"},"commit":{"message":"doc: remove an entry about seeds from FAQ\n\nThis commit removes a useless entry from the FAQ page.\nIt contains a false recommendation to configure multiple seeds.\n\nCloses scylladb/scylladb#19259","shortMessageHtmlLink":"doc: remove an entry about seeds from FAQ"}},{"before":"edfdcc0475a97653530cdc4e6b69a6a97fa3eb6c","after":"d413347b311e128320a0aad41984ebe4e03ccef8","ref":"refs/heads/gh-pages","pushedAt":"2024-06-12T15:48:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Publish docs","shortMessageHtmlLink":"Publish docs"}},{"before":null,"after":"b39c0a1d15e113f05df4130f942af98d2617febd","ref":"refs/heads/mergify/copy/branch-6.0/pr-19252","pushedAt":"2024-06-12T15:44:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"test: memtable_test: increase unspooled_dirty_soft_limit\n\nbefore this change, when performing memtable_test, we expect that\nthe memtables of ks.cf is the only memtables being flushed. and\nwe inject 4 failures in the code path of flush, and wait until 4\nof them are triggered. but in the background, `dirty_memory_manager`\nperforms flush on all tables when necessary. so, the total number of\nfailures is not necessary the total number of failures triggered\nwhen flushing ks.cf, some of them could be triggered when flushing\nsystem tables. that's why we have sporadict test failures from\nthis test. as we might check `t.min_memtable_timestamp()` too soon.\n\nafter this change, we increase `unspooled_dirty_soft_limit` setting,\nin order to disable `dirty_memory_manager`, so that the only flush\nis performed by the test.\n\nFixes #19034\nSigned-off-by: Kefu Chai \n(cherry picked from commit 223fba32439b7c61502b5456fbcf65af69dd5961)","shortMessageHtmlLink":"test: memtable_test: increase unspooled_dirty_soft_limit"}},{"before":null,"after":"cb2241d2f8766435e7b0a779bf0c6ca906915b89","ref":"refs/heads/mergify/copy/branch-6.0/pr-18901","pushedAt":"2024-06-12T15:44:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"doc: reorganize ToC of the Reference section\n\nThis commit adds a proper ToC to the Reference section to improve\nhow it renders.\n\n(cherry picked from commit 63084c679867498bac6bd6c351de3d277d579b13)","shortMessageHtmlLink":"doc: reorganize ToC of the Reference section"}},{"before":null,"after":"b8d0df24edf6dc90d8940177eee6333ebbf04d5d","ref":"refs/heads/mergify/copy/branch-5.4/pr-19252","pushedAt":"2024-06-12T15:43:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"test: memtable_test: increase unspooled_dirty_soft_limit\n\nbefore this change, when performing memtable_test, we expect that\nthe memtables of ks.cf is the only memtables being flushed. and\nwe inject 4 failures in the code path of flush, and wait until 4\nof them are triggered. but in the background, `dirty_memory_manager`\nperforms flush on all tables when necessary. so, the total number of\nfailures is not necessary the total number of failures triggered\nwhen flushing ks.cf, some of them could be triggered when flushing\nsystem tables. that's why we have sporadict test failures from\nthis test. as we might check `t.min_memtable_timestamp()` too soon.\n\nafter this change, we increase `unspooled_dirty_soft_limit` setting,\nin order to disable `dirty_memory_manager`, so that the only flush\nis performed by the test.\n\nFixes #19034\nSigned-off-by: Kefu Chai \n(cherry picked from commit 223fba32439b7c61502b5456fbcf65af69dd5961)","shortMessageHtmlLink":"test: memtable_test: increase unspooled_dirty_soft_limit"}},{"before":"c752bda0a2b49c545af3f9fc7c853d8c1a6c7c16","after":"3f9cc0ec3fd9c05a3ed7c8e2449397957c6d82c1","ref":"refs/heads/master","pushedAt":"2024-06-12T15:43:11.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"scylladb-promoter","name":null,"path":"/scylladb-promoter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36883350?s=80&v=4"},"commit":{"message":"doc: reorganize ToC of the Reference section\n\nThis commit adds a proper ToC to the Reference section to improve\nhow it renders.\n\nCloses scylladb/scylladb#18901","shortMessageHtmlLink":"doc: reorganize ToC of the Reference section"}},{"before":"d2a4cd9cae553de9fb0eef418ff6fc667e834c55","after":"aa27f8f365c5a9bacec08fb8cdd36b94b1d9ebdb","ref":"refs/heads/next","pushedAt":"2024-06-12T14:33:19.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"denesb","name":"Botond Dénes","path":"/denesb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1389273?s=80&v=4"},"commit":{"message":"Merge 'Improve handling of outdated --experimental-features' from Pavel Emelyanov\n\nSome time ago it turned out that if unrecognized feature name is met in scylla.yaml, the whole experimental features list is ignored, but scylla continues to boot. There's UNUSED feature which is the proper way to deprecate a feature, and this PR improves its handling in several ways.\n\n1. The recently removed \"tablets\" feature is partially brought back, but marked as UNUSED\n2. Any UNUSED features met while parsing are printed into logs\n3. The enum_option<> helper is enlightened along the way\n\nrefs: #18968\n\nCloses scylladb/scylladb#19230\n\n* github.com:scylladb/scylladb:\n config: Mark tablets feature as unused\n main: Warn unused features\n enum_option: Carry optional key on board\n enum_option: Remove on-board _map member","shortMessageHtmlLink":"Merge 'Improve handling of outdated --experimental-features' from Pav…"}},{"before":"2eca8b54debf61b9d97e29e33f70a98149afe8b0","after":"d2a4cd9cae553de9fb0eef418ff6fc667e834c55","ref":"refs/heads/next","pushedAt":"2024-06-12T14:31:35.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"denesb","name":"Botond Dénes","path":"/denesb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1389273?s=80&v=4"},"commit":{"message":"Merge 'Register API endpoints next to corresponding services' from Pavel Emelyanov\n\nThe API endpoints are registered for particular services (with rare exceptions), and once the corresponding service is ready, its endpoints section can be registered too. Same but reversed is for shutdown, and it's automatic with deferred actions.\n\nrefs: #2737\n\nCloses scylladb/scylladb#19208\n\n* github.com:scylladb/scylladb:\n main: Register task manager API next to task manager itself\n main: Register messaging API next to messaging service\n main: Register repair API next to repair service","shortMessageHtmlLink":"Merge 'Register API endpoints next to corresponding services' from Pa…"}},{"before":"a441d06d6ccaaa1c96d15168460ae77f9bb896e6","after":"2eca8b54debf61b9d97e29e33f70a98149afe8b0","ref":"refs/heads/next","pushedAt":"2024-06-12T14:30:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"denesb","name":"Botond Dénes","path":"/denesb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1389273?s=80&v=4"},"commit":{"message":"auth/role_or_anonymous: drop operator<< for role_or_anonymous\n\nits declaration was removed in 84a9d2fa, which failed to remove\nthe implementation from .cc file.\n\nin this change, let's remove operator<< for role_or_anonymous\ncompletely.\n\nSigned-off-by: Kefu Chai \n\nCloses scylladb/scylladb#19243","shortMessageHtmlLink":"auth/role_or_anonymous: drop operator<< for role_or_anonymous"}},{"before":"4400f9082e25b130dfd78d541385910141218fb6","after":"a441d06d6ccaaa1c96d15168460ae77f9bb896e6","ref":"refs/heads/next","pushedAt":"2024-06-12T14:29:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"denesb","name":"Botond Dénes","path":"/denesb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1389273?s=80&v=4"},"commit":{"message":"raft: fsm: add details to on_internal_error_noexcept message\n\nIf we receive a message in the same term but from a different leader\nthan we expect, we print:\n```\nGot append request/install snapshot/read_quorum from an unexpected leader\n```\nFor some reason the message did not include the details (who the leader\nwas and who the sender was) which requires almost zero effort and might\nbe useful for debugging. So let's include them.\n\nRef: scylladb/scylla-enterprise#4276\n\nCloses scylladb/scylladb#19238","shortMessageHtmlLink":"raft: fsm: add details to on_internal_error_noexcept message"}},{"before":"da417f4483f7234119bf76c30cbba1cd0ba023d0","after":null,"ref":"refs/heads/mergify/copy/branch-6.0/pr-19222","pushedAt":"2024-06-12T13:56:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"}},{"before":"8c99d9e721dcd5a45e2754f190b53d7d9878287a","after":"4400f9082e25b130dfd78d541385910141218fb6","ref":"refs/heads/next","pushedAt":"2024-06-12T13:54:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"denesb","name":"Botond Dénes","path":"/denesb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1389273?s=80&v=4"},"commit":{"message":"lang: Return context as future, not via reference argument\n\nCommit 882b2f4e9f (cql3, schema_tables: Generalize function creation)\nerroneously says that optional is not suitable for future<>\ntype, but in fact it is.\n\nSigned-off-by: Pavel Emelyanov \n\nCloses scylladb/scylladb#19204","shortMessageHtmlLink":"lang: Return context as future, not via reference argument"}},{"before":"e91f82fd5cd3f6f97445e9d5fa844ec23ecd7dea","after":"8c99d9e721dcd5a45e2754f190b53d7d9878287a","ref":"refs/heads/next","pushedAt":"2024-06-12T13:52:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"denesb","name":"Botond Dénes","path":"/denesb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1389273?s=80&v=4"},"commit":{"message":".github: use libstdc++-13\n\nsince gcc-13 is packaged by ppa:ubuntu-toolchain-r, and GCC-13 was\nreleased 1 year ago, let's use it instead. less warnings, as the\nstandard library from GCC-13 is more standard compliant.\n\nSigned-off-by: Kefu Chai \n\nCloses scylladb/scylladb#19162","shortMessageHtmlLink":".github: use libstdc++-13"}},{"before":"24c818453d0582e5b1216926652b386ed0c6332e","after":"e91f82fd5cd3f6f97445e9d5fa844ec23ecd7dea","ref":"refs/heads/next","pushedAt":"2024-06-12T13:50:28.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"denesb","name":"Botond Dénes","path":"/denesb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1389273?s=80&v=4"},"commit":{"message":"Merge '.github: add workflow to build with clang nightly' from Kefu Chai\n\nto be prepared for changes from clang, and enjoy the new warnings/errors from this compiler.\n\n* it is an improvement in our CI, no need to backport.\n\nCloses scylladb/scylladb#19164\n\n* github.com:scylladb/scylladb:\n .github: add workflow to build with clang nightly\n .github: rename clang-tidy-matcher.json to clang-matcher.json","shortMessageHtmlLink":"Merge '.github: add workflow to build with clang nightly' from Kefu Chai"}},{"before":"3f9cc0ec3fd9c05a3ed7c8e2449397957c6d82c1","after":"24c818453d0582e5b1216926652b386ed0c6332e","ref":"refs/heads/next","pushedAt":"2024-06-12T13:47:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"denesb","name":"Botond Dénes","path":"/denesb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1389273?s=80&v=4"},"commit":{"message":"main: Start view builder earlier\n\nCommit 47dbf23773 (Rework view services and system-distributed-keyspace\ndependencies) made streaming and repair services depend on view builder,\nbut missed the fact that the builder itself starts much later.\n\nMove view builder earlier, that's safe, no activity is started upon\nthat, real building is kicked much later when invoke_on_all(start)\nhappens.\n\nOther than than, start system distributed keyspace earlier, which also\nlooks safe, as it's also started \"for real\" later, by storage service\nwhen it joins the ring.\n\nfixes: #19133\n\nSigned-off-by: Pavel Emelyanov \n\nCloses scylladb/scylladb#19250","shortMessageHtmlLink":"main: Start view builder earlier"}},{"before":"da59710fb9a27a90371d940b6cbd38d01069ff0b","after":"3f9cc0ec3fd9c05a3ed7c8e2449397957c6d82c1","ref":"refs/heads/next","pushedAt":"2024-06-12T13:16:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"denesb","name":"Botond Dénes","path":"/denesb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1389273?s=80&v=4"},"commit":{"message":"doc: reorganize ToC of the Reference section\n\nThis commit adds a proper ToC to the Reference section to improve\nhow it renders.\n\nCloses scylladb/scylladb#18901","shortMessageHtmlLink":"doc: reorganize ToC of the Reference section"}},{"before":"cd05de6cfb9a1f41640ed3c02dd5057487169781","after":"da59710fb9a27a90371d940b6cbd38d01069ff0b","ref":"refs/heads/next","pushedAt":"2024-06-12T13:15:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"denesb","name":"Botond Dénes","path":"/denesb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1389273?s=80&v=4"},"commit":{"message":"doc: remove unused documents\n\nupgrade/_common are document fragments included by other documents.\nbut quite a few the documents previously including these fragments\nwere removed. but we didn't remove these fragments along with them.\n\nin this change, we drop them.\n\nFixes #19245\nSigned-off-by: Kefu Chai \n\nCloses scylladb/scylladb#19251","shortMessageHtmlLink":"doc: remove unused documents"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEZAgDJgA","startCursor":null,"endCursor":null}},"title":"Activity · scylladb/scylladb"}