{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":739490583,"defaultBranch":"main","name":"PDNS-Manager","ownerLogin":"mdsadiqueinam","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-01-05T17:34:37.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/104680493?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1713106213.0","currentOid":""},"activityList":{"items":[{"before":"676f4d0fa3ae96207afaee0b3a9e04b808ac025f","after":"7eea6e0aec496777816c93a3a072f2c672d8cad3","ref":"refs/heads/main","pushedAt":"2024-04-16T03:42:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"Update Gradle build command in GitHub workflow\n\nThe Gradle build command has been amended in the 'page-release.yml' file inside the '.github/workflows/' directory. Specifically, ':launchpad:wasmJsBrowserProductionWebpack' has been replaced with ':launchpad:wasmJsBrowserDistribution'. Additionally, copying of resources from 'commonCompose/build/processedResources/wasmJs/main/values/' to './wasmJs/values/' has been removed.","shortMessageHtmlLink":"Update Gradle build command in GitHub workflow"}},{"before":"5aa4ebd8c0b9802b95885fac6c38c914ff7ffa9f","after":"676f4d0fa3ae96207afaee0b3a9e04b808ac025f","ref":"refs/heads/main","pushedAt":"2024-04-15T10:48:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"Develop (#4)\n\n* Refactor strings resource and update dependencies\r\n\r\nMoved strings resources from the \"launchpad\" module to the \"commonCompose\" module and updated Compose and AndroidX versions. Additionally, the \"app\" module was added to settings.gradle.kts and the new module's build file structure was introduced. This change provides a unified location for storing string resources across modules and keeps the dependencies up to date.\r\n\r\n* Update JVM toolchain, plugin version, and upgrade dependencies\r\n\r\nJVM toolchain has been updated to use libs.versions.java and vendor was set to JvmVendorSpec.AZUL on shared, pdnsClient and server build files. Foojay resolver convention plugin was added to settings.gradle.kts. Java version in libs.versions file has been bumped up to 17 and ktor version has been updated to 2.3.10. This improves the toolchain control and keeps the project up-to-date with the latest stable versions of the plugins and dependencies.\r\n\r\n* Add new database migration for pdns scheme\r\n\r\nThe new file 'pdns.ts' within database migrations has been created. This migration file includes definitions for new tables (domains, records, supermasters, comments, domainmetadata, cryptokeys, tsigkeys) and associated indexes in the database. Corresponding 'up' and 'down' methods have been written to handle the creation and removal of these tables and indexes.\r\n\r\n* Update resource package name and add Github workflow\r\n\r\nUpdated the package name of resources in the build.gradle.kts, TextField.kt, Res.kt, LoginScreen.kt, RegisterScreen.kt, and Screen.kt files from 'pdnsmanager.commoncompose.resources' to 'pdnsmanager.commonCompose.resources'. Added Github workflow 'page-release.yml' for building and pushing Wasm Assets on every published release.\r\n\r\n* Update security settings and switch to local Postgres\r\n\r\nThis commit applies crucial updates to our security settings in Security.kt and switches the database url to a localized one in application.conf. Additionally, the Java version was updated and the docker image used for the jib was specified under the Ktor section of the build script to keep consistency across project.\r\n\r\n* Change logback to runtimeOnly and simplify docker image configuration\r\n\r\nThe logback dependency has been changed from implementation to runtimeOnly, which means it won't be needed for compile-time checks. Also, the configuration for the docker image has been simplified to improve readability and maintainability.","shortMessageHtmlLink":"Develop (#4)"}},{"before":"9b2319fd15ed60068f4e2e5794b2c2acea0c5e24","after":"2f902325220b370b4f29ba81c22000a021030ae8","ref":"refs/heads/develop","pushedAt":"2024-04-15T10:47:41.000Z","pushType":"push","commitsCount":20,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"fixed conflict","shortMessageHtmlLink":"fixed conflict"}},{"before":"1eecf272b137f392ada60cebbd3a02be08f1bf66","after":"5aa4ebd8c0b9802b95885fac6c38c914ff7ffa9f","ref":"refs/heads/main","pushedAt":"2024-04-15T10:41:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"Developing launchpad (#3)\n\n* Refactor strings resource and update dependencies\r\n\r\nMoved strings resources from the \"launchpad\" module to the \"commonCompose\" module and updated Compose and AndroidX versions. Additionally, the \"app\" module was added to settings.gradle.kts and the new module's build file structure was introduced. This change provides a unified location for storing string resources across modules and keeps the dependencies up to date.\r\n\r\n* Update JVM toolchain, plugin version, and upgrade dependencies\r\n\r\nJVM toolchain has been updated to use libs.versions.java and vendor was set to JvmVendorSpec.AZUL on shared, pdnsClient and server build files. Foojay resolver convention plugin was added to settings.gradle.kts. Java version in libs.versions file has been bumped up to 17 and ktor version has been updated to 2.3.10. This improves the toolchain control and keeps the project up-to-date with the latest stable versions of the plugins and dependencies.\r\n\r\n* Add new database migration for pdns scheme\r\n\r\nThe new file 'pdns.ts' within database migrations has been created. This migration file includes definitions for new tables (domains, records, supermasters, comments, domainmetadata, cryptokeys, tsigkeys) and associated indexes in the database. Corresponding 'up' and 'down' methods have been written to handle the creation and removal of these tables and indexes.\r\n\r\n* Update resource package name and add Github workflow\r\n\r\nUpdated the package name of resources in the build.gradle.kts, TextField.kt, Res.kt, LoginScreen.kt, RegisterScreen.kt, and Screen.kt files from 'pdnsmanager.commoncompose.resources' to 'pdnsmanager.commonCompose.resources'. Added Github workflow 'page-release.yml' for building and pushing Wasm Assets on every published release.\r\n\r\n* Update security settings and switch to local Postgres\r\n\r\nThis commit applies crucial updates to our security settings in Security.kt and switches the database url to a localized one in application.conf. Additionally, the Java version was updated and the docker image used for the jib was specified under the Ktor section of the build script to keep consistency across project.\r\n\r\n* Change logback to runtimeOnly and simplify docker image configuration\r\n\r\nThe logback dependency has been changed from implementation to runtimeOnly, which means it won't be needed for compile-time checks. Also, the configuration for the docker image has been simplified to improve readability and maintainability.\r\n\r\n* Add new strings for ui and update server routes\r\n\r\nThe commit introduces a set of new string resources mainly for UI labels or messages. In addition, the server routes have been refactored to be under \"/api\". Further adjustments are made to the build files including Java version change and addition of a new library.\r\n\r\n* Update database URL, CI flow and add task in build file\r\n\r\nThe database URL in the application configuration has been updated to use a new server address. The continuous integration workflow for releasing pages has been adjusted, including modifying the repository details, user name, and commit flow. An additional copy task has been added to the Gradle build file.\r\n\r\n* Update UI spacing in Login and Register screens\r\n\r\nChanged the spacing mechanism in Login and Register screens from using explicit Spacer elements to built-in column spacing. This simplifies the code and ensures consistent spacing between widgets.\r\n\r\n* Refactor code and optimize configurations\r\n\r\nThis commit involves various changes like adjusting settings in `Security.kt`, modifying database URL in `application.conf` and project run configurations. Also, simplified the proxy configuration in `launchpad/build.gradle.kts`. These changes aim for a cleaner and more efficient codebase, also allowing for more flexible application configuration.\r\n\r\n* Update yarn dependencies\r\n\r\nThe code changes include updating a number of yarn dependencies across various libraries. This ensures the project uses the latest secure versions, optimizes overall performance and compatibility. Several old dependencies have been updated to recent versions while some new dependencies have been added.\r\n\r\n* Update yarn dependencies\r\n\r\nThe code changes include updating a number of yarn dependencies across various libraries. This ensures the project uses the latest secure versions, optimizes overall performance and compatibility. Several old dependencies have been updated to recent versions while some new dependencies have been added.","shortMessageHtmlLink":"Developing launchpad (#3)"}},{"before":"0486b2b0a52c203cef90cc277e163aa16eb75158","after":"ab49e149e296e1d7b90f5df2161656a6edd76085","ref":"refs/heads/developing-launchpad","pushedAt":"2024-04-15T10:41:42.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"Merge branch 'main' into developing-launchpad","shortMessageHtmlLink":"Merge branch 'main' into developing-launchpad"}},{"before":"2d5934b1868de49a8b461306e0eb0e965024db5b","after":"0486b2b0a52c203cef90cc277e163aa16eb75158","ref":"refs/heads/developing-launchpad","pushedAt":"2024-04-15T10:39:41.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"Update yarn dependencies\n\nThe code changes include updating a number of yarn dependencies across various libraries. This ensures the project uses the latest secure versions, optimizes overall performance and compatibility. Several old dependencies have been updated to recent versions while some new dependencies have been added.","shortMessageHtmlLink":"Update yarn dependencies"}},{"before":"b1d54fc398962c64592e9ba6c8573cee78c73d9e","after":"1eecf272b137f392ada60cebbd3a02be08f1bf66","ref":"refs/heads/main","pushedAt":"2024-04-14T16:53:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"Developing launchpad (#2)\n\n* Refactor strings resource and update dependencies\r\n\r\nMoved strings resources from the \"launchpad\" module to the \"commonCompose\" module and updated Compose and AndroidX versions. Additionally, the \"app\" module was added to settings.gradle.kts and the new module's build file structure was introduced. This change provides a unified location for storing string resources across modules and keeps the dependencies up to date.\r\n\r\n* Update JVM toolchain, plugin version, and upgrade dependencies\r\n\r\nJVM toolchain has been updated to use libs.versions.java and vendor was set to JvmVendorSpec.AZUL on shared, pdnsClient and server build files. Foojay resolver convention plugin was added to settings.gradle.kts. Java version in libs.versions file has been bumped up to 17 and ktor version has been updated to 2.3.10. This improves the toolchain control and keeps the project up-to-date with the latest stable versions of the plugins and dependencies.\r\n\r\n* Add new database migration for pdns scheme\r\n\r\nThe new file 'pdns.ts' within database migrations has been created. This migration file includes definitions for new tables (domains, records, supermasters, comments, domainmetadata, cryptokeys, tsigkeys) and associated indexes in the database. Corresponding 'up' and 'down' methods have been written to handle the creation and removal of these tables and indexes.\r\n\r\n* Update resource package name and add Github workflow\r\n\r\nUpdated the package name of resources in the build.gradle.kts, TextField.kt, Res.kt, LoginScreen.kt, RegisterScreen.kt, and Screen.kt files from 'pdnsmanager.commoncompose.resources' to 'pdnsmanager.commonCompose.resources'. Added Github workflow 'page-release.yml' for building and pushing Wasm Assets on every published release.\r\n\r\n* Update security settings and switch to local Postgres\r\n\r\nThis commit applies crucial updates to our security settings in Security.kt and switches the database url to a localized one in application.conf. Additionally, the Java version was updated and the docker image used for the jib was specified under the Ktor section of the build script to keep consistency across project.\r\n\r\n* Change logback to runtimeOnly and simplify docker image configuration\r\n\r\nThe logback dependency has been changed from implementation to runtimeOnly, which means it won't be needed for compile-time checks. Also, the configuration for the docker image has been simplified to improve readability and maintainability.\r\n\r\n* Add new strings for ui and update server routes\r\n\r\nThe commit introduces a set of new string resources mainly for UI labels or messages. In addition, the server routes have been refactored to be under \"/api\". Further adjustments are made to the build files including Java version change and addition of a new library.\r\n\r\n* Update database URL, CI flow and add task in build file\r\n\r\nThe database URL in the application configuration has been updated to use a new server address. The continuous integration workflow for releasing pages has been adjusted, including modifying the repository details, user name, and commit flow. An additional copy task has been added to the Gradle build file.\r\n\r\n* Update UI spacing in Login and Register screens\r\n\r\nChanged the spacing mechanism in Login and Register screens from using explicit Spacer elements to built-in column spacing. This simplifies the code and ensures consistent spacing between widgets.\r\n\r\n* Refactor code and optimize configurations\r\n\r\nThis commit involves various changes like adjusting settings in `Security.kt`, modifying database URL in `application.conf` and project run configurations. Also, simplified the proxy configuration in `launchpad/build.gradle.kts`. These changes aim for a cleaner and more efficient codebase, also allowing for more flexible application configuration.","shortMessageHtmlLink":"Developing launchpad (#2)"}},{"before":"e3e89823829140dc1c29da771703aa4976579f38","after":"2d5934b1868de49a8b461306e0eb0e965024db5b","ref":"refs/heads/developing-launchpad","pushedAt":"2024-04-14T16:52:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"Refactor code and optimize configurations\n\nThis commit involves various changes like adjusting settings in `Security.kt`, modifying database URL in `application.conf` and project run configurations. Also, simplified the proxy configuration in `launchpad/build.gradle.kts`. These changes aim for a cleaner and more efficient codebase, also allowing for more flexible application configuration.","shortMessageHtmlLink":"Refactor code and optimize configurations"}},{"before":"c10ce4613e736064f66513137aa1bd63d6a2dc7f","after":"e3e89823829140dc1c29da771703aa4976579f38","ref":"refs/heads/developing-launchpad","pushedAt":"2024-04-14T15:46:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"Update UI spacing in Login and Register screens\n\nChanged the spacing mechanism in Login and Register screens from using explicit Spacer elements to built-in column spacing. This simplifies the code and ensures consistent spacing between widgets.","shortMessageHtmlLink":"Update UI spacing in Login and Register screens"}},{"before":"96a26c4ffe9120fc113a59e6027817d4cc43b769","after":"c10ce4613e736064f66513137aa1bd63d6a2dc7f","ref":"refs/heads/developing-launchpad","pushedAt":"2024-04-14T15:42:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"Update database URL, CI flow and add task in build file\n\nThe database URL in the application configuration has been updated to use a new server address. The continuous integration workflow for releasing pages has been adjusted, including modifying the repository details, user name, and commit flow. An additional copy task has been added to the Gradle build file.","shortMessageHtmlLink":"Update database URL, CI flow and add task in build file"}},{"before":"8df7586a2b48db81c6ec27083b7f22c6deb09183","after":"96a26c4ffe9120fc113a59e6027817d4cc43b769","ref":"refs/heads/developing-launchpad","pushedAt":"2024-04-14T15:22:09.000Z","pushType":"push","commitsCount":18,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"Update database URL, CI flow and add task in build file\n\nThe database URL in the application configuration has been updated to use a new server address. The continuous integration workflow for releasing pages has been adjusted, including modifying the repository details, user name, and commit flow. An additional copy task has been added to the Gradle build file.","shortMessageHtmlLink":"Update database URL, CI flow and add task in build file"}},{"before":null,"after":"8df7586a2b48db81c6ec27083b7f22c6deb09183","ref":"refs/heads/developing-launchpad","pushedAt":"2024-04-14T14:50:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"Add new strings for ui and update server routes\n\nThe commit introduces a set of new string resources mainly for UI labels or messages. In addition, the server routes have been refactored to be under \"/api\". Further adjustments are made to the build files including Java version change and addition of a new library.","shortMessageHtmlLink":"Add new strings for ui and update server routes"}},{"before":"a8af2f5a2e8d0dde2c7bc07be2dcfb33a0463784","after":"9b2319fd15ed60068f4e2e5794b2c2acea0c5e24","ref":"refs/heads/develop","pushedAt":"2024-04-14T09:23:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"Change logback to runtimeOnly and simplify docker image configuration\n\nThe logback dependency has been changed from implementation to runtimeOnly, which means it won't be needed for compile-time checks. Also, the configuration for the docker image has been simplified to improve readability and maintainability.","shortMessageHtmlLink":"Change logback to runtimeOnly and simplify docker image configuration"}},{"before":"e5f3b4233d70589ca1e91a8b509419f795b9b374","after":"a8af2f5a2e8d0dde2c7bc07be2dcfb33a0463784","ref":"refs/heads/develop","pushedAt":"2024-04-14T09:11:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"Update security settings and switch to local Postgres\n\nThis commit applies crucial updates to our security settings in Security.kt and switches the database url to a localized one in application.conf. Additionally, the Java version was updated and the docker image used for the jib was specified under the Ktor section of the build script to keep consistency across project.","shortMessageHtmlLink":"Update security settings and switch to local Postgres"}},{"before":"ca44b2e7275b1d45972e642577aadeef9c87f0ab","after":"b1d54fc398962c64592e9ba6c8573cee78c73d9e","ref":"refs/heads/main","pushedAt":"2024-04-13T16:32:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"Add step to clear docs directory before moving files\n\nIn the GitHub Actions workflow for page releases, a step has been added that clears the docs directory before moving files to it. This is to prevent file or folder existence conflicts when moving the new build assets into the directory.","shortMessageHtmlLink":"Add step to clear docs directory before moving files"}},{"before":"b4fd225151f91315df8ef546ed85d3377a5c6ce0","after":"ca44b2e7275b1d45972e642577aadeef9c87f0ab","ref":"refs/heads/main","pushedAt":"2024-04-13T16:19:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"Update copy path in page-release workflow\n\nThe workflow file has been modified to correct the copy path. The corrected version points to the \"main\" directory within the \"wasmJs\" directory. The change ensures that the correct assets are copied for the production release.","shortMessageHtmlLink":"Update copy path in page-release workflow"}},{"before":"2163c817344c49cc44d5a1bb2e1fdd7f22ecb887","after":"b4fd225151f91315df8ef546ed85d3377a5c6ce0","ref":"refs/heads/main","pushedAt":"2024-04-13T16:11:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"Copy additional assets in page-release workflow\n\nAdded a command to page-release Github workflow to copy resources from the commonCompose directory into the /wasmJs/values directory. This ensures that any necessary assets from this directory are included with the Wasm build when it is released.","shortMessageHtmlLink":"Copy additional assets in page-release workflow"}},{"before":"fe6e7857c32dbc71ffbf2589e741cb7e62856e37","after":"2163c817344c49cc44d5a1bb2e1fdd7f22ecb887","ref":"refs/heads/main","pushedAt":"2024-04-13T15:17:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"working","shortMessageHtmlLink":"working"}},{"before":"d5d35908b1a2f2dfe39ea6ff954585766e0cbbbc","after":"fe6e7857c32dbc71ffbf2589e741cb7e62856e37","ref":"refs/heads/main","pushedAt":"2024-04-13T13:11:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"working","shortMessageHtmlLink":"working"}},{"before":"32a2f8e05e0cb32ce19f1de44df77fe8606cfc54","after":"d5d35908b1a2f2dfe39ea6ff954585766e0cbbbc","ref":"refs/heads/main","pushedAt":"2024-04-13T13:09:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"working","shortMessageHtmlLink":"working"}},{"before":"b7870bead65a20cc9ff334a34da7ab2583ae6a5b","after":"32a2f8e05e0cb32ce19f1de44df77fe8606cfc54","ref":"refs/heads/main","pushedAt":"2024-04-13T13:06:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"working","shortMessageHtmlLink":"working"}},{"before":"ed2b0518f20945eb1be915bfae61aeafc7d43d5c","after":"b7870bead65a20cc9ff334a34da7ab2583ae6a5b","ref":"refs/heads/main","pushedAt":"2024-04-13T13:06:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"working","shortMessageHtmlLink":"working"}},{"before":"fd42503a37965750a0d8afacb7ee83bce1b50742","after":"ed2b0518f20945eb1be915bfae61aeafc7d43d5c","ref":"refs/heads/main","pushedAt":"2024-04-13T12:59:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"working","shortMessageHtmlLink":"working"}},{"before":"ede29ff14d0edadf78c5d87967f33aebcb7f1bb0","after":"fd42503a37965750a0d8afacb7ee83bce1b50742","ref":"refs/heads/main","pushedAt":"2024-04-13T12:56:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"working","shortMessageHtmlLink":"working"}},{"before":"160ca5a98b2b35f6907f2250731576c610ab0bdb","after":"ede29ff14d0edadf78c5d87967f33aebcb7f1bb0","ref":"refs/heads/main","pushedAt":"2024-04-13T12:49:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"working","shortMessageHtmlLink":"working"}},{"before":"16ba1ec8d7a2b0866a88a23c61811afd265c8e23","after":"160ca5a98b2b35f6907f2250731576c610ab0bdb","ref":"refs/heads/main","pushedAt":"2024-04-13T12:41:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"working","shortMessageHtmlLink":"working"}},{"before":"38ef40e2f9dfe82745cde2274a2f2b4b75e6bb16","after":"16ba1ec8d7a2b0866a88a23c61811afd265c8e23","ref":"refs/heads/main","pushedAt":"2024-04-13T12:35:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"working","shortMessageHtmlLink":"working"}},{"before":"488d22953c3983c927d059ad657548e93c3f482c","after":"38ef40e2f9dfe82745cde2274a2f2b4b75e6bb16","ref":"refs/heads/main","pushedAt":"2024-04-13T12:29:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"working","shortMessageHtmlLink":"working"}},{"before":"e3530682878c1145d8e93daa837d068a5890b21d","after":"488d22953c3983c927d059ad657548e93c3f482c","ref":"refs/heads/main","pushedAt":"2024-04-13T12:12:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"Update git config and simplify git commands in page-release workflow\n\nThis commit makes two main changes to the .github/workflows/page-release.yml file. Firstly, the git user name has been updated to \"md sadique inam\" and the git checkout command has been removed. Secondly, the push command has been simplified to \"git push main\".","shortMessageHtmlLink":"Update git config and simplify git commands in page-release workflow"}},{"before":"bb263c564da6435b0b506a73ca6a5f88109404f8","after":"e3530682878c1145d8e93daa837d068a5890b21d","ref":"refs/heads/main","pushedAt":"2024-04-13T12:01:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdsadiqueinam","name":"Md Sadique Inam","path":"/mdsadiqueinam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104680493?s=80&v=4"},"commit":{"message":"Update GitHub workflow for main branch push\n\nThe GitHub workflow file has been updated to trigger asset building and pushing when code is pushed to the main branch. In addition, the repository URL has been slightly modified to include \".git\" at the end.","shortMessageHtmlLink":"Update GitHub workflow for main branch push"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEMZAzGwA","startCursor":null,"endCursor":null}},"title":"Activity ยท mdsadiqueinam/PDNS-Manager"}