index
:
server
main
Gico server
dcariotti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
commit
Age
Commit message (
Collapse
)
Author
2021-03-24
feat: add endpoint to search commits by repository
Santo Cariotti
2021-03-23
feat: search more than one commit
Santo Cariotti
2021-03-20
feat: add endpoint to get top authors
Santo Cariotti
2021-03-19
style: cargo formatter
Santo Cariotti
2021-03-19
fix: error on escape quote text
Santo Cariotti
2021-03-19
chore: select commit limited to 300
Santo Cariotti
2021-03-19
chore: upgrade actix_web to version 3
Santo Cariotti
2021-03-18
fix: returns the added commits
Santo Cariotti
2021-03-18
fix: security with single quote on queries
Santo Cariotti
This error was raised because it does not use the `prepare` method
2021-03-18
feat(commit): create new commits from vec
Santo Cariotti
2021-03-17
feat: add delete commit endpoint
Santo Cariotti
2021-03-17
feat: get commit by hash
Santo Cariotti
2021-03-17
chore: use timestamptz for commit date
Santo Cariotti
2021-03-17
fix: error when 'tree' is null
Santo Cariotti
2021-03-17
feat: add commit models and get all of them
Santo Cariotti