summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | Fix import of notes on Pull Request diffDouglas Barbosa Alexandre2017-04-253-9/+12
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Create project repository only when it not existsDouglas Barbosa Alexandre2017-04-251-1/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Fix small typo on GitHub::ImportDouglas Barbosa Alexandre2017-04-251-1/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Remove the Github::Error base classDouglas Barbosa Alexandre2017-04-251-2/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Add blank line before the raise method on Github::CollectionDouglas Barbosa Alexandre2017-04-251-0/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Fix small typoDouglas Barbosa Alexandre2017-04-241-2/+2
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Use Class.new(SuperClass) to define an empty custom error classDouglas Barbosa Alexandre2017-04-241-4/+2
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Set timeout options to the Github::ClientDouglas Barbosa Alexandre2017-04-241-0/+2
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Use the base initiliazer for representationsDouglas Barbosa Alexandre2017-04-243-14/+11
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Cache labels at the same time we fetch them from the GH APIDouglas Barbosa Alexandre2017-04-241-8/+6
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Avoid unnecessary use of Arel to find users by external uidDouglas Barbosa Alexandre2017-04-241-3/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Finish the import process if some error occurs when fetching the repoDouglas Barbosa Alexandre2017-04-242-3/+14
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Use only one cache hash with with a hash initializer by defaultDouglas Barbosa Alexandre2017-04-241-11/+8
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Refactoring Github::RateLimitDouglas Barbosa Alexandre2017-04-242-27/+14
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Extract rate limit URL to a constantDouglas Barbosa Alexandre2017-04-241-5/+2
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Does not freeze integer valuesDouglas Barbosa Alexandre2017-04-241-2/+2
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Add Github::Representation::Base#idDouglas Barbosa Alexandre2017-04-243-7/+4
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Rename find_by_email/find_by_external_uid methodsDouglas Barbosa Alexandre2017-04-241-3/+3
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Refactor rake task to to import GitHub repositoresDouglas Barbosa Alexandre2017-04-243-92/+28
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Keep track of import errorsDouglas Barbosa Alexandre2017-04-241-0/+10
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Clone GitHub wikiDouglas Barbosa Alexandre2017-04-241-2/+21
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Import Github releasesDouglas Barbosa Alexandre2017-04-242-0/+44
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Refactoring Github importDouglas Barbosa Alexandre2017-04-241-25/+38
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Use while instead of loop/breakDouglas Barbosa Alexandre2017-04-241-12/+10
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Add a method to format issues/pull requests/comments bodyDouglas Barbosa Alexandre2017-04-241-10/+24
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Does not remove the GitHub remoteDouglas Barbosa Alexandre2017-04-241-1/+0
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Pass a options hash to Github::ClientDouglas Barbosa Alexandre2017-04-249-27/+37
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Extract a method to import issues/pull requests commentsDouglas Barbosa Alexandre2017-04-241-79/+33
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Extract Github::Representation::IssuableDouglas Barbosa Alexandre2017-04-243-66/+39
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Extract common attributes to Github::Representation::BaseDouglas Barbosa Alexandre2017-04-246-52/+12
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Remove sensitive informationDouglas Barbosa Alexandre2017-04-241-1/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Apply labels to issues/merge requestsDouglas Barbosa Alexandre2017-04-242-42/+74
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Import issues commentsDouglas Barbosa Alexandre2017-04-242-0/+34
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Import pull requests commentsDouglas Barbosa Alexandre2017-04-241-1/+61
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Fix comment representationDouglas Barbosa Alexandre2017-04-241-2/+2
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Refactoring Github responseDouglas Barbosa Alexandre2017-04-242-8/+11
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Refactoring Github import to avoid memory leakDouglas Barbosa Alexandre2017-04-241-58/+129
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Refactoring client to not parse response body automaticallyDouglas Barbosa Alexandre2017-04-243-13/+15
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Refactoring collection wrapperDouglas Barbosa Alexandre2017-04-242-9/+5
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Add comment representationDouglas Barbosa Alexandre2017-04-241-0/+58
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Add issue representationDouglas Barbosa Alexandre2017-04-241-0/+57
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Remove unused GitHub endpoint wrappersDouglas Barbosa Alexandre2017-04-245-100/+0
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Add basic importer for GitHub repositoriesDouglas Barbosa Alexandre2017-04-241-0/+166
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Add basic representations for the Github API resultsDouglas Barbosa Alexandre2017-04-247-0/+270
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Add basic client for the GitHub APIDouglas Barbosa Alexandre2017-04-2411-0/+250
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'more-mr-filters' into 'master' Sean McGivern2017-04-261-11/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More merge request filters Closes #26301 See merge request !10924
| | * | | | | | | | | | | | | | | | Ability to filter merge requests by labels and milestonesRobert Schilling2017-04-251-11/+14
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Decrease ABC threshold to 57.08Maxim Rydkin2017-04-261-16/+19
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Decrease Cyclomatic Complexity threshold to 16Maxim Rydkin2017-04-261-40/+30
| | |_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch '20378-natural-sort-issue-numbers' into 'master'Sean McGivern2017-04-261-0/+29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change issues sentence to use natural sorting Closes #20378 See merge request !7110