14 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 099c98d0d1 update logger webhook backend 2025-01-16 10:11:55 +01:00
Owen 18b1c02733 upgrade logger webhook backend 2025-01-15 23:10:05 +01:00
Owen 0494ad7ff5 plant database links wording 2025-01-10 21:06:11 +01:00
Owen 61adb18be7 update release info 2025-01-10 20:07:07 +01:00
Owen ffe6fca781 remove threat status text if no iucn data is available 2024-12-29 20:17:56 +01:00
Owen edf4364498 update deps to pull from hex 2024-12-27 09:25:50 +01:00
Owen f61c739591 fixed missing api base url env 2024-12-20 21:30:19 +01:00
Owen cab8b052bf remove tesla from logger 2024-12-18 12:00:52 +01:00
Owen 2652a8f561 Discord customer logger 2024-12-17 15:28:34 +01:00
Owen 322c499725 reset request counts in rate limiter every day at midnight 2024-12-17 12:15:47 +01:00
Owen b85d9350a5 add static analysis tool Dialyzer 2024-12-16 22:42:30 +01:00
Owen 5975458407 /source application command with test 2024-12-13 23:02:23 +01:00
Owen 1c4d0fb8af initial commit 2024-12-13 22:03:26 +01:00