Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Николай Степанов
2023_1_DDT
Commits
18cb05a3
Commit
18cb05a3
authored
2 years ago
by
Sarah_deep
Browse files
Options
Download
Patches
Plain Diff
modify architecture
parent
9295e895
service_fix
dev
entities
entities_rk
http_server
http_server_dev
server_client_integration
6 merge requests
!24
MVP+
,
!10
RK:Entities_Repositories
,
!4
Entities
,
!16
RK: разработка собственных библиотек
,
!18
RK: MVP
,
!12
Serv+metr+repo
Changes
28
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+2
-0
.gitignore
client/CMakeLists.txt
+0
-0
client/CMakeLists.txt
server/CMakeLists.txt
+14
-0
server/CMakeLists.txt
server/cmd/main.cpp
+1
-1
server/cmd/main.cpp
server/conanfile.txt
+10
-0
server/conanfile.txt
server/internal/CMakeLists.txt
+8
-5
server/internal/CMakeLists.txt
server/internal/dbManager/include/dbManager.hpp
+14
-0
server/internal/dbManager/include/dbManager.hpp
server/internal/dbManager/src/dbManager.cpp
+5
-0
server/internal/dbManager/src/dbManager.cpp
server/internal/entities/include/Solution.hpp
+0
-0
server/internal/entities/include/Solution.hpp
server/internal/entities/include/Task.hpp
+0
-0
server/internal/entities/include/Task.hpp
server/internal/entities/include/User.hpp
+0
-0
server/internal/entities/include/User.hpp
server/internal/entities/src/Solution.cpp
+1
-1
server/internal/entities/src/Solution.cpp
server/internal/entities/src/Task.cpp
+1
-1
server/internal/entities/src/Task.cpp
server/internal/entities/src/User.cpp
+1
-1
server/internal/entities/src/User.cpp
server/internal/entities/tests/CMakeLists.txt
+0
-0
server/internal/entities/tests/CMakeLists.txt
server/internal/repository/CMakeLists.txt
+34
-0
server/internal/repository/CMakeLists.txt
server/internal/repository/include/SolutionRepository.hpp
+2
-1
server/internal/repository/include/SolutionRepository.hpp
server/internal/repository/include/TaskRepository.hpp
+1
-1
server/internal/repository/include/TaskRepository.hpp
server/internal/repository/include/UserRepository.hpp
+1
-2
server/internal/repository/include/UserRepository.hpp
server/internal/repository/src/SolutionRepository.cpp
+1
-1
server/internal/repository/src/SolutionRepository.cpp
with
96 additions
and
14 deletions
+96
-14
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets