summaryrefslogtreecommitdiff
path: root/src/repository
AgeCommit message (Collapse)Author
2021-03-19chore: upgrade actix_web to version 3Santo Cariotti
2021-03-18feat: add branch connected to head of repositorySanto Cariotti
2021-03-18fix: handle error for commit creation on reposSanto Cariotti
2021-03-18feat: add Commit(s) when repository is createdSanto Cariotti
2021-03-17fix: response status for repo creationSanto Cariotti
2021-03-16chore: better use of query_optSanto Cariotti
2021-03-16chore: add doc for create repo endpointSanto Cariotti
2021-03-16feat: make regex of url to check if it is validSanto Cariotti
Currently it works only with GitHub
2021-03-16feat: create repositorySanto Cariotti
2021-03-16feat: search repository helperSanto Cariotti
2021-03-14feat: add DELETE methodSanto Cariotti
2021-03-14chore: add helpers moduleSanto Cariotti
2021-03-14fix: parse uuid fields for get repoSanto Cariotti
2021-03-14chore: add docsSanto Cariotti
2021-03-14feat: find repo by idSanto Cariotti
2021-03-14chore: get repos error in json modeSanto Cariotti
2021-03-13feat: add get all repos from dbSanto Cariotti