| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: reorganizing packages | Arda Serdar Pektezol | 2023-08-26 | 1 | -288/+0 |
| | | | | Former-commit-id: 99410223654c2a5ffc15fdab6ec3e921b5410cba | ||||
| * | refactor: move structs around for better understanding | Arda Serdar Pektezol | 2023-08-20 | 1 | -3/+17 |
| | | | | Former-commit-id: 0030a6b0c7b228772d8e27f5722ee6de1718786b | ||||
| * | refactor: changed github repo name | Arda Serdar Pektezol | 2023-07-20 | 1 | -3/+3 |
| | | | | Former-commit-id: e579843a0d66574b54b48fc1c02083c868db68a3 | ||||
| * | feat: display score count and time in record response (#42) | Arda Serdar Pektezol | 2023-07-03 | 1 | -4/+4 |
| | | | | Former-commit-id: f123f9383519780a6e6d0f6828332635b93bad82 | ||||
| * | docs: refactor docs | Arda Serdar Pektezol | 2023-07-03 | 1 | -22/+22 |
| | | | | Former-commit-id: 3f3833af352d8758ca509a4fe3badedd5250b1ba | ||||
| * | fix: save uploaded demos as .dem in order for parser to work (#42) | Arda Serdar Pektezol | 2023-07-03 | 1 | -4/+4 |
| | | | | Former-commit-id: aa6485ebbdeffe4eaf903988a676fa69f37d67b9 | ||||
| * | fix: cleanup post record, uuid file saving, defer file delete (#42) | Arda Serdar Pektezol | 2023-07-03 | 1 | -4/+4 |
| | | | | Former-commit-id: b98bc4164983e6f78566f0a7dd296e7f9cfd9e3e | ||||
| * | fix: parser actually works now (#42) | Arda Serdar Pektezol | 2023-07-03 | 1 | -5/+8 |
| | | | | Former-commit-id: 28378525f79e2879a1306b3bb169668d238cc117 | ||||
| * | fix: change demo save location | Arda Serdar Pektezol | 2023-07-03 | 1 | -4/+4 |
| | | | | Former-commit-id: 9f12bccafd5433775c7de315950f02f9464777fa | ||||
| * | fix: change demo save location | Arda Serdar Pektezol | 2023-07-03 | 1 | -4/+4 |
| | | | | Former-commit-id: 2e7592b91f3787b501c798397838ba858f4103f7 | ||||
| * | docs: add missing field to post record | Arda Serdar Pektezol | 2023-07-03 | 1 | -0/+1 |
| | | | | Former-commit-id: 73726de788daf38a82d9663ab2d8f0544b76c3e3 | ||||
| * | fix: sql typo record controller | Arda Serdar Pektezol | 2023-07-03 | 1 | -1/+1 |
| | | | | Former-commit-id: 8d78b48a9c745d94f4e287b0d2b7871ecdb4873b | ||||
| * | docs: update swagger | Arda Serdar Pektezol | 2023-07-03 | 1 | -3/+3 |
| | | | | Former-commit-id: d55150a028f67d5dc8668e2b2384d13511339b46 | ||||
| * | feat: parser for getting portal and tick count (#42) | Arda Serdar Pektezol | 2023-07-03 | 1 | -1/+1 |
| | | | | Former-commit-id: 1619ece868b7009a661dcc3b622746cc09981042 | ||||
| * | feat: route id in map summary, update docs | Arda Serdar Pektezol | 2023-06-29 | 1 | -3/+2 |
| | | | | Former-commit-id: f8db004d2c17f09f665e51ec4e730418248bfd07 | ||||
| * | fix: record controller | Arda Serdar Pektezol | 2023-06-29 | 1 | -55/+32 |
| | | | | Former-commit-id: bff6b62474e02f644d93f49827145cfd92682c6f | ||||
| * | fix: sql typos, routing change | Arda Serdar Pektezol | 2023-05-03 | 1 | -6/+6 |
| | | |||||
| * | feat: db transaction for record submission (#33) | Arda Serdar Pektezol | 2023-04-24 | 1 | -5/+17 |
| | | |||||
| * | fix: adjust record submission (#38) | Arda Serdar Pektezol | 2023-04-24 | 1 | -17/+20 |
| | | |||||
| * | doc: change route name | Arda Serdar Pektezol | 2023-04-24 | 1 | -1/+1 |
| | | |||||
| * | doc: fix demo download uuid from path to query | Arda Serdar Pektezol | 2023-04-24 | 1 | -1/+1 |
| | | |||||
| * | doc: added tags | Arda Serdar Pektezol | 2023-04-21 | 1 | -0/+2 |
| | | |||||
| * | doc: add auth header fields (#34) | Arda Serdar Pektezol | 2023-04-21 | 1 | -0/+1 |
| | | |||||
| * | doc: complete rest of swagger implementation, change rankings response (#34) | Arda Serdar Pektezol | 2023-04-19 | 1 | -0/+23 |
| | | |||||
| * | added delete demo from drive, also delete if an error is encountered while ↵ | Arda Serdar Pektezol | 2023-01-17 | 1 | -6/+15 |
| | | | | | submitting a record | ||||
| * | also update maps table when a new world record is achieved | Arda Serdar Pektezol | 2023-01-15 | 1 | -1/+19 |
| | | |||||
| * | check if map is disabled or not | Arda Serdar Pektezol | 2023-01-15 | 1 | -2/+7 |
| | | |||||
| * | delete demo after serving it from local (#24) | Arda Serdar Pektezol | 2023-01-14 | 1 | -0/+1 |
| | | |||||
| * | upload record fix, download demo success (#24) | Arda Serdar Pektezol | 2023-01-14 | 1 | -4/+46 |
| | | |||||
| * | record submission looks like its working! (#23, #20) | Arda Serdar Pektezol | 2023-01-14 | 1 | -44/+96 |
| | | |||||
| * | demo to google drive is worknig properly (#20) | Arda Serdar Pektezol | 2023-01-12 | 1 | -0/+126 |