23 Commits

Author SHA1 Message Date
8f8feef6de Solution is disabling update if already done 2024-03-23 12:11:43 +01:00
d39f93bfa5 trying loading only the diff migrations at constructor 2024-03-23 11:25:05 +01:00
dbe5581e5a Appease Black 2024-03-10 22:52:23 +00:00
36de32e5b1 Trying to appease lint one more time 2024-03-10 13:15:17 +00:00
ae7d0991e4 Fixint lint issue 2024-03-10 12:59:04 +00:00
1e2ec6b643 Removing the up_one in the constructor to prevent running all migration each time we got a new one. It's handled by migration.up() function. This function was not creating fake migrations. 2024-03-10 12:49:35 +00:00
aa7f47a4f4 Reworking id to use uuid 2023-11-01 18:44:56 +01:00
1aa0d65cf7 Merge branch feature/external-frontend to feature/api-v2 without the frontend 2022-04-14 15:33:53 +03:00
d417950eae fix fstrings, refactored console to static 2022-04-11 20:34:46 -05:00
19f2429a4c Fix formatting to comply with Black 2022-04-11 11:08:36 +01:00
42ca4bb973 Refactored the yes to not pass objects in import
Merge Conflicts ᴙ Us
2022-04-11 00:23:55 -05:00
e06fe8a52a Black codebase
Apply black formatting to codebase
2022-03-23 02:50:12 +00:00
b306d1f313 Tidy imports & dep auto-installer 2022-03-08 04:40:44 +00:00
350ffcba63 Lint ignore migrations 2022-01-27 22:13:01 -05:00
4db034c39b Fix revert. Somehow migrations file was destroyed 2022-01-27 22:06:44 -05:00
b8c19a9c16 Merge branch 'dev' into 'pretzel-fixes'
# Conflicts:
#   app/classes/shared/migration.py
2022-01-28 02:57:46 +00:00
45ab07eb77 Revert migrations 2022-01-27 21:53:07 -05:00
39edd9c850 Fix Duplicate encoding argument
on windows migration read
2022-01-26 02:42:37 +00:00
e0ce1d118c Create pylintrc, code review pipeline & correct codebase errors
Fix uploads,
Only send server stats to user page when they have access to servers
2022-01-26 01:45:30 +00:00
93857f90db JWT login and multi API keys! 2022-01-15 02:23:50 +02:00
f20d41242d Adding Helpers for Path
Correcting a MVC update missing function
2021-11-21 11:52:29 +01:00
6a29f1063b Fixing Migrations Issues 2021-08-23 21:41:27 +02:00
f8aad8b33d Add database migrations! 2021-08-18 18:11:53 +03:00