Kita Trofimov
|
9ecb6a83ba
|
style(database): Fixed the issue with long function declarations
|
2025-10-26 21:25:59 +03:00 |
|
Kita Trofimov
|
951e4c7e45
|
style(database): Changed logging
|
2025-10-26 21:25:59 +03:00 |
|
Kita Trofimov
|
7786680f43
|
fix(database): Fixed the database connection
|
2025-10-26 21:16:23 +03:00 |
|
Kita Trofimov
|
33c3b81f6e
|
style(database): Refactor repository name
|
2025-10-26 21:16:23 +03:00 |
|
Kita Trofimov
|
6006e074d8
|
fix(model/user.py): Removed unnecesary methods
|
2025-10-26 21:16:23 +03:00 |
|
Kita Trofimov
|
771f7e0549
|
feat(database/repositories/user_repository.py): A new login verification method has been added
|
2025-10-26 21:16:23 +03:00 |
|
Kita Trofimov
|
fd1b7df93a
|
feat(database/repositories/ai_prediction_repository.py): Added new repository AIPredictionsRepository
|
2025-10-26 21:16:23 +03:00 |
|
Kita Trofimov
|
88c4460da9
|
feat(model/ai_prediction.py): Added new model AIPrediction
|
2025-10-26 21:16:23 +03:00 |
|
Kita Trofimov
|
51bf856434
|
feat(database/repositories/inventory_repository.py): Added inventory repository
|
2025-10-26 21:16:23 +03:00 |
|
Kita Trofimov
|
0ded143c55
|
feat(database/repositories/product_repository.py): Added product repository
|
2025-10-26 21:16:23 +03:00 |
|
Kita Trofimov
|
056d800c4f
|
feat(database/repositories/robot_repository.py): Added robot_repository
|
2025-10-26 21:16:23 +03:00 |
|
Kita Trofimov
|
3be4556844
|
feat(database/repositories/user_repository.py): Added user repository
|
2025-10-26 21:16:23 +03:00 |
|
Kita Trofimov
|
928677fea8
|
feat(database): Implemented database connection
|
2025-10-26 21:16:23 +03:00 |
|
Kita Trofimov
|
e80c5645f1
|
feat(model): Added correct data models
|
2025-10-26 21:16:23 +03:00 |
|
Sweetbread
|
70041fa58e
|
feat(jwt): add iat field
|
2025-10-26 21:16:23 +03:00 |
|
Sweetbread
|
6f478d717a
|
feat(log): use loguru
|
2025-10-26 21:16:23 +03:00 |
|
Sweetbread
|
be5732bc32
|
refactor(auth): remove /api/auth/* handlers to api/auth.py
|
2025-10-26 21:16:23 +03:00 |
|
Sweetbread
|
4ad7869e27
|
refactor(user): rename to toJson back
|
2025-10-26 21:16:23 +03:00 |
|
Sweetbread
|
67c06a0203
|
feat(auth): add data validation
|
2025-10-26 21:16:23 +03:00 |
|
Sweetbread
|
df5317432d
|
refactor(user): change class name to uppercase
|
2025-10-26 21:16:23 +03:00 |
|
Sweetbread
|
96a310a80d
|
fix(env): ensure the .env is loaded
|
2025-10-26 21:16:22 +03:00 |
|
Kirill
|
ec985a808d
|
fix(api/auth/loginapi.py, app.py, utils/PostgressConnect.py, utils/createLogger.py, utils/loadDotEnv.py): Review fix
https://g.codrs.ru/Hackaton/Backend/pulls/2#issuecomment-23
https://g.codrs.ru/Hackaton/Backend/pulls/2#issuecomment-31
|
2025-10-26 21:16:17 +03:00 |
|
Kirill
|
f93b94531c
|
fix(utils/token.py): Code review fix
https://g.codrs.ru/Hackaton/Backend/pulls/2#issuecomment-24
|
2025-10-25 21:01:45 +03:00 |
|
Kirill
|
22da586aec
|
fix(app.py): Code review fix
https://g.codrs.ru/Hackaton/Backend/pulls/2#issuecomment-30
|
2025-10-25 20:59:41 +03:00 |
|
Kirill
|
5058df8b7d
|
fix(model/user.py): Code review fix
https://g.codrs.ru/Hackaton/Backend/pulls/2#issuecomment-20
https://g.codrs.ru/Hackaton/Backend/pulls/2#issuecomment-25
https://g.codrs.ru/Hackaton/Backend/pulls/2#issuecomment-21
|
2025-10-25 20:57:23 +03:00 |
|
Kirill
|
3a118c51b5
|
fix(api/auth/loginapi.py): Pull request review
https://g.codrs.ru/Hackaton/Backend/pulls/2#issuecomment-26
https://g.codrs.ru/Hackaton/Backend/pulls/2#issuecomment-20
https://g.codrs.ru/Hackaton/Backend/pulls/2#issuecomment-35
|
2025-10-25 20:53:48 +03:00 |
|
Kirill
|
7ccc9385e6
|
feat(app.py): Include Blueprint to app
|
2025-10-25 11:26:46 +03:00 |
|
Kirill
|
1bf9c69c2b
|
feat(api/loginapi.py): Login Api
Blueprint with api login page with is get respons (form-data) and send JVT token and user id name and role
|
2025-10-25 11:24:31 +03:00 |
|
Kirill
|
2098719c82
|
feat(model/user.py): User model
User Dataclass with is get all user respons data
|
2025-10-25 11:23:01 +03:00 |
|
Kirill
|
0e668e1993
|
feat(utils/token.py): Create JVT token
Added function with is creating jvt tocken for user
|
2025-10-25 11:21:32 +03:00 |
|
Kirill
|
da05ae96d2
|
fix(controllers/controller.py; model/example.py; utils/InitalizeDB.py): deleted exaple files
|
2025-10-25 11:19:20 +03:00 |
|
Kirill
|
061b7a86a3
|
fix(dependencies.txt): JVT tocken libs
|
2025-10-25 11:18:06 +03:00 |
|
Kirill
|
eabc193d8b
|
feat(utils/InitalizeDB.py): PSQL initializing
Add script with is connected to db and initialize it
|
2025-10-23 23:01:22 +03:00 |
|
Kirill
|
35f18853fc
|
feat(utils/PostgressConnect.py): Postgress connect Functional
Added Functions with connect to postgress db by link from enviroment
|
2025-10-23 23:00:00 +03:00 |
|
Kirill
|
a062d24b24
|
feat(utils/loadDotEnv.py): Enviroment
Function for download enviroment variables from .env to Enviroment
|
2025-10-23 22:57:07 +03:00 |
|
Kirill
|
a87656274b
|
feat(dependencies.txt): Lib fix
Added libs for working with PSQL and dot-env
|
2025-10-23 22:55:05 +03:00 |
|
Kirill
|
6896eb959e
|
first commit
Files in folders are test
|
2025-10-22 22:52:52 +03:00 |
|