Commit Graph

10 Commits

Author SHA1 Message Date
58e3fb73b1 Fix initial load breaking. 2025-12-13 15:26:56 -05:00
b6f1b6f3e4 Added query to graphql types.
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Successful in 4m47s
Hourly cron job / cron (push) Failing after 0s
2025-12-10 19:16:27 -05:00
f37f781d4e Added failsafe in increment function that will create a new DailyStat document if the latest one is not the current day. Added a check in the cron function to check that it won't create a new document if the latest DailyStat is for the current date.
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 4m14s
2025-12-10 19:05:34 -05:00
30b4f65ec6 Secured mutations with an api-key. When in production mode it should return null if an API key is not provided or is incorrect.
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 5m6s
2025-12-10 16:42:21 -05:00
be6ffbe551 Added new queries 2025-11-29 14:26:33 -05:00
6a563f7d7c Change name of file and query. 2025-11-29 14:26:03 -05:00
e4d1d2fad5 Added query for getting stats within a range. 2025-11-28 22:11:46 -05:00
4a2d8b2b3d Expanded groups scheme. Expanded addGroups mutation. Refactored addGroups mutation to update username and title of a group when used. Added an incrementGroups mutation that updates the new deletedLinks row in the scheme. 2025-11-27 18:19:48 -05:00
834900f9bb Added mutations and queries for DaiailyStats and TotalStats. Updated Schema. Added scalar package. 2025-11-11 20:17:14 -05:00
ff334a7f0d init 2025-10-31 16:06:03 -04:00