Commit Graph

12 Commits

Author SHA1 Message Date
Sayantan Santra 38b817fdf8
new: Proper reply when invalid data is sent 2024-03-31 21:23:22 -05:00
Sayantan Santra 1f18766f79
build: Switch workflow to only use Makefile 2024-03-25 16:02:52 -05:00
Sayantan Santra ffb4846239
fix: Multi-arch upload 2024-03-24 23:27:31 -05:00
Sayantan Santra 1f9cf1d777
chg: Untrack some unnecessary files 2024-02-08 19:09:07 -06:00
Sayantan Santra 7d5ff40893 Updated .gitignore 2023-04-03 21:48:49 -05:00
Sayantan Santra 0e97516759 Rearrangement 2023-04-02 16:53:55 -05:00
Sayantan Santra e06b744e3c Autogenerated config 2022-11-04 01:14:03 -05:00
Przemek Dragańczuk 7f275bf6af
Sqlite as storage backend (#1)
Some platforms has some problems with file locking, so I was forced to use an alternative. SQLite seems be the best option currently available


* Migrated to an sqlite database

* Removed unnecessary IOExceptions

* Removed an util class not needed anymore

* Updated README.md and docker-compose.yml to reflect new storage mechanism
2020-03-24 09:07:25 +01:00
draganczukp f0e339e000 Cleanup of files 2020-03-24 07:44:34 +01:00
Przemek Dragańczuk 8a264c133c Cleanup 2020-02-14 18:41:56 +01:00
Przemek Dragańczuk 204d0a9bc1 Random intellij fixes 2020-02-14 18:40:36 +01:00
Przemek Dragańczuk d80024c494 Base api works 2020-02-13 23:52:33 +01:00