summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-03-25chore: use different env separatorSanto Cariotti
2021-03-24fix: remove the folder after cloneSanto Cariotti
2021-03-24feat: add endpoint to search commits by repositorySanto Cariotti
2021-03-23feat: search more than one commitSanto Cariotti
2021-03-20feat: add endpoint to get top authorsSanto Cariotti
2021-03-19style: cargo formatterSanto Cariotti
2021-03-19feat: add CORSSanto Cariotti
2021-03-19fix: error on escape quote textSanto Cariotti
2021-03-19chore: select commit limited to 300Santo Cariotti
2021-03-19chore: upgrade actix_web to version 3Santo Cariotti
2021-03-18feat: add branch connected to head of repositorySanto Cariotti
2021-03-18fix: returns the added commitsSanto Cariotti
2021-03-18chore: remove the temporary directory beforeSanto Cariotti
2021-03-18fix: security with single quote on queriesSanto Cariotti
This error was raised because it does not use the `prepare` method
2021-03-18fix: 'insert into branch'Santo 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-18feat: 'git' module importedSanto Cariotti
2021-03-18feat: add 'git' moduleSanto Cariotti
2021-03-18feat(commit): create new commits from vecSanto Cariotti
2021-03-18chore: add git error type and equals macroSanto Cariotti
2021-03-17feat: method for create a new branchSanto Cariotti
Actually is unusued until #15
2021-03-17feat: branch CRUDSanto Cariotti
2021-03-17feat: add delete commit endpointSanto Cariotti
2021-03-17feat: get commit by hashSanto Cariotti
2021-03-17chore: use timestamptz for commit dateSanto Cariotti
2021-03-17fix: error when 'tree' is nullSanto Cariotti
2021-03-17feat: add commit models and get all of themSanto Cariotti
2021-03-17fix: response status for repo creationSanto Cariotti
2021-03-16feat: create and search emailSanto Cariotti
2021-03-16chore: better use of query_optSanto Cariotti
2021-03-16chore: add doc for create repo endpointSanto Cariotti
2021-03-16feat: get all emailsSanto 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-14feat(errors): add authorizationerror in listSanto 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-14chore: rename error key for responderSanto Cariotti
2021-03-13feat: add get all repos from dbSanto Cariotti
2021-03-10feat: add logging with slogSanto Cariotti
2021-03-09feat: add server configuration by .envSanto Cariotti
2021-03-09feat: add pool on web serverSanto Cariotti
2021-03-09feat: add config moduleSanto Cariotti
2021-03-07initSanto Cariotti