{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":642680094,"defaultBranch":"main","name":"gemini-rewrite-proxy","ownerLogin":"tsui66","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-05-19T05:39:20.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2019808?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1718089371.0","currentOid":""},"activityList":{"items":[{"before":"b26d208441f8c3a483ba55d64c9a50cab91f137b","after":"0ead9c6ad1585fcad3befc9d526473a12d598b33","ref":"refs/heads/gemini-rewrite","pushedAt":"2024-06-11T07:15:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tsui66","name":"Nova Tsui","path":"/tsui66","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2019808?s=80&v=4"},"commit":{"message":"Specify regions","shortMessageHtmlLink":"Specify regions"}},{"before":"795e7bcf247253751f683d22085371071734d158","after":"b26d208441f8c3a483ba55d64c9a50cab91f137b","ref":"refs/heads/gemini-rewrite","pushedAt":"2024-06-11T07:06:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tsui66","name":"Nova Tsui","path":"/tsui66","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2019808?s=80&v=4"},"commit":{"message":"Remove pages api routes","shortMessageHtmlLink":"Remove pages api routes"}},{"before":null,"after":"795e7bcf247253751f683d22085371071734d158","ref":"refs/heads/gemini-rewrite","pushedAt":"2024-06-11T07:02:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tsui66","name":"Nova Tsui","path":"/tsui66","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2019808?s=80&v=4"},"commit":{"message":"Rewrite","shortMessageHtmlLink":"Rewrite"}},{"before":"2dec2a0581477db36dc81ed12b62fd9b72dd1332","after":"74a7f0f727b958f261066fe926d8f8f7af16629e","ref":"refs/heads/main","pushedAt":"2023-05-19T07:20:39.969Z","pushType":"push","commitsCount":1,"pusher":{"login":"tsui66","name":"Nova Tsui","path":"/tsui66","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2019808?s=80&v=4"},"commit":{"message":"docs: Remove unnecessary content from README file\n\n- Remove outdated deployment instructions for Cloudflare from the README.md file\n- Clean up and remove unnecessary context lines in the README.md file\n- Ensure greater clarity and readability for the documentation","shortMessageHtmlLink":"docs: Remove unnecessary content from README file"}},{"before":"af039c41122f482a6dcc499c88bf2674b2549f52","after":"2dec2a0581477db36dc81ed12b62fd9b72dd1332","ref":"refs/heads/main","pushedAt":"2023-05-19T07:19:03.619Z","pushType":"push","commitsCount":1,"pusher":{"login":"tsui66","name":"Nova Tsui","path":"/tsui66","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2019808?s=80&v=4"},"commit":{"message":"docs: Add credits to original project in README.\n\n- Give credit to the original project in the README.md file.","shortMessageHtmlLink":"docs: Add credits to original project in README."}},{"before":"8deb271c1e01d67c52a1889453013e91c6769e56","after":"af039c41122f482a6dcc499c88bf2674b2549f52","ref":"refs/heads/main","pushedAt":"2023-05-19T07:13:58.680Z","pushType":"push","commitsCount":1,"pusher":{"login":"tsui66","name":"Nova Tsui","path":"/tsui66","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2019808?s=80&v=4"},"commit":{"message":"feat: Refactor API proxy for better parameter handling\n\n- Improve handling of query parameters in `/api/proxy` endpoint\n- Replace deprecated method `req.nextUrl.search` with `req.nextUrl.searchParams`\n- Add a new query parameter `key` to the endpoint\n- Remove unnecessary console statement in `/api/proxy`\n- Add parameter check to rewrites for `/api/proxy` in `next.config.mjs`","shortMessageHtmlLink":"feat: Refactor API proxy for better parameter handling"}},{"before":"c93f971c8e1adaf2917931d62f9e7332cf2e495f","after":"8deb271c1e01d67c52a1889453013e91c6769e56","ref":"refs/heads/main","pushedAt":"2023-05-19T06:43:36.076Z","pushType":"push","commitsCount":1,"pusher":{"login":"tsui66","name":"Nova Tsui","path":"/tsui66","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2019808?s=80&v=4"},"commit":{"message":"refactor: Refactor API proxy to improve efficiency.\n\n- Remove unnecessary `handleRequest` import from `proxy.ts` in `pages/api` directory.","shortMessageHtmlLink":"refactor: Refactor API proxy to improve efficiency."}},{"before":"fb8ba36efe9651e7f3476cf7156cb111b2890d22","after":"c93f971c8e1adaf2917931d62f9e7332cf2e495f","ref":"refs/heads/main","pushedAt":"2023-05-19T06:42:10.627Z","pushType":"push","commitsCount":1,"pusher":{"login":"tsui66","name":"Nova Tsui","path":"/tsui66","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2019808?s=80&v=4"},"commit":{"message":"fix: Add CORS headers to API proxy endpoint.\n\n- Add functionality to handle CORS headers and OPTIONS requests in `pages/api/proxy.ts`\n- Refactor `handleRequest` function to add headers and forward requests to target endpoint in `pages/api/proxy.ts`\n- Remove `src/handle-request.ts` file.","shortMessageHtmlLink":"fix: Add CORS headers to API proxy endpoint."}},{"before":"b2a115b6909409015baf551e3f721ca3bb185010","after":"fb8ba36efe9651e7f3476cf7156cb111b2890d22","ref":"refs/heads/main","pushedAt":"2023-05-19T06:31:30.632Z","pushType":"push","commitsCount":1,"pusher":{"login":"tsui66","name":"Nova Tsui","path":"/tsui66","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2019808?s=80&v=4"},"commit":{"message":"chore: Update dev dependencies in package.json\n\n- Update `@types/node` to latest version\n- Add `@cloudflare/workers-types` as dev dependency to support Cloudflare Workers scripts\n- Other minor fixes and improvements not summarized in file changes","shortMessageHtmlLink":"chore: Update dev dependencies in package.json"}},{"before":"be800e222be62a5296d9278195c91a74ffede221","after":"b2a115b6909409015baf551e3f721ca3bb185010","ref":"refs/heads/main","pushedAt":"2023-05-19T06:25:08.260Z","pushType":"push","commitsCount":1,"pusher":{"login":"tsui66","name":"Nova Tsui","path":"/tsui66","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2019808?s=80&v=4"},"commit":{"message":"chore: Add dev dependencies and Vercel deploy button\n\n- Add/update dependencies for better compatibility and support\n- Include a Vercel deploy button for easier deployment and testing\n- Various other small changes and improvements not specified in file summaries","shortMessageHtmlLink":"chore: Add dev dependencies and Vercel deploy button"}},{"before":"62759c6329c97a72454ad2490784f15075038469","after":"be800e222be62a5296d9278195c91a74ffede221","ref":"refs/heads/main","pushedAt":"2023-05-19T06:19:09.938Z","pushType":"push","commitsCount":1,"pusher":{"login":"tsui66","name":"Nova Tsui","path":"/tsui66","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2019808?s=80&v=4"},"commit":{"message":"Optimize performance for code compilation.\n\n- Add new feature/functionality to improve system performance\n- Refactor code to improve readability and maintainability\n- Fix bugs and improve error handling\n- Update dependencies to ensure compatibility and security","shortMessageHtmlLink":"Optimize performance for code compilation."}},{"before":"735f88bf5385014fffa9b89334fcaee4f8c50aad","after":"62759c6329c97a72454ad2490784f15075038469","ref":"refs/heads/main","pushedAt":"2023-05-19T06:18:10.915Z","pushType":"push","commitsCount":1,"pusher":{"login":"tsui66","name":"Nova Tsui","path":"/tsui66","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2019808?s=80&v=4"},"commit":{"message":"chore: Refactor project configuration and dependencies\n\n- Add `.editorconfig` file\n- Update project name and version number in `package.json`\n- Update dependencies in `package.json`\n- Remove unnecessary commands from `package.json`\n- Update deployment instructions in `README.md`\n- Add `next-env.d.ts` file with references to Next.js types\n- Update `.gitignore` file to ignore various logs and directory/file names.","shortMessageHtmlLink":"chore: Refactor project configuration and dependencies"}},{"before":"2944ec0232a8b993bd2d73abd6ebd8bbfe04e68d","after":"735f88bf5385014fffa9b89334fcaee4f8c50aad","ref":"refs/heads/main","pushedAt":"2023-05-19T05:57:50.373Z","pushType":"push","commitsCount":1,"pusher":{"login":"tsui66","name":"Nova Tsui","path":"/tsui66","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2019808?s=80&v=4"},"commit":{"message":"feat: Add Next.js serverless proxy endpoint and project configuration\n\n- Add `package.json`, `.gitignore`, `tsconfig.json`, `next.config.mjs`, `src/handle-request.ts`, and `pages/api/proxy.ts` files\n- Implement `handleRequest` function that handles CORS headers and URL requests\n- Add files for `bard-proxy` directory and development environment","shortMessageHtmlLink":"feat: Add Next.js serverless proxy endpoint and project configuration"}},{"before":null,"after":"2944ec0232a8b993bd2d73abd6ebd8bbfe04e68d","ref":"refs/heads/main","pushedAt":"2023-05-19T05:39:20.712Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tsui66","name":"Nova Tsui","path":"/tsui66","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2019808?s=80&v=4"},"commit":{"message":"Initial commit","shortMessageHtmlLink":"Initial commit"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYeMF2wA","startCursor":null,"endCursor":null}},"title":"Activity ยท tsui66/gemini-rewrite-proxy"}