{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":815282506,"defaultBranch":"master","name":"lsql","ownerLogin":"faltawy","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-06-14T18:56:27.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/76843311?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1718935389.0","currentOid":""},"activityList":{"items":[{"before":"8e2a73d465b8544bc1e9c558b5941f9a0f5c2cb8","after":"b7f116c5560935c51034d97b7926b9956cd29ad0","ref":"refs/heads/master","pushedAt":"2024-06-21T20:14:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"faltawy","name":"Ahmad Falta","path":"/faltawy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/76843311?s=80&v=4"},"commit":{"message":"chore: Update parser.rs to support SELECT command with LIMIT and ORDER BY clauses","shortMessageHtmlLink":"chore: Update parser.rs to support SELECT command with LIMIT and ORDE…"}},{"before":"414335f882315b9f81305987d3227db64950ca22","after":"8e2a73d465b8544bc1e9c558b5941f9a0f5c2cb8","ref":"refs/heads/master","pushedAt":"2024-06-21T16:14:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"faltawy","name":"Ahmad Falta","path":"/faltawy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/76843311?s=80&v=4"},"commit":{"message":"chore: Add colored crate for terminal text coloring","shortMessageHtmlLink":"chore: Add colored crate for terminal text coloring"}},{"before":"a9d73d7182db960c4210f1bb720fbbc2863da1ec","after":"414335f882315b9f81305987d3227db64950ca22","ref":"refs/heads/master","pushedAt":"2024-06-21T14:57:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"faltawy","name":"Ahmad Falta","path":"/faltawy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/76843311?s=80&v=4"},"commit":{"message":"chore: Refactor parser.rs to improve code readability and maintainability","shortMessageHtmlLink":"chore: Refactor parser.rs to improve code readability and maintainabi…"}},{"before":"eecddbbea0253a3629c17fb4e2083529ac9501ad","after":null,"ref":"refs/heads/feat/use-nom","pushedAt":"2024-06-21T02:03:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"faltawy","name":"Ahmad Falta","path":"/faltawy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/76843311?s=80&v=4"}},{"before":"7f03b7a6c02fed74100d7e2ad2a906ba56403a26","after":"a9d73d7182db960c4210f1bb720fbbc2863da1ec","ref":"refs/heads/master","pushedAt":"2024-06-21T02:03:07.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"faltawy","name":"Ahmad Falta","path":"/faltawy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/76843311?s=80&v=4"},"commit":{"message":"Merge pull request #1 from ah7255703/feat/use-nom\n\nuse nom","shortMessageHtmlLink":"Merge pull request #1 from ah7255703/feat/use-nom"}},{"before":"c0a882d71b8c486f1c1988f104cabaaece23fcdc","after":"eecddbbea0253a3629c17fb4e2083529ac9501ad","ref":"refs/heads/feat/use-nom","pushedAt":"2024-06-21T02:02:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"faltawy","name":"Ahmad Falta","path":"/faltawy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/76843311?s=80&v=4"},"commit":{"message":"chore: Update dependencies and add nom crate","shortMessageHtmlLink":"chore: Update dependencies and add nom crate"}},{"before":null,"after":"c0a882d71b8c486f1c1988f104cabaaece23fcdc","ref":"refs/heads/feat/use-nom","pushedAt":"2024-06-20T18:14:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"faltawy","name":"Ahmad Falta","path":"/faltawy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/76843311?s=80&v=4"},"commit":{"message":"chore: Remove lsql-parser and lsql-tokenizer crates","shortMessageHtmlLink":"chore: Remove lsql-parser and lsql-tokenizer crates"}},{"before":null,"after":"3d3de594e4e715cc67517142c040b5377698058d","ref":"refs/heads/feat/use-antlr","pushedAt":"2024-06-20T18:10:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"faltawy","name":"Ahmad Falta","path":"/faltawy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/76843311?s=80&v=4"},"commit":{"message":"feat: Add antlr-rust crate for parsing SQL-like syntax","shortMessageHtmlLink":"feat: Add antlr-rust crate for parsing SQL-like syntax"}},{"before":"ffecc3cf69d6f751daa2f6ced3a5ebafaa79d804","after":"7f03b7a6c02fed74100d7e2ad2a906ba56403a26","ref":"refs/heads/master","pushedAt":"2024-06-15T16:19:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"faltawy","name":"Ahmad Falta","path":"/faltawy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/76843311?s=80&v=4"},"commit":{"message":"chore: Update dependencies and add comfy-table crate","shortMessageHtmlLink":"chore: Update dependencies and add comfy-table crate"}},{"before":"8b6e4db48617446af740faf76375ea1d6bc37d1c","after":"ffecc3cf69d6f751daa2f6ced3a5ebafaa79d804","ref":"refs/heads/master","pushedAt":"2024-06-14T23:47:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"faltawy","name":"Ahmad Falta","path":"/faltawy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/76843311?s=80&v=4"},"commit":{"message":"chore: Add lsql-parser and lsql-tokenizer crates to the project","shortMessageHtmlLink":"chore: Add lsql-parser and lsql-tokenizer crates to the project"}},{"before":"0f005da5474e02336e6738d5bba04530754a6c06","after":"8b6e4db48617446af740faf76375ea1d6bc37d1c","ref":"refs/heads/master","pushedAt":"2024-06-14T19:10:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"faltawy","name":"Ahmad Falta","path":"/faltawy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/76843311?s=80&v=4"},"commit":{"message":"feat: Add README.md with project description","shortMessageHtmlLink":"feat: Add README.md with project description"}},{"before":null,"after":"0f005da5474e02336e6738d5bba04530754a6c06","ref":"refs/heads/master","pushedAt":"2024-06-14T18:56:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"faltawy","name":"Ahmad Falta","path":"/faltawy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/76843311?s=80&v=4"},"commit":{"message":"chore: Initialize Rust project with basic structure","shortMessageHtmlLink":"chore: Initialize Rust project with basic structure"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0yMVQyMDoxNDoyMy4wMDAwMDBazwAAAARr74NF","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0yMVQyMDoxNDoyMy4wMDAwMDBazwAAAARr74NF","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0xNFQxODo1NjozMC4wMDAwMDBazwAAAARlw8sZ"}},"title":"Activity · faltawy/lsql"}