Commit Graph

57 Commits

Author SHA1 Message Date
Reinaldy Rafli 9d22f9696a
test: wrong logic 2021-11-08 23:02:01 +07:00
Reinaldy Rafli 843f1d77c3
fix: fixing up some logic 2021-11-08 22:55:07 +07:00
Reinaldy Rafli 05120c23ab
test: added more tests 2021-11-08 19:39:29 +07:00
Reinaldy Rafli a308c0a7a2
style: nitpicking on semicolons 2021-11-08 17:01:43 +07:00
Reinaldy Rafli 9f593cd19b
test(wip): opening up connection with db 2021-11-08 16:58:41 +07:00
Reinaldy Rafli 8c235623c5 test: new cases for validator and joke pkg 2021-11-07 00:45:18 +07:00
Reinaldy Rafli 483a042ccb
refactor: configuring context and moving logic to its designated directory 2021-11-01 19:32:33 +07:00
Reinaldy Rafli 31652fb3ab
refactor: directory structure 2021-10-30 10:24:53 +07:00
Reinaldy Rafli c18a81a7aa
refactor: move everything to their own packages 2021-10-18 15:31:17 +07:00
Reinaldy Rafli 729e4c039d
test: moved all test to a single test file for integration testing 2021-09-28 16:08:15 +07:00
Reinaldy Rafli 5db8f60066
test: removed hanging test on ci 2021-09-28 14:57:58 +07:00
Reinaldy Rafli 9c497b81aa
fix: method complexity 2021-09-28 13:34:02 +07:00
Reinaldy Rafli fad708e08d
chore: running formatter 2021-09-28 11:29:54 +07:00
Reinaldy Rafli ae11ee7ed8
fix: verification cleanup 2021-09-28 11:29:39 +07:00
Reinaldy Rafli a5c665fe4f
fix: sql transactions 2021-09-27 20:02:58 +07:00
Reinaldy Rafli cf28bf4213
fix: adjusting database transactions 2021-09-27 17:10:19 +07:00
Reinaldy Rafli cf0b53e52d
refactor: better dependency injection method 2021-09-27 02:13:38 +07:00
Reinaldy Rafli b6788b33c6 style: chained function line breaks 2021-08-04 17:14:33 +07:00
Reinaldy Rafli e38f36c579 fix: correct status code 2021-08-04 17:08:06 +07:00
Reinaldy Rafli 79a8dccd9c test: refactor & clean up 2021-08-04 17:05:58 +07:00
Reinaldy Rafli 98c15d2e6d chore: codefactor changes 2021-08-04 16:46:48 +07:00
Reinaldy Rafli e3e178087c perf: caching certain routes 2021-08-04 16:03:53 +07:00
Reinaldy Rafli c0f817722d docs: swagger/openapi documentation 2021-08-04 15:52:18 +07:00
Reinaldy Rafli 8f570f99db test: refactor and add submit test 2021-08-04 12:56:14 +07:00
Reinaldy Rafli c265da52a1 feat: joke submission 2021-08-04 09:51:22 +07:00
Reinaldy Rafli 9d9311e90c feat: generate random string for ID usage 2021-08-04 01:15:35 +07:00
Reinaldy Rafli 84cfab08ef refactor: moving each routes to new directory 2021-08-04 01:14:32 +07:00
Reinaldy Rafli 600385b96e fix: validation didnt run properly 2021-07-23 22:03:04 +07:00
Reinaldy Rafli 2237bd7efd refactor: updated bob & refactored create table sql 2021-07-23 22:02:39 +07:00
Reinaldy Rafli ace5f72eed feat: link validation before insert 2021-07-23 21:24:58 +07:00
Reinaldy Rafli 95c9916e22 test: fix broken tests 2021-07-20 01:35:30 +07:00
Reinaldy Rafli dc2eab709e fix: total would always return error before 2021-07-20 01:35:04 +07:00
Reinaldy Rafli 4f13a85cea test: added CUD tests 2021-07-19 19:38:01 +07:00
Reinaldy Rafli 0ed396b78d chore: bump request limit 2021-07-19 17:22:22 +07:00
Reinaldy Rafli 2830a483be perf: cache total jokes!! 2021-07-19 17:21:08 +07:00
Reinaldy Rafli c71c8cd3d7 chore: clean deps 2021-07-18 14:31:14 +07:00
Reinaldy Rafli 60431d3e38 refactor: swap package, clean up, added test 2021-07-18 12:28:24 +07:00
Reinaldy Rafli ccaead16ea refactor: documentation & tidy up some code 2021-07-17 22:06:43 +07:00
Reinaldy Rafli 8ac21a1046 feat(route): get total jokes 2021-07-17 21:37:01 +07:00
Reinaldy Rafli a338f7296e fix: typo 2021-07-17 21:01:52 +07:00
Reinaldy Rafli 250614b767 test: skipping handler tests for now
I need help lol
2021-07-17 18:30:11 +07:00
Reinaldy Rafli 544530cd27 test: get handler test 2021-07-17 18:25:03 +07:00
Reinaldy Rafli 19ca25eb5b fix: handle empty data set 2021-07-17 17:34:02 +07:00
Reinaldy Rafli a60c7b91cc feat: implement caching
thanks to @ronnygunawan for the insight
2021-07-17 16:06:33 +07:00
Reinaldy Rafli 68f9cb5509 build: setup docker compose 2021-07-16 02:21:22 +07:00
Reinaldy Rafli db76499c13 chore: bump limiter 2021-07-15 20:00:44 +07:00
Reinaldy Rafli 02e9289058 docs: updated 2021-07-15 19:44:07 +07:00
Reinaldy Rafli 752fcdbe19 feat: health now checks databases 2021-07-15 12:55:28 +07:00
Reinaldy Rafli b8c033d04e build: config 2021-07-15 02:13:30 +07:00
Reinaldy Rafli ec16f91f7b test: added one more test 2021-07-15 01:24:47 +07:00