Commit Graph

19 Commits

Author SHA1 Message Date
owenrees 0eddf04678 Projects and Diseases placeholder application commands (#17)
* fix module name in backup

* save projects to persistent_term

* retrieve projects on bot startup

* remove commented out code

* register project autocomplete

* placeholder text for project

* placeholder disease command
2025-12-08 08:53:48 +01:00
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 3d3059e77f change service commands 2025-02-05 22:23:30 +01:00
Owen 7dd2774994 update GH actions to account for the bot running as a service 2025-02-05 22:03:11 +01:00
Owen a1dfdef449 update ubunutu build version in gh actions 2025-01-31 22:31:04 +01:00
Owen 0009a82460 updated tests 2025-01-13 15:57:33 +01:00
Owen f4c213e7b3 save metrics before switching releases 2025-01-10 22:11:31 +01:00
Owen 2e282cb309 export env var 2024-12-22 22:04:34 +01:00
Owen 945b2ad0c8 log scripts 2024-12-22 21:57:22 +01:00
Owen 213cea6db4 log scripts 2024-12-22 21:51:07 +01:00
Owen 28a17674f7 sleep between scripts 2024-12-22 21:32:17 +01:00
Owen d6043de81a command start change 2024-12-22 21:22:33 +01:00
Owen c169eac2f7 workflow change to add new env vars 2024-12-22 20:40:32 +01:00
Owen f9cea2cfd0 update ssh scripts 2024-12-22 13:08:43 +01:00
Owen 830177092a update ssh scripts 2024-12-22 12:25:36 +01:00
Owen 642b9df0d9 update ssh scripts 2024-12-22 12:21:18 +01:00
Owen 4fa4fb6d96 update tar dir 2024-12-22 12:12:27 +01:00
Owen 327353fa84 test env var in secrets 2024-12-22 12:07:09 +01:00
Owen 39fa573fbc vps deployment workflow 2024-12-22 11:58:19 +01:00