{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":757920968,"defaultBranch":"main","name":"SimpleDB-Engine","ownerLogin":"siddhant-vij","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-02-15T09:05:59.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/25448524?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1707987963.0","currentOid":""},"activityList":{"items":[{"before":"2bf9eb3bece93d258eb486e6316d6401f8544d41","after":"cfab31433f209722a1a31fd1676dc346fdf59e22","ref":"refs/heads/main","pushedAt":"2024-03-02T15:55:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"siddhant-vij","name":"Siddhant Vij","path":"/siddhant-vij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25448524?s=80&v=4"},"commit":{"message":"Multiple insertions with a single query\n\n- Updated the Query Parser, Query Processor & CLI to reflect that.","shortMessageHtmlLink":"Multiple insertions with a single query"}},{"before":"6009c09c27eb3d87a292ae59fadfbacc387ba245","after":"2bf9eb3bece93d258eb486e6316d6401f8544d41","ref":"refs/heads/main","pushedAt":"2024-03-02T13:56:10.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"siddhant-vij","name":"Siddhant Vij","path":"/siddhant-vij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25448524?s=80&v=4"},"commit":{"message":"Fully implemented & locally tested Simple DB Engine","shortMessageHtmlLink":"Fully implemented & locally tested Simple DB Engine"}},{"before":"a60a6d2fd017ccefe2659c2648d68a9eb3a50fcb","after":"6009c09c27eb3d87a292ae59fadfbacc387ba245","ref":"refs/heads/main","pushedAt":"2024-03-02T11:52:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"siddhant-vij","name":"Siddhant Vij","path":"/siddhant-vij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25448524?s=80&v=4"},"commit":{"message":"Handled Runtime Exceptions","shortMessageHtmlLink":"Handled Runtime Exceptions"}},{"before":"9b93523eb259cac875c01219ccb2449469811278","after":"a60a6d2fd017ccefe2659c2648d68a9eb3a50fcb","ref":"refs/heads/main","pushedAt":"2024-03-02T11:38:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"siddhant-vij","name":"Siddhant Vij","path":"/siddhant-vij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25448524?s=80&v=4"},"commit":{"message":"CLI Development and Integration\n\n- Built the CommandLineInterface.java in the cli package for interacting with the database.\n- Integrated wiith all components (model, utils, core, cli) ensuring they work together seamlessly.","shortMessageHtmlLink":"CLI Development and Integration"}},{"before":"7680a3f5f9a2d217fad8d74ba5de001a6e2068ee","after":"9b93523eb259cac875c01219ccb2449469811278","ref":"refs/heads/main","pushedAt":"2024-03-02T10:45:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"siddhant-vij","name":"Siddhant Vij","path":"/siddhant-vij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25448524?s=80&v=4"},"commit":{"message":"Concurrency for Transaction Management\n\n- Developed the concurrency management feature in LockManager.java within the utils package.\n- Integrated the LockManager.java with the CRUD operations ensuring that transactions are handled concurerntly.\n- This setup ensures that the database can handle multiple concurrent operations on tables safely, maintaining data integrity and preventing race conditions.","shortMessageHtmlLink":"Concurrency for Transaction Management"}},{"before":"c86f03d35c7ac4656f3d1d2f2cecce16a0a744aa","after":"7680a3f5f9a2d217fad8d74ba5de001a6e2068ee","ref":"refs/heads/main","pushedAt":"2024-03-02T10:33:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"siddhant-vij","name":"Siddhant Vij","path":"/siddhant-vij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25448524?s=80&v=4"},"commit":{"message":"Updated README.md","shortMessageHtmlLink":"Updated README.md"}},{"before":"82cc14223e42e74b8543ed7fbb8d5142486da937","after":"c86f03d35c7ac4656f3d1d2f2cecce16a0a744aa","ref":"refs/heads/main","pushedAt":"2024-03-01T12:06:24.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"siddhant-vij","name":"Siddhant Vij","path":"/siddhant-vij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25448524?s=80&v=4"},"commit":{"message":"CRUD Operations, Query Parsing & Processing\n\n- Worked on the CRUDOperations.java building the Create, Read, Update and Delete operations.\n- Started the development of QueryParser.java for parsing simple CRUD query syntax.\n- Started the implementation of QueryProcessor.java to execute parsed queries using CRUD operations.","shortMessageHtmlLink":"CRUD Operations, Query Parsing & Processing"}},{"before":"f5bc21c9772c6883a3954f2586aa18cf89d3fc6a","after":"82cc14223e42e74b8543ed7fbb8d5142486da937","ref":"refs/heads/main","pushedAt":"2024-03-01T10:01:09.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"siddhant-vij","name":"Siddhant Vij","path":"/siddhant-vij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25448524?s=80&v=4"},"commit":{"message":"Jackson for JSON Handling","shortMessageHtmlLink":"Jackson for JSON Handling"}},{"before":"dc4e1065a0dc5e70b5add618d273d5fccd01e329","after":"f5bc21c9772c6883a3954f2586aa18cf89d3fc6a","ref":"refs/heads/main","pushedAt":"2024-03-01T09:59:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"siddhant-vij","name":"Siddhant Vij","path":"/siddhant-vij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25448524?s=80&v=4"},"commit":{"message":"Data Model, Utility Functions & Basic DB Operations\n\n- Defined the Table and Record classes within the model package. Focussed on encapsulating the properties for tables and records.\n- Implemented FileUtils.java in the utils package for file handling and file operations.\n- Implemented Database.java within the core package to handle database initialization and table management.","shortMessageHtmlLink":"Data Model, Utility Functions & Basic DB Operations"}},{"before":null,"after":"dc4e1065a0dc5e70b5add618d273d5fccd01e329","ref":"refs/heads/main","pushedAt":"2024-02-15T09:06:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"siddhant-vij","name":"Siddhant Vij","path":"/siddhant-vij","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25448524?s=80&v=4"},"commit":{"message":"Updated README.md","shortMessageHtmlLink":"Updated README.md"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAECpN2wwA","startCursor":null,"endCursor":null}},"title":"Activity ยท siddhant-vij/SimpleDB-Engine"}