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
8b769858
Commit
8b769858
authored
1 year ago
by
Denis
Browse files
Options
Download
Plain Diff
Merge branch 'entities' of github.com:cpp-park-vk-education/2023_1_DDT into serv+metr+repo
parents
9192d7ee
0745844a
service_fix
dev
3 merge requests
!24
MVP+
,
!18
RK: MVP
,
!12
Serv+metr+repo
Changes
38
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.env
+6
-0
.env
.gitignore
+3
-0
.gitignore
CMakeLists.txt
+4
-0
CMakeLists.txt
client/CMakeLists.txt
+0
-0
client/CMakeLists.txt
conanfile.txt
+0
-10
conanfile.txt
log.txt
+21
-0
log.txt
server/CMakeLists.txt
+0
-4
server/CMakeLists.txt
server/cmd/CMakeLists.txt
+3
-2
server/cmd/CMakeLists.txt
server/cmd/main.cpp
+8
-22
server/cmd/main.cpp
server/config.sh
+0
-0
server/config.sh
server/internal/CMakeLists.txt
+3
-2
server/internal/CMakeLists.txt
server/internal/dbManager/CMakeLists.txt
+32
-0
server/internal/dbManager/CMakeLists.txt
server/internal/dbManager/include/dbConnection.hpp
+26
-0
server/internal/dbManager/include/dbConnection.hpp
server/internal/dbManager/include/dbManager.hpp
+34
-0
server/internal/dbManager/include/dbManager.hpp
server/internal/dbManager/src/dbConnection.cpp
+20
-0
server/internal/dbManager/src/dbConnection.cpp
server/internal/dbManager/src/dbManager.cpp
+39
-0
server/internal/dbManager/src/dbManager.cpp
server/internal/entities/include/Solution.hpp
+10
-4
server/internal/entities/include/Solution.hpp
server/internal/entities/src/Solution.cpp
+20
-9
server/internal/entities/src/Solution.cpp
server/internal/repository/CMakeLists.txt
+13
-1
server/internal/repository/CMakeLists.txt
server/internal/repository/include/MetricRepository.hpp
+31
-0
server/internal/repository/include/MetricRepository.hpp
with
273 additions
and
54 deletions
+273
-54
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