Projekt

Obecné

Profil

Aktivita

Od 2022-03-13 do 2022-04-11

2022-04-11

17:38 Revize 329ac528 (aswi20220x00-gitlab): Cosmetic changes
Vojtěch Bartička
17:15 Revize a70f3c5f (aswi20220x00-gitlab): Added UserController and GET on /users
Vojtěch Bartička
17:01 Revize eff8ec56 (aswi20220x00-gitlab): Added AnnotationController and Service
Documents can now be assigned to Users Vojtěch Bartička
16:54 Revize 8722f3eb (aswi20220x00-gitlab): Fix in AuthorizationAttribute
Vojtěch Bartička
15:56 Revize 6ef78292 (aswi20220x00-gitlab): Merge branch 'features/9471-backend-role-api' into 'dev' Re #9471
Login endpoint now returns user role in response.
See merge request aswi/aswi-2022/aswi20220x00!12
Vojtěch Bartička
15:52 Revize 23165326 (aswi20220x00-gitlab): Fixed problems after a merge
Vojtěch Bartička
15:48 Revize 52fe46f9 (aswi20220x00-gitlab): Minor fix
Vojtěch Bartička
15:48 Revize ecfe3f8e (aswi20220x00-gitlab): Merge branch 'features/9471-backend-role-api' of https://gitlab.kiv.zcu.cz/aswi/aswi-2022/aswi20220x00 into features/9471-backend-role-api
# Conflicts:
# Backend/Backend/Controllers/DocumentController.cs
Vojtěch Bartička
15:40 Revize f0fde45c (aswi20220x00-gitlab): Authentication controller now returns user role
Vojtěch Bartička
15:40 Revize cd91f841 (aswi20220x00-gitlab): Moved Enums to Models project
Vojtěch Bartička
15:36 Revize 730ac905 (aswi20220x00-gitlab): Merge branch 'features/9464-backend-documents-api' into 'dev' Re #9464
Basic DocumentController and DocumentService implementation
Adding documents, getting paged list of documents
Error...
Vojtěch Bartička

2022-04-10

15:15 Revize 6cb5f77e (aswi20220x00-gitlab): Renamed PLAINTEXT format Enum to TEXTFILE
Vojtěch Bartička
15:14 Revize a9acdf32 (aswi20220x00-gitlab): Moved InternalServerError to ControllerBase
Vojtěch Bartička
14:03 Revize 28a7019a (aswi20220x00-gitlab): Move Authorize attribute up in DocumentController
Vojtěch Bartička
14:03 Revize f5c0676a (aswi20220x00-gitlab): Use ContextUtils in AuthorizationAttribute
Vojtěch Bartička
13:37 Revize 3c161f5b (aswi20220x00-gitlab): Added ERole check to [Authorize] attribute
[Authorize] has ERole.ANNOTATOR as default, ERole can be specified as a parameter Vojtěch Bartička
13:25 Revize 7b2e66d3 (aswi20220x00-gitlab): Documents to add expected in base64
Documents sent in the request are all in base64 and have enum to specify either TXT file or a ZIP file Vojtěch Bartička
09:38 Revize b782f829 (aswi20220x00-gitlab): Authentication controller now returns user role
Vojtěch Bartička
09:35 Revize 1200e6ed (aswi20220x00-gitlab): Moved Enums to Models project
Vojtěch Bartička

2022-04-09

20:24 Revize 6e91a560 (aswi20220x00-gitlab): Added default value to Annotation.Note
Vojtěch Bartička
20:12 Revize 7bbe8f15 (aswi20220x00-gitlab): Check number of documents in DocumentService.GetDocuments
Vojtěch Bartička
19:44 Revize 11f447b9 (aswi20220x00-gitlab): Code cleanup
Vojtěch Bartička
19:34 Revize 5a08541d (aswi20220x00-gitlab): DocumentService now uses AutoMapper
Vojtěch Bartička
19:34 Revize f2249f10 (aswi20220x00-gitlab): Added AutoMapper, configured, added DTO mappings
Vojtěch Bartička
19:33 Revize aa425887 (aswi20220x00-gitlab): Modified DocumentListInfo
Added of UserInfo annotating users Vojtěch Bartička
18:49 Revize bb5a4390 (aswi20220x00-gitlab): DocumentController created
Vojtěch Bartička
18:49 Revize 24e1c89d (aswi20220x00-gitlab): DocumentService created
Vojtěch Bartička
18:48 Revize e37f5a26 (aswi20220x00-gitlab): Added global error handling middleware
Two custom exceptions - InternalErrorException for server-side problems and BadRequestException for client-side problems Vojtěch Bartička
18:47 Revize f053c1b6 (aswi20220x00-gitlab): Added Document API related DTOs
Vojtěch Bartička
09:47 Revize 8dab9054 (aswi20220x00-gitlab): Merge branch 'features/9469-logged-user' into 'dev' Re #9469
ClientInfo added to Dependency Injections
ClientInfo contains IP and info about logged user (IsLogged and LoggedUser...
Vojtěch Bartička
09:46 Revize 3a6c189b (aswi20220x00-gitlab): ClientInfo in DependencyInjection
ClientInfo contains IP and info about logged user Lukáš Vlček

2022-04-08

09:44 Revize 603dda8b (aswi20220x00-gitlab): Merge branch 'features/9470-backend-dummy-data' into 'dev' Re #9470
Added seeding of tags and users for use in development environment.
See merge request aswi/aswi-2022/aswi20220x00!9
Vojtěch Bartička

2022-04-06

15:00 Revize 3d824877 (aswi20220x00-gitlab): Static method to seed dummy tags
Vojtěch Bartička
15:00 Revize 204bd181 (aswi20220x00-gitlab): Cleanup in seeding
Vojtěch Bartička
14:59 Revize 02d9bb40 (aswi20220x00-gitlab): Formatting
Vojtěch Bartička

2022-04-03

18:45 Revize b73f17bd (aswi20220x00-gitlab): Merge branch 'features/9324-backend-authentication' into 'dev' Re #9324
JWT authentication and authorization implemented on backend
README with description of PostgreSQL server in docker a...
Vojtěch Bartička
18:36 Revize c349bab3 (aswi20220x00-gitlab): Backend - JWT Authentication done
Lukáš Vlček
18:36 Revize ee50b93e (aswi20220x00-gitlab): README - run of PostgreSQL in docker
Lukáš Vlček
18:35 Revize a0d78c9b (aswi20220x00-gitlab): Automatic db (EF Core) migrations on run in debug mode
Lukáš Vlček
18:35 Revize 29733de8 (aswi20220x00-gitlab): CORS added
Lukáš Vlček
18:34 Revize b513f9ee (aswi20220x00-gitlab): Password in user ignored for JSON serialization
Lukáš Vlček
18:34 Revize c99a6c25 (aswi20220x00-gitlab): Seeding bug fixes
Lukáš Vlček
18:33 Revize 04a39336 (aswi20220x00-gitlab): Template code removed
Lukáš Vlček
17:00 Revize 20f7b1c9 (aswi20220x00-gitlab): Swagger config updates
Lukáš Vlček
16:55 Revize 82200351 (aswi20220x00-gitlab): Merge branch 'features/9342-backend-userservice' into 'dev' Re #9342
Created UserService, and added a registration mechanism for services.
See merge request aswi/aswi-2022/aswi20220x00!7
Vojtěch Bartička
16:39 Revize fc0e5b36 (aswi20220x00-gitlab): Changed formatting, added comments, database check
Vojtěch Bartička
16:25 Revize 7bbb9c44 (aswi20220x00-gitlab): Removed weather controller
Vojtěch Bartička
16:24 Revize 1cd7285a (aswi20220x00-gitlab): Merge branch 'features/9341-context-ef-entities' into 'dev' Re #9341
Created entities for EF Core, created DbContext, set up database seeding, tested the database communication
See merg...
Vojtěch Bartička
16:23 Revize b8028d82 (aswi20220x00-gitlab): Fixed seeding
Vojtěch Bartička
08:34 Revize 897851f8 (aswi20220x00-gitlab): Added UserService impl., service registration
Vojtěch Bartička

2022-04-01

18:44 Revize ebb51a7f (aswi20220x00-gitlab): Added seeding, cleaned up code
Vojtěch Bartička

2022-03-30

14:27 Revize 17d0fdac (aswi20220x00-gitlab): Version V2 working with GUID
Vojtěch Bartička
14:19 Revize caa28567 (aswi20220x00-gitlab): Version 1 working state of DB and EF with integer IDs
Vojtěch Bartička

2022-03-27

17:11 Revize ae604cd8 (aswi20220x00-gitlab): Merge branch 'features/9171-frontend-init' into 'dev' Re #9171
Frontend (webapp) project created (React + Next.js + TypeScript)
Basic libraries added
ESLint and Prettier added and ...
Vojtěch Bartička
17:07 Revize 5e80d91e (aswi20220x00-gitlab): RestApi client generation script based on OpenAPI (swagger)
Lukáš Vlček
17:06 Revize 9a080f8f (aswi20220x00-gitlab): ESLint and Prettier tools basic config
Lukáš Vlček
17:06 Revize 56cc66d8 (aswi20220x00-gitlab): WebApp (React + Next + TypeScript) project added
Lukáš Vlček
17:05 Revize 1c8653e4 (aswi20220x00-gitlab): GitIgnore - WebStorm files added
Lukáš Vlček
15:22 Revize 28821c7c (aswi20220x00-gitlab): Merge branch 'features/9340-project-structure-di-logging-openapi' into 'dev' Re #9340
Basic project structure for backend.
See merge request aswi/aswi-2022/aswi20220x00!4
Vojtěch Bartička
15:19 Revize 8001114d (aswi20220x00-gitlab): Project structure done
Vojtěch Bartička

2022-03-23

18:01 Revize 35bcdf1c (aswi20220x00-gitlab): Three projects split
Vojtěch Bartička
17:37 Revize 65cb8db9 (aswi20220x00-gitlab): Merge branch 'features/9170-initialize-backend-project' into 'dev' Re #9170
Backend initialization, logging setup
See merge request aswi/aswi-2022/aswi20220x00!3
Vojtěch Bartička

2022-03-20

13:57 Revize f367c4c6 (aswi20220x00-gitlab): Merge branch 'features/9170-initialize-backend-project' into 'dev'
Merge features/9170 (initialize backend project) to dev Re #9170
See merge request aswi/aswi-2022/aswi20220x00!2
Vojtěch Bartička

2022-03-16

12:34 Revize 68d7a219 (aswi20220x00-gitlab): Created backend project, logging setup done
Vojtěch Bartička
11:59 Revize 7115f491 (aswi20220x00-gitlab): Added gitignore for backend project
Vojtěch Bartička
 

Také k dispozici: Atom