Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix notes type created from import | Lin Jen-Shin (godfat) | 2017-09-29 | 5 | -37/+55 |
| | |||||
* | Add a spec for Github::Client and revert an `if !` to `unless`38198-fetch-github-api-per-100 | Rémy Coutable | 2017-09-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Retrieve PR comments only when we know there are any | Rémy Coutable | 2017-09-26 | 2 | -20/+24 |
| | | | | | | | | | | | | The Pull Request resource doesn't include the `comments` field, while the Issue resource does. And since we're looping through all issues anyway, we can freely check if the issue is a PR and has comments and in this case only fetch comments for it. That means if you have 1000 PRs but only 200 with comments, you will do 200 API requests instead of 1000. :notbad: Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fetch 100 results when calling the GitHub API in Github::Import | Rémy Coutable | 2017-09-26 | 1 | -6/+6 |
| | | | | 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 |
| | |||||
* | Decrease ABC threshold to 55.25 | Maxim Rydkin | 2017-08-31 | 1 | -40/+42 |
| | |||||
* | Fix error when importing a GitHub-wiki repositorybvl-improve-bare-project-import | Bob Van Landuyt | 2017-08-23 | 1 | -1/+1 |
| | | | | | This would occur when Wiki's are enabled on GitHub, but there is no wiki repository | ||||
* | Change `project.path_with_namespace` to `project.disk_path` | Douglas Barbosa Alexandre | 2017-08-07 | 1 | -1/+1 |
| | |||||
* | Allow users to disable SSL verification if not connecting to github.com | Douglas Barbosa Alexandre | 2017-08-07 | 1 | -4/+15 |
| | |||||
* | 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 |
| | |||||
* | Extrac common timeout to a constant on Github::Client | Douglas Barbosa Alexandre | 2017-08-07 | 1 | -2/+4 |
| | |||||
* | Fix small typoe on Github::Client#root_endpoint | 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 | 2 | -17/+19 |
| | |||||
* | 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 |
| | |||||
* | 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 | 3 | -35/+57 |
| | |||||
* | 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 | 3 | -9/+12 |
| | |||||
* | 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 |
| | |||||
* | Remove the Github::Error base class | Douglas Barbosa Alexandre | 2017-04-25 | 1 | -2/+1 |
| | |||||
* | Add blank line before the raise method on Github::Collection | Douglas Barbosa Alexandre | 2017-04-25 | 1 | -0/+1 |
| | |||||
* | Fix small typo | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -2/+2 |
| | |||||
* | Use Class.new(SuperClass) to define an empty custom error class | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -4/+2 |
| | |||||
* | Set timeout options to the Github::Client | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -0/+2 |
| | |||||
* | Use the base initiliazer for representations | Douglas Barbosa Alexandre | 2017-04-24 | 3 | -14/+11 |
| | |||||
* | 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 | 2 | -3/+14 |
| | |||||
* | Use only one cache hash with with a hash initializer by default | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -11/+8 |
| | |||||
* | Refactoring Github::RateLimit | Douglas Barbosa Alexandre | 2017-04-24 | 2 | -27/+14 |
| | |||||
* | Extract rate limit URL to a constant | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -5/+2 |
| | |||||
* | Does not freeze integer values | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -2/+2 |
| | |||||
* | Add Github::Representation::Base#id | Douglas Barbosa Alexandre | 2017-04-24 | 3 | -7/+4 |
| | |||||
* | 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 | 2 | -3/+6 |
| | |||||
* | Keep track of import errors | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -0/+10 |
| |