Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace old GH importer with the parallel importergithub-importer-refactor | Yorick Peterse | 2017-11-07 | 1 | -55/+0 |
| | |||||
* | Improve & simplify GitHub's representation classes | Rémy Coutable | 2017-10-05 | 1 | -8/+6 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Don't check for commit existence in Github::Representation::Branch#exists? | Rémy Coutable | 2017-10-05 | 1 | -9/+3 |
| | | | | | | | | We don't need to check if the existing branch contains a specific SHA since we only use the branch's name, the SHA is taken from the pull request raw `sha` data. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Migrate creating/deleting a branch to Gitalyfeature/migrate-branch-operations-to-gitaly | Ahmad Sherif | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | Fix GitHub importer performance on branch existence check | Douglas Barbosa Alexandre | 2017-06-21 | 1 | -1/+13 |
| | |||||
* | Use the base initiliazer for representations | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -5/+4 |
| | |||||
* | Add basic representations for the Github API results | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -0/+52 |