Commit graph

24 commits

Author SHA1 Message Date
9d92a20872 feat: add search endpoint
Some checks failed
Deploy eolas-api / deploy (push) Failing after 26s
2025-12-11 19:14:45 +00:00
196eb6988b feat: add morgan for logging
All checks were successful
Deploy eolas-api / deploy (push) Successful in 29s
2025-10-19 12:31:11 +01:00
31105abd95 fix: health endpoint null ref
All checks were successful
Deploy eolas-api / deploy (push) Successful in 47s
2025-10-18 16:23:12 +01:00
230bf67f6c Merge branch 'main' of https://forgejo.systemsobscure.net/thomasabishop/eolas-api
All checks were successful
Deploy eolas-api / deploy (push) Successful in 33s
2025-10-17 19:14:06 +01:00
05bf74aca5 refactor: change default port to 4000 to avoid clashes on server 2025-10-17 19:14:01 +01:00
e123b9e1ec feat: add /health endpoint to check API is up 2025-10-17 17:52:37 +00:00
88c3add4ad feat: add /health endpoint to check API is up
All checks were successful
Deploy eolas-api / deploy (push) Successful in 40s
2025-10-17 18:52:06 +01:00
0ad7105522 infra: add NodeJS runtime to initial server log 2025-10-17 18:22:45 +01:00
6ffa4ec2a2 feat: add api-key auth 2025-08-09 14:40:59 +01:00
f85867dd3a feat: add backlinks and outlinks routes 2025-08-09 12:53:36 +01:00
5d70e9a23f refactor: return data as data field 2025-08-03 17:35:34 +01:00
dbd63cfc42 fix: count sliced Entries in response 2025-07-23 13:05:22 +01:00
6419e9fffd chore: remove redundant log 2025-07-23 12:59:10 +01:00
c4fb0525a9 fix: sort by date function Entries 2025-07-22 15:57:16 +01:00
681350e6f7 chore: reduce page width 2025-07-22 15:56:12 +01:00
21f0f04e2a refactor: move entries sorters into EntriesService 2025-07-17 18:00:56 +01:00
254c5be8f5 feat: add get_all_entries_for_tag method 2025-07-17 17:57:11 +01:00
7e997bacaa feat: add get_all_tags_for_entry method 2025-07-17 16:53:56 +01:00
13f6bbc748 refactor: make sortTags private 2025-07-17 16:26:46 +01:00
eb42c87a6e feat: return count of Entries for get all 2025-07-14 17:46:08 +01:00
672987a2fa feat: create Tag resource with first route 2025-07-14 17:41:55 +01:00
858d20314f feat: setup DB connection and Entries resource 2025-07-14 17:16:51 +01:00
thomasabishop
f070678960 feat: set up api architecture with initial route 2025-02-09 18:26:53 +00:00
thomasabishop
ac44b7857e feat: setup project 2025-02-09 18:24:44 +00:00