Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix error when importing a GitHub-wiki repositorybvl-improve-bare-project-import | Bob Van Landuyt | 2017-08-23 | 1 | -1/+1 |
* | Change `project.path_with_namespace` to `project.disk_path` | Douglas Barbosa Alexandre | 2017-08-07 | 1 | -1/+1 |
* | Fix small typo on Github::Import#fetch_releases | Douglas Barbosa Alexandre | 2017-08-07 | 1 | -1/+1 |
* | Import GitHub releases | Douglas Barbosa Alexandre | 2017-08-07 | 1 | -0/+2 |
* | Fix Github::Import cache for user ids | Douglas Barbosa Alexandre | 2017-08-07 | 1 | -1/+1 |
* | Expire content cache when repository fetch fails | Douglas Barbosa Alexandre | 2017-08-07 | 1 | -2/+3 |
* | Set the GitHub API token on options hash | Douglas Barbosa Alexandre | 2017-08-07 | 1 | -2/+2 |
* | Move GitHub root endpoint methods to Github::Client | Douglas Barbosa Alexandre | 2017-08-07 | 1 | -16/+1 |
* | Use a custom root endpoint if defined on GH ominiauth provider settings | Douglas Barbosa Alexandre | 2017-08-07 | 1 | -1/+16 |
* | Use project.import_url to fetch repositories from Github | Douglas Barbosa Alexandre | 2017-08-07 | 1 | -9/+10 |
* | Rename many path_with_namespace -> full_path | Gabriel Mazetto | 2017-08-01 | 1 | -1/+1 |
* | Fix GitHub importer performance on branch existence check | Douglas Barbosa Alexandre | 2017-06-21 | 1 | -28/+2 |
* | Github - Fix token interpolation when cloning wiki repository | Douglas Barbosa Alexandre | 2017-06-12 | 1 | -1/+1 |
* | Reset create callbacks for Issues/MRs while importing GitHub projects | Douglas Barbosa Alexandre | 2017-05-11 | 1 | -0/+2 |
* | Fix token interpolation when setting the Github remote | Douglas Barbosa Alexandre | 2017-05-11 | 1 | -1/+2 |
* | [Multiple issue assignee] Fix a number of specs | Valery Sizov | 2017-05-05 | 1 | -1/+1 |
* | Fix a failing Rubocop rule on master | Douglas Barbosa Alexandre | 2017-04-26 | 1 | -17/+21 |
* | Add basic progress output to GitHub import | Douglas Barbosa Alexandre | 2017-04-25 | 1 | -1/+10 |
* | Fix Rubocop offenses | Douglas Barbosa Alexandre | 2017-04-25 | 1 | -2/+6 |
* | Fix import of notes on Pull Request diff | Douglas Barbosa Alexandre | 2017-04-25 | 1 | -4/+11 |
* | Create project repository only when it not exists | Douglas Barbosa Alexandre | 2017-04-25 | 1 | -1/+1 |
* | Fix small typo on GitHub::Import | Douglas Barbosa Alexandre | 2017-04-25 | 1 | -1/+1 |
* | Fix small typo | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -2/+2 |
* | Use the base initiliazer for representations | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -1/+1 |
* | Cache labels at the same time we fetch them from the GH API | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -8/+6 |
* | Avoid unnecessary use of Arel to find users by external uid | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -3/+1 |
* | Finish the import process if some error occurs when fetching the repo | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -3/+8 |
* | Use only one cache hash with with a hash initializer by default | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -11/+8 |
* | Rename find_by_email/find_by_external_uid methods | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -3/+3 |
* | Refactor rake task to to import GitHub repositores | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -0/+1 |
* | Keep track of import errors | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -0/+10 |
* | Clone GitHub wiki | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -2/+21 |
* | Import Github releases | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -0/+27 |
* | Refactoring Github import | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -25/+38 |
* | Use while instead of loop/break | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -12/+10 |
* | Add a method to format issues/pull requests/comments body | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -10/+24 |
* | Does not remove the GitHub remote | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -1/+0 |
* | Pass a options hash to Github::Client | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -11/+12 |
* | Extract a method to import issues/pull requests comments | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -79/+33 |
* | Apply labels to issues/merge requests | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -42/+66 |
* | Import issues comments | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -0/+30 |
* | Import pull requests comments | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -1/+61 |
* | Refactoring Github import to avoid memory leak | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -58/+129 |
* | Add basic importer for GitHub repositories | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -0/+166 |