Commit graph

48 commits

Author SHA1 Message Date
9d7610df01 infra: add systemd service for service restart
All checks were successful
Deploy eolas-api / deploy (push) Successful in 24s
2025-10-14 17:09:18 +01:00
f5a1e3f1a8 chore: update README with API endpoint docs
All checks were successful
Deploy eolas-api / deploy (push) Successful in 22s
2025-10-13 18:50:38 +01:00
d9463b4a40 infra: try rsync in deploy script with sudo
All checks were successful
Deploy eolas-api / deploy (push) Successful in 22s
2025-10-10 15:24:16 +01:00
73b1df9a10 infra: install rsync on deploy runnter
Some checks failed
Deploy eolas-api / deploy (push) Failing after 12s
2025-10-10 15:21:59 +01:00
55f77f208c infra: use rsync instead of ssh+scp to copy files at deploy
Some checks failed
Deploy eolas-api / deploy (push) Failing after 14s
2025-10-10 15:16:46 +01:00
80d1247333 chore: delete dummy file
All checks were successful
Deploy eolas-api / deploy (push) Successful in 17s
2025-10-10 14:59:43 +01:00
2e281eae7d chore: remove old script from deploy
All checks were successful
Deploy eolas-api / deploy (push) Successful in 13s
2025-10-09 18:55:57 +01:00
6adfeb3f9a chore: update README deploy details
All checks were successful
Deploy eolas-api / deploy (push) Successful in 14s
2025-10-09 18:53:31 +01:00
548e6a8095 infra: remove Forgejo release from deploy script 2025-10-09 18:51:57 +01:00
f049e4cd36 chore: update README with deploy details
All checks were successful
Deploy eolas-api / deploy (push) Successful in 11s
2025-10-08 19:24:22 +01:00
bac1d38cf8 Merge branch 'main' of https://forgejo.systemsobscure.net/thomasabishop/eolas-api 2025-10-08 19:18:11 +01:00
9f449ba49a fix: syntax in subtask deploy script 2025-10-08 18:17:33 +00:00
d3b02757c3 fix: syntax in subtask deploy script
All checks were successful
Deploy eolas-api / deploy (push) Successful in 20s
2025-10-08 19:17:13 +01:00
bb49bac558 feat: test versioning script without jq dep
Some checks failed
Deploy eolas-api / deploy (push) Failing after 0s
2025-10-08 19:15:32 +01:00
0e73b6a01f Merge branch 'main' of https://forgejo.systemsobscure.net/thomasabishop/eolas-api 2025-10-08 19:14:09 +01:00
47e08f7855 feat: test versioning script again 2025-10-08 18:13:12 +00:00
354ccfacf9 feat: test versioning script again
Some checks failed
Deploy eolas-api / deploy (push) Failing after 17s
2025-10-08 19:12:53 +01:00
38b51e05a2 Merge branch 'main' of https://forgejo.systemsobscure.net/thomasabishop/eolas-api
All checks were successful
Deploy eolas-api / deploy (push) Successful in 10s
2025-10-08 19:10:21 +01:00
c5dd762580 feat: test versioning script 2025-10-08 19:10:05 +01:00
forgejo-actions[bot]
e7475170ac chore: bump version to v0.1.0 2025-10-08 17:54:00 +00:00
1d63d17813 feat: experiment with versioning
All checks were successful
Deploy eolas-api / deploy (push) Successful in 19s
2025-10-08 18:53:44 +01:00
ec0ff1b541 infra: debug - attempt rm stale files again
All checks were successful
Deploy eolas-api / deploy (push) Successful in 8s
2025-10-05 20:08:37 +01:00
4324dd603f infra: debug - fix user env var
All checks were successful
Deploy eolas-api / deploy (push) Successful in 9s
2025-10-05 20:04:33 +01:00
d148424ba3 infra: debug - log from ssh
Some checks failed
Deploy eolas-api / deploy (push) Failing after 8s
2025-10-05 20:01:26 +01:00
c9ce57f06f infra: assume VPS deploy user in deploy
Some checks failed
Deploy eolas-api / deploy (push) Failing after 9s
2025-10-05 19:55:07 +01:00
afd79d4900 fix: remove find command deploy FA
Some checks failed
Deploy eolas-api / deploy (push) Failing after 7s
2025-08-09 15:31:41 +01:00
2b870dfa5e fix: remove NodeJS container dep FA
Some checks failed
Deploy eolas-api / deploy (push) Has been cancelled
2025-08-09 15:28:27 +01:00
03d203f67a infra: add automated deployment Forgejo Action
Some checks failed
Deploy eolas-api / deploy (push) Has been cancelled
2025-08-09 15:24:01 +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
a14574f808 refactor: remove dependency on Nodemon 2025-08-04 16:32:59 +01:00
0f9519fd23 chore: update README 2025-08-03 17:37:34 +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
ed977a4078 feat: add CORS 2025-07-22 15:55:27 +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
d36b3ef422 feat: initial setup 2025-07-14 17:16:14 +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