Dylan De Faoite dylan
  • Ireland
  • Joined on 2026-02-23
dylan created pull request dylan/crosspost#6 2026-03-03 12:27:50 +00:00
WIP: Implement job queue for asynchronous NLP
dylan pushed to feat/implement-job-queue at dylan/crosspost 2026-03-03 12:27:17 +00:00
3a58705635 feat: add celery & redis for background data processing
2e0e842525 build: update reqs and docker compose
14b472ea60 build: add dockerfile for constructing backend
c767f59b26 feat: add redis to docker compose
Compare 4 commits »
dylan created branch feat/implement-job-queue in dylan/crosspost 2026-03-03 12:27:17 +00:00
dylan deleted branch refactor/db-class from dylan/crosspost 2026-03-03 11:17:52 +00:00
dylan pushed to main at dylan/crosspost 2026-03-03 11:17:52 +00:00
cc71c80df7 Merge pull request 'Refactor DB classes and management' (#5) from refactor/db-class into main
6248b32ce2 refactor: move app.py into main server dir
07a3b204bf fix: incorrect docker compose db dirs
87bdc0245a refactor: move core files into separate dirs
8b8462fd58 chore: add non-existent database error check
Compare 8 commits »
dylan merged pull request dylan/crosspost#5 2026-03-03 11:17:50 +00:00
Refactor DB classes and management
dylan pushed to refactor/db-class at dylan/crosspost 2026-03-03 11:14:55 +00:00
6248b32ce2 refactor: move app.py into main server dir
07a3b204bf fix: incorrect docker compose db dirs
Compare 2 commits »
dylan pushed to refactor/db-class at dylan/crosspost 2026-03-03 11:13:36 +00:00
87bdc0245a refactor: move core files into separate dirs
dylan pushed to refactor/db-class at dylan/crosspost 2026-03-03 11:11:13 +00:00
8b8462fd58 chore: add non-existent database error check
36bede42d9 style: clean up imports
Compare 2 commits »
dylan pushed to main at dylan/birch-dots 2026-03-02 21:43:12 +00:00
b1341b7920 feat: add discord settings
9dcb1ac329 fix: remove unused deps
Compare 2 commits »
dylan pushed to refactor/db-class at dylan/crosspost 2026-03-02 19:18:08 +00:00
4bec0dd32c refactor: extract dataset functionality out of db class
dylan created pull request dylan/crosspost#5 2026-03-02 19:06:38 +00:00
WIP: Refactor DB classes and management
dylan pushed to refactor/db-class at dylan/crosspost 2026-03-02 19:05:59 +00:00
4961ddc349 refactor: move db dir into server
dylan created branch refactor/db-class in dylan/crosspost 2026-03-02 19:05:59 +00:00
dylan pushed to main at dylan/crosspost 2026-03-02 19:00:16 +00:00
45229a3f04 Merge pull request 'Missing title field in database events column' (#4) from fix/missing-title-field-database into main
c9151da643 feat: add custom error for non-existent dataset
18c8539646 fix: server error when attmepting to access non-existant dataset
6d8f2fa4e0 feat: add custom exceptions file
1f6d92b1a8 fix: include title in db schema
Compare 5 commits »
dylan deleted branch fix/missing-title-field-database from dylan/crosspost 2026-03-02 19:00:16 +00:00
dylan merged pull request dylan/crosspost#4 2026-03-02 19:00:14 +00:00
Missing title field in database `events` column
dylan pushed to fix/missing-title-field-database at dylan/crosspost 2026-03-02 18:59:33 +00:00
c9151da643 feat: add custom error for non-existent dataset
18c8539646 fix: server error when attmepting to access non-existant dataset
6d8f2fa4e0 feat: add custom exceptions file
Compare 3 commits »
dylan pushed to fix/missing-title-field-database at dylan/crosspost 2026-03-02 18:42:05 +00:00
1f6d92b1a8 fix: include title in db schema
dylan created pull request dylan/crosspost#4 2026-03-02 18:38:31 +00:00
WIP: Missing title field in database events column