Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace old GH importer with the parallel importergithub-importer-refactor | Yorick Peterse | 2017-11-07 | 11 | -338/+0 |
| | |||||
* | Move line code generation into Gitlab::Gitconflict-resolution-refactor | Alejandro Rodríguez | 2017-10-12 | 1 | -1/+1 |
| | | | | Having a distinct class just for that was a bit overkill | ||||
* | Create a Gitlab::Git submodule for conlict-related files | Alejandro Rodríguez | 2017-10-12 | 1 | -1/+1 |
| | | | | Rename classes to (hopefully) clearer names while we're doing that. | ||||
* | Move Gitlab::Diff::LineCode to module Gitlab::Git | Alejandro Rodríguez | 2017-10-12 | 1 | -1/+1 |
| | |||||
* | Minor improvements after latest review | Rémy Coutable | 2017-10-05 | 2 | -6/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Improve & simplify GitHub's representation classes | Rémy Coutable | 2017-10-05 | 3 | -15/+13 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Set `label_ids` and `assignee_ids` after the initial `save!`. | Rémy Coutable | 2017-10-05 | 3 | -14/+30 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Don't even check if the branch exists locally as we only use its name in GH ↵ | Rémy Coutable | 2017-10-05 | 1 | -52/+4 |
| | | | | | | | | | | | | | import The benefit is that we don't even have to create temp source/target branches. Also, when the source branch of the imported MR is from a fork, name it "user:branch" to mimic how we display it for MR when forks actually exists. 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 | 2 | -9/+5 |
| | | | | | | | | 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> | ||||
* | Keep only the changes that are known to work well | Rémy Coutable | 2017-10-05 | 1 | -22/+24 |
| | | | | | | | | | | | | Also, improved a bit the method names in Github::Representation::PullRequest. Last but not least, ensure temp branch names doesn't contain a `/` as this would create the ref in a subfolder in `refs/heads` (e.g. `refs/heads/gh-123/456/rymai/foo`), and would leave empty directories upon branch deletion (e.g. `refs/heads/gh-123/456/rymai/`. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fetch and map refs/pull to refs/merge-requests in the GH import | James Lopez | 2017-10-05 | 1 | -24/+9 |
| | | | | update MR diff | ||||
* | Migrate creating/deleting a branch to Gitalyfeature/migrate-branch-operations-to-gitaly | Ahmad Sherif | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | Add a comment explaining how the branch clean up happens | Douglas Barbosa Alexandre | 2017-06-21 | 1 | -0/+6 |
| | |||||
* | Fix Github::Representation::PullRequest#source_branch_exists? | Douglas Barbosa Alexandre | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | Fix GitHub importer performance on branch existence check | Douglas Barbosa Alexandre | 2017-06-21 | 2 | -7/+55 |
| | |||||
* | Fix import of notes on Pull Request diff | Douglas Barbosa Alexandre | 2017-04-25 | 1 | -4/+0 |
| | |||||
* | Use the base initiliazer for representations | Douglas Barbosa Alexandre | 2017-04-24 | 2 | -13/+10 |
| | |||||
* | Add Github::Representation::Base#id | Douglas Barbosa Alexandre | 2017-04-24 | 3 | -7/+4 |
| | |||||
* | Import Github releases | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -0/+17 |
| | |||||
* | Pass a options hash to Github::Client | Douglas Barbosa Alexandre | 2017-04-24 | 5 | -9/+11 |
| | |||||
* | Extract Github::Representation::Issuable | Douglas Barbosa Alexandre | 2017-04-24 | 3 | -66/+39 |
| | |||||
* | Extract common attributes to Github::Representation::Base | Douglas Barbosa Alexandre | 2017-04-24 | 6 | -52/+12 |
| | |||||
* | Apply labels to issues/merge requests | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -0/+8 |
| | |||||
* | Import issues comments | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -0/+4 |
| | |||||
* | Fix comment representation | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -2/+2 |
| | |||||
* | Add comment representation | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -0/+58 |
| | |||||
* | Add issue representation | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -0/+57 |
| | |||||
* | Add basic representations for the Github API results | Douglas Barbosa Alexandre | 2017-04-24 | 7 | -0/+270 |