10 Commits

Author SHA1 Message Date
owenrees 02372f2076 Feat/error logs (#16)
* added list of tasks to achieve

* update deps

* update elixir version in CI/CD pipeline

* update todo with branch push checks

* underscores separation of large numbers

* update elixir version and deps

* add basic module  docs

* remove IO.inspect call

* check if list is empty rather than traversing list for length

* revert empty list code

* duration tests

* add mime type tests

* use logger instread of inspect, remove todos

* replace list length check with Enum.empty

* replace list length check with !Enum.empty?

* numbers readability fix by using underscores on large numbers

* iucn parser replaced case with multiclause function and added test

* replace map and join with map_join

* fix multiple spec issues where map() must be inside a list
2025-12-06 23:41:59 +01:00
Owen 498c5ebd6f refactoring of modules 2025-01-13 15:57:33 +01:00
Owen c7d47ee6ed state machine with requests per guild 2025-01-09 14:44:22 +01:00
Owen 593704cb15 port update in prod 2024-12-22 20:58:01 +01:00
Owen 322c499725 reset request counts in rate limiter every day at midnight 2024-12-17 12:15:47 +01:00
Owen 5dd069d589 start time runtime env fix 2024-12-17 11:12:14 +01:00
Owen 5a5700fab7 parse response and generate a interaction response 2024-12-16 14:45:07 +01:00
Owen 1b1fa19fff file server started in supervisor tree 2024-12-15 22:48:47 +01:00
Owen 81c95c28b2 request limiter 2024-12-15 22:34:59 +01:00
Owen 5975458407 /source application command with test 2024-12-13 23:02:23 +01:00