Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Clone GitHub wiki | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -2/+21 |
* | Import Github releases | Douglas Barbosa Alexandre | 2017-04-24 | 2 | -0/+44 |
* | 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 | 9 | -27/+37 |
* | Extract a method to import issues/pull requests comments | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -79/+33 |
* | 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 |
* | Remove sensitive information | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -1/+1 |
* | Apply labels to issues/merge requests | Douglas Barbosa Alexandre | 2017-04-24 | 2 | -42/+74 |
* | Import issues comments | Douglas Barbosa Alexandre | 2017-04-24 | 2 | -0/+34 |
* | Import pull requests comments | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -1/+61 |
* | Fix comment representation | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -2/+2 |
* | Refactoring Github response | Douglas Barbosa Alexandre | 2017-04-24 | 2 | -8/+11 |
* | Refactoring Github import to avoid memory leak | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -58/+129 |
* | Refactoring client to not parse response body automatically | Douglas Barbosa Alexandre | 2017-04-24 | 3 | -13/+15 |
* | Refactoring collection wrapper | Douglas Barbosa Alexandre | 2017-04-24 | 2 | -9/+5 |