summaryrefslogtreecommitdiff
path: root/src/commit/models.rs
AgeCommit message (Expand)Author
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-19fix: error on escape quote textSanto Cariotti
2021-03-19chore: select commit limited to 300Santo Cariotti
2021-03-18fix: returns the added commitsSanto Cariotti
2021-03-18fix: security with single quote on queriesSanto Cariotti
2021-03-18feat(commit): create new commits from vecSanto 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