Commit Graph

21 Commits

Author SHA1 Message Date
bb39ae856d
docs: add notes about status of the project (abandoned for the moment)
All checks were successful
Chromatic / chromatic (push) Successful in 2m30s
CI / ci (push) Successful in 4m40s
CI / commitlint (push) Successful in 19s
2024-08-30 20:14:50 +02:00
f0b22f6a06
feat(api): work in progress GET /wikipedia/shortest-paths?fromPageId=id&toPageId=id 2024-08-23 23:21:42 +02:00
20ab889cf8
chore: improve type safety Tuyau
All checks were successful
Chromatic / chromatic (push) Successful in 2m3s
CI / ci (push) Successful in 4m16s
CI / commitlint (push) Successful in 14s
2024-08-18 01:31:02 +01:00
63862b19c0
feat(api): implement GET /wikipedia/pages/[id]
Some checks failed
Chromatic / chromatic (push) Successful in 2m33s
CI / ci (push) Failing after 1m27s
CI / commitlint (push) Successful in 13s
2024-08-13 11:58:38 +01:00
376c0fd041
feat(api): health checks 2024-08-12 18:19:43 +01:00
207d3483ca
feat(api): rate limiting 2024-08-12 14:13:24 +01:00
0ce950c9c8
test(api): database tests 2024-08-12 13:21:34 +01:00
cdc8cf2b05
feat(api): implement GET /wikipedia/pages?title=search_title 2024-08-12 00:32:43 +01:00
02ee112de4
feat(api): create Lucid models and migrations for Wikipedia database dump + usage of PostgreSQL instead of MariaDB 2024-08-11 09:49:23 +01:00
aa2fb4f5b9
chore: fix usage issues
All checks were successful
Chromatic / chromatic (push) Successful in 5m54s
CI / ci (push) Successful in 4m24s
CI / commitlint (push) Successful in 18s
2024-08-10 01:32:34 +01:00
f53a797169
feat: wikipedia data dump working 2024-08-08 02:21:53 +01:00
8dec198afe
fix: wikipedia data dump POC improvements 2024-08-07 00:21:08 +01:00
3bed3e0578
perf: improve memory usage for POC to get wikipedia dump 2024-08-05 17:36:19 +02:00
fee0b4e681
feat: adapt internal_links SQL file POC 2024-08-05 14:04:28 +02:00
61914d2392
chore: clean up POC to get Wikipedia dump 2024-08-05 00:52:48 +02:00
3de838dded
feat: start implementation to get Wikipedia dump and customize it 2024-08-05 00:37:06 +02:00
74a3148e92
test: increase coverage 2024-07-30 09:10:02 +02:00
ccd44c10fa
feat: cache.json for wikipedia links 2024-07-28 17:57:41 +02:00
90abfb6de8
feat: try deep internal links of wikipedia pages
Some checks failed
Chromatic / chromatic (push) Successful in 4m43s
CI / ci (push) Failing after 1m30s
CI / commitlint (push) Successful in 14s
2024-07-26 19:05:59 +02:00
0ee7b35530
feat: get all internal links from a Wikipedia article 2024-07-26 14:05:05 +02:00
3ae6d2fac3
chore: initial commit
Some checks failed
Chromatic / chromatic (push) Failing after 42s
CI / ci (push) Successful in 2m44s
CI / commitlint (push) Successful in 14s
2024-07-24 12:35:33 +02:00