Dylan De Faoite dylan
  • Ireland
  • Joined on 2026-02-23
dylan pushed to fix/missing-title-field-database at dylan/crosspost 2026-03-02 18:37:10 +00:00
2ae9479943 Merge pull request 'Fix broken filtering endpoints' (#3) from fix/broken-filtering into main
dd44fad294 fix(db): incorrect NER column name in database saving
5ea71023b5 refactor: move query parameter extraction function out of flask app
Compare 3 commits »
dylan pushed to fix/missing-title-field-database at dylan/crosspost 2026-03-02 18:36:35 +00:00
dylan created branch fix/missing-title-field-database in dylan/crosspost 2026-03-02 18:36:35 +00:00
dylan deleted branch fix/broken-filtering from dylan/crosspost 2026-03-02 18:32:02 +00:00
dylan pushed to main at dylan/crosspost 2026-03-02 18:32:02 +00:00
2ae9479943 Merge pull request 'Fix broken filtering endpoints' (#3) from fix/broken-filtering into main
dd44fad294 fix(db): incorrect NER column name in database saving
5ea71023b5 refactor: move query parameter extraction function out of flask app
37cb2c9ff4 feat(querying): make filters stateless
82a98f84bd refactor: combine query results into one endpoint
Compare 7 commits »
dylan merged pull request dylan/crosspost#3 2026-03-02 18:32:00 +00:00
Fix broken filtering endpoints
dylan pushed to fix/broken-filtering at dylan/crosspost 2026-03-02 18:30:56 +00:00
dd44fad294 fix(db): incorrect NER column name in database saving
dylan pushed to fix/broken-filtering at dylan/crosspost 2026-03-02 18:29:13 +00:00
5ea71023b5 refactor: move query parameter extraction function out of flask app
dylan pushed to fix/broken-filtering at dylan/crosspost 2026-03-02 16:18:06 +00:00
37cb2c9ff4 feat(querying): make filters stateless
dylan deleted branch feat/database-integration from dylan/crosspost 2026-03-02 10:19:52 +00:00
dylan created pull request dylan/crosspost#3 2026-03-01 19:07:16 +00:00
WIP: Fix broken filtering endpoints
dylan pushed to fix/broken-filtering at dylan/crosspost 2026-03-01 19:06:53 +00:00
82a98f84bd refactor: combine query results into one endpoint
8b4adf4a63 refactor: update filtering method names
a6adea5a7d fix: broken stat_gen filter methods
Compare 3 commits »
dylan created branch fix/broken-filtering in dylan/crosspost 2026-03-01 19:06:53 +00:00
dylan deleted branch auth-test from dylan/crosspost 2026-03-01 18:51:06 +00:00
dylan pushed to main at dylan/birch-dots 2026-03-01 18:42:48 +00:00
3827de7d7c feat: update media keybinds to use f-keys
dylan pushed to main at dylan/birch-dots 2026-03-01 18:24:23 +00:00
2a0c796952 fix: hardcoded PATH configs specific to a machine
dylan pushed to main at dylan/birch-dots 2026-03-01 18:15:32 +00:00
458b14ad5a feat: add .gitconfig
dylan pushed to main at dylan/crosspost 2026-03-01 16:47:27 +00:00
47be4d9586 Merge pull request 'Storage of user data and datasets in PostGreSQL' (#2) from feat/database-integration into main
7ddd625bf8 fix: database schema missing type column
07ab7529a9 refactor: update analysis classes to accept DataFrame as parameter instead of instance variable
d20790ed4b fix: incorrect dataset authorisation check
d3c4d883be Merge branch 'auth-test' of gitea:dylan/crosspost into auth-test
Compare 20 commits »
dylan merged pull request dylan/crosspost#2 2026-03-01 16:47:25 +00:00
Storage of user data and datasets in PostGreSQL
dylan created pull request dylan/crosspost#2 2026-03-01 16:45:12 +00:00
WIP: Storage of user data and datasets in PostGreSQL