- Apr 07, 2024
-
-
Jakub Šmrha authored
PPBKA3M-104 - RegisterExperiment method Closes PPBKA3M-104 See merge request !15
-
Jakub Šmrha authored
PPBKA3M-105 - SaveExperimentDataPoint method Closes PPBKA3M-105 See merge request !16
-
Jakub Šmrha authored
PPBKA3M-103 - GetExperimentData method Closes PPBKA3M-103 See merge request !14
-
Jakub Šmrha authored
PPBKA3M-102 - EndExperiment method Closes PPBKA3M-102 See merge request !13
-
Jakub Šmrha authored
PPBKA3M-101 Closes PPBKA3M-101 See merge request !12
-
vreznice authored
-
Jakub Šmrha authored
PPBKA3M-99 - WIP: Bootstrap frontend application Closes PPBKA3M-99 See merge request !11
-
Jakub Šmrha authored
PPBKA3M-99 - WIP: Bootstrap frontend application Closes PPBKA3M-99 See merge request !11
-
vreznice authored
-
vreznice authored
-
vreznice authored
-
vreznice authored
-
vreznice authored
-
Martin Jakubašek authored
# Conflicts: # WebApp/Startup.cs # WebApp/WebApp.csproj
-
Martin Jakubašek authored
-
Martin Jakubašek authored
-
Martin Jakubašek authored
* Nswag config file for controllers generation * Add auto-generated files to .gitignore
-
Martin Jakubašek authored
-
Martin Jakubašek authored
-
Martin Jakubašek authored
-
Martin Jakubašek authored
-
Martin Jakubašek authored
-
- Apr 06, 2024
-
-
Martin Jakubašek authored
This reverts commit f12d4912.
-
vreznice authored
Warnings CS8604, CS8603, CS8600 fixed
-
- Apr 05, 2024
-
-
Jakub Šmrha authored
PPBKA3M-100 - Cleanup project Closes PPBKA3M-100 See merge request !7
-
Jakub Šmrha authored
PPBKA3M-96 - Create a basic CI pipeline Closes PPBKA3M-96 See merge request !8
-
- Apr 04, 2024
-
-
Jakub Šmrha authored
Signed-off-by:
Jakub Šmrha <jsmahy@students.zcu.cz>
-
Jakub Šmrha authored
Signed-off-by:
Jakub Šmrha <jsmahy@students.zcu.cz>
-
Jakub Šmrha authored
This pipeline builds, tests, and lints the project code. This will eventually also treat build warnings as errors and fail the build. Signed-off-by:
Jakub Šmrha <jsmahy@students.zcu.cz>
-
Jakub Šmrha authored
The codebase should correspond to the `.editorconfig`'s code style. Additionally, one tiny change was made before the cleanup: `insert_final_newline = false` -> `insert_final_newline = true`. WCYD Signed-off-by:
Jakub Šmrha <jsmahy@students.zcu.cz>
-
Jakub Šmrha authored
This is a WIP commit, the backend is not handling the pages properly yet. However, it is possible to run the frontend application and view it on localhost:8080. - Added necessary packages for a vue frontend application, such as Microsoft.AspNetCore.SpaServices - Startup.cs now contains the bootstrap logic - This commit also includes the vue frontend automatically generated by the vue CLI (see the `client` directory).
-
Jakub Šmrha authored
PPBKA3M-92-Implement registration method to database Closes PPBKA3M-92 See merge request !5
-
Jakub Šmrha authored
Fix .editorconfig for Visual Studio Closes PPBKA3M-98 See merge request !6
-
Daniel Cífka authored
Repair and compailing last chnage.
-
- Apr 03, 2024
-
-
Vít Kovarovič authored
Experiment represents the benchmarked triplet (method-metric-object). DataPoint is one result obtained during the benchmarking process. One Experiment owns many DataPoints.
-
Vít Kovarovič authored
-
Daniel Cífka authored
Repaire my mistake during implementation
-
Daniel Cífka authored
Implementation all method for registration. Change return type of method GetExperimentData to List
-
- Apr 02, 2024
-
-
Jakub Šmrha authored
PPBKA3M-91 - Update IDatabaseAccess Closes PPBKA3M-91 See merge request !4
-
Vít Kovarovič authored
Changes correspond to recently discussed domain changes. TBD: Flags field could use further clarification. Current Experiments table may need to be split into Experiments (representing a Method-Metric-Object trinity) and DataPoints tables.
-