1
1
mirror of https://github.com/go-gitea/gitea synced 2025-02-04 22:14:28 +00:00

5 Commits

Author SHA1 Message Date
eyad-hussein
d5a1ce1dfd api(refactor): minimize number of endpoints to 2 by refactoring current logic 2024-07-14 11:43:05 +03:00
eyad-hussein
bc0fca4ff3 api: create model to api format convertor for project 2024-07-13 02:09:21 +03:00
eyad-hussein
7bfa54672f api: implement logic and endpoint for moving issues between projects in repos 2024-07-13 01:01:04 +03:00
eyad-hussein
49a1961b03 api(refactor): refactor middlware assignments to each group 2024-07-13 00:14:47 +03:00
eyad-hussein
b2992372a5 api: implement logic for all (user and org)/reponame/projects endpoints and crud operations
create endpoints for each operation in the web router and corresponding handler and tested them manually
2024-07-12 20:45:48 +03:00