{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":739950902,"defaultBranch":"main","name":"vite-plugin-ci4","ownerLogin":"fab-it-hub","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-01-07T03:28:28.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/77714797?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718345922.0","currentOid":""},"activityList":{"items":[{"before":"1952a05c6a2200dfb9f02957d0e14ffe258717e2","after":"1e98fe909b7657d112d5abca2d7e19273bb98117","ref":"refs/heads/main","pushedAt":"2024-06-14T06:52:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"},"commit":{"message":"build: :bookmark: release v1.2.0","shortMessageHtmlLink":"build: ๐Ÿ”– release v1.2.0"}},{"before":"b97e96b124451afc2d8cd42e63d20300a4a6e497","after":null,"ref":"refs/heads/fix/io-utils-tests","pushedAt":"2024-06-14T06:18:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"}},{"before":"eb908f7ec31e1e48434c7e6571e1336c373784df","after":"1952a05c6a2200dfb9f02957d0e14ffe258717e2","ref":"refs/heads/main","pushedAt":"2024-06-14T06:18:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"},"commit":{"message":"Fix `IO` utils function test (#23)\n\n* refactor(utils): :fire: remove the file exists checking in the removeFile function and replace rm with unlink\r\n\r\n* refactor(handlers): :art: format process handlers\r\n\r\n* test(utils): :white_check_mark: Fix failing the removeFile function test","shortMessageHtmlLink":"Fix IO utils function test (#23)"}},{"before":"f4df2652a00a5170ea220f412f6724dc2af001bd","after":null,"ref":"refs/heads/fix/hot-file-not-delete","pushedAt":"2024-06-14T06:15:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"}},{"before":null,"after":"b97e96b124451afc2d8cd42e63d20300a4a6e497","ref":"refs/heads/fix/io-utils-tests","pushedAt":"2024-06-14T06:14:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"},"commit":{"message":"test(utils): :white_check_mark: Fix failing the removeFile function test","shortMessageHtmlLink":"test(utils): โœ… Fix failing the removeFile function test"}},{"before":"c48f1af96e7b4dd7acb1bd6af709861ac7d14dac","after":"eb908f7ec31e1e48434c7e6571e1336c373784df","ref":"refs/heads/main","pushedAt":"2024-06-13T16:39:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"},"commit":{"message":"Fix the hot file not deleted when development server is stop (#21) (#22)\n\n* refactor(utils): :fire: remove the file exists checking in the removeFile function and replace rm with unlink\r\n\r\n* refactor(handlers): :art: format process handlers","shortMessageHtmlLink":"Fix the hot file not deleted when development server is stop (#21) (#22)"}},{"before":null,"after":"f4df2652a00a5170ea220f412f6724dc2af001bd","ref":"refs/heads/fix/hot-file-not-delete","pushedAt":"2024-06-13T16:37:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"},"commit":{"message":"refactor(handlers): :art: format process handlers","shortMessageHtmlLink":"refactor(handlers): ๐ŸŽจ format process handlers"}},{"before":"366115b79810a0a1779a4d94bdf99161a7a4dedd","after":null,"ref":"refs/heads/fix/not-showing-localhost-in-ipv6","pushedAt":"2024-06-13T13:43:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"}},{"before":"5a8c8f7c1e08a1385e6f79a2396ca32ef47fcc28","after":"c48f1af96e7b4dd7acb1bd6af709861ac7d14dac","ref":"refs/heads/main","pushedAt":"2024-06-13T13:38:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"},"commit":{"message":"fix(handlers): :bug: Handle IPv6 address for development server URL (#19) (#20)\n\nThis commit fixes an issue where the _getDevServerUrl function displayed [::1] instead of localhost for the development server address when using IPv6. \r\n- Updates the function to check if the host is [::1] (IPv6 loopback address) and replaces it with localhost in the returned URL.\r\n- Improves user experience by displaying a more familiar address during development.","shortMessageHtmlLink":"fix(handlers): ๐Ÿ› Handle IPv6 address for development server URL (#19) (โ€ฆ"}},{"before":null,"after":"366115b79810a0a1779a4d94bdf99161a7a4dedd","ref":"refs/heads/fix/not-showing-localhost-in-ipv6","pushedAt":"2024-06-13T13:29:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"},"commit":{"message":"fix(handlers): :bug: Handle IPv6 address for development server URL (#19)\n\nThis commit fixes an issue where the _getDevServerUrl function displayed [::1] instead of localhost for the development server address when using IPv6. Updates the function to check if the host is [::1] (IPv6 loopback address) and replaces it with localhost in the returned URL. Improves user experience by displaying a more familiar address during development.","shortMessageHtmlLink":"fix(handlers): ๐Ÿ› Handle IPv6 address for development server URL (#19)"}},{"before":"80582402b60e694e2c246b310d82e071527978c5","after":null,"ref":"refs/heads/setup/biome","pushedAt":"2024-06-13T13:09:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"}},{"before":"1a6114f101e98b7caa91af343ca582da83a8744c","after":"5a8c8f7c1e08a1385e6f79a2396ca32ef47fcc28","ref":"refs/heads/main","pushedAt":"2024-06-13T12:50:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"},"commit":{"message":"Implement Biome, Remove ESLint & Prettier (#18)\n\n* feat(deps): :heavy_plus_sign: @biomejs/biome:1.8.1 added\r\n\r\n* chore(config): :fire: remove eslint and prettier config\r\n\r\n* build(deps): :arrow_up: upgrade deps and remove eslint and prettier\r\n\r\n* chore(config): :globe_with_meridians: add some words for the ignore cspell\r\n\r\n* style(src): :art: linting using biome","shortMessageHtmlLink":"Implement Biome, Remove ESLint & Prettier (#18)"}},{"before":"b8851ec700bf601c135d3334768feb172e9e8e7c","after":"80582402b60e694e2c246b310d82e071527978c5","ref":"refs/heads/setup/biome","pushedAt":"2024-06-13T07:29:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"},"commit":{"message":"style(src): :art: linting using biome","shortMessageHtmlLink":"style(src): ๐ŸŽจ linting using biome"}},{"before":"bd2a4b451de8b0a0c3c39b618b174a895316d981","after":"b8851ec700bf601c135d3334768feb172e9e8e7c","ref":"refs/heads/setup/biome","pushedAt":"2024-06-13T04:54:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"},"commit":{"message":"chore(config): :globe_with_meridians: add some words for the ignore cspell","shortMessageHtmlLink":"chore(config): ๐ŸŒ add some words for the ignore cspell"}},{"before":null,"after":"bd2a4b451de8b0a0c3c39b618b174a895316d981","ref":"refs/heads/setup/biome","pushedAt":"2024-06-13T04:52:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"},"commit":{"message":"build(deps): :arrow_up: upgrade deps and remove eslint and prettier","shortMessageHtmlLink":"build(deps): โฌ†๏ธ upgrade deps and remove eslint and prettier"}},{"before":"d9bf155b7ebc9daed34fb72d68c4dbfd4a889361","after":null,"ref":"refs/heads/experiment/badgie","pushedAt":"2024-04-13T09:10:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"}},{"before":"b9d0d43ea1ac6b89705b045c819eeafd9e5ae1c6","after":"1a6114f101e98b7caa91af343ca582da83a8744c","ref":"refs/heads/main","pushedAt":"2024-04-13T09:10:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"},"commit":{"message":"badges in readme (#17)\n\n* Update README.md\r\n\r\n* docs(docs): :memo: badges added in the readme.md","shortMessageHtmlLink":"badges in readme (#17)"}},{"before":"93bc4194d41f41e499c4a6c00a11191458bf4de5","after":null,"ref":"refs/heads/docs/better-documentation","pushedAt":"2024-04-13T09:09:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"}},{"before":"1cfe4769ae678e78a8f955f97c05ec155db873ed","after":"b9d0d43ea1ac6b89705b045c819eeafd9e5ae1c6","ref":"refs/heads/main","pushedAt":"2024-04-13T09:09:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"},"commit":{"message":"more detailed configuration example added in readme.md (#16)","shortMessageHtmlLink":"more detailed configuration example added in readme.md (#16)"}},{"before":"4440d6da0874e901413ad3536e930e917021c4a5","after":"d9bf155b7ebc9daed34fb72d68c4dbfd4a889361","ref":"refs/heads/experiment/badgie","pushedAt":"2024-04-13T09:08:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"},"commit":{"message":"docs(docs): :memo: badges added in the readme.md","shortMessageHtmlLink":"docs(docs): ๐Ÿ“ badges added in the readme.md"}},{"before":null,"after":"93bc4194d41f41e499c4a6c00a11191458bf4de5","ref":"refs/heads/docs/better-documentation","pushedAt":"2024-02-13T06:30:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"},"commit":{"message":"more detailed configuration example added in readme.md","shortMessageHtmlLink":"more detailed configuration example added in readme.md"}},{"before":null,"after":"4440d6da0874e901413ad3536e930e917021c4a5","ref":"refs/heads/experiment/badgie","pushedAt":"2024-02-12T09:39:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"a4276c7ae2a5d791de579a3c5791e8225455ccfe","after":"1cfe4769ae678e78a8f955f97c05ec155db873ed","ref":"refs/heads/main","pushedAt":"2024-02-12T09:04:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"},"commit":{"message":"1.1.0","shortMessageHtmlLink":"1.1.0"}},{"before":"f8b90685053b05ab6d6e2a4106676ba3ea172b19","after":null,"ref":"refs/heads/develop-tests","pushedAt":"2024-02-12T08:59:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"}},{"before":"9a02b997c126f5ff3603d1108204ad3efd8f4e75","after":"a4276c7ae2a5d791de579a3c5791e8225455ccfe","ref":"refs/heads/main","pushedAt":"2024-02-12T08:59:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"},"commit":{"message":"Develop tests (#15)\n\n* test: :white_check_mark: tests added for default plugin function\r\n\r\n* test: :white_check_mark: tests added for bun utils functions\r\n\r\n* test: :white_check_mark: tests added for decorate utils functions\r\n\r\n* test: :white_check_mark: tests added for errors utils functions\r\n\r\n* test: :white_check_mark: tests added for io utils functions\r\n\r\n* test: :white_check_mark: tests added for string utils functions\r\n\r\n* test: :white_check_mark: tests added for uri utils functions\r\n\r\n* test: :white_check_mark: tests added for version utils functions\r\n\r\n* test: :white_check_mark: tests added for ci4 plugins\r\n\r\n* docs: :memo: update readme","shortMessageHtmlLink":"Develop tests (#15)"}},{"before":"7ebf1d7596664f037d08daa045604b4d49e41e71","after":"f8b90685053b05ab6d6e2a4106676ba3ea172b19","ref":"refs/heads/develop-tests","pushedAt":"2024-02-12T08:57:48.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"},"commit":{"message":"docs: :memo: update readme","shortMessageHtmlLink":"docs: ๐Ÿ“ update readme"}},{"before":"afaafb9e375849d0ab508f580cf7356f8784d78c","after":null,"ref":"refs/heads/fix/error-when-framework-not-found","pushedAt":"2024-02-12T08:50:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"}},{"before":"0877d0b6bdb8ebfaeb2c15e9f9bc341289f03ffc","after":"9a02b997c126f5ff3603d1108204ad3efd8f4e75","ref":"refs/heads/main","pushedAt":"2024-02-12T08:49:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"},"commit":{"message":"Fix/error when framework not found (#14)\n\n* chore(utils): `CompatibleFrameworkNotFound` added to errors utils\r\n\r\n* fix(utils): check framework installed or not in composer","shortMessageHtmlLink":"Fix/error when framework not found (#14)"}},{"before":"d9766478c561bf75843f4df3845eb9dec59051df","after":"afaafb9e375849d0ab508f580cf7356f8784d78c","ref":"refs/heads/fix/error-when-framework-not-found","pushedAt":"2024-02-12T08:49:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"},"commit":{"message":"fix(utils): check framework installed or not in composer","shortMessageHtmlLink":"fix(utils): check framework installed or not in composer"}},{"before":null,"after":"d9766478c561bf75843f4df3845eb9dec59051df","ref":"refs/heads/fix/error-when-framework-not-found","pushedAt":"2024-02-12T08:48:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"krishna-gujjjar","name":"Krishna Gujjjar","path":"/krishna-gujjjar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42290039?s=80&v=4"},"commit":{"message":"chore(utils): `CompatibleFrameworkNotFound` added to errors utils","shortMessageHtmlLink":"chore(utils): CompatibleFrameworkNotFound added to errors utils"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEZSg3MwA","startCursor":null,"endCursor":null}},"title":"Activity ยท fab-it-hub/vite-plugin-ci4"}