summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-24chore: Add .qovery.yml file to deploy app with Qovery 🚀Qovery
2021-03-24qovery: fix postgres versionSanto Cariotti
2021-03-24Merge branch 'main' of github.com:gico-net/serverSanto Cariotti
2021-03-24qovery: confSanto Cariotti
2021-03-24docker: add dockerfileSanto Cariotti
2021-03-24chore: Add .qovery.yml file to deploy app with Qovery 🚀Qovery
2021-03-24chore: Add .qovery.yml file to deploy app with Qovery 🚀Qovery
2021-03-24fix: remove the folder after cloneSanto Cariotti
2021-03-24Merge pull request #23 from gico-net/feat/commit_by_repoSanto Cariotti
Search commits by repository
2021-03-24feat: add endpoint to search commits by repositorySanto Cariotti
2021-03-23Merge pull request #22 from gico-net/feat/search-commitSanto Cariotti
Search commits with "LIKE"
2021-03-23feat: search more than one commitSanto Cariotti
2021-03-20Merge pull request #21 from gico-net/feat/top-authorsSanto Cariotti
Top authors feat
2021-03-20feat: add endpoint to get top authorsSanto Cariotti
2021-03-19style: cargo formatterSanto Cariotti
2021-03-19Merge pull request #20 from gico-net/feat/corsSanto Cariotti
Enable CORS
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-18Create LICENSESanto Cariotti
Signed-off-by: Santo Cariotti <santo@dcariotti.me>
2021-03-18Merge pull request #19 from gico-net/feat/repo-with-branchSanto Cariotti
Create branch when the repository is created
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-18Merge pull request #18 from gico-net/feat/git2Santo Cariotti
Create commits from a new Git Repository
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-18conf: add git2 dependenceSanto Cariotti
2021-03-17extra(insomnia): branch endpointsSanto Cariotti
2021-03-17Merge pull request #17 from gico-net/feat/add-branchSanto Cariotti
Add CRUD for Branch model
2021-03-17feat: method for create a new branchSanto Cariotti
Actually is unusued until #15
2021-03-17feat: branch CRUDSanto Cariotti
2021-03-17extra(insomnia): commit endpointsSanto Cariotti
2021-03-17Merge pull request #14 from gico-net/feat/add-commitsSanto Cariotti
Add "Commit"'s endpoints
2021-03-17feat: add delete commit endpointSanto Cariotti
2021-03-17fix(schema): add on delete referencesesSanto 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-16Merge pull request #13 from gico-net/feat/add-emailsSanto Cariotti
Manage emails and their hashes for Gravatar
2021-03-16extra(insomnia): add 'create repo' and emailsSanto Cariotti