{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":410633298,"defaultBranch":"master","name":"argus","ownerLogin":"scylladb","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-09-26T18:40:38.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/14364730?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1708002505.0","currentOid":""},"activityList":{"items":[{"before":"b7d94d5d11995dad9750f978d21a3690f9122adb","after":"78c7d3261c3d52f45320df8ecf666d7aaa989d57","ref":"refs/heads/master","pushedAt":"2024-05-29T13:51:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"fix(TestDashboard): Only check missing issues","shortMessageHtmlLink":"fix(TestDashboard): Only check missing issues"}},{"before":"f2ac479103406d9f821ccac0242e91a4a1c01223","after":"b7d94d5d11995dad9750f978d21a3690f9122adb","ref":"refs/heads/master","pushedAt":"2024-05-29T13:41:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"improvement(ReleaseDashboard): UX adjustments for Quick Selector\n\nThis commit fixes and improves some of the usability issues related to\nTestPopoutSelector.\n\n* The button group now starts on top and follows cursor\n* Double scroll has been removed\n* A button to scroll to the top of the window has been added\n* A \"Remove All\" button is now present alongside \"Investigate Selected\" button\n* Quick filters are now explained better and contain additional buttons,\n such as: Select all failed and not investigated, Select all\n investigated without additional info.\n* Version container has been adjusted slightly to contain its elements\n better and also highlighted from the background\n* The quick select buttons inside the investigation breakdown are now\n indicated that are buttons better, using a chevron icon on each of\n them.\n* The build number on quick investigate selector is now clickable and\n leads to the run page.\n* Each row in quick investigate now shows if there's a comment or issue\n on the run.","shortMessageHtmlLink":"improvement(ReleaseDashboard): UX adjustments for Quick Selector"}},{"before":"75d8e79da8ba4dcc2bf2b276ea25c10e2e1f1bed","after":"f2ac479103406d9f821ccac0242e91a4a1c01223","ref":"refs/heads/master","pushedAt":"2024-05-28T17:08:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"fix(plugins/generic): Parse submitted scylla version\n\nThis change fixes an issue where a submitted scylla version from generic\nplugin would save it as is, leading to cluttering the short version\nselector. The full version is still saved to a separate field for\nadditional filtering","shortMessageHtmlLink":"fix(plugins/generic): Parse submitted scylla version"}},{"before":"e1a97fe29a1bd91044a74150048e91cc322b849f","after":"75d8e79da8ba4dcc2bf2b276ea25c10e2e1f1bed","ref":"refs/heads/master","pushedAt":"2024-05-28T14:26:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"fix(argus_service): Batch query schedules as well\n\nThis commit adds another read batching into assignee retrieval, as they\ncan also overflow cartesian product setting.","shortMessageHtmlLink":"fix(argus_service): Batch query schedules as well"}},{"before":"7da9686e8909a9ff02e128e97b929e3e28ddca22","after":"e1a97fe29a1bd91044a74150048e91cc322b849f","ref":"refs/heads/master","pushedAt":"2024-05-28T14:14:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"improvement(plugins/sct): Use different naming scheme for coredump links\n\nThis change changes the current \"COREDUMP-{whatever it is in the node\nname in sct\" into \"core.scylla-{node_instance_name}.gz\"","shortMessageHtmlLink":"improvement(plugins/sct): Use different naming scheme for coredump links"}},{"before":"61d2ad8427e0dedd246660ea543781782e307aac","after":"7da9686e8909a9ff02e128e97b929e3e28ddca22","ref":"refs/heads/master","pushedAt":"2024-05-28T14:13:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"fix(argus_service.py): Batching for assignee queries\n\nThis commit fixes some issues related to fetching assignee icons for\ndashboards and workspace. The issue where an \"undefined\" message would\npop up when fetching test assignes is now also fixed in addition to a\nprevious fix for group assignes. A small bug that caused group assignees\nto always return an empty set is now fixed, so they work properly now.","shortMessageHtmlLink":"fix(argus_service.py): Batching for assignee queries"}},{"before":"c945e154751cf680092a4f134b64fb0ef1b3f3e9","after":"61d2ad8427e0dedd246660ea543781782e307aac","ref":"refs/heads/master","pushedAt":"2024-05-23T11:42:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"fix(stats.py): Refactor row-fetching for stats.\n\nThis commit address performance bottlenecks in the stats fetching\nmodule. Specifically it:\n - No longer uses release_id index, instead opting out to an IN query\n that includes relevant tests for the release\n - The 15 test limit is now achieved via PER PARTITION LIMIT clause in\n the stat query, instead of discarding indexed data\n - To avoid exceeding maximum cartesian product of an IN query a\n batching mechanism is introduced for reads, splitting stats query\n into N amount of 100 test queries\n - The queries themselves are using execute_async to execute in parallel\n - Most linear searches are now replaced with map lookups (trading\n multiple searches with an upfront map setup cost)\n - Only the test that support the plugin are queried by it","shortMessageHtmlLink":"fix(stats.py): Refactor row-fetching for stats."}},{"before":"4a2b5864fa1c234f641f3b06a35787f51563c803","after":"c945e154751cf680092a4f134b64fb0ef1b3f3e9","ref":"refs/heads/master","pushedAt":"2024-05-21T11:20:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"improvement(plugins/driver_matrix_tests): Add rust driver matrix support\n\nThis adds some changes needed to correctly determine run status for rust\ndriver.","shortMessageHtmlLink":"improvement(plugins/driver_matrix_tests): Add rust driver matrix support"}},{"before":"d6ec45cd75c95dc34c6cded855a9e47671fc4c16","after":"4a2b5864fa1c234f641f3b06a35787f51563c803","ref":"refs/heads/master","pushedAt":"2024-05-21T10:07:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"fix(ResourcesInfo.svelte): Incorrect column name\n\nChanges duplicate \"Provider\" column header to \"Region\"","shortMessageHtmlLink":"fix(ResourcesInfo.svelte): Incorrect column name"}},{"before":"3e44103e0ed30f0709e962af836052e8c5d1981c","after":"d6ec45cd75c95dc34c6cded855a9e47671fc4c16","ref":"refs/heads/master","pushedAt":"2024-05-20T01:24:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"fix(cli.py): Flag for retrieving every model available from a plugin","shortMessageHtmlLink":"fix(cli.py): Flag for retrieving every model available from a plugin"}},{"before":"939201f504c703c171e14981adc229e60f5fbfce","after":"3e44103e0ed30f0709e962af836052e8c5d1981c","ref":"refs/heads/master","pushedAt":"2024-05-20T01:13:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"feature(TestRuns): Jenkins Job Configuration Modal\n\nThis commit adds Jenkins settings page to the TestRuns banner (while\nalso slightly redesigning the look and feel of said banner component).\nThe modal allows adjusting job settings same way they can be adjusted\nduring clone, but available without cloning the original job.","shortMessageHtmlLink":"feature(TestRuns): Jenkins Job Configuration Modal"}},{"before":"087e04b6e34d749202884b3ec65ae0048502f7ec","after":"939201f504c703c171e14981adc229e60f5fbfce","ref":"refs/heads/master","pushedAt":"2024-05-20T01:07:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"improvement(plugins/sct): Add update cloud resource endpoint\n\nThis change adds a new endpoint for SCT controller that allows updating\nalmost all fields of a resource via a provided mapping (so that any\ncombination of valid fields is accepted server-side)\n\nTask: scylladb/qa-tasks#1657","shortMessageHtmlLink":"improvement(plugins/sct): Add update cloud resource endpoint"}},{"before":"b0babaf36beb72c1def9acadaccab961a20375e9","after":"087e04b6e34d749202884b3ec65ae0048502f7ec","ref":"refs/heads/master","pushedAt":"2024-05-20T01:01:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"feature(plugins/sct): JUnit results table and submission support\n\nThis change allows SCT clients to submit JUnit xml to argus and let it\nbe parsed into a user-viewable table on the SCT run component widget.\n\nFixes #345","shortMessageHtmlLink":"feature(plugins/sct): JUnit results table and submission support"}},{"before":"7758729d4733481f9571acee28793d9e17890863","after":"b0babaf36beb72c1def9acadaccab961a20375e9","ref":"refs/heads/master","pushedAt":"2024-05-20T01:01:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"improvement(plugins/sct): Ignore duplicate packages\n\nThis change ignores makes it so sct packages submitted to argus are\nignored if they match an already existing one.","shortMessageHtmlLink":"improvement(plugins/sct): Ignore duplicate packages"}},{"before":"46f007dc86574fe1b934cbbc0e5de2ceefef1ce6","after":"7758729d4733481f9571acee28793d9e17890863","ref":"refs/heads/master","pushedAt":"2024-05-20T01:00:56.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"fix(RunGroup): Hide spinner for stat-disabled releases\n\nThis hides the spinner showing \"Loading stats...\" for releases that have\nstat fetching disabled (e.g. staging)","shortMessageHtmlLink":"fix(RunGroup): Hide spinner for stat-disabled releases"}},{"before":"5f075a485b361cf73dc47824ac77b8089030c293","after":"46f007dc86574fe1b934cbbc0e5de2ceefef1ce6","ref":"refs/heads/master","pushedAt":"2024-05-20T01:00:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"feature(ArtifactTab.svelte): Add Log Link widget\n\nThis commit adds a form to the Logs tab of SCT TestRun component,\nallowing user to submit a custom URL for a log (e.g. coredump url).\n\nTask: scylladb/qa-tasks#330","shortMessageHtmlLink":"feature(ArtifactTab.svelte): Add Log Link widget"}},{"before":"2e16cdcd8bd320befa8b9546c3d9feb64bff6506","after":"5f075a485b361cf73dc47824ac77b8089030c293","ref":"refs/heads/master","pushedAt":"2024-05-16T05:35:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"improvement(plugins/sct): Scan for CoreDumpEvent on events submission\n\nThis change makes argus look for CoreDumpEvent events in submitted\nevents on test completion - parsing ones that contain links to coredumps\nand storing them in the 'logs' container, which can be viewed on the\n\"Logs\" tab in the frontend. Note that some cores might be lost if SCT\ngenerates a lot of error events, shadowing last 100 it submits to argus.\n\nFixes #326","shortMessageHtmlLink":"improvement(plugins/sct): Scan for CoreDumpEvent on events submission"}},{"before":"66e3a3f95b432007ef2367cc6c48a9a956e0c5ca","after":"2e16cdcd8bd320befa8b9546c3d9feb64bff6506","ref":"refs/heads/master","pushedAt":"2024-05-16T05:30:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"improvement(ReleaseDashboard.svelte): Quick filters for statuses\n\nThis commit changes text on investigation breakdown into buttons,\nallowing quick selection of affected tests.\n\nFixes #72\nFixes #328","shortMessageHtmlLink":"improvement(ReleaseDashboard.svelte): Quick filters for statuses"}},{"before":"58d069bf7ea29a0e3f9f827c599e6de9f339b4a8","after":"66e3a3f95b432007ef2367cc6c48a9a956e0c5ca","ref":"refs/heads/master","pushedAt":"2024-05-16T05:29:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"fix(argus): update scylla-driver to 3.26.8\n\nUpdating to solve some performance issue with CQLEngine and such.","shortMessageHtmlLink":"fix(argus): update scylla-driver to 3.26.8"}},{"before":"bfc3807f64d00e6dd3135eb3274e762a117c2e1c","after":"58d069bf7ea29a0e3f9f827c599e6de9f339b4a8","ref":"refs/heads/master","pushedAt":"2024-04-30T16:26:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"feature(jenkins_service): Job cloning for Jenkins\n\nThis commits adds logic and frontend components to clone a job inside\njenkins. The main difference between rebuild and clone being\nthe target release and group selector, in addition to \"Advanced Settings\"\nmenu, which differs between job types. All 3 main jobs types are\nsupported.\n\nTask: scylladb/qa-tasks#1653","shortMessageHtmlLink":"feature(jenkins_service): Job cloning for Jenkins"}},{"before":"adb6a75d8f65b9451be5581ffefe07e6f6257cd7","after":"bfc3807f64d00e6dd3135eb3274e762a117c2e1c","ref":"refs/heads/master","pushedAt":"2024-04-25T14:49:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"fix(driver_matrix_tests): Make some fields optional in JUnit testcases\n\nThis commit adjusts which fields are required from a testcase, since\ncertain frameworks do not report classname in certain cases (e.g. rust\ndriver matrix)","shortMessageHtmlLink":"fix(driver_matrix_tests): Make some fields optional in JUnit testcases"}},{"before":"016c1a58b563bf968ca81a4b7c352942d62210da","after":"adb6a75d8f65b9451be5581ffefe07e6f6257cd7","ref":"refs/heads/master","pushedAt":"2024-04-02T14:59:21.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"feature(TestRun/Jenkins): SCT Rebuild Wizard\n\nThis commit adds a more user-friendly form for working with SCT Rebuilds\n- grouping parameters into categories, only showing relevant parameters\n and hiding currently invalid parameters.","shortMessageHtmlLink":"feature(TestRun/Jenkins): SCT Rebuild Wizard"}},{"before":"b3f1d8ef8a2d7726a2e9a824658d50013c9764fc","after":"016c1a58b563bf968ca81a4b7c352942d62210da","ref":"refs/heads/master","pushedAt":"2024-03-31T14:21:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"feature(argus): bump version to 0.12.1","shortMessageHtmlLink":"feature(argus): bump version to 0.12.1"}},{"before":"bdb041ca21bb3b813c50d0681c3985bd14ab14b9","after":"b3f1d8ef8a2d7726a2e9a824658d50013c9764fc","ref":"refs/heads/master","pushedAt":"2024-03-25T14:37:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"fix(frontend): Button colors for Test-Error and Priority sort\n\nThis commit fixes an issue where Test-Error would use same colors as\nFailed tests and would sort last in terms of result priorities.\n\nTask: #341","shortMessageHtmlLink":"fix(frontend): Button colors for Test-Error and Priority sort"}},{"before":"e9fb0c4c04047199dfaa5494c97065b0cb41532b","after":"bdb041ca21bb3b813c50d0681c3985bd14ab14b9","ref":"refs/heads/master","pushedAt":"2024-03-25T14:36:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"fix(TestRuns.svelte): Re-enable background refresh for Workspace Runs\n\nThis commit reverts the behaviour of TestRuns component where it will\nnow again refresh without tab being in focus\n\nFixes #343","shortMessageHtmlLink":"fix(TestRuns.svelte): Re-enable background refresh for Workspace Runs"}},{"before":"cbdac4d2ceeea88744e73e63ee1eeca5e54f6fa6","after":"e9fb0c4c04047199dfaa5494c97065b0cb41532b","ref":"refs/heads/master","pushedAt":"2024-03-25T14:36:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"fix(TestRun.svelte): Use svelte-fa instead of tag\n\nThis fixes an issue where repeated mount/dismount of component would\nduplicate Font-Awesome icons in the markup, as they don't have same\ncleanup procedures as svelte does.\n\nTask: #341","shortMessageHtmlLink":"fix(TestRun.svelte): Use svelte-fa instead of <i> tag"}},{"before":"d50fec6d660fba7ea179ab45e0571a2c7d8d9845","after":"cbdac4d2ceeea88744e73e63ee1eeca5e54f6fa6","ref":"refs/heads/master","pushedAt":"2024-03-25T13:54:37.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"improvement(TestDashboard.svelte): Display affected build number for a test\n\nThis small change adds a corresponding build number and date to the completed\nrun on a TestDashboard. Additionally, it adds a new field for full scylla\nversion to each plugin.","shortMessageHtmlLink":"improvement(TestDashboard.svelte): Display affected build number for …"}},{"before":"e326c791619a2ca0880fe4951319aa0c62f3dfa8","after":"d50fec6d660fba7ea179ab45e0571a2c7d8d9845","ref":"refs/heads/master","pushedAt":"2024-03-03T14:02:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"improvement(TestRun.svelte): Rebuild link for Jenkins\n\nThis change adds a link to Jenkins rebuild page for each of the\nsupported TestRun cards. This is initial part of the logic to eventually\nhave automatic rebuilds/clones of Jenkins jobs inside argus.\n\nTask: scylladb/qa-tasks#1612","shortMessageHtmlLink":"improvement(TestRun.svelte): Rebuild link for Jenkins"}},{"before":"9aa5aae06c5f6289dc93dac8c39f59defd69c96e","after":"e326c791619a2ca0880fe4951319aa0c62f3dfa8","ref":"refs/heads/master","pushedAt":"2024-02-26T13:35:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"improvement(plugins/sct): Store DC Name in CloudInstanceDetails\n\nThis change allows Argus to track datacenter names inside\nCloudInstanceDetails.\n\nFixes #222","shortMessageHtmlLink":"improvement(plugins/sct): Store DC Name in CloudInstanceDetails"}},{"before":"0668587ca2a3b886566ce83e25a230a3e82ff381","after":"9aa5aae06c5f6289dc93dac8c39f59defd69c96e","ref":"refs/heads/master","pushedAt":"2024-02-26T13:35:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"k0machi","name":"Alexey","path":"/k0machi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7761415?s=80&v=4"},"commit":{"message":"fix(stats.py): Fix worst-case collection\n\nDue to an issue in #336 there was a problem arranging information with\nworst case if worst case was not one of the last 5 runs. This is now\nfixed by slicing the array later and in case we are unable to find the\nrun still in the filtered out runs we reconstruct the required entity.","shortMessageHtmlLink":"fix(stats.py): Fix worst-case collection"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVwJ3ywA","startCursor":null,"endCursor":null}},"title":"Activity · scylladb/argus"}