{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":633822652,"defaultBranch":"main","name":"Upscaler","ownerLogin":"hollowaykeanho","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-04-28T11:07:13.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7259572?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1687323418.2544441","currentOid":""},"activityList":{"items":[{"before":"e1bffa4dc9024b738a729dd5e97f895f3d41d8c9","after":"305efd3e9069ad36466db0762b0603dcce2e2417","ref":"refs/heads/main","pushedAt":"2024-03-20T09:13:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"init: fixed unix.sh's relative pathing issue with mkdir\n\nGiven the command:\n/usr/bin/upscaler --model upscayl-ultrasharp \\\n --scale 2 \\\n --format png \\\n --video \\\n --input my-video.mp4 \\\n --output my-video-upscaled\n\nThe program tries to create a directory\n./my-video.mp4/something/something\nand throws an error, stopping the execution entirely.\n\nThis patch fixes the issue of such directory creation where\nthe input file of a video is in the same directory and output\n has relative path in init/ directory.\n\nSigned-off-by: Lyoneel <656308+lyoneel@users.noreply.github.com>\nAccepted-by: (Holloway) Chew, Kean Ho \nReworded-by: (Holloway) Chew, Kean Ho \nReviewed-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"init: fixed unix.sh's relative pathing issue with mkdir"}},{"before":"acdf1aa09b8511bf7f8351193891dd141bc2d882","after":"e1bffa4dc9024b738a729dd5e97f895f3d41d8c9","ref":"refs/heads/main","pushedAt":"2024-03-20T09:09:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"unix.sh - fix mkdir issue\n\nfix issue creating directory where input file of a video is in the same directory to output and has relative path.\r\n\r\nGiven:\r\n/usr/bin/upscaler --model upscayl-ultrasharp \\\r\n --scale 2 \\\r\n --format png \\\r\n --video \\\r\n --input my-video.mp4 \\\r\n --output my-video-upscaled\r\n\r\nThe program tries to create a directory ./my-video.mp4/something/something\r\n\r\nthrows an error and stop the execution\n\nSigned-off-by: Lyoneel <656308+lyoneel@users.noreply.github.com>","shortMessageHtmlLink":"unix.sh - fix mkdir issue"}},{"before":"bed4aa774f1f679dcaa6687af1209d234f943d45","after":"acdf1aa09b8511bf7f8351193891dd141bc2d882","ref":"refs/heads/main","pushedAt":"2024-03-03T04:17:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"init: fixed output path determination error\n\nThere was an error determining the output path where if the given\npath is only a filepath (without directory), the program will try\nto use the original input filename as a directory and cause the\nupscaling process to be unreasonably failed. Hence, we need to fix\nthis bug.\n\nThis patch fixes the output path determination error in init/\ndirectory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"init: fixed output path determination error"}},{"before":"9ba0c87bc79ab4598366ee3fd12b07cedda86cda","after":"bed4aa774f1f679dcaa6687af1209d234f943d45","ref":"refs/heads/main","pushedAt":"2024-03-03T04:14:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"init: fixed output path determination error\n\nThere was an error determining the output path where if the given\npath is only a filepath (without directory), the program will try\nto use the original input filename as a directory and cause the\nupscaling process to be unreasonably failed. Hence, we need to fix\nthis bug.\n\nThis patch fixes the output path determination error in init/\ndirectory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"init: fixed output path determination error"}},{"before":"dfd50ce7ea83fc8cd2fd5598d08ed0435d24676c","after":"9ba0c87bc79ab4598366ee3fd12b07cedda86cda","ref":"refs/heads/main","pushedAt":"2024-02-11T07:37:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"init: added single video editing codes layout\n\nSince we already supported video upscaling, we can proceed to develop\nits codes layout. Hence, let's setup its layout with placeholding\nfunctions.\n\nThis patch adds single video editing codes layout in init/ directory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"init: added single video editing codes layout"}},{"before":"5d0be0f608a1635f0df3694bb325fb38dd2fe189","after":"dfd50ce7ea83fc8cd2fd5598d08ed0435d24676c","ref":"refs/heads/main","pushedAt":"2024-02-11T07:34:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"init: added single video editing codes layout\n\nSince we already supported video upscaling, we can proceed to develop\nits codes layout. Hence, let's setup its layout with placeholding\nfunctions.\n\nThis patch adds single video editing codes layout in init/ directory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"init: added single video editing codes layout"}},{"before":"579b103f631517ab83e1e6de006984c27b4f2657","after":"5d0be0f608a1635f0df3694bb325fb38dd2fe189","ref":"refs/heads/main","pushedAt":"2024-02-10T08:10:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"init: developed single image processing function\n\nNow that everything is in place, it's time to develop the single\nimage processing function. Hence, let's do this.\n\nThis patch develops single image processing function in init/\ndirectory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"init: developed single image processing function"}},{"before":"ac2d9710dc34d2aadad07f038ba8364fc408e8c1","after":"579b103f631517ab83e1e6de006984c27b4f2657","ref":"refs/heads/main","pushedAt":"2024-02-10T08:06:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"init: developed single image processing function\n\nNow that everything is in place, it's time to develop the single\nimage processing function. Hence, let's do this.\n\nThis patch develops single image processing function in init/\ndirectory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"init: developed single image processing function"}},{"before":"dcd9af68912ffffa7367dc931834c641f655ebf2","after":"ac2d9710dc34d2aadad07f038ba8364fc408e8c1","ref":"refs/heads/main","pushedAt":"2024-02-10T02:57:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"init: layout single image execution controller\n\nSince we developing the single image execution codes, we should\nproceed to layout its controller layer first. Hence, let's do this.\n\nThis patch layouts single image execution controller in init/\ndirectory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"init: layout single image execution controller"}},{"before":"b9130b3916ab355af04103a6d02afee489892142","after":"dcd9af68912ffffa7367dc931834c641f655ebf2","ref":"refs/heads/main","pushedAt":"2024-02-10T02:54:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"init: layout single image execution controller\n\nSince we developing the single image execution codes, we should\nproceed to layout its controller layer first. Hence, let's do this.\n\nThis patch layouts single image execution controller in init/\ndirectory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"init: layout single image execution controller"}},{"before":"d01d13ce94d84c5944359d7a07df4ba4288d6434","after":"b9130b3916ab355af04103a6d02afee489892142","ref":"refs/heads/main","pushedAt":"2024-02-09T23:25:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"init: added execution block\n\nSince we're now at execution block layer, we can proceed to draft\nits logic structure first. Hence, let's do this.\n\nThis patch adds execution block in init/ directory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"init: added execution block"}},{"before":"5f9d241ebdb251c678ce6fbd54e365e33950f68f","after":"d01d13ce94d84c5944359d7a07df4ba4288d6434","ref":"refs/heads/main","pushedAt":"2024-02-09T23:21:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"init: added execution block\n\nSince we're now at execution block layer, we can proceed to draft\nits logic structure first. Hence, let's do this.\n\nThis patch adds execution block in init/ directory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"init: added execution block"}},{"before":"14f7d036e54483235ceb19804b8e8791c35b6ec7","after":"5f9d241ebdb251c678ce6fbd54e365e33950f68f","ref":"refs/heads/main","pushedAt":"2024-02-09T10:02:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"init: added format validator\n\nSince the output format is selectable, we have to add its validator\nfunction. Let's do this.\n\nThis patcha dds format validator into init/ directory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"init: added format validator"}},{"before":"d7c62ef5ec4f95ee3d03b7126ec9451cb083e56a","after":"14f7d036e54483235ceb19804b8e8791c35b6ec7","ref":"refs/heads/main","pushedAt":"2024-02-09T09:58:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"init: added format validator\n\nSince the output format is selectable, we have to add its validator\nfunction. Let's do this.\n\nThis patcha dds format validator into init/ directory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"init: added format validator"}},{"before":"44a7f55617d570e160bb88ffacdb502b4386c391","after":"d7c62ef5ec4f95ee3d03b7126ec9451cb083e56a","ref":"refs/heads/main","pushedAt":"2024-02-09T09:27:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"init: added parallelism count support\n\nSince we want to support parallel processing from the get-go, we\nhave to supply its validator. Hence, let's do this.\n\nThis patch adds parallelism count support into init/ directory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"init: added parallelism count support"}},{"before":"d3a48a19c733f035160fa13ef2618f4b0342b144","after":"44a7f55617d570e160bb88ffacdb502b4386c391","ref":"refs/heads/main","pushedAt":"2024-02-09T09:24:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"init: added parallelism count support\n\nSince we want to support parallel processing from the get-go, we\nhave to supply its validator. Hence, let's do this.\n\nThis patch adds parallelism count support into init/ directory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"init: added parallelism count support"}},{"before":"6a4e8f4fcd5ad503d5e728951fa155a3c284b0cc","after":"d3a48a19c733f035160fa13ef2618f4b0342b144","ref":"refs/heads/main","pushedAt":"2024-02-09T09:01:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"init: added gpu id validator\n\nSince the GPU id selector is a very important argument, we should\nadd its validatior function in. Hence, let's do this.\n\nThis patch adds GPU ID validator into init/ directory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"init: added gpu id validator"}},{"before":"921c87529c9e39ec4b52affc9951acebcbe04eea","after":"6a4e8f4fcd5ad503d5e728951fa155a3c284b0cc","ref":"refs/heads/main","pushedAt":"2024-02-09T08:57:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"init: added gpu id validator\n\nSince the GPU id selector is a very important argument, we should\nadd its validatior function in. Hence, let's do this.\n\nThis patch adds GPU ID validator into init/ directory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"init: added gpu id validator"}},{"before":"7af5b8cda1f481955d6854a1363c5785c0d4bfd9","after":"921c87529c9e39ec4b52affc9951acebcbe04eea","ref":"refs/heads/main","pushedAt":"2024-02-09T06:26:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"init: clean up help printout for PowerShell\n\nIt appears the Powershell version of printout is ugly. Hence, let's\nclean it up.\n\nThis patch cleans up help printout for PowerShell side in init/\ndirectory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"init: clean up help printout for PowerShell"}},{"before":"9e07d37ea07e0cbef85993bd37f0278da08270ec","after":"7af5b8cda1f481955d6854a1363c5785c0d4bfd9","ref":"refs/heads/main","pushedAt":"2024-02-09T06:23:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"init: clean up help printout for PowerShell\n\nIt appears the Powershell version of printout is ugly. Hence, let's\nclean it up.\n\nThis patch cleans up help printout for PowerShell side in init/\ndirectory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"init: clean up help printout for PowerShell"}},{"before":"b15531bece025cb1e682d4e1969ea27f2ebe2ec3","after":"9e07d37ea07e0cbef85993bd37f0278da08270ec","ref":"refs/heads/main","pushedAt":"2024-02-09T06:15:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"init: added input target validator\n\nSince we need to make sure the input is actually a valid one, we\nshould proceed to add its validator in. Hence, let's do this.\n\nThis patch adds input target validator into init/ directory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"init: added input target validator"}},{"before":"5dff6819b16dad3150abc58957ec9b0c55cfba79","after":"b15531bece025cb1e682d4e1969ea27f2ebe2ec3","ref":"refs/heads/main","pushedAt":"2024-02-09T06:11:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"init: added input target validator\n\nSince we need to make sure the input is actually a valid one, we\nshould proceed to add its validator in. Hence, let's do this.\n\nThis patch adds input target validator into init/ directory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"init: added input target validator"}},{"before":"6b2a9afcfa5b71c8bb357afa77600c81f0a503c6","after":"5dff6819b16dad3150abc58957ec9b0c55cfba79","ref":"refs/heads/main","pushedAt":"2024-02-09T04:18:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"root: added scaling factor validator\n\nSince scaling factor is an important input, we should add its\nvalidator in. Hence, let's do this.\n\nThis patch adds scaling factor validator into root repository.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"root: added scaling factor validator"}},{"before":"09a843ba5bd6cbc2dcf50b4433ce36cfbc321cec","after":"6b2a9afcfa5b71c8bb357afa77600c81f0a503c6","ref":"refs/heads/main","pushedAt":"2024-02-09T04:15:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"root: added scaling factor validator\n\nSince scaling factor is an important input, we should add its\nvalidator in. Hence, let's do this.\n\nThis patch adds scaling factor validator into root repository.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"root: added scaling factor validator"}},{"before":"bed6d5fd17d8d837a332a3aca3918584264a5be2","after":"09a843ba5bd6cbc2dcf50b4433ce36cfbc321cec","ref":"refs/heads/main","pushedAt":"2024-02-09T03:17:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"root: added model query and checking capability\n\nSince we need to make sure the program works accordingly, we should\nproceed to add model query and checking capability for validating\ninput. Hence, let's do this.\n\nThis patch adds model query and checking capability in root repository.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"root: added model query and checking capability"}},{"before":"f3d94ac7264dfc49f1f62d3796e0a53e28da05d7","after":"bed6d5fd17d8d837a332a3aca3918584264a5be2","ref":"refs/heads/main","pushedAt":"2024-02-09T02:22:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"root: added model query and checking capability\n\nSince we need to make sure the program works accordingly, we should\nproceed to add model query and checking capability for validating\ninput. Hence, let's do this.\n\nThis patch adds model query and checking capability in root repository.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"root: added model query and checking capability"}},{"before":"e79590afece309f1f7b07acafd322126541984c0","after":"f3d94ac7264dfc49f1f62d3796e0a53e28da05d7","ref":"refs/heads/main","pushedAt":"2024-02-09T02:13:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"root: added model query and checking capability\n\nSince we need to make sure the program works accordingly, we should\nproceed to add model query and checking capability for validating\ninput. Hence, let's do this.\n\nThis patch adds model query and checking capability in root repository.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"root: added model query and checking capability"}},{"before":"5c3497696b51043d143f300b7cf075d7814abc11","after":"e79590afece309f1f7b07acafd322126541984c0","ref":"refs/heads/main","pushedAt":"2024-02-09T00:56:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"tests: cleaned up test samples\n\nTo make sure we have a proper place to test the program, we have to\nclean up our messy test workspace first. Hence, let's do this.\n\nThis patch cleans up test samples in tests/ directory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"tests: cleaned up test samples"}},{"before":"40fd5abb1d11ace10ed1b83b41b59c086039c18c","after":"5c3497696b51043d143f300b7cf075d7814abc11","ref":"refs/heads/main","pushedAt":"2024-02-09T00:52:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"tests: cleaned up test samples\n\nTo make sure we have a proper place to test the program, we have to\nclean up our messy test workspace first. Hence, let's do this.\n\nThis patch cleans up test samples in tests/ directory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"tests: cleaned up test samples"}},{"before":"eebeab92e78f635994ff15d9e00674c5b36d03aa","after":"40fd5abb1d11ace10ed1b83b41b59c086039c18c","ref":"refs/heads/main","pushedAt":"2024-02-09T00:48:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hollowaykeanho","name":"(Holloway) Chew, Kean Ho","path":"/hollowaykeanho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7259572?s=80&v=4"},"commit":{"message":"init: added binary program checking validator\n\nTo make sure the repository is working fine from the get-go, we\nshould add the binary program checking validator in place. Hence,\nlet's do this.\n\nThis patch adds binary program checking validator into init/\ndirectory.\n\nCo-authored-by: Shuralyov, Jean \nCo-authored-by: Galyna, Cory \nCo-authored-by: (Holloway) Chew, Kean Ho \nSigned-off-by: (Holloway) Chew, Kean Ho ","shortMessageHtmlLink":"init: added binary program checking validator"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEGnRWlgA","startCursor":null,"endCursor":null}},"title":"Activity ยท hollowaykeanho/Upscaler"}